Return-Path: X-Original-To: apmail-aurora-dev-archive@minotaur.apache.org Delivered-To: apmail-aurora-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 4909511F90 for ; Wed, 13 Aug 2014 20:58:55 +0000 (UTC) Received: (qmail 73330 invoked by uid 500); 13 Aug 2014 20:58:55 -0000 Delivered-To: apmail-aurora-dev-archive@aurora.apache.org Received: (qmail 73278 invoked by uid 500); 13 Aug 2014 20:58:55 -0000 Mailing-List: contact dev-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list dev@aurora.incubator.apache.org Received: (qmail 73251 invoked by uid 99); 13 Aug 2014 20:58:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2014 20:58:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-ig0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2014 20:58:50 +0000 Received: by mail-ig0-f171.google.com with SMTP id l13so11555615iga.10 for ; Wed, 13 Aug 2014 13:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=vRN3WKzH4ELjUJF32LecRxDsfxH7lfsxUbYiemwrZuo=; b=EjVHdx+/KtgZGLZ3miT/gdVwhMneASGee1EyNA/Bhf1p/UAFuVPcqXL6qq8enCwxS5 Yg5TG1Z+auHQhtXy4lCeNGyhXtEowtZ7ZAVn8hRdwN0s6K+gUO6REe/7ekP9dWRqt4Hx h6IePSsD/erWP70PoT6w7JY7Ah4r99WjgKeNcbiBlMR7AiK0ac4xQGlzI8Ys2Dq1Rn37 6wtOqZMegimRYRlRTTVZjLHfWHYLpK7QGJMu4opUjWFWbITqyl4nSy7EO0nxwtS6EQqk U1jgqo/SHz5wcSom06zXu4CZVh1+mqcxulb7WwucYorclWCrPt+/jaryhB7qb6Nz5QqH sJnw== X-Received: by 10.43.57.203 with SMTP id wh11mr7780780icb.54.1407963510102; Wed, 13 Aug 2014 13:58:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.162.1 with HTTP; Wed, 13 Aug 2014 13:58:10 -0700 (PDT) In-Reply-To: References: From: Josh Adams Date: Wed, 13 Aug 2014 13:58:10 -0700 Message-ID: Subject: Re: "Could not deserialize AssignedTask" error To: dev@aurora.incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Created - thanks! https://issues.apache.org/jira/browse/AURORA-654 Josh On Tue, Aug 12, 2014 at 6:46 PM, Brian Wickman wrote: > That's a new one! > > What do your 'constraints' look like on your Job? It's possible Aurora is > not doing doing proper input validation somewhere. Could be related to > this: https://issues.apache.org/jira/browse/THRIFT-162 > > > On Tue, Aug 12, 2014 at 6:04 PM, Josh Adams wrote: > >> We're trying to upgrade to Mesos 0.19.1 to use Aurora with the new >> Announcer impl and we're running into this error on >> thermos_executor.pex when trying to run any Task. Anyone seen anything >> like it before? >> >> Cheers, >> Josh >> >> WARNING: Logging before InitGoogleLogging() is written to STDERR >> I0813 00:57:40.229567 10732 exec.cpp:131] Version: 0.19.1 >> I0813 00:57:40.231796 10761 exec.cpp:205] Executor registered on slave >> 20140812-235601-84869386-5050-469-0 >> FATAL] Could not deserialize AssignedTask >> FATAL] Traceback (most recent call last): >> File "apache/aurora/executor/aurora_executor.py", line 234, in >> validate_task >> assigned_task = assigned_task_from_mesos_task(task) >> File "apache/aurora/executor/common/task_info.py", line 32, in >> assigned_task_from_mesos_task >> assigned_task = thrift_deserialize(AssignedTask(), task.data) >> File >> "/root/.pex/install/thrift-0.9.1-cp27-none-linux_x86_64.whl.5554a00a49bd3c9d0ed12679fbf9a9810c343ed1/thrift-0.9.1-cp27-none-linux_x86_64.whl/thrift/TSerialization.py", >> line 37, in deserialize >> base.read(protocol) >> File "gen/apache/aurora/api/ttypes.py", line 2841, in read >> self.task.read(iprot) >> File "gen/apache/aurora/api/ttypes.py", line 1678, in read >> self.constraints.add(_elem26) >> TypeError: unhashable instance >>