Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 771AE200CAD for ; Wed, 14 Jun 2017 01:12:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 755C7160BE9; Tue, 13 Jun 2017 23:12:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BC015160BDC for ; Wed, 14 Jun 2017 01:12:02 +0200 (CEST) Received: (qmail 27786 invoked by uid 500); 13 Jun 2017 23:12:02 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 27777 invoked by uid 99); 13 Jun 2017 23:12:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2017 23:12:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 98B6CC0389 for ; Tue, 13 Jun 2017 23:12:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id G8uJ6c7bCrRo for ; Tue, 13 Jun 2017 23:12:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D2F355F568 for ; Tue, 13 Jun 2017 23:12:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 57CB4E02C7 for ; Tue, 13 Jun 2017 23:12:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0FF9720DF1 for ; Tue, 13 Jun 2017 23:12:00 +0000 (UTC) Date: Tue, 13 Jun 2017 23:12:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-2995) Introduce new protocol flow into core MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Jun 2017 23:12:03 -0000 [ https://issues.apache.org/jira/browse/GEODE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048511#comment-16048511 ] ASF subversion and git services commented on GEODE-2995: -------------------------------------------------------- Commit 02860bab21bcada50a18c4bf5224d0155b601600 in geode's branch refs/heads/feature/GEODE-2995 from [~ukohlmeyer] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=02860ba ] GEODE-2995: Added Codec Registry Added translation service for Protobuf encoding type -> SerializationType Refactored unchecked Exceptions to checked Exceptions > Introduce new protocol flow into core > ------------------------------------- > > Key: GEODE-2995 > URL: https://issues.apache.org/jira/browse/GEODE-2995 > Project: Geode > Issue Type: Sub-task > Components: client/server > Reporter: Brian Baynes > Assignee: Udo Kohlmeyer > > Create new protocol flow in core to handle incoming client messages, serialize/de-serialize primitives and JSON, construct/de-construct messages, and complete operations with response. > New protocol flow should handle put/get messages with response, covering primitives and JSON. -- This message was sent by Atlassian JIRA (v6.4.14#64029)