What happens with WriteQueue when CouchbaseServer is shutdown manually

If a Couchbase Server is shutdown manually by running the command “/opt/couchbase/bin/couchbase-server --stop”, what will happen to the items waiting in the WriteQueue?

Will they be written to disk before the server is shutdown?

Yes - if the server is shut down gracefully it will drain the queue first.

Thanks
Aaron

Thanks for the clarification.

Really appreciated it.
Kin

1 Like