adoroszlai commented on PR #6614:
URL: https://github.com/apache/ozone/pull/6614#issuecomment-2093742843

   @chungen0126 
   
   Start interactive rebase:
   
   ```
   git rebase --interactive origin/master
   ```
   
   Delete all commits from the editor except:
   
   ```
   d76c7ef733 add test
   6180d45b79 [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath 
which is an Utility class for OFS not O3FS
   ```
   
   Save and exit the editor.
   
   Verify the log:
   
   ```
   git log --oneline --decorate | head
   ```
   
   should be something like:
   
   ```
   57423154ba (HEAD -> HDDS-10781) add test
   7cc1c0c89a [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath 
which is an Utility class for OFS not O3FS
   8d2569da59 (origin/master, origin/HEAD, master) HDDS-10097. Intermittent 
ManagedChannel not shutdown properly in TestWatchForCommit (#6620)
   4e9dc2faae HDDS-10798. OMLeaderNotReadyException exception on switch leader 
(#6626)
   ...
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to