-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-22510 Address findbugs/spotbugs complaints (branch-1) #278
Conversation
@@ -255,7 +255,7 @@ private ByteBuffer getUncompressedBuffer() { | |||
} | |||
BufferGrabbingByteArrayOutputStream stream = new BufferGrabbingByteArrayOutputStream(); | |||
baos.writeTo(stream); | |||
this.dataBlockEncoder.endBlockEncoding(encodingCtx, out, stream.getOurBytes()); | |||
this.dataBlockEncoder.endBlockEncoding(encodingCtx, out, stream.toByteArray()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in this file keep the code in sync with changes proposed on #277
@@ -7959,7 +7959,9 @@ public Result append(Append mutate, long nonceGroup, long nonce) throws IOExcept | |||
for (Map.Entry<Store, List<Cell>> entry: removedCellsForMemStore.entrySet()) { | |||
entry.getKey().add(entry.getValue()); | |||
} | |||
if (we != null) mvcc.complete(we); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎊 +1 overall
This message was automatically generated. |
93a58da
to
35b6f75
Compare
💔 -1 overall
This message was automatically generated. |
35b6f75
to
9b06955
Compare
Signed-off-by: Sean Busbey <busbey@apache.org>
💔 -1 overall
This message was automatically generated. |
No description provided.