Vinod KC created SPARK-54551:
--------------------------------

             Summary: Fix random hangs in SparkConnectJdbcDataTypeSuite by 
discarding stdout/stderr
                 Key: SPARK-54551
                 URL: https://issues.apache.org/jira/browse/SPARK-54551
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.1.0
            Reporter: Vinod KC


When running `SparkConnectJdbcDataTypeSuite` test cases in non-debug mode, the 
child server process spawned for these tests can randomly block on write() 
calls when the stdout/stderr pipe buffers fill up.

This occurs because the output streams are not being consumed, causing the 
process to hang indefinitely. The issue manifests intermittently depending on 
how much output the server generates during different test runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to