zanmato1984 commented on PR #46509:
URL: https://github.com/apache/arrow/pull/46509#issuecomment-2917816850

   Updates:
   1. The TSAN errors seem to be false-positives. Otel is built from source w/o 
TSAN, and according to 
https://github.com/google/sanitizers/wiki/threadsanitizercppmanual#non-instrumented-code
 , this kind of partial instrumentation could result in false-positives. 
(Partial instrumentation with other third-party libraries are fine probably 
because only otel uses outstanding threads.)
   2. The above partial instrumentation case also applies to ASAN. But I tried 
several ways to suppress them, none works.
   3. In summary, all the sanitizer errors seem to be false-positives. It's 
only the problem of how to suppress.
   
   Keep trying.


-- 
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

Reply via email to