DomGarguilo opened a new pull request, #5691:
URL: https://github.com/apache/accumulo/pull/5691

   Partially addresses #5390
   
   This PR implements a custom thrift protocol to ensure client/server 
compatibility.
   
   This protocol verifies the following in the header of this new thrift 
protocol:
   1. A match on a magic number (to verify we are talking with accumulo in the 
first place)
   2. A protocol version match between client and server
   3. A match on the accumulo version
   4. A match on the instance ID between client and server 
   
   This PR is a more narrowly scoped version of #5398 so a lot of the code was 
copied over from that.


-- 
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: notifications-unsubscr...@accumulo.apache.org

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

Reply via email to