yifan-c commented on code in PR #346:
URL: https://github.com/apache/cassandra-sidecar/pull/346#discussion_r3271564288


##########
server/src/main/java/org/apache/cassandra/sidecar/handlers/restore/UpdateRestoreJobHandler.java:
##########
@@ -147,4 +154,22 @@ protected UpdateRestoreJobRequestPayload 
extractParamsOrThrow(RoutingContext con
             throw wrapHttpException(HttpResponseStatus.BAD_REQUEST, "Invalid 
request payload", decodeException);
         }
     }
+
+    private void notifyPhaseSignalMaybe(RestoreJob updatedJob)
+    {
+        if (updatedJob.status != RestoreJobStatus.IMPORT_READY && 
updatedJob.status != RestoreJobStatus.STAGE_READY)

Review Comment:
   I think it is to be addressed in 
https://issues.apache.org/jira/browse/CASSSIDECAR-463



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