Last night, the yum automatically update my couchbase server community version from 6.0 to 6.5.
After that, all the buckets were stuck in “pending” status.
In the “Log” section, I see:
Compactor for database bucketname
(pid [{type,database},
{important,true},
{name,<<“bucketname”>>},
{fa,
{#Fun<compaction_daemon.4.62703019>,
[<<“bucketname”>>,
{config,
{30,undefined},
{30,undefined},
undefined,false,false,
{daemon_config,30,131072,20971520}},
false,
{[{type,bucket}]}]}}]) terminated unexpectedly: {timeout,
{gen_server,
call,
[{‘ns_memcached-bucketname’,
‘ns_1@host1.tcs.com’},
{raw_stats,
<<“diskinfo”>>,
#Fun<compaction_daemon.18.62703019>,
{<<“0”>>,
<<“0”>>}},
180000]}}
Please let me know how could I rescue my data, I don’t think that I should expect losing all my data after a sleep. Thanks!