linearregression / hypertable

Automatically exported from code.google.com/p/hypertable
GNU General Public License v2.0
0 stars 0 forks source link

Make stopping of individual processes easier #777

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should modify the stop-servers.sh script to support the following options:

--thriftbroker
--master
--hyperspace
--rangeserver
--dfsbroker

If any of these switches are supplied, then none of the services should be 
stopped except for the ones specified by the switches.  For example, the 
following command:

stop-servers.sh --thriftbroker

should only stop the ThriftBroker.

Original issue reported on code.google.com by nuggetwh...@gmail.com on 31 Jan 2012 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by nuggetwh...@gmail.com on 18 Mar 2012 at 5:06

GoogleCodeExporter commented 9 years ago
The options are called
--only-thriftbroker
--only-master
--only-hyperspace
--only-rangeserver
--only-dfsbroker

Original comment by ch...@crupp.de on 29 Mar 2012 at 7:45

GoogleCodeExporter commented 9 years ago
This needs to be improved

    - "stop-servers.sh thriftbroker" - only stops TB
    - "stop-servers.sh thriftbroker master hyperspace" - stops all 3
    - default: stops everything
    - system tests are not working!

Original comment by ch...@crupp.de on 7 May 2012 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by ch...@crupp.de on 10 May 2012 at 9:25