vamshikrishnakyatham commented on PR #13852: URL: https://github.com/apache/hudi/pull/13852#issuecomment-3264091859
The test threw `NullPointerException` because of ForkJoinPool work stealing. `BINARY_ENCODER.get()` in `indexedRecordToBytesStream` is a ThreadLocal which is giving this NPE. When I rerun the CI again, it passes (https://dev.azure.com/apachehudi/hudi-oss-ci/_build/results?buildId=8365&view=results). I believe to create fresh encoder for each call with no ThreadLocal sharing @danny0405 -- 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]
