You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "aleksraiden (via GitHub)" <gi...@apache.org> on 2023/04/03 11:01:59 UTC

[GitHub] [incubator-kvrocks] aleksraiden opened a new issue, #1365: Support fork-based start

aleksraiden opened a new issue, #1365:
URL: https://github.com/apache/incubator-kvrocks/issues/1365

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   Need for elegant updating  etc. Like nginx, redis and so on.
   
   ### Solution
   
   My propose is an adding new command-line startup options named "-d". If used, a process immediately fork himself and exit. So, after that we can update an executable file while server are running and then use a manual start/stop or use serviced reload options. 
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] aleksraiden closed issue #1365: Support fork-based start

Posted by "aleksraiden (via GitHub)" <gi...@apache.org>.
aleksraiden closed issue #1365: Support fork-based start
URL: https://github.com/apache/incubator-kvrocks/issues/1365


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] PragmaTwice commented on issue #1365: Support fork-based start

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice commented on issue #1365:
URL: https://github.com/apache/incubator-kvrocks/issues/1365#issuecomment-1494121609

   Seems we already have a `daemonize` option. Does this fit your needs?


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] aleksraiden commented on issue #1365: Support fork-based start

Posted by "aleksraiden (via GitHub)" <gi...@apache.org>.
aleksraiden commented on issue #1365:
URL: https://github.com/apache/incubator-kvrocks/issues/1365#issuecomment-1494595358

   As I see, no. So my point is - how we can start kvrocks and updating executable file before restart service. But maybe all my thinking is a wrong way...


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] aleksraiden commented on issue #1365: Support fork-based start

Posted by "aleksraiden (via GitHub)" <gi...@apache.org>.
aleksraiden commented on issue #1365:
URL: https://github.com/apache/incubator-kvrocks/issues/1365#issuecomment-1494598381

   https://unix.stackexchange.com/questions/353457/will-overwriting-to-an-executable-file-affect-a-process-which-is-running-the-ori


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org