-
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-22509 Address findbugs/spotbugs complaints (branch-1.4) #277
Conversation
@@ -7963,7 +7963,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); | |||
if (we != null) { |
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 to this file are a carrying forward of formatting changes from the branch-1.3 changes proposed on HBASE-22508 (#275). They don't address a findbugs issue, only try to keep the code as consistent as possible between branches.
💔 -1 overall
This message was automatically generated. |
The precommit results looks environmental in nature. Failures begin with ZK session timeouts. This patch is almost identical to the 1.3 and branch-1 patches, both of which had good precommit results. I' still waiting for a valid result on the JIRA (https://issues.apache.org/jira/browse/HBASE-22509). Let me recommit and force push to trigger another run here. |
e9670d7
to
a6dadec
Compare
💔 -1 overall
This message was automatically generated. |
QA result over on JIRA: https://issues.apache.org/jira/browse/HBASE-22509?focusedCommentId=16853428&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16853428 hadoopcheck failures are due to another change that introduced test code that twiddles with log levels. Let me follow up separately on that. Unit test failure here is unrelated to patch:
The reported checkstyle issues are javadoc nits which are not introduced by this change. |
those hadoop check versions look wrong. branch-1.4 isn't expected to work with Hadoop < 2.7. Looks like the personality is treating it like branch-1.2 and branch-1.3. |
Signed-off-by: Sean Busbey <busbey@apache.org>
a6dadec
to
21ab426
Compare
💔 -1 overall
This message was automatically generated. |
No description provided.