petersomogyi commented on a change in pull request #2978:
URL: https://github.com/apache/hbase/pull/2978#discussion_r580981594
##########
File path: hbase-protocol-shaded/src/main/protobuf/server/master/Master.proto
##########
@@ -1225,6 +1225,12 @@ message ScheduleServerCrashProcedureResponse {
repeated uint64 pid = 1;
}
+message ScheduleServerCrashProceduresForUnknownServersRequest {}
+
+message ScheduleServerCrashProceduresForUnknownServersResponse {
Review comment:
I wanted to use similar naming to the existing SCP but it is getting too
long. I'm open for suggestions how it should be named.
`RecoverUnknownServers`?
----------------------------------------------------------------
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:
[email protected]