[ https://issues.apache.org/jira/browse/SOLR-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357479#comment-16357479 ]
Shawn Heisey commented on SOLR-10308: ------------------------------------- Here are the failures I got: [junit4] Tests with failures [seed: CAEB705400CC7150]: [junit4] - org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate [junit4] - org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics [junit4] - org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState [junit4] - org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger [junit4] - org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider [junit4] - org.apache.solr.cloud.TestSolrCloudWithDelegationTokens (suite) I don't think these failures have anything to do with HDFS. But I do not know if this result is enough to say that hadoop 3.0.0 is actually working. The last test mentioned above fails with this: java.lang.ClassNotFoundException: org.apache.kerby.kerberos.kerb.KrbException KrbException doesn't appear in the code at all. It is mentioned once in the Solr Reference Guide. > Solr fails to work with Guava 21.0 > ---------------------------------- > > Key: SOLR-10308 > URL: https://issues.apache.org/jira/browse/SOLR-10308 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: highlighter > Affects Versions: 6.4.2 > Reporter: Vincent Massol > Priority: Major > > This is what we get: > {noformat} > Caused by: java.lang.NoSuchMethodError: > com.google.common.base.Objects.firstNonNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; > at > org.apache.solr.handler.component.HighlightComponent.prepare(HighlightComponent.java:118) > at > org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:269) > at > org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166) > at org.apache.solr.core.SolrCore.execute(SolrCore.java:2299) > at > org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:178) > at > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) > at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) > at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957) > at > org.xwiki.search.solr.internal.AbstractSolrInstance.query(AbstractSolrInstance.java:117) > at > org.xwiki.query.solr.internal.SolrQueryExecutor.execute(SolrQueryExecutor.java:122) > at > org.xwiki.query.internal.DefaultQueryExecutorManager.execute(DefaultQueryExecutorManager.java:72) > at > org.xwiki.query.internal.SecureQueryExecutorManager.execute(SecureQueryExecutorManager.java:67) > at org.xwiki.query.internal.DefaultQuery.execute(DefaultQuery.java:287) > at org.xwiki.query.internal.ScriptQuery.execute(ScriptQuery.java:237) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395) > at > org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384) > at > org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) > ... 183 more > {noformat} > Guava 21 has removed some signature that solr is currently using. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org