From issues-return-51472-archive-asf-public=cust-asf.ponee.io@geode.apache.org Mon Jul 8 15:23:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 08362180676 for ; Mon, 8 Jul 2019 17:23:05 +0200 (CEST) Received: (qmail 93585 invoked by uid 500); 8 Jul 2019 15:23:05 -0000 Mailing-List: contact issues-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 issues@geode.apache.org Received: (qmail 93526 invoked by uid 99); 8 Jul 2019 15:23:05 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2019 15:23:05 +0000 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 AA8F0E00A6 for ; Mon, 8 Jul 2019 15:23:00 +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 6B5EA2655F for ; Mon, 8 Jul 2019 15:23:00 +0000 (UTC) Date: Mon, 8 Jul 2019 15:23:00 +0000 (UTC) From: "Jens Deppe (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-6779) Create disk-store command should only return when DistributedSystemMXBean reflects creation status MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-6779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880462#comment-16880462 ] Jens Deppe commented on GEODE-6779: ----------------------------------- I think there's something else going on here. This particular test does the following: - Create disk store - List disk store - Create a region using the disk store This is what the log looks like: {noformat} [vm0] [warn 2019/07/02 17:49:20.150 GMT tid=0x90] Unable to retrieve Disk Store ObjectName for member: server-1, diskstore: DISKSTORE - server-1 is an invalid member name or Id. Current members are [GemFire:type=Member,member=locator-0] Command result for : Member | Status | Message -------- | ------ | ---------------------------- server-1 | OK | Created disk store DISKSTORE Cluster configuration for group 'GROUP1' is updated. [vm0] [info 2019/07/02 17:49:20.347 GMT tid=0x90] Executing command: list disk-stores Command result for : Member Name | Member Id | Disk Store Name | Disk Store ID ----------- | ----------------------------------- | --------------- | ------------------------------------ server-1 | 172.17.0.21(server-1:158):41002 | DISKSTORE | 8b506f9b-ff4b-4bfd-8bab-b92abc5104bc [vm0] [info 2019/07/02 17:49:20.443 GMT tid=0x90] Executing command: create region --name=REGION1 --type=REPLICATE_PERSISTENT --disk-store=DISKSTORE --group=GROUP1 --eviction-action=overflow-to-disk Command result for : Specify valid disk-store. Unknown Disk Store : "DISKSTORE". {noformat} Two indicators that the {{create disk-store}} succeeded are: 1) It did not produce a message like {{Did not complete waiting for Disk Store MBean proxy creation}} and 2) the subsequent {{list disk-store}} command succeeded. Something else is going on here. > Create disk-store command should only return when DistributedSystemMXBean reflects creation status > -------------------------------------------------------------------------------------------------- > > Key: GEODE-6779 > URL: https://issues.apache.org/jira/browse/GEODE-6779 > Project: Geode > Issue Type: Improvement > Components: gfsh > Reporter: Jens Deppe > Assignee: Jens Deppe > Priority: Major > Fix For: 1.10.0 > > Time Spent: 40m > Remaining Estimate: 0h > > Once fixed, we can remove {{MemberVM.waitUntilDiskStoreIsReadyOnExactlyThisManyServers}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)