: The "solr" on the rsync command line is just a label which is defined in
: rsyncd.conf on the master. rsyncd.conf is created on the fly by the script
: rsyncd-start:
...
: This label is then mapped to the path defined in $data_dir.
Ah... right, i forgot about that.
: > Why does it nee
What OS are you running on?
The "solr" on the rsync command line is just a label which is defined in
rsyncd.conf on the master. rsyncd.conf is created on the fly by the script
rsyncd-start:
cat < ${solr_root}/conf/rsyncd.conf
rsyncd.conf file
uid = $(whoami)
gid = $(whoami)
use chroot
Ok, i will create an issue.
I got round it changing this
> : rsync -Wa${verbose}${compress} --delete ${sizeonly} \
> : ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/
> : ${data_dir}/${name}-wip
for
> : rsync -Wa${verbose}${compress} --delete ${sizeonly} \
> : ${stats} ${master_ho
: 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