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 B92B2200BA1 for ; Mon, 17 Oct 2016 16:01:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B7EEB160AEC; Mon, 17 Oct 2016 14:01:07 +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 31D06160AE5 for ; Mon, 17 Oct 2016 16:01:07 +0200 (CEST) Received: (qmail 4327 invoked by uid 500); 17 Oct 2016 14:01:06 -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 4316 invoked by uid 99); 17 Oct 2016 14:01:06 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2016 14:01:06 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4CA642C4C73 for ; Mon, 17 Oct 2016 14:01:06 +0000 (UTC) Date: Mon, 17 Oct 2016 14:01:06 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4074) Refactor async (*future) operations in PlatformTarget MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 17 Oct 2016 14:01:07 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582344#comment-15582344 ] Pavel Tupitsyn commented on IGNITE-4074: ---------------------------------------- Compute, Messaging, Events, Services, Transactions - done. > Refactor async (*future) operations in PlatformTarget > ----------------------------------------------------- > > Key: IGNITE-4074 > URL: https://issues.apache.org/jira/browse/IGNITE-4074 > Project: Ignite > Issue Type: Sub-task > Components: platforms > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Labels: .NET > Fix For: 1.8 > > > Currently async operations are executed in two steps: > - start an operation (Cache.Get) > - get the future (UU.TargetListenFuture* methods) > This separation is unnecessary. See if we can perform asyn operations in one JNI call. See how PlatformCache.OP_REBALANCE does this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)