From notifications-return-21053-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Sun May 11 13:48:05 2014 Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A2E711A95 for ; Sun, 11 May 2014 13:48:05 +0000 (UTC) Received: (qmail 49747 invoked by uid 500); 10 May 2014 21:56:04 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 49563 invoked by uid 500); 10 May 2014 21:56:04 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 49335 invoked by uid 99); 10 May 2014 21:56:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 21:56:04 +0000 Date: Sat, 10 May 2014 21:56:04 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2583) Create service in Master that handles replication "receives" 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/ACCUMULO-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993640#comment-13993640 ] ASF subversion and git services commented on ACCUMULO-2583: ----------------------------------------------------------- Commit e117a78cb9b6d4324bf14dfdaecb04a86dc92cda in accumulo's branch refs/heads/ACCUMULO-378 from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=e117a78 ] ACCUMULO-2583 Implement a basic application of replicated data to the remote table. Very little consideration given to error handling, but it works as a first step. Does not record progress on the remote side yet. > Create service in Master that handles replication "receives" > ------------------------------------------------------------ > > Key: ACCUMULO-2583 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2583 > Project: Accumulo > Issue Type: Sub-task > Reporter: Josh Elser > Fix For: 1.7.0 > > > Analogous to ACCUMULO-2581 but on the receiving end: create a service that receives the data that needs to be replicated. Choose a random tserver to handle the receipt, write a new replication entry if needed, and "ingest" (replay the WAL or import the RFile) to the appropriate local table. -- This message was sent by Atlassian JIRA (v6.2#6252)