Hello,
I came across these logs and found curious what these mean which i marked in bold while am building my project . Did i miss something, It would be great if someone can explain me what does this mean.
And I tried different Protocol Version by extending AbstractCassandraConfiguration but nothing changed.
For more info these are the version which I am running.
- Cassandra - 3.11.6
- Spring Boot - 2.3.1
2020-07-23 22:44:28.559 INFO 24543 --- [ main] c.d.o.d.i.core.DefaultMavenCoordinates : DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.6.1 2020-07-23 22:44:29.002 INFO 24543 --- [ s0-admin-0] c.d.oss.driver.internal.core.time.Clock : Using native clock for microsecond precision 2020-07-23 22:44:29.115 INFO 24543 --- [ s0-io-0] c.d.o.d.i.core.channel.ChannelFactory : [s0] Failed to connect with protocol DSE_V2, retrying with DSE_V1 2020-07-23 22:44:29.117 INFO 24543 --- [ s0-io-1] c.d.o.d.i.core.channel.ChannelFactory : [s0] Failed to connect with protocol DSE_V1, retrying with V4 2020-07-23 22:44:29.123 INFO 24543 --- [ s0-io-2] c.d.oss.driver.api.core.uuid.Uuids : PID obtained through native call to getpid(): 24543 2020-07-23 22:44:29.316 INFO 24543 --- [ s1-admin-0] c.d.oss.driver.internal.core.time.Clock : Using native clock for microsecond precision 2020-07-23 22:44:29.319 INFO 24543 --- [ s1-io-0] c.d.o.d.i.core.channel.ChannelFactory : [s1] Failed to connect with protocol DSE_V2, retrying with DSE_V1 2020-07-23 22:44:29.321 INFO 24543 --- [ s1-io-1] c.d.o.d.i.core.channel.ChannelFactory : [s1] Failed to connect with protocol DSE_V1, retrying with V4 2020-07-23 22:44:29.692 INFO 24543 --- [ main] c.v.a.VkDigitalAnalyticsApplicationTests : Started VkDigitalAnalyticsApplicationTests in 1.987 seconds (JVM running for 2.712) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.425 s - in com.viewway.analytics.VkDigitalAnalyticsApplicationTests 2020-07-23 22:44:31.858 WARN 24543 --- [ s0-admin-0] c.d.o.d.i.core.session.DefaultSession : [s0] Error while closing com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader@6c5a991c (RejectedExecutionException: event executor terminated)