-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDDS-1551. Implement Bucket Write Requests to use Cache and DoubleBuffer. #827
Conversation
This is dependent on HDDS-1499 and HDDS-1512. This PR has commits from HDDS-1499 and HDDS-1512. Note for reviewers: |
@@ -313,6 +313,8 @@ private OzoneManager(OzoneConfiguration conf) throws IOException, | |||
RPC.setProtocolEngine(configuration, OzoneManagerProtocolPB.class, | |||
ProtobufRpcEngine.class); | |||
|
|||
metadataManager = new OmMetadataManagerImpl(configuration); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
@@ -313,6 +313,7 @@ private OzoneManager(OzoneConfiguration conf) throws IOException, | |||
RPC.setProtocolEngine(configuration, OzoneManagerProtocolPB.class, | |||
ProtobufRpcEngine.class); | |||
|
|||
metadataManager = new OmMetadataManagerImpl(configuration); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Obsoleted by #850 . |
To be consistent with put(), null values in input should be delete operation Author: Wei Song <[email protected]> Reviewers: Ahmed Abdul Hamid <[email protected]> Closes apache#827 from weisong44/SAMZA-2010
No description provided.