hi, i m using SolrCloud and i wanted to add Replication feature to it .. i followed the steps in Solr Wiki .. but when the client tried to poll for data from server i got below Error Message .. in Master LogNov 3, 2011 8:34:00 PM org.apache.solr.common.SolrException logSEVERE: org.apache.solr.common.cloud.ZooKeeperException: ZkSolrResourceLoader does not support getConfigDir() - likely, what you are trying to do is not supported in ZooKeeper mode at org.apache.solr.cloud.ZkSolrResourceLoader.getConfigDir(ZkSolrResourceLoader.java:99) at org.apache.solr.handler.ReplicationHandler.getConfFileInfoFromCache(ReplicationHandler.java:378) at org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:364)
in Slave logNov 3, 2011 8:34:00 PM org.apache.solr.handler.ReplicationHandler doFetchSEVERE: SnapPull failed org.apache.solr.common.SolrException: Request failed for the url org.apache.commons.httpclient.methods.PostMethod@18eabf6 at org.apache.solr.handler.SnapPuller.getNamedListResponse(SnapPuller.java:197) at org.apache.solr.handler.SnapPuller.fetchFileList(SnapPuller.java:219) at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:281) at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:284) but i could see the slave pointing to correct master from link : http://localhost:7574/solr/replication?command=details i m also seeing these values in replication details link .. (http://localhost:7574/solr/replication?command=details) <arr name="indexReplicatedAtList"><str>Thu Nov 03 20:28:00 PDT 2011</str><str>Thu Nov 03 20:27:00 PDT 2011</str><str>Thu Nov 03 20:26:00 PDT 2011</str><str>Thu Nov 03 20:25:00 PDT 2011</str></arr> <arr name="replicationFailedAtList"> <str>Thu Nov 03 20:28:00 PDT 2011</str> <str>Thu Nov 03 20:27:00 PDT 2011</str> <str>Thu Nov 03 20:26:00 PDT 2011</str> <str>Thu Nov 03 20:25:00 PDT 2011</str></arr> Thanks,Prakash