Revision b01ad7a95042fe428b540942f9afc713ebd8ee37 authored by Arunachalam Thirupathi on 28 April 2016, 00:49:58 UTC, committed by Arunachalam Thirupathi on 28 April 2016, 00:49:58 UTC
This should have caught a bug, which is already fixed
in the last commit.

There are still couple of bugs in the Offline Mode.

AdminClient storeOps uses socketPort, which will be down in the
offline mode. AdminPort supports full client operations and hence
it should have used the AdminPort.

AdminClient on the voldemort server uses cluster for bootstrapping
which uses the client port again. This is problematic when the node
is node 0. It should use the Admin Port for bootstrapping.

Those bugs are in backlog will fix them later.
1 parent 701e976
Raw File
tomcat-tasks.properties
deploy=org.apache.catalina.ant.DeployTask
install=org.apache.catalina.ant.InstallTask
list=org.apache.catalina.ant.ListTask
reload=org.apache.catalina.ant.ReloadTask
remove=org.apache.catalina.ant.RemoveTask
resources=org.apache.catalina.ant.ResourcesTask
roles=org.apache.catalina.ant.RolesTask
start=org.apache.catalina.ant.StartTask
stop=org.apache.catalina.ant.StopTask
undeploy=org.apache.catalina.ant.UndeployTask
back to top