Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BC1718412 for ; Wed, 3 Feb 2016 18:06:46 +0000 (UTC) Received: (qmail 94744 invoked by uid 500); 3 Feb 2016 18:06:40 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 94699 invoked by uid 500); 3 Feb 2016 18:06:40 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 94669 invoked by uid 99); 3 Feb 2016 18:06:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 18:06:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D432F2C0AFA for ; Wed, 3 Feb 2016 18:06:39 +0000 (UTC) Date: Wed, 3 Feb 2016 18:06:39 +0000 (UTC) From: "Dongjoon Hyun (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (REEF-1179) Pass Mesos Integration Tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated REEF-1179: -------------------------------- Description: Mesos integration tests fail in the current master branch. * 1. BindException on ManagerName * The root cause is {{MesosRemoteManager}} tries to initiate an instance of {{RemoteManager}}, but the {{ManagerName}} was already bounded by {{RemoteManagerFactory}}. We need to fix this failure for 0.14 release. I'm attaching the error messages below. {noformat} Caused by: org.apache.reef.tang.exceptions.BindException: Attempt to re-bind named parameter org.apache.reef.wake.remote.RemoteConfiguration$ManagerName. Old value was [REEF_LAUNCHER] new value is [MESOS_EXECUTOR] at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameterNoCopy(InjectorImpl.java:717) at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameter(InjectorImpl.java:689) at org.apache.reef.wake.remote.DefaultRemoteManagerFactory.getInstance(DefaultRemoteManagerFactory.java:154) at org.apache.reef.runtime.mesos.util.MesosRemoteManager.(MesosRemoteManager.java:44) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.apache.reef.tang.implementation.java.InjectorImpl.injectFromPlan(InjectorImpl.java:637) ... 15 more {noformat} - Related Issue: [REEF-991] Remove deprecated RangeTcpPortProvider.Default and DefaultRemoteManagerImplementation constructor * 2. Missing Runtime Identifier to Mesos Runtime. * - Related Issue: [REEF-983] Add Runtime Identifier to the EvaluatorDescriptor * 3. BindException on TempFileCreator. * - Related Issue: [REEF-1013] C# Evaluator does not work on HDInsight was: Mesos integration tests fail in the current master branch. The root cause is {{MesosRemoteManager}} tries to initiate an instance of {{RemoteManager}}, but the {{ManagerName}} was already bounded by {{RemoteManagerFactory}}. We need to fix this failure for 0.14 release. I'm attaching the error messages below. {noformat} Caused by: org.apache.reef.tang.exceptions.BindException: Attempt to re-bind named parameter org.apache.reef.wake.remote.RemoteConfiguration$ManagerName. Old value was [REEF_LAUNCHER] new value is [MESOS_EXECUTOR] at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameterNoCopy(InjectorImpl.java:717) at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameter(InjectorImpl.java:689) at org.apache.reef.wake.remote.DefaultRemoteManagerFactory.getInstance(DefaultRemoteManagerFactory.java:154) at org.apache.reef.runtime.mesos.util.MesosRemoteManager.(MesosRemoteManager.java:44) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.apache.reef.tang.implementation.java.InjectorImpl.injectFromPlan(InjectorImpl.java:637) ... 15 more {noformat} > Pass Mesos Integration Tests > ---------------------------- > > Key: REEF-1179 > URL: https://issues.apache.org/jira/browse/REEF-1179 > Project: REEF > Issue Type: Bug > Components: REEF-Runtime-Mesos, REEF-Tests > Reporter: Yunseong Lee > Assignee: Dongjoon Hyun > > Mesos integration tests fail in the current master branch. > * 1. BindException on ManagerName * > The root cause is {{MesosRemoteManager}} tries to initiate an instance of {{RemoteManager}}, but the {{ManagerName}} was already bounded by {{RemoteManagerFactory}}. > We need to fix this failure for 0.14 release. I'm attaching the error messages below. > > {noformat} > Caused by: org.apache.reef.tang.exceptions.BindException: Attempt to re-bind named parameter org.apache.reef.wake.remote.RemoteConfiguration$ManagerName. Old value was [REEF_LAUNCHER] new value is [MESOS_EXECUTOR] > at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameterNoCopy(InjectorImpl.java:717) > at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameter(InjectorImpl.java:689) > at org.apache.reef.wake.remote.DefaultRemoteManagerFactory.getInstance(DefaultRemoteManagerFactory.java:154) > at org.apache.reef.runtime.mesos.util.MesosRemoteManager.(MesosRemoteManager.java:44) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:526) > at org.apache.reef.tang.implementation.java.InjectorImpl.injectFromPlan(InjectorImpl.java:637) > ... 15 more > {noformat} > - Related Issue: > [REEF-991] Remove deprecated RangeTcpPortProvider.Default and DefaultRemoteManagerImplementation constructor > * 2. Missing Runtime Identifier to Mesos Runtime. * > - Related Issue: > [REEF-983] Add Runtime Identifier to the EvaluatorDescriptor > * 3. BindException on TempFileCreator. * > - Related Issue: > [REEF-1013] C# Evaluator does not work on HDInsight -- This message was sent by Atlassian JIRA (v6.3.4#6332)