You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/06/22 22:40:35 UTC

[GitHub] [accumulo] ctubbsii edited a comment on issue #2173: VerifySerialRecoveryIT failure

ctubbsii edited a comment on issue #2173:
URL: https://github.com/apache/accumulo/issues/2173#issuecomment-866381761


   I made some comments at https://github.com/apache/accumulo/pull/2117#pullrequestreview-690052589 and https://github.com/apache/accumulo/pull/2117#pullrequestreview-690053323 that might be related to this problem. In addition, there is some funniness casting to a `(byte)` if the value is `255`.
   
   Consider this: `byte b = (byte) 255; int x = 1 + b;`
   This will result in `0`, and not the expected `256`.
   


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