[
https://issues.apache.org/jira/browse/CASSANDRA-14655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596899#comment-16596899
]
Sumanth Pasupuleti commented on CASSANDRA-14655:
------------------------------------------------
Seems like a couple of methods that C* currently uses aren't available in 3.6.0
driver
[CircleCi Build with
failure|https://circleci.com/gh/sumanth-pasupuleti/cassandra/96]
Error details:
{quote}_build_java8_only:
[echo] Compiling only for Java 8 ...
[javac] Compiling 1668 source files to
/home/cassandra/cassandra/build/classes/main
[javac] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[javac] Note: Processing compiler hints annotations
[javac] Note: Processing compiler hints annotations
[javac] Note: Writing compiler command file at META-INF/hotspot_compiler
[javac] Note: Done processing compiler hints annotations
[javac]
/home/cassandra/cassandra/src/java/org/apache/cassandra/utils/NativeSSTableLoaderClient.java:79:
error: cannot find symbol
[javac] builder = builder.allowServerPortDiscovery();
[javac] ^
[javac] symbol: method allowServerPortDiscovery()
[javac] location: variable builder of type Builder
[javac]
/home/cassandra/cassandra/src/java/org/apache/cassandra/utils/NativeSSTableLoaderClient.java:106:
error: cannot find symbol
[javac] portToUse =
endpoint.getBroadcastAddressOptPort().portOrElse(storagePort);
[javac] ^
[javac] symbol: method getBroadcastAddressOptPort()
[javac] location: variable endpoint of type Host
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors{quote}
> Upgrade C* to use latest guava (26.0)
> -------------------------------------
>
> Key: CASSANDRA-14655
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14655
> Project: Cassandra
> Issue Type: Improvement
> Components: Libraries
> Reporter: Sumanth Pasupuleti
> Assignee: Sumanth Pasupuleti
> Priority: Minor
> Fix For: 4.x
>
>
> C* currently uses guava 23.3. This JIRA is about changing C* to use latest
> guava (26.0). Originated from a discussion in the mailing list.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]