: and I'm finding the same issues as : https://issues.apache.org/jira/browse/SOLR-188 in the snappuller, I : haven't looked in other scripts yet. : : rsync -Wa${verbose}${compress} --delete ${sizeonly} \ : ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ : ${data_dir}/${name}-wip
that would be a seperate issue from SOLR-188 ... 188 has to do with non standard URLs, this seems to be an issue with snappuller assuming a specific rsync path (which if i understand correctly, is relative the working directory of rsyncd?) : Is this known or should I log it in JIRA? please open a new Jira issue ... i'm guessing a new optional param will be needed for the master's solr_home relative the rsync server. -Hoss