Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27E1217998 for ; Tue, 28 Oct 2014 07:36:16 +0000 (UTC) Received: (qmail 43803 invoked by uid 500); 28 Oct 2014 07:36:15 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 43741 invoked by uid 500); 28 Oct 2014 07:36:15 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 43731 invoked by uid 99); 28 Oct 2014 07:36:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2014 07:36:15 +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 (nike.apache.org: domain of adrian.f.cole@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-yk0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2014 07:35:50 +0000 Received: by mail-yk0-f180.google.com with SMTP id 9so35007ykp.39 for ; Tue, 28 Oct 2014 00:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=csmPP2dXVQhkEI5Oj62cegpYuTVkILYUX4JGrsJd5t0=; b=Be1akQ7PSIKZVuWLu4bHFBExlHb7jTqnvAKaPKahsWoP/wF4OtH9jkjda9HapOqqFX 6GbYggfmbQ8XLdHkfO6o1xqE7SBW57O8fB4oj/hgrfi+4OMuW0yb0Rvjrvyod6QrTVTN XyKyUipXfNNX92G4ZamXglVuYIZFUMTnsooZFX6vhVVDxuP89kbuVpGWCUSuibCJT2mD ZRjLZmjNny+Yw5XLU/Ua8iVlc/ZLSM7N25QBdF6Vbv8zEZenxQAxDSaBGq8um1bD72HB dU3OBggiYJTUslGL11MbUcezYNxvvnsIAkS4O0UYLXos4vEzUkLNH+JUT79bmHgCZtLL 62eQ== MIME-Version: 1.0 X-Received: by 10.236.216.49 with SMTP id f47mr1268640yhp.114.1414481659092; Tue, 28 Oct 2014 00:34:19 -0700 (PDT) Received: by 10.170.142.69 with HTTP; Tue, 28 Oct 2014 00:34:19 -0700 (PDT) In-Reply-To: References: <137E337F-6B9F-40A9-AA6D-0917489CD1AA@gmail.com> Date: Tue, 28 Oct 2014 00:34:19 -0700 Message-ID: Subject: Re: "not api visible instances" - what does this mean? From: Adrian Cole To: user@jclouds.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It is hard to say. technically, all you know is that the read-back didn't operate. If a command failed directly following that (ex. an elastic ip didn't attach), it could explain why. We assume this is timing related, and something that eventually resolves (perhaps in order of seconds or less). I know I'm not saying much, just that I don't know if there would be a problem, just that if there were a problem, you could tell AWS that preceding it, the affected instances failed a readback. If you are concerned about the sudden flare-up, you could ask about it. Ex. this is a readback after runInstances. Before, you'd be able to, now you don't. ask them if there's some behavioral change we should know about? Hope the rambling helps :) -A On Tue, Oct 28, 2014 at 12:00 AM, Yaron Rosenbaum wrote: > Hi > > Thank you. > > I=E2=80=99m hitting this every single time. > What=E2=80=99s the practical implications of this? > > (Y) > > On Oct 27, 2014, at 4:06 PM, Adrian Cole wrote: > > You've hit quite the edge case! Basically, there were instances returned > from the create call that were not returned from the describe call. Event= ual > consistency, in other words. > > https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org= /jclouds/ec2/compute/strategy/EC2CreateNodesInGroupThenAddToSet.java#L163 > > On Mon, Oct 27, 2014 at 6:00 AM, Yaron Rosenbaum > wrote: >> >> jclouds.compute - << not api visible instances([{region=3Dus-east-1, >> name=3Dsir-02ggqbxp}]) >> >> >> >> (Y) >> > >