Thanks for your response @jprante
Here is the exceptions in master ES server log,
[2016-02-02 10:40:16,391][INFO ][BaseTransportClient ] creating transport client, java version 1.8.0_60, effective settings {host=10.7.147.22, port=9201, cluster.name=remote, timeout=30s, client.transport.sniff=true, client.transport.ping_timeout=30s, client.transport.ignore_cluster_name=true, path.plugins=.dontexist}
[2016-02-02 10:40:16,412][INFO ][plugins ] [Living Pharaoh] loaded [], sites []
[2016-02-02 10:40:16,485][INFO ][BaseTransportClient ] transport client settings = {transport.ping_schedule=5s, host=10.7.147.22, port=9201, cluster.name=remote, timeout=30s, client.transport.sniff=true, client.transport.ping_timeout=30s, client.transport.ignore_cluster_name=true, path.plugins=.dontexist, path.home=/opt/esadmin/elasticsearch-1.7.3, config=/opt/esadmin/elasticsearch-1.7.3/config/elasticsearch-dev-master.yml, name=Living Pharaoh, path.logs=/opt/esadmin/elasticsearch-1.7.3/logs, network.server=false, node.client=true, client.type=transport}
[2016-02-02 10:40:16,485][INFO ][BaseTransportClient ] adding custom address for transport client: inet[/10.7.147.22:9201]
[2016-02-02 10:40:46,491][INFO ][client.transport ] [Living Pharaoh] failed to get local cluster state for [#transport#-1][dayrhebfmd001.enterprisenet.org][inet[/10.7.147.22:9201]], disconnecting...
org.elasticsearch.transport.ReceiveTimeoutTransportException: [][inet[/10.7.147.22:9201]][cluster:monitor/state] request_id [0] timed out after [30001ms]
at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:529)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[2016-02-02 10:40:46,499][INFO ][BaseTransportClient ] configured addresses to connect = [inet[/10.7.147.22:9201]], waiting for 30 seconds to connect ...
[2016-02-02 10:41:16,495][INFO ][client.transport ] [Living Pharaoh] failed to get local cluster state for [#transport#-1][dayrhebfmd001.enterprisenet.org][inet[/10.7.147.22:9201]], disconnecting...
org.elasticsearch.transport.ReceiveTimeoutTransportException: [][inet[/10.7.147.22:9201]][cluster:monitor/state] request_id [1] timed out after [30000ms]
at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:529)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[2016-02-02 10:41:16,499][INFO ][BaseTransportClient ] connected nodes = []
[2016-02-02 10:41:16,503][INFO ][BulkTransportClient ] closing bulk processor...
[2016-02-02 10:41:16,503][INFO ][BulkTransportClient ] shutting down...
[2016-02-02 10:41:16,520][INFO ][BulkTransportClient ] shutting down completed
[2016-02-02 10:41:16,521][INFO ][KnapsackService ] add: plugin.knapsack.export.state -> []
[2016-02-02 10:41:16,521][INFO ][KnapsackService ] update cluster settings: plugin.knapsack.export.state -> [{"mode":"push","node_name":"dayrhebfmd001_DEV_MASTER"}]
Node name should be matched in dev & QA servers for copy docs?
Is that a reason for this failure?
Please let us know your feedback.
Regards,
Ganeshbabu R