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 AB40F200C08 for ; Wed, 11 Jan 2017 21:18:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A9F3B160B3B; Wed, 11 Jan 2017 20:18:18 +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 010B8160B51 for ; Wed, 11 Jan 2017 21:18:17 +0100 (CET) Received: (qmail 53492 invoked by uid 500); 11 Jan 2017 20:18:16 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 53324 invoked by uid 99); 11 Jan 2017 20:18:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 20:18:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8F3322C03DC for ; Wed, 11 Jan 2017 20:18:16 +0000 (UTC) Date: Wed, 11 Jan 2017 20:18:16 +0000 (UTC) From: "slim bouguerra (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-15586) Make Insert and Create statement Transactional MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 20:18:18 -0000 slim bouguerra created HIVE-15586: ------------------------------------- Summary: Make Insert and Create statement Transactional Key: HIVE-15586 URL: https://issues.apache.org/jira/browse/HIVE-15586 Project: Hive Issue Type: Sub-task Components: Druid integration Reporter: slim bouguerra Assignee: slim bouguerra Currently insert/create will return the handle to user without waiting for the data been loaded by the druid cluster. In order to avoid that will add a passive wait till the segment are loaded by historical in case the coordinator is UP. -- This message was sent by Atlassian JIRA (v6.3.4#6332)