Hi mreiche and @david.nault ,
I gave the idle period as “1” and I no longer see thse logs. Thanks for the suggestions and help.
@Override
protected CouchbaseEnvironment getEnvironment() {
CouchbaseEnvironment env = DefaultCouchbaseEnvironment.builder()
.queryServiceConfig(QueryServiceConfig.create(0, 12, 1))
.sslEnabled(true)
.sslKeystoreFile(certificatePath)
.build();
return env;
}