ywkaras commented on a change in pull request #8651:
URL: https://github.com/apache/trafficserver/pull/8651#discussion_r801785943
##########
File path: plugins/experimental/parent_select/consistenthash_config.cc
##########
@@ -44,6 +45,19 @@
#include "consistenthash_config.h"
+namespace
+{
+std::mutex strategies_cache_mutex;
Review comment:
I don't think you need this mutex. Loading is done in a single thread.
Reloading is done in a single thread. I think.
--
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]