jrushford opened a new pull request #7377: URL: https://github.com/apache/trafficserver/pull/7377
This PR aims to address some of the lock contention found and documented in Issue #7375. In ParentConsistentHash::selectParent() redunant calls to getHostStatus() are removed and HostStatus::getHostStatus() has been changed to eliminate locking altogether if the hosts_statuses map is empty ie, no hosts have been marked down using traffic_ctl. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
