Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 905D5200C63 for ; Wed, 26 Apr 2017 22:45:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F0CC16090A; Wed, 26 Apr 2017 20:45:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 148CE160BB4 for ; Wed, 26 Apr 2017 22:45:22 +0200 (CEST) Received: (qmail 44910 invoked by uid 500); 26 Apr 2017 20:45:22 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 44899 invoked by uid 99); 26 Apr 2017 20:45:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2017 20:45:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA302E110B; Wed, 26 Apr 2017 20:45:21 +0000 (UTC) From: jhuynh1 To: dev@geode.apache.org Reply-To: dev@geode.apache.org Message-ID: Subject: [GitHub] geode pull request #480: GEODE-2825: Lucene query waits for defined index to... Content-Type: text/plain Date: Wed, 26 Apr 2017 20:45:21 +0000 (UTC) archived-at: Wed, 26 Apr 2017 20:45:23 -0000 GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/480 GEODE-2825: Lucene query waits for defined index to be created * If an index is in a defined state but not yet created, the query will now wait until the index is created or no longer defined. Instead of throwing an exception and possibly getting a stack overflow Review request list: @upthewaterspout @nabarunnag @boglesby @ladyVader @gesterzhou You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/geode feature/GEODE-2825 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/480.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #480 ---- commit fb01b37ce8b7acda184daabc40de969a15c933c4 Author: Jason Huynh Date: 2017-04-26T18:13:53Z GEODE-2825: Lucene query waits for defined index to be created * If an index is in a defined state but not yet created, the query will now wait until the index is created or no longer defined. Instead of throwing an exception and possibly getting a stack overflow ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---