Unnecessary ERR_NO_BUCKET : (0x8, Not connected to a bucket) java client warnings

Server: Community edition 5.0.1 build 5003
Java client version: spring-data-couchbase 2.2.6 release → java-client-2.3.7
It has been observed many times that we start receiving continous warning messages from couchbase java clients as below.

2019-12-12 10:30:21.714 WARN 1 — [ cb-io-1-4] c.c.c.c.e.ResponseStatusConverter : Unexpected ResponseStatus with Protocol KeyValue: ERR_NO_BUCKET (0x8, Not connected to a bucket)

Frequency of above logger is 10 sec. Due to this, our logs gets cluttered. However, there is no impact on application performance.
Further, this error does not go away until we restart our application.
Same error is observed whenever there is an issue in one of our couchbase node. And similarly. it does not go away then even after couchbase cluster is restored.

Is there any way to remove this error without restarting application?