You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/11/21 01:09:33 UTC

[jira] [Updated] (ACCUMULO-2581) Create service in Master to assign replication work

     [ https://issues.apache.org/jira/browse/ACCUMULO-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-2581:
---------------------------------
    Fix Version/s: 1.7.0

> Create service in Master to assign replication work
> ---------------------------------------------------
>
>                 Key: ACCUMULO-2581
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2581
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: replication
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.7.0
>
>
> We likely want the Master to handle the coordination of reading the records of what data needs to be replicated to the slave(s). We do not have the Master to perform the actual replication, but to delegate out the tasks to the tservers in the master cluster, and simple track the progress, success and failure of each "replication act". This will allow for a much more scalable implementation.
> This service should be able to grow and shrink as replication requests increase/decrease (but yet retain configurable upper and lower bounds). It likely requires its own Thrift service to manage the variety of responses that might come from an attempt to replicate data (failure, success, partial success, etc).
> This service would be the only process that removes replication entries from the persisted store (table).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)