Please answer these questions before submitting your issue.
Bug
SkyWalking 8.5.0
now the cassandra version is 3.7.2 ,we use 3.4.0
String remotePeer = statement.getHost() == null ? connectionInfo.getContactPoints() : (statement.getHost()
.getSocketAddress()
.getHostName() + ":" + statement
.getHost()
.getSocketAddress()
.getPort());
statement.getHost() will throw NPE on 3.4.0 ,maybe we should check null before geting host to adapter low version's driver.
Please answer these questions before submitting your issue.
Bug
SkyWalking 8.5.0
now the cassandra version is 3.7.2 ,we use 3.4.0
statement.getHost() will throw NPE on 3.4.0 ,maybe we should check null before geting host to adapter low version's driver.