shuai-xu opened a new issue, #2043: URL: https://github.com/apache/incubator-celeborn/issues/2043
### Is your feature request related to a problem? Please describe. Now the checksum in Lz4Decompressor is set to StreamingXXHash32JNI by default, and there is no config to change it. This checksum calls C++ code, which may cause spark executor hang in Gluten. ### Describe the solution you'd like Make it configurable, so In gluten, they can choose to use StreamingXXHash32JavaSafe. -- 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]
