cf-natali opened a new pull request #386:
URL: https://github.com/apache/mesos/pull/386


   Positions are encoded as decimal in ascii, however they were formatted
   as signed integer, which overflows for positions above INT32_MAX,
   causing corruption of the replicated log.
   Note that while unlikely to occur for the registry since it'd be very
   unlikely it'd reach billions of records, it could potentially happen for
   applications using the replicated log.
   
   Closes #10216.
   
   @asekretenko @qianzhangxa 


-- 
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:
us...@infra.apache.org


Reply via email to