acts_as_solr_reloaded 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. data/README.markdown +1 -1
  2. data/README.rdoc +3 -11
  3. data/VERSION +1 -1
  4. data/lib/acts_as_solr.rb +3 -1
  5. data/lib/solr/connection.rb +6 -3
  6. data/test/db/test.db +0 -0
  7. metadata +2 -74
  8. data/solr/README.txt +0 -36
  9. data/solr/etc/jetty.xml +0 -212
  10. data/solr/etc/webdefault.xml +0 -379
  11. data/solr/exampledocs/books.csv +0 -11
  12. data/solr/exampledocs/hd.xml +0 -46
  13. data/solr/exampledocs/ipod_other.xml +0 -50
  14. data/solr/exampledocs/ipod_video.xml +0 -35
  15. data/solr/exampledocs/locales.xml +0 -16
  16. data/solr/exampledocs/mem.xml +0 -58
  17. data/solr/exampledocs/monitor.xml +0 -31
  18. data/solr/exampledocs/monitor2.xml +0 -30
  19. data/solr/exampledocs/mp500.xml +0 -39
  20. data/solr/exampledocs/post.jar +0 -0
  21. data/solr/exampledocs/post.sh +0 -28
  22. data/solr/exampledocs/sd500.xml +0 -33
  23. data/solr/exampledocs/solr.xml +0 -38
  24. data/solr/exampledocs/spellchecker.xml +0 -58
  25. data/solr/exampledocs/test_utf8.sh +0 -83
  26. data/solr/exampledocs/utf8-example.xml +0 -42
  27. data/solr/exampledocs/vidcard.xml +0 -52
  28. data/solr/lib/jetty-6.1.3.jar +0 -0
  29. data/solr/lib/jetty-util-6.1.3.jar +0 -0
  30. data/solr/lib/jsp-2.1/ant-1.6.5.jar +0 -0
  31. data/solr/lib/jsp-2.1/core-3.1.1.jar +0 -0
  32. data/solr/lib/jsp-2.1/jsp-2.1.jar +0 -0
  33. data/solr/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
  34. data/solr/lib/servlet-api-2.5-6.1.3.jar +0 -0
  35. data/solr/multicore/README.txt +0 -3
  36. data/solr/multicore/core0/conf/schema.xml +0 -41
  37. data/solr/multicore/core0/conf/solrconfig.xml +0 -40
  38. data/solr/multicore/core1/conf/schema.xml +0 -41
  39. data/solr/multicore/core1/conf/solrconfig.xml +0 -40
  40. data/solr/multicore/exampledocs/ipod_other.xml +0 -34
  41. data/solr/multicore/exampledocs/ipod_video.xml +0 -22
  42. data/solr/multicore/solr.xml +0 -35
  43. data/solr/solr/README.txt +0 -52
  44. data/solr/solr/bin/abc +0 -190
  45. data/solr/solr/bin/abo +0 -190
  46. data/solr/solr/bin/backup +0 -117
  47. data/solr/solr/bin/backupcleaner +0 -142
  48. data/solr/solr/bin/commit +0 -133
  49. data/solr/solr/bin/optimize +0 -134
  50. data/solr/solr/bin/readercycle +0 -129
  51. data/solr/solr/bin/rsyncd-disable +0 -77
  52. data/solr/solr/bin/rsyncd-enable +0 -76
  53. data/solr/solr/bin/rsyncd-start +0 -145
  54. data/solr/solr/bin/rsyncd-stop +0 -105
  55. data/solr/solr/bin/scripts-util +0 -99
  56. data/solr/solr/bin/snapcleaner +0 -154
  57. data/solr/solr/bin/snapinstaller +0 -198
  58. data/solr/solr/bin/snappuller +0 -269
  59. data/solr/solr/bin/snappuller-disable +0 -77
  60. data/solr/solr/bin/snappuller-enable +0 -77
  61. data/solr/solr/bin/snapshooter +0 -136
  62. data/solr/solr/conf/admin-extra.html +0 -31
  63. data/solr/solr/conf/elevate.xml +0 -36
  64. data/solr/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
  65. data/solr/solr/conf/protwords.txt +0 -21
  66. data/solr/solr/conf/schema.xml +0 -132
  67. data/solr/solr/conf/scripts.conf +0 -24
  68. data/solr/solr/conf/solrconfig.xml +0 -906
  69. data/solr/solr/conf/spellings.txt +0 -2
  70. data/solr/solr/conf/stopwords.txt +0 -58
  71. data/solr/solr/conf/synonyms.txt +0 -31
  72. data/solr/solr/conf/xslt/example.xsl +0 -132
  73. data/solr/solr/conf/xslt/example_atom.xsl +0 -67
  74. data/solr/solr/conf/xslt/example_rss.xsl +0 -66
  75. data/solr/solr/conf/xslt/luke.xsl +0 -337
  76. data/solr/solr/lib/localsolr.jar +0 -0
  77. data/solr/solr/lib/lucene-spatial-2.9-dev.jar +0 -0
  78. data/solr/start.jar +0 -0
  79. data/solr/webapps/solr.war +0 -0
@@ -1,154 +0,0 @@
1
- #!/bin/bash
2
- #
3
- # Licensed to the Apache Software Foundation (ASF) under one or more
4
- # contributor license agreements. See the NOTICE file distributed with
5
- # this work for additional information regarding copyright ownership.
6
- # The ASF licenses this file to You under the Apache License, Version 2.0
7
- # (the "License"); you may not use this file except in compliance with
8
- # the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing, software
13
- # distributed under the License is distributed on an "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- # See the License for the specific language governing permissions and
16
- # limitations under the License.
17
- #
18
- # Shell script to clean up snapshots of a Solr Lucene collection.
19
-
20
- orig_dir=$(pwd)
21
- cd ${0%/*}/..
22
- solr_root=$(pwd)
23
- cd ${orig_dir}
24
-
25
- unset days num data_dir user verbose debug
26
- . ${solr_root}/bin/scripts-util
27
-
28
- # set up variables
29
- prog=${0##*/}
30
- log=${solr_root}/logs/${prog}.log
31
-
32
- # define usage string
33
- USAGE="\
34
- usage: $prog -D <days> | -N <num> [-d dir] [-u username] [-v]
35
- -D <days> cleanup snapshots more than <days> days old
36
- -N <num> keep the most recent <num> number of snapshots and
37
- cleanup up the remaining ones that are not being pulled
38
- -d specify directory holding index data
39
- -u specify user to sudo to before running script
40
- -v increase verbosity
41
- -V output debugging info
42
- "
43
-
44
- # parse args
45
- while getopts D:N:d:u:vV OPTION
46
- do
47
- case $OPTION in
48
- D)
49
- days="$OPTARG"
50
- ;;
51
- N)
52
- num="$OPTARG"
53
- ;;
54
- d)
55
- data_dir="$OPTARG"
56
- ;;
57
- u)
58
- user="$OPTARG"
59
- ;;
60
- v)
61
- verbose="v"
62
- ;;
63
- V)
64
- debug="V"
65
- ;;
66
- *)
67
- echo "$USAGE"
68
- exit 1
69
- esac
70
- done
71
-
72
- [[ -n $debug ]] && set -x
73
-
74
- if [[ -z ${days} && -z ${num} ]]
75
- then
76
- echo "$USAGE"
77
- exit 1
78
- fi
79
-
80
- fixUser "$@"
81
-
82
- # use default value for data_dir if not specified
83
- # relative path starts at ${solr_root}
84
- if [[ -z ${data_dir} ]]
85
- then
86
- data_dir=${solr_root}/data
87
- elif [[ "`echo ${data_dir}|cut -c1`" != "/" ]]
88
- then
89
- data_dir=${solr_root}/${data_dir}
90
- fi
91
-
92
- function remove
93
- {
94
- if [[ "${OS}" == "Darwin" || "${OS}" == "FreeBSD" ]]
95
- then
96
- syncing=`ps -www -U ${user} |grep -w rsync|grep -v grep|grep -w $1`
97
- else
98
- syncing=`ps -fwwwu ${user}|grep -w rsync|grep -v grep|grep -w $1`
99
- fi
100
-
101
- if [[ -n $syncing ]]
102
- then
103
- logMessage $1 not removed - rsync in progress
104
- else
105
- logMessage removing snapshot $1
106
- /bin/rm -rf $1
107
- fi
108
- }
109
-
110
- setStartTime
111
-
112
- logMessage started by $oldwhoami
113
- logMessage command: $0 $@
114
-
115
- # trap control-c
116
- trap 'echo "caught INT/TERM, exiting now but partial cleanup may have already occured";logExit aborted 13' INT TERM
117
-
118
- if [[ -n ${days} ]]
119
- then
120
- #is maxdepth supported?
121
- find ${data_dir} -maxdepth 0 -name foobar >/dev/null 2>&1
122
- if [ $? = 0 ]; then
123
- maxdepth="-maxdepth 1"
124
- else
125
- unset maxdepth
126
- fi
127
-
128
- logMessage cleaning up snapshots more than ${days} days old
129
- for i in `find ${data_dir} ${maxdepth} -name 'snapshot.*' -mtime +${days} -print`
130
- do
131
- remove $i
132
- done
133
- elif [[ -n ${num} ]]
134
- then
135
- logMessage cleaning up all snapshots except for the most recent ${num} ones
136
- unset snapshots count
137
- snapshots=`find ${data_dir} -type d -name 'snapshot.*' 2>/dev/null| sort -r`
138
- if [[ $? == 0 ]]
139
- then
140
- count=`echo $snapshots|wc -w`
141
- startpos=`expr $num + 1`
142
- if [[ $count -gt $num ]]
143
- then
144
- for i in `echo $snapshots|cut -f${startpos}- -d" "`
145
- do
146
- remove $i
147
- done
148
- fi
149
- fi
150
- fi
151
-
152
- logExit ended 0
153
-
154
-
@@ -1,198 +0,0 @@
1
- #!/bin/bash
2
- #
3
- # Licensed to the Apache Software Foundation (ASF) under one or more
4
- # contributor license agreements. See the NOTICE file distributed with
5
- # this work for additional information regarding copyright ownership.
6
- # The ASF licenses this file to You under the Apache License, Version 2.0
7
- # (the "License"); you may not use this file except in compliance with
8
- # the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing, software
13
- # distributed under the License is distributed on an "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- # See the License for the specific language governing permissions and
16
- # limitations under the License.
17
- #
18
- # Shell script to install a snapshot into place as the Lucene collection
19
- # for a Solr server
20
-
21
- orig_dir=$(pwd)
22
- cd ${0%/*}/..
23
- solr_root=$(pwd)
24
- cd ${orig_dir}
25
-
26
- unset master_host master_status_dir data_dir user verbose debug
27
- . ${solr_root}/bin/scripts-util
28
-
29
- # set up variables
30
- prog=${0##*/}
31
- log=${solr_root}/logs/${prog}.log
32
-
33
- LOCKDIR="${solr_root}/logs/snapinstaller-lock"
34
- PIDFILE="${LOCKDIR}/PID"
35
-
36
-
37
- # define usage string
38
- USAGE="\
39
- usage: $prog [-M master] [-S sdir] [-d dir] [-u username] [-v]
40
- -M master specify hostname of master server from where to pull index
41
- snapshot
42
- -S specify directory holding snapshot status on master server
43
- -d specify directory holding index data on local machine
44
- -u specify user to sudo to before running script
45
- -v increase verbosity
46
- -V output debugging info
47
- "
48
-
49
- # parse args
50
- while getopts M:S:d:u:vV OPTION
51
- do
52
- case $OPTION in
53
- M)
54
- master_host="$OPTARG"
55
- ;;
56
- S)
57
- master_status_dir="$OPTARG"
58
- ;;
59
- d)
60
- data_dir="$OPTARG"
61
- ;;
62
- u)
63
- user="$OPTARG"
64
- ;;
65
- v)
66
- verbose="v"
67
- ;;
68
- V)
69
- debug="V"
70
- ;;
71
- *)
72
- echo "$USAGE"
73
- exit 1
74
- esac
75
- done
76
-
77
- [[ -n $debug ]] && set -x
78
-
79
- if [[ -z ${master_host} ]]
80
- then
81
- echo "name of master server missing in $confFile or command line."
82
- echo "$USAGE"
83
- exit 1
84
- fi
85
-
86
- if [[ -z ${master_status_dir} ]]
87
- then
88
- echo "directory holding snapshot status on master server missing in $confFile or command line."
89
- echo "$USAGE"
90
- exit 1
91
- fi
92
-
93
- fixUser "$@"
94
-
95
- # use default value for data_dir if not specified
96
- # relative path starts at ${solr_root}
97
- if [[ -z ${data_dir} ]]
98
- then
99
- data_dir=${solr_root}/data
100
- elif [[ "`echo ${data_dir}|cut -c1`" != "/" ]]
101
- then
102
- data_dir=${solr_root}/${data_dir}
103
- fi
104
-
105
- # assume relative path to start at ${solr_root}
106
- if [[ "`echo ${master_status_dir}|cut -c1`" != "/" ]]
107
- then
108
- master_status_dir=${solr_root}/${master_status_dir}
109
- fi
110
-
111
- setStartTime
112
-
113
- if test -r $PIDFILE
114
- then
115
- OTHERPID="$(cat "${PIDFILE}")"
116
- if ! kill -0 $OTHERPID &>/dev/null; then
117
- logMessage removing stale lock ${OTHERPID}
118
- rm -rf "${LOCKDIR}"
119
- else
120
- logExit "lock failed, PID ${OTHERPID} is active" 1
121
- fi
122
- fi
123
-
124
- mkdir "${LOCKDIR}" &>/dev/null
125
- echo "$$" >"${PIDFILE}"
126
-
127
- logMessage started by $oldwhoami
128
- logMessage command: $0 $@
129
-
130
- # get directory name of latest snapshot
131
- name=`perl -e 'chdir q|'${data_dir}'|; print ((sort grep {/^snapshot[.][1-9][0-9]{13}$/} <*>)[-1])'`
132
-
133
- # clean up after INT/TERM
134
- trap 'echo "caught INT/TERM, exiting now but partial installation may have already occured";/bin/rm -rf ${data_dir"/index.tmp$$;logExit aborted 13' INT TERM
135
-
136
- # is there a snapshot
137
- if [[ "${name}" == "" ]]
138
- then
139
- logMessage no shapshot available
140
- logExit ended 0
141
- fi
142
-
143
- name=${data_dir}/${name}
144
-
145
- # has snapshot already been installed
146
- if [[ ${name} == `cat ${solr_root}/logs/snapshot.current 2>/dev/null` ]]
147
- then
148
- logMessage latest snapshot ${name} already installed
149
- logExit ended 0
150
- fi
151
-
152
- # make sure master has directory for hold slaves stats/state
153
- if
154
- ! ssh -o StrictHostKeyChecking=no ${master_host} mkdir -p ${master_status_dir}
155
- then
156
- logMessage failed to ssh to master ${master_host}, snapshot status not updated on master
157
- fi
158
-
159
- # install using hard links into temporary directory
160
- # remove original index and then atomically copy new one into place
161
- logMessage installing snapshot ${name}
162
- if [[ "${OS}" == "SunOS" || "${OS}" == "Darwin" || "${OS}" == "FreeBSD" ]]
163
- then
164
- orig_dir=$(pwd)
165
- mkdir ${data_dir}/index.tmp$$ && \
166
- cd ${name} && \
167
- find . -print|cpio -pdlmu ${data_dir}/index.tmp$$ 1>/dev/null 2>&1 && \
168
- /bin/rm -rf ${data_dir}/index && \
169
- mv -f ${data_dir}/index.tmp$$ ${data_dir}/index
170
- cd ${orig_dir}
171
- else
172
- cp -lr ${name}/ ${data_dir}/index.tmp$$ && \
173
- /bin/rm -rf ${data_dir}/index && \
174
- mv -f ${data_dir}/index.tmp$$ ${data_dir}/index
175
- fi
176
-
177
- # update distribution stats
178
- echo ${name} > ${solr_root}/logs/snapshot.current
179
-
180
- # push stats/state to master
181
- if
182
- ! scp -q -o StrictHostKeyChecking=no ${solr_root}/logs/snapshot.current ${master_host}:${master_status_dir}/snapshot.current.`uname -n`
183
- then
184
- logMessage failed to ssh to master ${master_host}, snapshot status not updated on master
185
- fi
186
-
187
- # notify Solr to open a new Searcher
188
- logMessage notifing Solr to open a new Searcher
189
- ${solr_root}/bin/commit
190
- if [[ $? != 0 ]]
191
- then
192
- logMessage failed to connect to Solr server
193
- logMessage snapshot installed but Solr server has not open a new Searcher
194
- logExit failed 1
195
- fi
196
-
197
- rm -rf "${LOCKDIR}"
198
- logExit ended 0
@@ -1,269 +0,0 @@
1
- #!/bin/bash
2
- #
3
- # Licensed to the Apache Software Foundation (ASF) under one or more
4
- # contributor license agreements. See the NOTICE file distributed with
5
- # this work for additional information regarding copyright ownership.
6
- # The ASF licenses this file to You under the Apache License, Version 2.0
7
- # (the "License"); you may not use this file except in compliance with
8
- # the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing, software
13
- # distributed under the License is distributed on an "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- # See the License for the specific language governing permissions and
16
- # limitations under the License.
17
- #
18
- # Shell script to copy snapshots of a Solr Lucene collection from the master
19
-
20
- orig_dir=$(pwd)
21
- cd ${0%/*}/..
22
- solr_root=$(pwd)
23
- cd ${orig_dir}
24
-
25
- unset master_host rsyncd_port master_data_dir master_status_dir snap_name
26
- unset sizeonly stats data_dir user verbose debug compress startStatus
27
- . ${solr_root}/bin/scripts-util
28
-
29
- # set up variables
30
- prog=${0##*/}
31
- log=${solr_root}/logs/${prog}.log
32
-
33
- # define usage string
34
- USAGE="\
35
- usage: $prog [-M master] [-P portnum] [-D mdir] [-S sdir] [-n snapshot] [-d dir] [-u username] [-svz]
36
- -M master specify hostname of master server from where to pull index
37
- snapshot
38
- -P port specify rsyncd port number of master server from where to
39
- pull index snapshot
40
- -D specify directory holding index data on master server
41
- -S specify directory holding snapshot status on master server
42
- -n snapshot pull a specific snapshot by name
43
- -d specify directory holding index data on local machine
44
- -u specify user to sudo to before running script
45
- -s use the --size-only option with rsync
46
- -v increase verbosity (-vv show file transfer stats also)
47
- -V output debugging info
48
- -z enable compression of data
49
- "
50
-
51
- # parse args
52
- while getopts M:P:D:S:n:d:u:svVz OPTION
53
- do
54
- case $OPTION in
55
- M)
56
- master_host="$OPTARG"
57
- ;;
58
- P)
59
- rsyncd_port="$OPTARG"
60
- ;;
61
- D)
62
- master_data_dir="$OPTARG"
63
- ;;
64
- S)
65
- master_status_dir="$OPTARG"
66
- ;;
67
- n)
68
- snap_name="$OPTARG"
69
- ;;
70
- d)
71
- data_dir="$OPTARG"
72
- ;;
73
- u)
74
- user="$OPTARG"
75
- ;;
76
- s)
77
- sizeonly="--size-only"
78
- ;;
79
- v)
80
- [[ -n $verbose ]] && stats="--stats" || verbose=v
81
- ;;
82
- V)
83
- debug="V"
84
- ;;
85
- z)
86
- compress="z"
87
- ;;
88
- *)
89
- echo "$USAGE"
90
- exit 1
91
- esac
92
- done
93
-
94
- [[ -n $debug ]] && set -x
95
-
96
- if [[ -z ${master_host} ]]
97
- then
98
- echo "name of master server missing in $confFile or command line."
99
- echo "$USAGE"
100
- exit 1
101
- fi
102
-
103
- # try to determine rsyncd port number from $confFile if not specified on
104
- # command line, default to solr_port+10000
105
- if [[ -z ${rsyncd_port} ]]
106
- then
107
- if [[ "${solr_port}" ]]
108
- then
109
- rsyncd_port=`expr 10000 + ${solr_port}`
110
- else
111
- echo "rsyncd port number of master server missing in $confFile or command line."
112
- echo "$USAGE"
113
- exit 1
114
- fi
115
- fi
116
-
117
- if [[ -z ${master_data_dir} ]]
118
- then
119
- echo "directory holding index data on master server missing in $confFile or command line."
120
- echo "$USAGE"
121
- exit 1
122
- fi
123
-
124
- if [[ -z ${master_status_dir} ]]
125
- then
126
- echo "directory holding snapshot status on master server missing in $confFile or command line."
127
- echo "$USAGE"
128
- exit 1
129
- fi
130
-
131
- fixUser "$@"
132
-
133
- # use default value for data_dir if not specified
134
- # relative path starts at ${solr_root}
135
- if [[ -z ${data_dir} ]]
136
- then
137
- data_dir=${solr_root}/data
138
- elif [[ "`echo ${data_dir}|cut -c1`" != "/" ]]
139
- then
140
- data_dir=${solr_root}/${data_dir}
141
- fi
142
-
143
- # assume relative path to start at ${solr_root}
144
- if [[ "`echo ${master_data_dir}|cut -c1`" != "/" ]]
145
- then
146
- master_data_dir=${solr_root}/${master_data_dir}
147
- fi
148
- if [[ "`echo ${master_status_dir}|cut -c1`" != "/" ]]
149
- then
150
- master_status_dir=${solr_root}/${master_status_dir}
151
- fi
152
-
153
- # push stats/state to master if necessary
154
- function pushStatus
155
- {
156
- scp -q -o StrictHostKeyChecking=no ${solr_root}/logs/snappuller.status ${master_host}:${master_status_dir}/snapshot.status.`uname -n`
157
- }
158
-
159
- setStartTime
160
-
161
- logMessage started by $oldwhoami
162
- logMessage command: $0 $@
163
-
164
- if [[ ! -f ${solr_root}/logs/snappuller-enabled ]]
165
- then
166
- logMessage snappuller disabled
167
- exit 2
168
- fi
169
-
170
- # make sure we can ssh to master
171
- if
172
- ! ssh -o StrictHostKeyChecking=no ${master_host} id 1>/dev/null 2>&1
173
- then
174
- logMessage failed to ssh to master ${master_host}
175
- exit 1
176
- fi
177
-
178
- # get directory name of latest snapshot if not specified on command line
179
- if [[ -z ${snap_name} ]]
180
- then
181
- snap_name=`ssh -o StrictHostKeyChecking=no ${master_host} "perl -e 'chdir q|${master_data_dir}|; print ((sort grep {/^snapshot[.][1-9][0-9]{13}$/} <*>)[-1])'"`
182
- fi
183
- if [[ "${snap_name}" == "" ]]
184
- then
185
- logMessage no snapshot available on ${master_host} in ${master_data_dir}
186
- logExit ended 0
187
- else
188
- name=`basename ${snap_name}`
189
- fi
190
-
191
- # clean up after INT/TERM
192
- trap 'echo cleaning up, please wait ...;/bin/rm -rf ${data_dir}/${name} ${data_dir}/${name}-wip;echo ${startStatus} aborted:$(timeStamp)>${solr_root}/logs/snappuller.status;pushStatus;logExit aborted 13' INT TERM
193
-
194
- if [[ -d ${data_dir}/${name} || -d ${data_dir}/${name}-wip ]]
195
- then
196
- logMessage no new snapshot available on ${master_host} in ${master_data_dir}
197
- logExit ended 0
198
- fi
199
-
200
- # take a snapshot of current index so that only modified files will be rsync-ed
201
- # put the snapshot in the 'work-in-progress" directory to prevent it from
202
- # being installed while the copying is still in progress
203
- if [[ "${OS}" == "SunOS" || "${OS}" == "Darwin" || "${OS}" == "FreeBSD" ]]
204
- then
205
- orig_dir=$(pwd)
206
- mkdir ${data_dir}/${name}-wip
207
- cd ${data_dir}/index
208
- find . -print|cpio -pdlmu ${data_dir}/${name}-wip 1>/dev/null 2>&1
209
- cd ${orig_dir}
210
- else
211
- cp -lr ${data_dir}/index ${data_dir}/${name}-wip
212
- fi
213
- # force rsync of segments and .del files since we are doing size-only
214
- if [[ -n ${sizeonly} ]]
215
- then
216
- rm -f ${data_dir}/${name}-wip/segments
217
- rm -f ${data_dir}/${name}-wip/*.del
218
- fi
219
-
220
- logMessage pulling snapshot ${name}
221
-
222
- # make sure master has directory for hold slaves stats/state
223
- ssh -o StrictHostKeyChecking=no ${master_host} mkdir -p ${master_status_dir}
224
-
225
- # start new distribution stats
226
- rsyncStart=`date +'%Y-%m-%d %H:%M:%S'`
227
- if [[ "${OS}" == "Darwin" || "${OS}" == "FreeBSD" ]]
228
- then
229
- startTimestamp=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncStart" +'%Y%m%d-%H%M%S'`
230
- rsyncStartSec=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncStart" +'%s'`
231
- else
232
- startTimestamp=`date -d "$rsyncStart" +'%Y%m%d-%H%M%S'`
233
- rsyncStartSec=`date -d "$rsyncStart" +'%s'`
234
- fi
235
- startStatus="rsync of `basename ${name}` started:$startTimestamp"
236
- echo ${startStatus} > ${solr_root}/logs/snappuller.status
237
- pushStatus
238
-
239
- # rsync over files that have changed
240
- rsync -Wa${verbose}${compress} --delete ${sizeonly} \
241
- ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ ${data_dir}/${name}-wip
242
-
243
- rc=$?
244
- rsyncEnd=`date +'%Y-%m-%d %H:%M:%S'`
245
- if [[ "${OS}" == "Darwin" || "${OS}" == "FreeBSD" ]]
246
- then
247
- endTimestamp=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncEnd" +'%Y%m%d-%H%M%S'`
248
- rsyncEndSec=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncEnd" +'%s'`
249
- else
250
- endTimestamp=`date -d "$rsyncEnd" +'%Y%m%d-%H%M%S'`
251
- rsyncEndSec=`date -d "$rsyncEnd" +'%s'`
252
- fi
253
- elapsed=`expr $rsyncEndSec - $rsyncStartSec`
254
- if [[ $rc != 0 ]]
255
- then
256
- logMessage rsync failed
257
- /bin/rm -rf ${data_dir}/${name}-wip
258
- echo ${startStatus} failed:$endTimestamp > ${solr_root}/logs/snappuller.status
259
- pushStatus
260
- logExit failed 1
261
- fi
262
-
263
- # move into place atomically
264
- mv ${data_dir}/${name}-wip ${data_dir}/${name}
265
-
266
- # finish new distribution stats`
267
- echo ${startStatus} ended:$endTimestamp rsync-elapsed:${elapsed} > ${solr_root}/logs/snappuller.status
268
- pushStatus
269
- logExit ended 0