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 8194E10439 for ; Thu, 31 Oct 2013 23:50:19 +0000 (UTC) Received: (qmail 57920 invoked by uid 500); 31 Oct 2013 23:50:19 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 57884 invoked by uid 500); 31 Oct 2013 23:50:19 -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 57875 invoked by uid 99); 31 Oct 2013 23:50:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 23:50:19 +0000 Date: Thu, 31 Oct 2013 23:50:19 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-756) Thrift API should be removed and abstracted 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-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-756: --------------------------------------- Fix Version/s: (was: 1.6.0) 1.7.0 > Thrift API should be removed and abstracted > ------------------------------------------- > > Key: ACCUMULO-756 > URL: https://issues.apache.org/jira/browse/ACCUMULO-756 > Project: Accumulo > Issue Type: Improvement > Components: build, rpc > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Labels: api, module, rpc, thrift > Fix For: 1.7.0 > > Attachments: ACCUMULO-756.patch > > > The thrift API for communication between components should be abstracted out and made more generic, so we can plug in different communications mechanisms. The thrift code generation and the generated code should be moved to a specific implementation of this abstraction, and put in a separate sub-module. > This can help with: > 1. Making full mocking support easier (ACCUMULO-14) with an in-process "RPC" implementation. > 2. Testing alternative protocols, like Avro, Protocol Buffers, SSL, etc. > 3. Minimizing dependencies and isolating thrift generated code from code that is maintained (ACCUMULO-493). > 4. Wire compatibility (ACCUMULO-751). > 5. More? -- This message was sent by Atlassian JIRA (v6.1#6144)