Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder rsyslog-solaris10-i386 Build #1868

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisionf7fa45ef6dc64db695a79b70393d713739619cf9
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-rsyslog-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git updating ( 1 mins, 3 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave
buildername rsyslog-solaris10-i386 Builder
buildnumber 1868 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision f7fa45ef6dc64db695a79b70393d713739619cf9 Build
scheduler schedule-rsyslog-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rainer Gerhards

Timing:

StartThu Jan 23 17:35:18 2025
EndThu Jan 23 17:36:22 2025
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #219528

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 23 Jan 2025 16:50:17
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b5e552c8de4febdfe8cd462a8f6ce362bcdc98b4

    Comments

    imtcp: add "socketBacklog" parameter to configure TCP backlog size
    A new "socketBacklog" parameter has been added to the imtcp module, allowing
    users to override the default TCP SYN backlog size. Previously, the backlog
    was set to roughly 10% of the configured max sessions, which remains the
    default if the parameter is not specified. This enhancement enables better
    configuration for high-performance servers. The parameter name aligns with
    the "socketBacklog" parameter in imptcp for consistency.
    
    The "socketBacklog" parameter should be set based on the anticipated connection
    rate and the server's ability to handle incoming connections. For high-performance
    environments with heavy traffic, a larger value may be needed to avoid dropped
    connections during bursts. If unsure, leave the parameter unset to use the default
    (10% of max sessions), which is suitable for typical workloads.

    Changed files

    • plugins/imtcp/imtcp.c
    • runtime/netstrms.c
    • runtime/netstrms.h
    • runtime/nsd_ptcp.c
    • runtime/tcpsrv.c
    • runtime/tcpsrv.h
  2. Change #219529

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 23 Jan 2025 17:02:00
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision eff1a63b73203cfcf91861da9065add0588cb72c

    Comments

    testbench: add new and adapt imtcp tests for large connection counts
    Updated the imtcp test suite to set the "SocketBacklog" parameter to a higher
    value to accommodate tests with a large number of concurrent connections.
    This change addresses potential CI flakes caused by SYN queue overflows during
    test runs and significantly reduces test runtime by avoiding delays during
    session setup.
    
    The adjusted SocketBacklog parameter ensures smoother handling of high
    connection counts, improving test reliability and performance.

    Changed files

    • tests/Makefile.am
    • tests/imtcp-tls-gtls-manycon.sh
    • tests/imtcp-tls-ossl-manycon.sh
    • tests/manytcp-too-few-tls-vg.sh
    • tests/manytcp.sh
  3. Change #219530

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 23 Jan 2025 17:27:20
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f7fa45ef6dc64db695a79b70393d713739619cf9

    Comments

    Merge pull request #5538 from rgerhards/imtcp-backlog
    imtcp: add "socketBacklog" parameter to configure TCP backlog size

    Changed files

    • no files