PragmaTwice commented on code in PR #2845:
URL: https://github.com/apache/kvrocks/pull/2845#discussion_r2008601709


##########
src/cli/main.cc:
##########
@@ -52,6 +52,18 @@ extern "C" void SignalHandler(int sig) {
   }
 }
 
+extern "C" void SigUsr1lHandler(int sig) {

Review Comment:
   It seems weird that we use a custom signal to trigger the ingest operation. 
Maybe we can consider to introduce a new command.



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

Reply via email to