duke8253 opened a new pull request #8751:
URL: https://github.com/apache/trafficserver/pull/8751


   This is a plugin used to share STEK among a cluster of ATS instances, it 
replaces the current session reuse plugin. This new plugin uses the Raft 
consensus algorithm (NuRaft library by Ebay) for leader election.
   
   The reason for creating this plugin is:
   - The current session reuse plugin needs redis to run, and the leader 
election mechanism is somewhat messy.
   - There is less and less need for sharing Session ID's, on our hosts it 
session reuse based on ID's are as low as 0.2%.
   
   Have been testing this in our production hosts for a few weeks now, 
everything runs great other than the weird #8734 problem we were seeing.


-- 
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]


Reply via email to