You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/06/25 13:21:37 UTC

[jira] [Reopened] (SOLR-9076) Update to Hadoop 2.7.2

     [ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe reopened SOLR-9076:
------------------------------

My Jenkins found reproducing nightly failures in the map-reduce contrib of {{MorphlineBasicMiniMRTest}} on master and branch_6x - any seed triggers the same error.  On master when I rollback to before the commit on this issue, the failure stops.

Here's the master failure:

{noformat}
Checking out Revision d730f4a1caddac1f28b60a118904f0c1d5290fa0 (refs/remotes/origin/master)
[...]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MorphlineBasicMiniMRTest -Dtests.seed=939E67829C51091F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=uk-UA -Dtests.timezone=Europe/Riga -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | MorphlineBasicMiniMRTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.lang.NoClassDefFoundError: org/jboss/netty/channel/ChannelPipelineFactory
   [junit4]    >        at __randomizedtesting.SeedInfo.seed([939E67829C51091F]:0)
   [junit4]    >        at org.apache.solr.hadoop.hack.MiniYARNCluster$NodeManagerWrapper.serviceStart(MiniYARNCluster.java:334)
   [junit4]    >        at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
   [junit4]    >        at org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:120)
   [junit4]    >        at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
   [junit4]    >        at org.apache.solr.hadoop.hack.MiniMRClientClusterFactory.create(MiniMRClientClusterFactory.java:83)
   [junit4]    >        at org.apache.solr.hadoop.hack.MiniMRCluster.<init>(MiniMRCluster.java:181)
   [junit4]    >        at org.apache.solr.hadoop.hack.MiniMRCluster.<init>(MiniMRCluster.java:169)
   [junit4]    >        at org.apache.solr.hadoop.MorphlineBasicMiniMRTest.setupClass(MorphlineBasicMiniMRTest.java:180)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.NoClassDefFoundError: org/jboss/netty/channel/ChannelPipelineFactory
   [junit4]    >        at java.lang.Class.forName0(Native Method)
   [junit4]    >        at java.lang.Class.forName(Class.java:348)
   [junit4]    >        at org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:2134)
   [junit4]    >        at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2099)
   [junit4]    >        at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2193)
   [junit4]    >        at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2219)
   [junit4]    >        at org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServices.serviceInit(AuxServices.java:121)
   [junit4]    >        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   [junit4]    >        at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
   [junit4]    >        at org.apache.hadoop.yarn.server.nodemanager.containermanager.ContainerManagerImpl.serviceInit(ContainerManagerImpl.java:245)
   [junit4]    >        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   [junit4]    >        at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
   [junit4]    >        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.serviceInit(NodeManager.java:260)
   [junit4]    >        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   [junit4]    >        at org.apache.solr.hadoop.hack.MiniYARNCluster$NodeManagerWrapper.serviceStart(MiniYARNCluster.java:316)
   [junit4]    >        ... 31 more
   [junit4]    > Caused by: java.lang.ClassNotFoundException: org.jboss.netty.channel.ChannelPipelineFactory
   [junit4]    >        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   [junit4]    >        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]    >        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   [junit4]    >        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]    >        ... 46 more
{noformat}

> Update to Hadoop 2.7.2
> ----------------------
>
>                 Key: SOLR-9076
>                 URL: https://issues.apache.org/jira/browse/SOLR-9076
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>             Fix For: 6.2, master (7.0)
>
>         Attachments: SOLR-9076.patch, SOLR-9076.patch, SOLR-9076.patch, SOLR-9076.patch, SOLR-9076.patch, SOLR-9076.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org