You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2019/11/18 04:26:19 UTC

[GitHub] [helix] esarkissian-rythmos edited a comment on issue #609: OnlineOffline model only works up to 0.6.9

esarkissian-rythmos edited a comment on issue #609: OnlineOffline model only works up to 0.6.9
URL: https://github.com/apache/helix/issues/609#issuecomment-554845738
 
 
   This could be reproduced with the cli tools:
   
   1. Create a cluster
   ```bash
   ./helix-admin.sh --zkSvr zk:2181 --addCluster test
   ./helix-admin.sh --zkSvr zk:2181 --addResource test oplog 100 OnlineOffline -mode FULL_AUTO
   ./helix-admin.sh --zkSvr zk:2181 --addNode test localhost:12100
   ...
   ./helix-admin.sh --zkSvr zk:2181 --addNode test localhost:12104
   ./run-helix-controller.sh --zk:2181 --cluster test
   ./start-helix-participant.sh --zk:2181 --host localhost --port 12100 --cluster test
   ...
   ./start-helix-participant.sh --zk:2181 --host localhost --port 12104 --cluster test
   ```
   
   2. Then you can also quickly kill all the nodes like this:
   ```bash
   ps -ef | grep java | grep Example | awk '{print $2}' | xargs kill -9
   ```
   
   So if you start the participants, with anything > 0.6.9, they end up in this unstable state a lot of the time. 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org