You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/25 06:02:25 UTC

[GitHub] [ozone] kaijchen commented on pull request #3340: HDDS-6521. Refactor ListBlock handler

kaijchen commented on PR #3340:
URL: https://github.com/apache/ozone/pull/3340#issuecomment-1108110095

   > Can you provide more context for the motivation for the refactor?
   
   This check looks confusing. And `startLocalID == -1` differs from the javadoc.
   
   ```java
       Preconditions.checkState(startLocalID >= 0 || startLocalID == -1,
           "startLocal ID cannot be negative");
   ```


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org