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 5E4B118381 for ; Tue, 4 Aug 2015 03:21:33 +0000 (UTC) Received: (qmail 6811 invoked by uid 500); 4 Aug 2015 03:21:33 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 6787 invoked by uid 500); 4 Aug 2015 03:21:33 -0000 Mailing-List: contact issues-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list issues@ignite.incubator.apache.org Received: (qmail 6778 invoked by uid 99); 4 Aug 2015 03:21:32 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 03:21:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1A669C1311 for ; Tue, 4 Aug 2015 03:21:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.77 X-Spam-Level: X-Spam-Status: No, score=0.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Lp2AMAJN1-CI for ; Tue, 4 Aug 2015 03:21:06 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 84CB824E12 for ; Tue, 4 Aug 2015 03:21:05 +0000 (UTC) Received: (qmail 6102 invoked by uid 99); 4 Aug 2015 03:21:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 03:21:04 +0000 Date: Tue, 4 Aug 2015 03:21:04 +0000 (UTC) From: "Alexey Kuznetsov (JIRA)" To: issues@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-1121) Implementation of control-center-agent as proxy between web-server and Ignite cluster 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-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov reassigned IGNITE-1121: ---------------------------------------- Assignee: Sergey Evdokimov (was: Alexey Kuznetsov) 1. I failed to build agent from command line with "mvn clean package -DskipTests". 2. Why do we need to start RestExecutor? I think we should start lazily it on first request. 3. Why do we need RestExecutor.RestResult class? 4. Where any tests? I do some renaming and cleanup in branch ignite-1155_1 take a look on my changes. Let's discuss one more time minor issues and merge this branch ino ignite-843. > Implementation of control-center-agent as proxy between web-server and Ignite cluster > ------------------------------------------------------------------------------------- > > Key: IGNITE-1121 > URL: https://issues.apache.org/jira/browse/IGNITE-1121 > Project: Ignite > Issue Type: Sub-task > Reporter: Sergey Evdokimov > Assignee: Sergey Evdokimov > Fix For: ignite-1.4 > > > We need to implement web-agent that will work like a proxy between web-server and Ignite cluster to: > 1) collect metrics for grid monitoring > 2) execute sql queries -- This message was sent by Atlassian JIRA (v6.3.4#6332)