Describe the bug, including details regarding any error messages, version, and platform.
Our TSan CI job currently runs on Ubuntu 20.04 with LLVM/Clang 11.
If you try to run it on Ubuntu 22.04 with LLVM/Clang 14, you get lots of errors in arrow-flight-test and arrow-flight-sql-test (I don't think it makes sense to copy the output here).
This can be reproduced using:
$ UBUNTU=22.04 archery docker run ubuntu-cpp-thread-sanitizer
Component(s)
C++, FlightRPC