[ 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)