You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by Ted Yu <yu...@gmail.com> on 2014/08/04 18:05:21 UTC

cluster cl2 shown running on RM UI but declared not running by slider

Hi,
>From http://hor10n05.gq1.ygridcore.net:8088/cluster , you can see that app
cl2 is running.

However the following command:
bin/slider freeze cl2 --filesystem hdfs://hor10n03.gq1.ygridcore.net:8020
--manager hor10n05.gq1.ygridcore.net:8032

gave me:
2014-08-04 15:48:49,394 [main] INFO  client.RMProxy - Connecting to
ResourceManager at hor10n05.gq1.ygridcore.net/68.142.247.88:8032
2014-08-04 15:48:49,702 [main] INFO  client.SliderClient - Cluster cl2 not
running
2014-08-04 15:48:49,703 [main] INFO  util.ExitUtil - Exiting with status 0

cl2 was started with slider-core jar built on Jul 28
This morning I rebuilt Slider using tip of develop branch patched
with SLIDER-265.

Could recent change result in the above issue ?

Cheers