-
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-1198. Rename chill mode to safe mode. Contributed by Siddharth Wagle. #737
Conversation
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.
+1 LGTM, Pending CI.
Minor NIT can be addressed during commit.
I checked in the code after this change we don't have any reference to chill mode.
@@ -23,12 +23,12 @@ | |||
import org.apache.hadoop.hdds.protocol.proto.StorageContainerLocationProtocolProtos.ListPipelineRequestProto; | |||
import org.apache.hadoop.hdds.protocol.proto.StorageContainerLocationProtocolProtos.ListPipelineResponseProto; | |||
import org.apache.hadoop.hdds.protocol.proto.StorageContainerLocationProtocolProtos.ClosePipelineRequestProto; | |||
import org.apache.hadoop.hdds.protocol.proto.StorageContainerLocationProtocolProtos.ForceExitChillModeRequestProto; | |||
import org.apache.hadoop.hdds.protocol.proto.StorageContainerLocationProtocolProtos.ForceExitChillModeResponseProto; |
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.
Line length greater than 80.
💔 -1 overall
This message was automatically generated. |
Manually ran and verified all of the above tests, following test is an actual issue and updating patch with a fix: |
Looks like the anzix CI run did not get triggered. Reapplied label to trigger it. |
💔 -1 overall
This message was automatically generated. |
@arp7: The 3 tests failures seem to be due to OOM. |
/retest |
Author: Prateek Maheshwari <[email protected]> Reviewers: Cameron Lee<[email protected]> Closes apache#737 from prateekm/javadoc-cleanup
No description provided.