swamirishi commented on PR #9561:
URL: https://github.com/apache/ozone/pull/9561#issuecomment-3705981730

   > * How this is related to 
[HDDS-14154](https://issues.apache.org/jira/browse/HDDS-14154) and its subtasks?
   
   This is part of the spliterator implementation requirement wherein we would 
be using this iterator to just get the value from rocksdb one at a time and 
asynchronously use this CodecBuffer for deserialization parallely across 
threads.
   
   > @swamirishi , questions:
   > 
   > * How this is related to 
[HDDS-14154](https://issues.apache.org/jira/browse/HDDS-14154) and its subtasks?
   > * This sounds like a bug.  However, why it seems not causing any problems 
in the current code?
   
   RDBStoreAbstractIterator is an internal iterator currently deserialization 
ensures a pojo is always created from the CodecBuffer. However if we want to 
collect multiple CodecBuffer values we cannot do so currently since calling 
next updates the same CodecBuffer again.


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