ray/src
mwtian 8df5a24dbd
[Core] fix tsan issue in GcsRpcClient (#25365)
`//:global_state_accessor_test` has been flaky under `tsan`.
<img width="695" alt="image" src="https://user-images.githubusercontent.com/81660174/171493283-f36150e7-e1e5-4f1f-80e8-125a2f2f4bab.png">

I'm able to reproduce the issue on Linux EC2. It seems `GcsRpcClient::timer_` can be used from both application main thread and GCS RPC client event loop. Added a lock to avoid the data race.
2022-06-01 17:57:17 -07:00
..
mock Revert "[core] Remove gcs addr updater in core worker. (#24747)" (#25375) 2022-06-01 15:12:33 -07:00
ray [Core] fix tsan issue in GcsRpcClient (#25365) 2022-06-01 17:57:17 -07:00
shims/windows Support copyright format for c++ files (#14348) 2021-08-04 17:19:38 +08:00