[
https://issues.apache.org/jira/browse/IGNITE-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16698571#comment-16698571
]
ASF GitHub Bot commented on IGNITE-10403:
-----------------------------------------
GitHub user oleg-ostanin opened a pull request:
https://github.com/apache/ignite/pull/5498
IGNITE-10403 added parent guava dependency in pom.xml
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10403
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5498.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5498
----
commit d06eca894fe779836a06f9491d4a3da0c1f2fbf3
Author: oleg-ostanin <oostanin@...>
Date: 2018-11-26T07:37:34Z
IGNITE-10403 added parent guava dependency in pom.xml
----
> Yardstick does not work without Guava 20 in the classpath
> ---------------------------------------------------------
>
> Key: IGNITE-10403
> URL: https://issues.apache.org/jira/browse/IGNITE-10403
> Project: Ignite
> Issue Type: Bug
> Reporter: Oleg Ostanin
> Assignee: Oleg Ostanin
> Priority: Major
>
> {noformat}
> Exception in thread "main" java.lang.NoSuchMethodError:
> com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;
> at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) at
> org.reflections.Reflections.<init>(Reflections.java:126) at
> org.reflections.Reflections.<init>(Reflections.java:168) at
> org.yardstickframework.impl.BenchmarkLoader.initialize(BenchmarkLoader.java:99)
> at
> org.yardstickframework.BenchmarkServerStartUp.main(BenchmarkServerStartUp.java:40)
> {noformat}
>
> Explanation from this link:
> [https://github.com/confluentinc/kafka-connect-elasticsearch/issues/143]
> 'This error means that you are bringing an older version of guava earlier in
> your classpath. Connect worker requires guava >= 20 for org.reflections to
> work correctly.'
> Indeed adding guava 20 to Yardstick ./lib folder helps.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)