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 2020/01/03 12:06:36 UTC

[GitHub] [hadoop-ozone] nandakumar131 commented on issue #385: HDDS-2779. Fix list volume for --start parameter

nandakumar131 commented on issue #385: HDDS-2779. Fix list volume for --start parameter
URL: https://github.com/apache/hadoop-ozone/pull/385#issuecomment-570555032
 
 
   > After fixing `listVolumes` with `startVolume`, the original `VolumeIterator#getNextListOfVolumes` would always have a non-empty list, and this situation leads to `VolumeIterator#hasNext` always be `true`.
   > 
   > So here we let the `VolumeIterator#getNextListOfVolumes` be empty list when there is no `volume` to be listed.
   > 
   
   The proper fix is to not return the `startVolume` as part of the result. If we do that, we don't need two different methods `getInitListOfVolumes`/`getNextListOfVolumes` for getting list of volumes.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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