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 7FFD7200BC5 for ; Tue, 22 Nov 2016 23:01:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7EB1A160AF1; Tue, 22 Nov 2016 22:01:05 +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 8A063160B1E for ; Tue, 22 Nov 2016 23:01:04 +0100 (CET) Received: (qmail 83669 invoked by uid 500); 22 Nov 2016 22:01:03 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 83658 invoked by uid 99); 22 Nov 2016 22:01:03 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2016 22:01:03 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 664F22C4C73 for ; Tue, 22 Nov 2016 22:01:03 +0000 (UTC) Date: Tue, 22 Nov 2016 22:01:03 +0000 (UTC) From: "Vaibhav Gumashta (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-15180) Extend JSONMessageFactory to store additional information about metadata objects on different table events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 22 Nov 2016 22:01:05 -0000 [ https://issues.apache.org/jira/browse/HIVE-15180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-15180: ------------------------------------ Attachment: HIVE-15180.7.patch > Extend JSONMessageFactory to store additional information about metadata objects on different table events > ---------------------------------------------------------------------------------------------------------- > > Key: HIVE-15180 > URL: https://issues.apache.org/jira/browse/HIVE-15180 > Project: Hive > Issue Type: Sub-task > Components: repl > Reporter: Vaibhav Gumashta > Assignee: Vaibhav Gumashta > Attachments: HIVE-15180.1.patch, HIVE-15180.2.patch, HIVE-15180.3.patch, HIVE-15180.3.patch, HIVE-15180.4.patch, HIVE-15180.5.patch, HIVE-15180.6.patch, HIVE-15180.6.patch, HIVE-15180.7.patch > > > We want the {{NOTIFICATION_LOG}} table to capture additional information about the metadata objects when {{DbNotificationListener}} captures different events for a table (create/drop/alter) and a partition (create/alter/drop). We'll use the messages field to add json objects for table and partitions for create and alter events. The drop events message remains unchanged. These messages can then be used to replay these events on the destination in event of a replication, in a way that will put the destination in a state that's consistent with one of the past states of the source. -- This message was sent by Atlassian JIRA (v6.3.4#6332)