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 C6B2D200C72 for ; Thu, 27 Apr 2017 19:25:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5577160B9E; Thu, 27 Apr 2017 17:25:08 +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 1B5D7160BA7 for ; Thu, 27 Apr 2017 19:25:07 +0200 (CEST) Received: (qmail 97105 invoked by uid 500); 27 Apr 2017 17:25:07 -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 96886 invoked by uid 99); 27 Apr 2017 17:25:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 17:25:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B845ACD49D for ; Thu, 27 Apr 2017 17:25:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id nlXfsS6Y4s5m for ; Thu, 27 Apr 2017 17:25:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DCE205F1BA for ; Thu, 27 Apr 2017 17:25:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1B6D6E0D5B for ; Thu, 27 Apr 2017 17:25:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 64BC321DE4 for ; Thu, 27 Apr 2017 17:25:04 +0000 (UTC) Date: Thu, 27 Apr 2017 17:25:04 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-2681) Gfsh show missing-disk-stores command hangs when server is waiting for disk stores MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Apr 2017 17:25:09 -0000 [ https://issues.apache.org/jira/browse/GEODE-2681?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1598= 7083#comment-15987083 ]=20 ASF subversion and git services commented on GEODE-2681: -------------------------------------------------------- Commit b9c007b60a65be10f7b430e855df842d51f83239 in geode's branch refs/head= s/feature/GEM-1299 from [~khowe] [ https://git-wip-us.apache.org/repos/asf?p=3Dgeode.git;h=3Db9c007b ] GEODE-2681: prevent synchronization hang on getAnyInstance Take advantage of recent refactoring to use the InternalCache interface API instead of GemFireCahceImpl. > Gfsh show missing-disk-stores command hangs when server is waiting for di= sk stores > -------------------------------------------------------------------------= --------- > > Key: GEODE-2681 > URL: https://issues.apache.org/jira/browse/GEODE-2681 > Project: Geode > Issue Type: Bug > Components: gfsh > Affects Versions: 1.1.0 > Reporter: Jason Huynh > Assignee: Kenneth Howe > Attachments: cache.xml, oplogs1.tar.gz > > > Similar to GEODE-2680: > When starting up a server with persistent files, the server waits for the= other offline members as expected. =20 > When trying to show missing disk stores in a different gfsh process, this= command also hangs. It is expected that this process should not be hung > Attached is a cache xml file and oplogs to reproduce the file. > Steps to reproduce: > Configuration: > 1.) Edit the cache.xml file to point to the appropriate disk store locati= on > Commands: > 1.) start locator =E2=80=94-name=3Dlocator1 > 2.) start server --name=3Dserver1 -=E2=80=94cache-xml-file=3Dcache.xml > Attempt to start a separate gfsh process and run the following commands: > 1.) connect > 2.) show missing-disk-stores -- This message was sent by Atlassian JIRA (v6.3.15#6346)