-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] test_parquet_read_round_trip hanging forever in spark 32x standalone mode #6017
Comments
related to #5771 |
Note: very odd to see a hang, we should try to get a thread dump to see where its stuck or what is going on |
all tasks are blocked on one task thread which seems to be trying to do some logging:
stack:
|
spark 3.3 does work its also using log4j2. < 3.2 should not run the encryption test. also note the tasks are processing but I think its doing so many stack traces and logging its just taking forever. |
note executors are loading wrong log4j.properties: |
Describe the bug
if parquet-hadoop-1.12.2-tests.jar exists in classpath (related commit d84b518), test_parquet_read_round_trip will be hanging there forever when submit to standalone cluster (3.2.0, 3.2.1).
and keep dumping into app/executor/
stdout
stdout.log
remove parquet-hadoop-1.12.2-tests.jar from the classpath could resolve the issue.
BTW
run the script in spark local mode works fine.
All other spark versions (31X, 330) standalone cluster works fine.
Steps/Code to reproduce bug
LOCAL_JAR_PATH includes,
Expected behavior
Pass the test
The text was updated successfully, but these errors were encountered: