wjszlachta-man commented on PR #53306:
URL: https://github.com/apache/spark/pull/53306#issuecomment-3632197933
As per traceback:
```
Exception occurred during processing of request from ('127.0.0.1', 46334)
Traceback (most recent call last):
File "/usr/lib/python3.11/socketserver.py", line 317, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python3.11/socketserver.py", line 348, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python3.11/socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.11/socketserver.py", line 755, in __init__
self.handle()
File "/usr/lib/python3.11/site-packages/pyspark/accumulators.py", line
293, in handle
poll(authenticate_and_accum_updates)
File "/usr/lib/python3.11/site-packages/pyspark/accumulators.py", line
266, in poll
r, _, _ = select.select([self.rfile], [], [], 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: filedescriptor out of range in select()
```
--
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]