StreamSets

StreamSets

Connect with experts and peers to elevate technical expertise, solve problems and share insights.


#DataIntegration
#Data
 View Only

Socket Timeout Exceptions when using "Start Job" stage.

  • 1.  Socket Timeout Exceptions when using "Start Job" stage.

    Posted Fri December 29, 2023 04:08 AM

    Environment:

    * StreamSets Control Hub 3.19.2
    * SDC server 5.2.0
    * Transformer 4.3.0-0049

    ISSUE:

    Start Jobs stage failing in 5.2.0 with: java.net.SocketTimeoutException: Read timed out

    SOLUTION:

    Data Collector v5.2.0 sets a default read timeout of 10 seconds.Control Hub logs show numerous jobs take more than 10 seconds to start, with the highest being 42 seconds.

    Customer to update read timeout setting to a higher value, such as 60  or 90 seconds to fix this issue in this scenario.

    • Click on the Start Jobs stage
    • Click on the Configuration in the left menu
    • Click on the HTTP tab
    • Change Read Timeout (ms) from 10000 to another value, such as 60000 or 90000