From user-return-24512-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Jan 24 20:37:27 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AEC5718062C for ; Thu, 24 Jan 2019 20:37:26 +0100 (CET) Received: (qmail 61638 invoked by uid 500); 24 Jan 2019 19:37:25 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 61628 invoked by uid 99); 24 Jan 2019 19:37:25 -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, 24 Jan 2019 19:37:25 +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 35685C73E7 for ; Thu, 24 Jan 2019 19:37:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.422 X-Spam-Level: *** X-Spam-Status: No, score=3.422 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id JgmlFB8J94ZP for ; Thu, 24 Jan 2019 19:37:23 +0000 (UTC) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 13739610E7 for ; Thu, 24 Jan 2019 19:37:23 +0000 (UTC) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id 73557BE7EB4D for ; Thu, 24 Jan 2019 12:37:22 -0700 (MST) Date: Thu, 24 Jan 2019 12:37:22 -0700 (MST) From: newigniter To: user@ignite.apache.org Message-ID: <1548358642432-0.post@n6.nabble.com> Subject: Cannot create table after I drop it MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have a 1 node cluster. Ignite persistence turned on. I create a bunch of tables with SQL. At some point, I drop the table with SQL and try to create it again but it says table already exists. I try to execute Drop table once more, it says the table doesn't exist. After I restart the cluster(I restart container, I deployed ignite via docker) I am able to create table again. Anyone experienced a similar problem and is able to help me? Thank you. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/