https://github.com/voldemort/voldemort
Revision 2b65a88931724eb18fd08e01642ba9f686872c71 authored by ARUNACHALAM THIRUPATHI on 06 January 2016, 08:24:51 UTC, committed by Arunachalam Thirupathi on 07 January 2016, 02:07:48 UTC
1) For BuildAndPush If the Voldemort Cluster is far away from the
Hadoop Cluster, the connection timeout causes the Job to fail.
Increased the connection timeout in Azkaban.* files for this issue.

2) ClientConfig timeout is ignored by the AdminClient bootstrap
methods and it constructs an arbitary ClientConfig. Fixed that.

3) AdminClient passes in empty AdminClientConfig and ClientConfig
at multiple places. Removed that.
1 parent 47e62bb
Raw File
Tip revision: 2b65a88931724eb18fd08e01642ba9f686872c71 authored by ARUNACHALAM THIRUPATHI on 06 January 2016, 08:24:51 UTC
AdminClient does not obey the Client Timeout
Tip revision: 2b65a88
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