From issues-return-83214-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Nov 26 08:34:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E99ED180677 for ; Mon, 26 Nov 2018 08:34:03 +0100 (CET) Received: (qmail 38126 invoked by uid 500); 26 Nov 2018 07:34:03 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 38086 invoked by uid 99); 26 Nov 2018 07:34:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2018 07:34:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9830C181652 for ; Mon, 26 Nov 2018 07:34:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Jp9OX7UfMytu for ; Mon, 26 Nov 2018 07:34:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 004C05F10F for ; Mon, 26 Nov 2018 07:34:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 83E04E0F4C for ; Mon, 26 Nov 2018 07:34:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 31F8821095 for ; Mon, 26 Nov 2018 07:34:00 +0000 (UTC) Date: Mon, 26 Nov 2018 07:34:00 +0000 (UTC) From: "Oleg Ostanin (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-10403) Yardstick does not work without Guava 20 in the classpath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-10403?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Ostanin updated IGNITE-10403: ---------------------------------- Description:=20 {noformat} Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.c= ollect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterat= or; at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) a= t org.reflections.Reflections.(Reflections.java:126) at org.reflectio= ns.Reflections.(Reflections.java:168) at org.yardstickframework.impl.= BenchmarkLoader.initialize(BenchmarkLoader.java:99) at org.yardstickframewo= rk.BenchmarkServerStartUp.main(BenchmarkServerStartUp.java:40) {noformat} =C2=A0 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 i= n your classpath. Connect worker requires guava >=3D 20 for org.reflections= to work correctly.' Indeed adding guava 20 to Yardstick ./lib folder helps. was: {noformat} Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.c= ollect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterat= or; at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) a= t org.reflections.Reflections.(Reflections.java:126) at org.reflectio= ns.Reflections.(Reflections.java:168) at org.yardstickframework.impl.= BenchmarkLoader.initialize(BenchmarkLoader.java:99) at org.yardstickframewo= rk.BenchmarkServerStartUp.main(BenchmarkServerStartUp.java:40) {noformat} =C2=A0 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 i= n your classpath. Connect worker requires guava >=3D 20 for org.reflections= to work correctly.' Indeed adding guava 20 to Yardstick ./lib folder helps. Will create ticket = in Ignite jira and fix ignite-yardstick pom.xml file. > 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 > Priority: Major > > {noformat} > Exception in thread "main" java.lang.NoSuchMethodError: com.google.common= .collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIter= ator; at org.reflections.Reflections.expandSuperTypes(Reflections.java:380)= at org.reflections.Reflections.(Reflections.java:126) at org.reflect= ions.Reflections.(Reflections.java:168) at org.yardstickframework.imp= l.BenchmarkLoader.initialize(BenchmarkLoader.java:99) at org.yardstickframe= work.BenchmarkServerStartUp.main(BenchmarkServerStartUp.java:40) > {noformat} > =C2=A0 > 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 >=3D 20 for org.reflectio= ns to work correctly.' > Indeed adding guava 20 to Yardstick ./lib folder helps. -- This message was sent by Atlassian JIRA (v7.6.3#76005)