Return-Path: X-Original-To: apmail-storm-user-archive@minotaur.apache.org Delivered-To: apmail-storm-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 81BAA10138 for ; Fri, 10 Jan 2014 15:18:34 +0000 (UTC) Received: (qmail 18053 invoked by uid 500); 10 Jan 2014 15:16:45 -0000 Delivered-To: apmail-storm-user-archive@storm.apache.org Received: (qmail 17938 invoked by uid 500); 10 Jan 2014 15:16:38 -0000 Mailing-List: contact user-help@storm.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@storm.incubator.apache.org Delivered-To: mailing list user@storm.incubator.apache.org Received: (qmail 17886 invoked by uid 99); 10 Jan 2014 15:16:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 15:16:35 +0000 X-ASF-Spam-Status: No, hits=2.7 required=5.0 tests=HTML_MESSAGE,HTML_OBFUSCATE_10_20,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 15:16:29 +0000 Received: by mail-wi0-f173.google.com with SMTP id hn9so8461853wib.12 for ; Fri, 10 Jan 2014 07:16:08 -0800 (PST) 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=nclM87FyQ4F9lWMyd0Fdy80U3CJnNLwGe6sniLwqac0=; b=NZsQJlpLuiK8g8ti1YbJK0JbqiVX529621l7vmWmVqxiPfEcAKnLh9FeCOgbUVL1p1 i370yVCxGrccJ5rnUqRJxBDnlAiwYFeEL+17GH3EyXVTLa7CFbzOeFa7gLNVPGmAb4jx yoMy3Rd77jR57tAce/B2hMoa/fBuHuhhC9ZulxZCv9kKmABcs2dUyXVIFyeyDDjSND+M u2d37IGaA7vw/CigDjUz2DKNMQvMczhFvUuJ9Z2tn7W97LxtyQfZ5Hnbo2ofgOdVTH54 AzUj9yvrnmjGV5hOA+14ci6m5l1v3OsZNkqc47hywxTpM9lgN6LIGg8I9iSqlLfcAzTr yiyA== X-Gm-Message-State: ALoCoQlDql74EwV6NQg45RSV1JES2ygYb8bVieKh4YiUqahSCsvKt1fxcf9mDQCowG8ylok9RXZP MIME-Version: 1.0 X-Received: by 10.194.133.34 with SMTP id oz2mr9161666wjb.14.1389366968237; Fri, 10 Jan 2014 07:16:08 -0800 (PST) Received: by 10.227.103.74 with HTTP; Fri, 10 Jan 2014 07:16:08 -0800 (PST) In-Reply-To: References: Date: Fri, 10 Jan 2014 10:16:08 -0500 Message-ID: Subject: Re: How does one submit a topology in the inactive state? From: Jon Logan To: user@storm.incubator.apache.org Content-Type: multipart/alternative; boundary=089e012284f69ad36c04ef9f345c X-Virus-Checked: Checked by ClamAV on apache.org --089e012284f69ad36c04ef9f345c Content-Type: text/plain; charset=ISO-8859-1 Just keep in mind, if you have a slow prepare method -- and this is what you're trying to do to solve it (minimizing the "topology gap"), Storm *will not* call your prepare method until the topology is active. --089e012284f69ad36c04ef9f345c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Just keep in mind, if you have = a slow prepare method -- and this is what you're trying to do to solve = it (minimizing the "topology gap"), Storm will not=A0call = your prepare method until the topology is active.
--089e012284f69ad36c04ef9f345c--