gszadovszky commented on issue #3193: URL: https://github.com/apache/parquet-java/issues/3193#issuecomment-2805084156
@wangyum, I'm not convinced this deadlock is because of parquet-java. parquet-java does not use locking at this workflow. The lock `0x00007f9575000a70` object is used in `org.apache.spark.util.UninterruptibleThread`, while the other lock `0x00007f963d0af788` is used in `org.apache.hadoop.hdfs.DFSOutputStream`. -- 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]
