You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/01/28 01:17:37 UTC

[jira] [Commented] (AURORA-126) IllegalArgumentException when preparing GC executor launch

    [ https://issues.apache.org/jira/browse/AURORA-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883550#comment-13883550 ] 

Hudson commented on AURORA-126:
-------------------------------

SUCCESS: Integrated in Aurora #75 (See [https://builds.apache.org/job/Aurora/75/])
AURORA-126: Fix regression causing secondary index to store duplicate tasks. (wfarner: rev c33d8378b6d4d8403cbaaf7ad8678fc3689e46e5)
* src/test/java/org/apache/aurora/scheduler/storage/mem/MemTaskStoreTest.java
* src/main/java/org/apache/aurora/scheduler/storage/mem/MemTaskStore.java


> IllegalArgumentException when preparing GC executor launch
> ----------------------------------------------------------
>
>                 Key: AURORA-126
>                 URL: https://issues.apache.org/jira/browse/AURORA-126
>             Project: Aurora
>          Issue Type: Bug
>          Components: Scheduler
>            Reporter: Bill Farner
>            Assignee: Bill Farner
>            Priority: Blocker
>
> {noformat}
> W0127 23:20:35.790 THREAD196 org.apache.aurora.GuiceUtils$7.invoke: Trapped uncaught exception: java.lang.IllegalArgumentException: duplicate key: 1390862956727-mesos-test-slave-recovery-spinner-180-d71a0e79-77a4-4bbc-8deb-f07c65893ef8
> java.lang.IllegalArgumentException: duplicate key: 1390862956727-mesos-test-slave-recovery-spinner-180-d71a0e79-77a4-4bbc-8deb-f07c65893ef8
>         at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
>         at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:67)
>         at com.google.common.collect.ImmutableMap$Builder.fromEntryList(ImmutableMap.java:249)
>         at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:235)
>         at com.google.common.collect.Maps.uniqueIndex(Maps.java:1168)
>         at com.google.common.collect.Maps.uniqueIndex(Maps.java:1142)
>         at org.apache.aurora.scheduler.base.Tasks.mapById(Tasks.java:179)
>         at org.apache.aurora.scheduler.periodic.GcExecutorLauncher.createTask(GcExecutorLauncher.java:114)
>         at org.apache.aurora.scheduler.MesosSchedulerImpl.resourceOffers(MesosSchedulerImpl.java:172)
>         at org.apache.aurora.GuiceUtils$7.invoke(GuiceUtils.java:170)
>         at org.apache.aurora.GuiceUtils$3.invoke(GuiceUtils.java:120)
>         at com.twitter.common.inject.TimedInterceptor.invoke(TimedInterceptor.java:87)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)