Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Valid prints are needed at the end of successful reconcile procedure.
Currently we have removed the Start/Stop reconcile prints. But even the cluster is reconciled successfully, there is no print available from operator logs to get that.
time="2018-08-10T09:36:43Z" level=info msg="is rebalancing: false" cluster-name=test-couchbase-cbxd6 module=cluster
|
time="2018-08-10T09:36:43Z" level=info msg="needs rebalance: false" cluster-name=test-couchbase-cbxd6 module=cluster
|
time="2018-08-10T09:36:50Z" level=info msg="Creating a pod (test-couchbase-tv6r8-0001) running Couchbase enterprise-5.5.0" cluster-name=test-couchbase-tv6r8 module=cluster
|
time="2018-08-10T09:36:53Z" level=info msg="Creating a pod (test-couchbase-cbxd6-0001) running Couchbase enterprise-5.5.0" cluster-name=test-couchbase-cbxd6 module=cluster
|
time="2018-08-10T09:37:30Z" level=info msg="added member (test-couchbase-tv6r8-0001)" cluster-name=test-couchbase-tv6r8 module=cluster
|
time="2018-08-10T09:37:30Z" level=info msg="Creating a pod (test-couchbase-tv6r8-0002) running Couchbase enterprise-5.5.0" cluster-name=test-couchbase-tv6r8 module=cluster
|
time="2018-08-10T09:37:33Z" level=info msg="added member (test-couchbase-cbxd6-0001)" cluster-name=test-couchbase-cbxd6 module=cluster
|
time="2018-08-10T09:37:33Z" level=info msg="Creating a pod (test-couchbase-cbxd6-0002) running Couchbase enterprise-5.5.0" cluster-name=test-couchbase-cbxd6 module=cluster
|
time="2018-08-10T09:38:06Z" level=info msg="added member (test-couchbase-tv6r8-0002)" cluster-name=test-couchbase-tv6r8 module=cluster
|
time="2018-08-10T09:38:08Z" level=info msg="Rebalance progress: 0.000000" cluster-name=test-couchbase-tv6r8 module=cluster
|
time="2018-08-10T09:38:10Z" level=info msg="added member (test-couchbase-cbxd6-0002)" cluster-name=test-couchbase-cbxd6 module=cluster
|
time="2018-08-10T09:38:12Z" level=info msg="Rebalance progress: 0.000000" cluster-name=test-couchbase-cbxd6 module=cluster
|
If you want those log messages you can enable debug logging, but we don't plan on adding them back. We have some ideas for improving the log messages in the future, but printing every time the reconcile loop starts and ends just fills up the logs.