Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66885189F6 for ; Thu, 10 Dec 2015 09:15:11 +0000 (UTC) Received: (qmail 78565 invoked by uid 500); 10 Dec 2015 09:15:11 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 78504 invoked by uid 500); 10 Dec 2015 09:15:11 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 78488 invoked by uid 99); 10 Dec 2015 09:15:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2015 09:15:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 04F152C1F57 for ; Thu, 10 Dec 2015 09:15:11 +0000 (UTC) Date: Thu, 10 Dec 2015 09:15:11 +0000 (UTC) From: "Alexey Goncharuk (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-959) Indexing: avoid sending key-value class definitions to servers when starting a cache 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/IGNITE-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15050411#comment-15050411 ] Alexey Goncharuk commented on IGNITE-959: ----------------------------------------- Implemented using QueryEntity class as a part of IGNITE-950 ticket. > Indexing: avoid sending key-value class definitions to servers when starting a cache > ------------------------------------------------------------------------------------ > > Key: IGNITE-959 > URL: https://issues.apache.org/jira/browse/IGNITE-959 > Project: Ignite > Issue Type: Sub-task > Components: cache > Reporter: Alexey Goncharuk > Assignee: Alexey Goncharuk > Fix For: 1.5 > > > Currently when indexed types are set to cache configuration, we send them to server nodes. It defeats the purpose of optimized marshaller improvements. > Instead, we should analyze class annotations on clients, convert them to metadata and use this metadata on servers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)