juliuszsompolski opened a new pull request, #40537:
URL: https://github.com/apache/spark/pull/40537

   ### What changes were proposed in this pull request?
   
   With the while loop around service startup, any <enter> hit in the 
SimpleSparkConnectService console made it loop around, try to start the service 
anew, and fail with address already in use.
   
   Change the loop to be around the `StdIn.readline()` entry.
   
   ### Why are the changes needed?
   
   Better testing / development / debugging with SparkConnect
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual use of `connector/connect/bin/spark-connect`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to