zanmato1984 commented on PR #44990: URL: https://github.com/apache/arrow/pull/44990#issuecomment-2756978854
> I am seeing this `Future` related issue with `LargeRowCountEncryptionTest/LargeRowCountEncryptionTest.ReadEncryptLargeRowCount/UniformEncryptionSerial`: > > ``` > /arrow/cpp/src/arrow/util/future.cc:128: Check failed: !IsFutureFinished(state_) Future already marked finished (SUCCESS) > ``` Hi @EnricoMi , if you can reproduce the issue fairly often, could you run it with TSAN enabled? You can refer to `ninja-debug-tsan` in `CMakePresets.json`. (I tried to reproduce it in my local but the error never occurred w/ or w/o TSAN.) The best expectation would be TSAN warns about something and the test fails the same way - then that "something" is highly implied to be the root cause. The second best would be TSAN is clean and the test fails the same way - then we can exclude the possibility of race. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org