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 2015/03/07 02:03:10 UTC

[jira] [Created] (ACCUMULO-3650) Remove ProtocolBuffers dependency from core

Josh Elser created ACCUMULO-3650:
------------------------------------

             Summary: Remove ProtocolBuffers dependency from core
                 Key: ACCUMULO-3650
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3650
             Project: Accumulo
          Issue Type: Task
          Components: client
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.7.0


Protocol buffers was used as a part of the data-center replication feature. It was meant to be a server-side only construct, not leaking out to clients, but this unintentionally happened via ReplicationOperationsImpl.

If we move this functionality into the master or tserver, we could avoid the need for clients to even know this is happening under the hood. It would give users more flexibility without running into issues like HADOOP-9845.



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