[ 
https://issues.apache.org/jira/browse/CASSANDRA-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Georg Dietrich updated CASSANDRA-14829:
---------------------------------------
    Description: 
While administering a single node Cassandra on Windows, I noticed that the 
stop-server.bat script returns before the cassandra process has actually 
terminated. For use cases like creating a script "shut down & create backup of 
data directory without having to worry about open files, then restart", it 
would be good to make stop-server.bat wait for Cassandra to terminate.

All that is needed for that is to change in 
apache-cassandra-3.11.3\bin\stop-server.bat "start /B powershell /file ..." to 
"start /WAIT /B powershell /file ..." (additional /WAIT parameter).

Does this sound reasonable?

Here is the pull request: https://github.com/apache/cassandra/pull/287

  was:
While administering a single node Cassandra on Windows, I noticed that the 
stop-server.bat script returns before the cassandra process has actually 
terminated. For use cases like creating a script "shut down & create backup of 
data directory without having to worry about open files, then restart", it 
would be good to make stop-server.bat wait for Cassandra to terminate.

All that is needed for that is to change in 
apache-cassandra-3.11.3\bin\stop-server.bat "start /B powershell /file ..." to 
"start /WAIT /B powershell /file ..." (additional /WAIT parameter).

Does this sound reasonable? If yes, I'll create a pull request.


> Make stop-server.bat wait for Cassandra to terminate
> ----------------------------------------------------
>
>                 Key: CASSANDRA-14829
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14829
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Packaging
>         Environment: Windows 10
>            Reporter: Georg Dietrich
>            Priority: Minor
>              Labels: easyfix, windows
>             Fix For: 3.11.x, 4.x, 4.0.x
>
>
> While administering a single node Cassandra on Windows, I noticed that the 
> stop-server.bat script returns before the cassandra process has actually 
> terminated. For use cases like creating a script "shut down & create backup 
> of data directory without having to worry about open files, then restart", it 
> would be good to make stop-server.bat wait for Cassandra to terminate.
> All that is needed for that is to change in 
> apache-cassandra-3.11.3\bin\stop-server.bat "start /B powershell /file ..." 
> to "start /WAIT /B powershell /file ..." (additional /WAIT parameter).
> Does this sound reasonable?
> Here is the pull request: https://github.com/apache/cassandra/pull/287



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to