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/10/02 15:36:06 UTC

[GitHub] [hadoop-ozone] errose28 opened a new pull request #1470: HDDS-4220. BlockManagerImpl#getBlockByID does unnecessary serialization

errose28 opened a new pull request #1470:
URL: https://github.com/apache/hadoop-ozone/pull/1470


   ## What changes were proposed in this pull request?
   
   BlockManager#getBlockImpl now returns a BlockData object instead of a byte stream. After HDDS-3869, this object can be retrieved directly from the table and used by callers without needing to interact with the protobuf or byte array.
   
   ## What is the link to the Apache JIRA
   
   HDDS-4220
   
   ## How was this patch tested?
   
   Covered by existing unit tests.
   


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



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


[GitHub] [hadoop-ozone] hanishakoneru commented on pull request #1470: HDDS-4220. BlockManagerImpl#getBlockByID does unnecessary serialization

Posted by GitBox <gi...@apache.org>.
hanishakoneru commented on pull request #1470:
URL: https://github.com/apache/hadoop-ozone/pull/1470#issuecomment-707266148


   Thanks @errose28 for fixing this. 
   LGTM. +1.


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



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


[GitHub] [hadoop-ozone] hanishakoneru merged pull request #1470: HDDS-4220. BlockManagerImpl#getBlockByID does unnecessary serialization

Posted by GitBox <gi...@apache.org>.
hanishakoneru merged pull request #1470:
URL: https://github.com/apache/hadoop-ozone/pull/1470


   


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



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