Skip to content
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

[hbase098] Fix checkstyle for HBase 0.98.x binding #902

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

risdenk
Copy link
Collaborator

@risdenk risdenk commented Jan 18, 2017

Relates to #267 and supersedes #484

@risdenk
Copy link
Collaborator Author

risdenk commented Feb 3, 2017

I'll rebase this in a few minutes and push the changes. This is the only remaining binding that doesn't enforce checkstyle!

@risdenk risdenk force-pushed the checkstyle-hbase098 branch from 21c1858 to 750c885 Compare February 3, 2017 15:58
@risdenk risdenk force-pushed the checkstyle-hbase098 branch from 750c885 to 18d8b97 Compare February 3, 2017 16:02
@risdenk
Copy link
Collaborator Author

risdenk commented Feb 3, 2017

@busbey if you have any spare cycles to review this PR that would be greatly appreciated. It is the last of the checkstyle changes.

@risdenk
Copy link
Collaborator Author

risdenk commented Feb 3, 2017

I've been using https://github.com/brianfrankcooper/YCSB/pull/902/files?w=1 to check it to ignore the whitespace only changes.

for (Thread t : allthreads) {
try {
t.join();
} catch (InterruptedException ignored) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect behavior. At a minimum the interrupted status for the current thread should be set.

It's a preexisting problem, not something from this fix, so I'd be fine with leaving it so long as there's an issue filed to fix it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created issue #923

@risdenk risdenk merged commit 3c47f98 into brianfrankcooper:master Feb 3, 2017
@risdenk
Copy link
Collaborator Author

risdenk commented Feb 3, 2017

Thanks @busbey!

@risdenk risdenk deleted the checkstyle-hbase098 branch February 3, 2017 17:34
tzm41 pushed a commit to tzm41/YCSB that referenced this pull request May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants