You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/02/08 18:23:20 UTC

[GitHub] [trafficserver] rob05c commented on a change in pull request #8651: Add parent_select plugin strategy caching

rob05c commented on a change in pull request #8651:
URL: https://github.com/apache/trafficserver/pull/8651#discussion_r801935022



##########
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 wasn't sure. I can remove, if anyone can confirm it's guaranteed?




-- 
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-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org