Hi,
I'm seeing an error message when I'm trying to swap out an instance with
another in a cluster of three (I'm really trying to do backups and seeing if
the restore works once I've copied the data files to a new instance). What I'm
doing is:
1. Bringing down all three instances: couchOne, couchTwo, couchThree
2. Copy all data files from couchOne to another directory, couchNew
3. Start couchNew
4. Start couchTwo, couchThree
Once I start the other instances (couchTwo & couchThree), couchNew returns an
error:
[notice] 2016-11-22T03:16:20.591619Z couchNew@localhost <0.344.0> --------
Rescanning replicator dbs as couchTwo@ localhost came up.
[notice] 2016-11-22T03:16:29.625191Z couchNew@localhost <0.344.0> --------
Rescanning replicator dbs as couchThree@ localhost came up.
[error] 2016-11-22T03:16:34.792136Z couchNew@localhost emulator -------- Error
in process <0.2765.0> on node ' couchNew@localhost' with exit value:
{{nocatch,{error,timeout}},[{fabric_view_changes,send_changes,6,[{file,"src/fabric_view_changes.erl"},{line,192}]},{fabric_view_changes,keep_sending_changes,8,[{file,"src/fabric_view_changes.erl"},{line,82}]},{fabric_view_changes...
[notice] 2016-11-22T03:16:34.792183Z couchNew@localhost <0.325.0> --------
chttpd_auth_cache changes listener died {nocatch,{error,timeout}} at
fabric_view_changes:send_changes/6(line:192) <=
fabric_view_changes:keep_sending_changes/8(line:82) <=
fabric_view_changes:go/5(line:43)
couchTwo also has the same error after I started couchThree:
[info] 2016-11-22T03:16:20.850963Z couchTwo@localhost <0.7.0> --------
Application snappy started on node 'couchTwo@localhost'
[notice] 2016-11-22T03:16:29.671915Z couchTwo@localhost <0.572.0> --------
Rescanning replicator dbs as couchThree@localhost came up.
[error] 2016-11-22T03:17:20.776146Z couchTwo@localhost emulator -------- Error
in process <0.537.0> on node 'couchTwo@localhost' with exit value:
{{nocatch,{error,timeout}},[{fabric_view_changes,send_changes,6,[{file,"src/fabric_view_changes.erl"},{line,192}]},{fabric_view_changes,keep_sending_changes,8,[{file,"src/fabric_view_changes.erl"},{line,82}]},{fabric_view_changes...
[notice] 2016-11-22T03:17:20.776180Z couchTwo@localhost <0.534.0> --------
chttpd_auth_cache changes listener died {nocatch,{error,timeout}} at
fabric_view_changes:send_changes/6(line:192) <=
fabric_view_changes:keep_sending_changes/8(line:82) <=
fabric_view_changes:go/5(line:43)
I'm still able to load the UI and it seems like nothing went down but I'm not
sure why I'm receiving this error or what it means. Does anyone have any ideas?
It only seems to happen the first time I start the service (so far).
Thanks,
Maggie