ctubbsii commented on issue #1453: Update Last Location. Solution for #1169
URL: https://github.com/apache/accumulo/pull/1453#issuecomment-610147726
 
 
   I have reverted this change. It was not ready for merging. It caused 
fundamental breakage in the way locations are parsed, and broke dozens of ITs.
   
   Reverted in 191701386e56e701f0562ea01de594a593093e9a
   
   Please create a new PR to re-submit the proposed changes after more thorough 
testing.
   
   Since this wasn't a "clean" revert (there were two patches that were applied 
on top of it, so I had to surgically revert it without impacting those which 
were still relevant), the best way to create a new working branch for 
continuing work on this would be to do something like (assuming your upstream 
remote is named "upstream"):
   
   ```bash
   git remote update
   git checkout -b new-branch-name upstream/master
   git revert -n 191701386e56e701f0562ea01de594a593093e9a
   git commit -m 'WIP Continuation of work...'
   ```
   
   Obviously, choose your own working branch name and log message for resuming 
the work.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to