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 9C78911B32 for ; Tue, 5 Aug 2014 23:37:16 +0000 (UTC) Received: (qmail 7045 invoked by uid 500); 5 Aug 2014 23:37:16 -0000 Delivered-To: apmail-aurora-dev-archive@aurora.apache.org Received: (qmail 6997 invoked by uid 500); 5 Aug 2014 23:37:16 -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 6978 invoked by uid 99); 5 Aug 2014 23:37:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 23:37:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of isaac@hioscar.com designates 209.85.219.41 as permitted sender) Received: from [209.85.219.41] (HELO mail-oa0-f41.google.com) (209.85.219.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 23:37:11 +0000 Received: by mail-oa0-f41.google.com with SMTP id j17so1262751oag.0 for ; Tue, 05 Aug 2014 16:36:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hioscar.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Cy4pYZEYZ9N8Z8Gmp61ZjdxQzoC6gfWtUHvs6i7/t8k=; b=MN9U0e8h3MO0ST9edyeStrEbqNpcGHLfOVXQDbhUWoqQLevr7HpJHXjeb+MJGynIOZ TwYvpwICSnhR3uOTc1hARBw4VeKT5MF7xPjOI8KnJW4cv2Ul8DJhou7ocFz66bhFU0WL YLgmGQO5b6S0Whpip9jNa4tfI4ugKx+W0AyfY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Cy4pYZEYZ9N8Z8Gmp61ZjdxQzoC6gfWtUHvs6i7/t8k=; b=mh9BXbXxkNfl0Mpz7vVOvPs/zQBORGW7JynNqxxqIgFEJ67vjb9nYFaCYNHTjC8WhH DArTF0TC8nZlDNZOb93+/I8XjHvAgxOYUjaPcGBrhobpZmRa6bquyY3scOwjlV+ehS27 7G6QJ7xD5e/5dd43QdkFHzvTYaJgOuusN66aF8HG0crLjeQOTQpl6gK9UMOQV7i4OuKA mq0ZFyfoFcx9QsnRqM90S+ttkKCFpzH9f0zTll6bcpYKMhOcX5LyWd5OPhyO+cuR23+X Hz+LwvFWYWSImVN4IBlLy1yP3UwKQVC6hJbqZgB9Qb3qz4rbrChnuH/p4nDh0dpEJbBS 1AHg== X-Gm-Message-State: ALoCoQm8/DVSWzwXntqfdspIcB6pKWDtiHi0L087jBZFLdVxk2uAF91GtthObXGmhL3tAsYRlWcf MIME-Version: 1.0 X-Received: by 10.60.159.164 with SMTP id xd4mr10396374oeb.19.1407281810697; Tue, 05 Aug 2014 16:36:50 -0700 (PDT) Received: by 10.182.230.225 with HTTP; Tue, 5 Aug 2014 16:36:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Aug 2014 19:36:50 -0400 Message-ID: Subject: Re: (AURORA-596) SQL constraint violation in DbAttributeStore From: Isaac Councill To: dev@aurora.incubator.apache.org Content-Type: multipart/alternative; boundary=047d7bd6b7e86d03c604ffea548f X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd6b7e86d03c604ffea548f Content-Type: text/plain; charset=UTF-8 Thanks for that! I was running 0.5.0-rc1 which doesn't have your fix. Now I have a great excuse to upgrade to the official release, and better understanding of how to answer my own similar questions in the future. On Tue, Aug 5, 2014 at 7:25 PM, Bill Farner wrote: > Does your build contain commit 2b78aff? That was the fix for AURORA-596, > which it sounds like what you are referring to. A build with that commit > should course-correct your state. > > -=Bill > > > On Tue, Aug 5, 2014 at 4:08 PM, Isaac Councill wrote: > > > Hi, > > > > I noticed this issue after being hit with the "Unique index or primary > key > > violation" error on one slave machine. Is there a recommended workaround > to > > reset the db state safely? Currently aurora will not schedule jobs on > that > > slave. > > > > Thanks, > > Isaac > > > --047d7bd6b7e86d03c604ffea548f--