[jira] [Created] (IGNITE-5612) JdbcResultSet#next is fetching all the data into memory and fetch size is used only to data-column mapping

2017-06-28 Thread Anil Dasari (JIRA)
Anil Dasari created IGNITE-5612: --- Summary: JdbcResultSet#next is fetching all the data into memory and fetch size is used only to data-column mapping Key: IGNITE-5612 URL: https://issues.apache.org/jira/browse/IGNIT

Get a ticket

2017-06-28 Thread Elen Code
Dear Ignite team, I would like to start my first contribution with ticket  https://issues.apache.org/jira/browse/IGNITE-5597. If it is ok, I'll assign it to myself. Please confirm, Kind regards, Andrei

RE: golang client for Ignite

2017-06-28 Thread Aleksandr Sokolovskii
Guys, Thanks for your answers. So If users want to use Ignite DataGrid from “unsupported” language they have two choice for now: 1) REST API It supports: cache management, put-get, sql exec queries, fetch It does not support: sql transactions REST API is easy to use. REST API has a lot of overh

Re: golang client for Ignite

2017-06-28 Thread Roman Shtykh
Guys, Just an observation, but when I introduce Ignite to other developers, they get very interested. But when the question goes to the support of the language they use for development, often they look disappointed because a chunk of functionalities I introduce becomes inaccessible. I think fr

[jira] [Created] (IGNITE-5611) Web Console: update some of selects to new design

2017-06-28 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-5611: Summary: Web Console: update some of selects to new design Key: IGNITE-5611 URL: https://issues.apache.org/jira/browse/IGNITE-5611 Project: Ignite Issue Type

Re: Ignite Persistent Store: Ready for merge?

2017-06-28 Thread Dmitriy Setrakyan
My vote would be to prepare the donation for the 2.1 release. It is been out for about 1.5 months and the community was given enough time to familiarize with the code. Denis has also conducted a well-attended community webinar explaining the donated code in detail. If there are no objections, let'

Re: golang client for Ignite

2017-06-28 Thread Dmitriy Setrakyan
Denis, Perhaps adding the same level of support for Golang as we have for .NET or C++ would be asking too much. The reason we start a JVM in .NET and C++ is because we implemented the full Ignite API support, even including transactions and executing .NET closures on remote Java servers. Perhaps,

[GitHub] ignite pull request #2215: For testing.

2017-06-28 Thread mcherkasov
GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/2215 For testing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.7.11-5521 Alternatively you can review and app

[GitHub] ignite pull request #2214: For testing.

2017-06-28 Thread mcherkasov
GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/2214 For testing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.8.8-5521 Alternatively you can review and appl

Re: [External] Triggering cache updates in Ignite

2017-06-28 Thread Denis Magda
Hi Bosko, Thanks for extra details! I’ve created a ticket in Ignite’s JIRA. Hope someone from the community gets interested in this and implements the feature: https://issues.apache.org/jira/browse/IGNITE-5610 Igniters, in short, this integration will allow to send updates from MySQL to an Igni

[jira] [Created] (IGNITE-5610) MySQL Time Machine and Ignite Integration

2017-06-28 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5610: --- Summary: MySQL Time Machine and Ignite Integration Key: IGNITE-5610 URL: https://issues.apache.org/jira/browse/IGNITE-5610 Project: Ignite Issue Type: Task

Re: golang client for Ignite

2017-06-28 Thread Denis Magda
Aleksandr, > I take a look into ignite cpp core. > Looks like it attaches to running jvm and calls java methods. > Please tell me that I’m wrong! ))) That’s a correct observation. Both C++ and .NET clients spawn a JVM process underneath and redirect almost all the requests to it. That approach a

Re: It seems WebSession's removeAttribute does not support HttpSessionBindingListener

2017-06-28 Thread yucigou
Thanks Val. Yes, I'll give it a try and test/verify with our app. Get back soon. -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/It-seems-WebSession-s-removeAttribute-does-not-support-HttpSessionBindingListener-tp19184p19211.html Sent from the Apache Ignit

[jira] [Created] (IGNITE-5609) Geo-spatial indexes implementation for off-heap memory architecture

2017-06-28 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5609: --- Summary: Geo-spatial indexes implementation for off-heap memory architecture Key: IGNITE-5609 URL: https://issues.apache.org/jira/browse/IGNITE-5609 Project: Ignite

[jira] [Created] (IGNITE-5608) SQL scripts execution capability

2017-06-28 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5608: --- Summary: SQL scripts execution capability Key: IGNITE-5608 URL: https://issues.apache.org/jira/browse/IGNITE-5608 Project: Ignite Issue Type: Task

RE: golang client for Ignite

2017-06-28 Thread Aleksandr Sokolovskii
Denis, I take a look into ignite cpp core. Looks like it attaches to running jvm and calls java methods. Please tell me that I’m wrong! ))) It will not work for golang. Is there language-neutral protocol to communicate with Ignite server? Thanks, Aleksandr From: Aleksandr Sokolovskii Sent: 28 и

RE: golang client for Ignite

2017-06-28 Thread Aleksandr Sokolovskii
Hi Deins, Thanks for answer. Link helps. It’s not good practice to call “c” functions from golang. That’s why I develop client by pure golang without Ignite “cpp” client API. I already tested golang “handshake” using ODBC endpoint server:10800. It works great. But I don’t see support of transac

Re: It seems WebSession's removeAttribute does not support HttpSessionBindingListener

2017-06-28 Thread Valentin Kulichenko
Hi, Good catch! I created a ticket for this: https://issues.apache.org/jira/browse/IGNITE-5607 Are you willing to pick it up and contribute the fix? -Val On Wed, Jun 28, 2017 at 3:25 AM, yucigou wrote: > When a session expires or is invalidated, or a session attribute gets > removed, etc., Ht

[jira] [Created] (IGNITE-5607) HttpSessionBindingListener is not supported for clustered web session

2017-06-28 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-5607: --- Summary: HttpSessionBindingListener is not supported for clustered web session Key: IGNITE-5607 URL: https://issues.apache.org/jira/browse/IGNITE-5607 P

Re: Zookeeper Discovery SPI & external IP address in AWS

2017-06-28 Thread Valentin Kulichenko
Yakov, Private address should be published as well, of course. -Val On Wed, Jun 28, 2017 at 3:47 AM, Yakov Zhdanov wrote: > Val, > > What if client sits in a private network, too? > > Btw, do we pass all addresses through address resolver prior to sealing > node attributes? I mean communicati

Re: By bytes access to binary format

2017-06-28 Thread Valentin Kulichenko
Vladislav, Are you suggesting to stream directly from cache. or from a binary object that is already copied from cache? -Val On Wed, Jun 28, 2017 at 2:52 AM, Vladislav Pyatkov wrote: > Hi, > > Recently, from one of Ignite user, I listened interest idea. > What if I want to pass some date to ja

[GitHub] ignite pull request #2053: IGNITE-5364 Remove contention on DataStructure cr...

2017-06-28 Thread mcherkasov
Github user mcherkasov closed the pull request at: https://github.com/apache/ignite/pull/2053 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #2030: IGNITE-5030 Support Spring @Cacheable(sync=true) ...

2017-06-28 Thread mcherkasov
Github user mcherkasov closed the pull request at: https://github.com/apache/ignite/pull/2030 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #2213: Ignite-1.7.12

2017-06-28 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/2213 Ignite-1.7.12 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.7.12 Alternatively you can review and apply t

Re: DataStreamer Transactional and Timestamp Implementation

2017-06-28 Thread fatih
Hi Sure. Thanks for your interest by the way. We needed to update our cache objects concurrently and every time we do the update on cache objects, we wanted to calculate some results by comparing before and after the update. To make this use case fast enough we wanted to use IgniteDataStreamer t

[jira] [Created] (IGNITE-5606) .NET: Enums do not work as a messaging topic or message

2017-06-28 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5606: -- Summary: .NET: Enums do not work as a messaging topic or message Key: IGNITE-5606 URL: https://issues.apache.org/jira/browse/IGNITE-5606 Project: Ignite

[GitHub] ignite pull request #2212: IGNITE-5598: Fixed switch segment record, WAL rea...

2017-06-28 Thread dspavlov
GitHub user dspavlov opened a pull request: https://github.com/apache/ignite/pull/2212 IGNITE-5598: Fixed switch segment record, WAL read and rollover are now OK for background mode https://issues.apache.org/jira/browse/IGNITE-5598 You can merge this pull request into a Git reposit

[jira] [Created] (IGNITE-5605) .NET: Inject resources into event listeners and filters

2017-06-28 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5605: -- Summary: .NET: Inject resources into event listeners and filters Key: IGNITE-5605 URL: https://issues.apache.org/jira/browse/IGNITE-5605 Project: Ignite

[GitHub] ignite pull request #2211: IGNITE-5604 Activate fails node was stopped with ...

2017-06-28 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/2211 IGNITE-5604 Activate fails node was stopped with cancel=true and big objects in cache You can merge this pull request into a Git repository by running: $ git pull https://github.co

[jira] [Created] (IGNITE-5604) Activate fails node was stopped with cancel=true and big objects in cache

2017-06-28 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-5604: Summary: Activate fails node was stopped with cancel=true and big objects in cache Key: IGNITE-5604 URL: https://issues.apache.org/jira/browse/IGNITE-5604 Project: Ig

Re: [External] Re: Triggering cache updates in Ignite

2017-06-28 Thread Bosko Devetak
Hi Denis, On Wed, Jun 28, 2017 at 12:13 AM, Denis Magda wrote: Hello Daniel, > > That looks promising! > > So, in case with Apache Ignite we need to subscribe to Kafka to get all > the updates while the Kafka will receive them from the replicator, right? > Is there any way to provide a direct su

Re: daemon nodes

2017-06-28 Thread Dmitriy Govorukhin
Yakov, I created jira issue IGNITE-5603 . Whoever has an objection related this task? On Wed, Jun 28, 2017 at 2:28 PM, Yakov Zhdanov wrote: > >For me, daemon server, very strange. > > Agree, daemons can always be a client. Dmitry G, I doubt if

[jira] [Created] (IGNITE-5603) All daemon node, can be only client daemon, server daemon is not allow.

2017-06-28 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-5603: -- Summary: All daemon node, can be only client daemon, server daemon is not allow. Key: IGNITE-5603 URL: https://issues.apache.org/jira/browse/IGNITE-5603 P

Re: daemon nodes

2017-06-28 Thread Yakov Zhdanov
>For me, daemon server, very strange. Agree, daemons can always be a client. Dmitry G, I doubt if we should bother with this right now, but can you please create a ticket that will imply client mode for daemons. Probably, community can pick it up. --Yakov

Re: daemon nodes

2017-06-28 Thread Дмитрий Рябов
Dmitriy Govorukhin, ServerImpl process TcpDiscoveryJoinRequestMessage, TcpDiscoveryStatusCheckMessage, TcpDiscoveryDiscardMessage and TcpDiscoveryRingLatencyCheckMessage while ClientImpl process TcpDiscoveryPingRequest. Thats the difference I see between server and client node message workers. 201

Re: daemon nodes

2017-06-28 Thread Dmitry Pavlov
Hi, ok, if we have 3 type of nodes: - clients - servers - daemons. Let us merge all types of daemons in one daemon type and remove unused code for server daemon. Are there any concerns about this idea? Best Regards, Dmitry Pavlov ср, 28 июн. 2017 г. в 12:19, Dmitriy Govorukhin < dmitriy.govoruk..

Re: Zookeeper Discovery SPI & external IP address in AWS

2017-06-28 Thread Yakov Zhdanov
Val, What if client sits in a private network, too? Btw, do we pass all addresses through address resolver prior to sealing node attributes? I mean communication, rest, etc? --Yakov

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Vyacheslav Daradur
>> can antivirus or some other system related thing can be the reason of the maven not building Yes, specially privileges of process. But in this case an exceptions ussually looks different from your. Try to execute "mvn -X clean package -DskipTests", it may provide some more information about re

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Guru Stron
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T22:39:06+03:00) Java version: 1.8.0_131, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_131\jre It is the same on the two of my machines which i tried it on lately(one is working and another is not) On

It seems WebSession's removeAttribute does not support HttpSessionBindingListener

2017-06-28 Thread yucigou
When a session expires or is invalidated, or a session attribute gets removed, etc., HttpSessionBindingListener's valueUnbound callback function should be fired. However, it seems that WebSession's removeAttribute does not support HttpSessionBindingListener. (I'm referring to the Ignite Web modul

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Vyacheslav Daradur
Could you provide some information about versions of JDK and Maven which you use? 2017-06-28 12:49 GMT+03:00 Guru Stron : > Hi, Vyacheslav > > I've already tried deleting .m2 and git clean -fdx, but still no success. > It is strange that it happens only on one of my machines(on other two > everyt

By bytes access to binary format

2017-06-28 Thread Vladislav Pyatkov
Hi, Recently, from one of Ignite user, I listened interest idea. What if I want to pass some date to java stream from cache. With binary I do it like this: BinaryObject get = (BinaryObject) cache.get(key); byte[] dataFromCache = get.field("data"); System.out.write(dataFromCache, 0, dataFromCache

[jira] [Created] (IGNITE-5602) By bytes access to binary format

2017-06-28 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-5602: - Summary: By bytes access to binary format Key: IGNITE-5602 URL: https://issues.apache.org/jira/browse/IGNITE-5602 Project: Ignite Issue Type: New F

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Guru Stron
Hi, Vyacheslav I've already tried deleting .m2 and git clean -fdx, but still no success. It is strange that it happens only on one of my machines(on other two everything works fine, including one in the same network), can antivirus or some other system related thing can be the reason of the maven

Re: daemon nodes

2017-06-28 Thread Dmitriy Govorukhin
What kind of messages are you talking about? Please, provide example. On Wed, Jun 28, 2017 at 11:54 AM, Дмитрий Рябов wrote: > Some messages don't go through clients. May be some daemon realization will > need them? > > 2017-06-28 11:22 GMT+03:00 Dmitriy Govorukhin > : > >> Dmitriy, >> >> Why da

[jira] [Created] (IGNITE-5601) WriteBehind mode hide SQLExceptions

2017-06-28 Thread Benjamin Garaude (JIRA)
Benjamin Garaude created IGNITE-5601: Summary: WriteBehind mode hide SQLExceptions Key: IGNITE-5601 URL: https://issues.apache.org/jira/browse/IGNITE-5601 Project: Ignite Issue Type: Impr

Re: daemon nodes

2017-06-28 Thread Дмитрий Рябов
Some messages don't go through clients. May be some daemon realization will need them? 2017-06-28 11:22 GMT+03:00 Dmitriy Govorukhin : > Dmitriy, > > Why daemon node may be server or client? Why it is not just daemon? I > guess if daemon " do not store data or > execute computations " it must be

[GitHub] ignite pull request #2210: IGNITE-5593: Affinity change message leak on mass...

2017-06-28 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/2210 IGNITE-5593: Affinity change message leak on massive topology updates You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #2209: Fixed.

2017-06-28 Thread AMashenkov
Github user AMashenkov closed the pull request at: https://github.com/apache/ignite/pull/2209 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: daemon nodes

2017-06-28 Thread Dmitriy Govorukhin
Dmitriy, Why daemon node may be server or client? Why it is not just daemon? I guess if daemon " do not store data or execute computations " it must be always client daemon. For me, daemon server, very strange. On Wed, Jun 28, 2017 at 1:25 AM, Dmitriy Setrakyan wrote: > Daemon nodes are nodes th

[jira] [Created] (IGNITE-5600) Compute hang if send broadcast runnable on daemon cluster group

2017-06-28 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-5600: -- Summary: Compute hang if send broadcast runnable on daemon cluster group Key: IGNITE-5600 URL: https://issues.apache.org/jira/browse/IGNITE-5600 Project:

[GitHub] ignite pull request #2209: Fixed.

2017-06-28 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/2209 Fixed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5593 Alternatively you can review and apply these chan

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Vyacheslav Daradur
If it is still the same, please try to clean your local repo, usually it is : %USERPROFILE%\.m2 (you must have executed "mvn install" and it was cached) 2017-06-28 10:18 GMT+03:00 Vyacheslav Daradur : > >> I've always been running the command in the topmost directory of the > repo with all the .

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Vyacheslav Daradur
>> I've always been running the command in the topmost directory of the repo with all the .git, .pom, readme and all other files and folders Yes, it is correct. After that, you can work in Visual Studio with the dotnet-project (modules\platforms\dotnet). You need to rebuild every time when you'v