Uh oh!
There was an error while loading. Please reload this page.
HBASE-21257 misspelled words.[occured -> occurred] - #91
Conversation
busbey
commented
Sep 29, 2018
Hi! Thanks for taking the time to put together this PR. The HBase project uses the HBASE tracker in ASF JIRA instance to review and apply work. Would you mind filing a request there that describes the problem and proposed solution? Thanks for your interest in improving Apache HBase! |
gangxueZhang
commented
Oct 18, 2018
hi! |
Apache9
commented
Apr 6, 2019
Hey @gangxueZhang the GitHub integration for HBase has been set up, could you please update the PR since there are conflicts? Thanks. |
Apache-HBase
commented
Apr 6, 2019
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Apr 6, 2019
@gangxueZhang Please combine your commits into one commit? Thanks. |
gangxueZhang
commented
Apr 7, 2019
@Apache9 Hello, I am not very familiar with github now. Can you guide me how to merge these two commits? I will operate here. Thank you. |
Apache9
commented
Apr 7, 2019
Just check out the newest master of hbase, and cherry-pick your old patch, resolve conflicts, then force push to your master, the PR here will be changed automatically. |
Apache-HBase
commented
Apr 7, 2019
💔 -1 overall
This message was automatically generated. |
gangxueZhang
commented
Apr 7, 2019
@Apache9 Hey, I have done what you said, but I don't know if it is right, help me confirm it,please. |
Apache9
commented
Apr 7, 2019
You have some merge commits in your own repo, which leads to conflicts. I suggest you record the commit id 'fcfa14e2f176d19e9ce984fe4687c3e1fd57e66f', and then reset to an earlier commit before the merge commits, and then sync with the master branch of apache/hbase again, and then cherry-pick the 'fcfa14e2f176d19e9ce984fe4687c3e1fd57e66f'. And last, do a force push your master branch. |
Apache-HBase
commented
Apr 7, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 8, 2019
💔 -1 overall
This message was automatically generated. |
# Conflicts: # hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessChecker.java
(cherry picked from commit c7ac518)
gangxueZhang
commented
Apr 9, 2019
@Apache9 Hi, is this OK? if not, can I close this PR and submit a new PR based on the latest version? |
Apache-HBase
commented
Apr 9, 2019
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Apr 9, 2019
Seems the robot is still not able to apply the patch. @gangxueZhang Yes, you can close this one and open a new one, if it is easier for you. Thanks. |
gangxueZhang
commented
Apr 13, 2019
…m checksum switching (apache#5660) (apache#91) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit c28e285) Co-authored-by: Bryan Beaudreault <bbeaudreault@apache.org>
hi!
This PR does not affect the program function. It only modifies the misspelled words in the exception information and changes "occured" to "occurred".
Found in HBASE-21257