[GitHub] ignite pull request #2250: IGNITE-5706: Redis FLUSHDB command support.

2017-07-05 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/2250 IGNITE-5706: Redis FLUSHDB command support. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite IGNITE-5706 Alternatively you can r

[jira] [Created] (IGNITE-5706) Redis FLUSHDB command support

2017-07-05 Thread Roman Shtykh (JIRA)
Roman Shtykh created IGNITE-5706: Summary: Redis FLUSHDB command support Key: IGNITE-5706 URL: https://issues.apache.org/jira/browse/IGNITE-5706 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-5705) Integrate Checkstyle into the Build Process

2017-07-05 Thread Deniz Arsan (JIRA)
Deniz Arsan created IGNITE-5705: --- Summary: Integrate Checkstyle into the Build Process Key: IGNITE-5705 URL: https://issues.apache.org/jira/browse/IGNITE-5705 Project: Ignite Issue Type: Wish

Re: usage analytics

2017-07-05 Thread Roman Shtykh
Nikita, Sending and storing (somewhere the company cannot securely handle) any information (OS version, IP addresses, etc.) that can be used to compromise the services would be unacceptable. Turning it off might be ok (possibly through the cluster settings, not via globally-accessible site), but

[GitHub] ignite pull request #2241: IGNITE-5695 FlinkIgniteSinkSelfTest is failing du...

2017-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2241 --- 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 ena

Re: usage analytics

2017-07-05 Thread Rishi Yagnik
With such statistics collected by Ignite , we won't ever accept ignite in our environment. However, turning on and off stats collection capabilities would be helpful here if the feature is accepted further for implementation. Take Care, Rishi > On Jul 5, 2017, at 8:15 PM, Roman Shtykh wrote:

Re: usage analytics

2017-07-05 Thread Nikita Ivanov
Roman, Thanks for the feedback. What are those questions specifically? Are IP addresses and OS is what causing it? Thanks! -- Nikita Ivanov Founder & CTO GridGain Systems On Wed, Jul 5, 2017 at 6:15 PM, Roman Shtykh wrote: > NIkita, > > While this will help improve Ignite, it will prevent its

(IGNITE-5695) FlinkIgniteSinkSelfTest is failing due to conflicting default test timeout and default flush frequency

2017-07-05 Thread Saikat Maitra
Hi, I have raised a PR to address the failing test FlinkIgniteSinkSelfTest due to same timeout settings for test and data flush frequency. Please review and let me know feedback. jira - https://issues.apache.org/jira/browse/IGNITE-5695 PR - https://github.com/apache/ignite/pull/2241 Regards, Sa

Re: Apache Ignite 2.1 scope

2017-07-05 Thread Konstantin Boudnik
Thanks everyone for giving us enough time to take a look into the code and architecture of this new feature. The webinar was certainly quite helpful (thanks Denis!). It seems to be a good time to add the feature into the dot-release, so more users can have a taste of it "officially". I have a some

Re: usage analytics

2017-07-05 Thread Roman Shtykh
NIkita, While this will help improve Ignite, it will prevent its adoption by many projects -- sending and retaining IP adresses, OS versions, etc. raises tons of questions when considering to use Ignite. Even if it can be opted out. -- Roman On Thursday, July 6, 2017 5:38 AM, Nikita Ivanov

Re: Distributed scheduling

2017-07-05 Thread Konstantin Boudnik
Seems like a simple API for an external cron-like service to invoke an action in Ignite would suffice, no? There are about a million of scheduling services like that already, some have very good integration into orchestrators of all sorts. Perhaps a trivial REST would do instead of durable services

Re: abbrevation rules plugin

2017-07-05 Thread Denis Magda
Dmitriy P., Does it sound good to you? If yes, please make sure the plugin is available via a public GitHub repo and refer to it from the doc. — Denis > On Jul 5, 2017, at 4:43 PM, Dmitriy Setrakyan wrote: > > On Wed, Jul 5, 2017 at 4:41 PM, Denis Magda wrote: > >> Ok, what if we make sure

Re: abbrevation rules plugin

2017-07-05 Thread Dmitriy Setrakyan
On Wed, Jul 5, 2017 at 4:41 PM, Denis Magda wrote: > Ok, what if we make sure the plugin is available on GitHub (not Ignite) > and give a link to it on the documentation page? This seems to be the > easiest way to handle the topic. I think this will work.

Re: abbrevation rules plugin

2017-07-05 Thread Denis Magda
Ok, what if we make sure the plugin is available on GitHub (not Ignite) and give a link to it on the documentation page? This seems to be the easiest way to handle the topic. — Denis > On Jul 5, 2017, at 4:37 PM, Dmitriy Setrakyan wrote: > > On Wed, Jul 5, 2017 at 4:35 PM, Denis Magda wrote

Re: abbrevation rules plugin

2017-07-05 Thread Dmitriy Setrakyan
On Wed, Jul 5, 2017 at 4:35 PM, Denis Magda wrote: > Dmitriy, > > I’m not suggesting to add the JAR to the source code or to any binary > package but rather treat it as a third party plugin developed by someone > for Ignite’s development simplification. It’s similar to the way the > community use

Re: abbrevation rules plugin

2017-07-05 Thread Denis Magda
Dmitriy, I’m not suggesting to add the JAR to the source code or to any binary package but rather treat it as a third party plugin developed by someone for Ignite’s development simplification. It’s similar to the way the community uses Intellij IDEA’s plugins or Team City or many other maven mo

Re: abbrevation rules plugin

2017-07-05 Thread Dmitriy Setrakyan
Denis, Apache cannot have any binary files anywhere in its code bases. All binary JARs must be produced from a build process. If we are adding this plugin, then the source for it needs to be committed to AI code base and the JAR should be generated from the build. Once the JAR is generated, only

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

2017-07-05 Thread Valentin Kulichenko
Hi, This fix seems to address only particular case when attribute is expired. But this will not work in generic case, right? For example, if attribute is put and removed explicitly, listener will not be invoked. I don't think we should rely on underlying session here, the logic has to be properly

Re: abbrevation rules plugin

2017-07-05 Thread Denis Magda
Guys, Let’s make things simple and attach the jar of the plugin to the wiki page that refers to it: https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules This should be fine from ASF standpoint. — Denis >

usage analytics

2017-07-05 Thread Nikita Ivanov
Igniters, I would like to kick off the discussion on the idea of collecting Ignite usage statistics. The basic idea behind this is to better understand general and anonymous Ignite usage information to better calibrate community efforts in developing new features, improving existing ones, deliverin

[GitHub] ignite pull request #2249: Ignite-2.1.2

2017-07-05 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/2249 Ignite-2.1.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.2 Alternatively you can review and apply the

[GitHub] ignite pull request #2187: IGNITE-5576: Added Compute::Run() for C++

2017-07-05 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/2187 --- 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 en

Re: abbrevation rules plugin

2017-07-05 Thread Dmitriy Setrakyan
Hi Dmitriy, The answer is No. We should put it as a source code and integrate it into our build procedure. D. On Wed, Jul 5, 2017 at 9:46 AM, Dmitry Pavlov wrote: > Hi Igniters, > > Could you please share your opinion about this topic? > > The question is as follows: Is it allowed to place abb

Re: Apache Ignite 2.1 scope

2017-07-05 Thread Denis Magda
Yes, I think so. — Denis > On Jul 5, 2017, at 7:48 AM, Vyacheslav Daradur wrote: > > Hi Igniters! > > When code freeze of v.2.1 is planned? > >>> tickets which will not be ready by the end of the week to the next > release. > 7 July? > > 2017-07-04 18:39 GMT+03:00 Vladimir Ozerov : > >> Ign

[GitHub] ignite pull request #2248: IGNITE-5483: SQL: Added limited support for Java8...

2017-07-05 Thread skalashnikov
GitHub user skalashnikov opened a pull request: https://github.com/apache/ignite/pull/2248 IGNITE-5483: SQL: Added limited support for Java8 LocalDateTime You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ign

Re: abbrevation rules plugin

2017-07-05 Thread Dmitry Pavlov
Hi Igniters, Could you please share your opinion about this topic? The question is as follows: Is it allowed to place abbreviation plugin as jar file into ignite source code? Abbrev-plugin.jar is jar file and I am not aware if it is allowed to place jars in git. Sincerely, Dmitriy Pavlov ср, 5

[GitHub] ignite pull request #2247: IGNITE-5441 .NET: Propagate CacheStore exception ...

2017-07-05 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/2247 IGNITE-5441 .NET: Propagate CacheStore exception stack traces to the caller node You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/i

[jira] [Created] (IGNITE-5704) Do not allow cluster to be deactivated if the joining node does not complete start all components

2017-07-05 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-5704: -- Summary: Do not allow cluster to be deactivated if the joining node does not complete start all components Key: IGNITE-5704 URL: https://issues.apache.org/jira/browse/

[jira] [Created] (IGNITE-5703) Add CREATE TABLE param for cache write sync mode

2017-07-05 Thread Alexander Paschenko (JIRA)
Alexander Paschenko created IGNITE-5703: --- Summary: Add CREATE TABLE param for cache write sync mode Key: IGNITE-5703 URL: https://issues.apache.org/jira/browse/IGNITE-5703 Project: Ignite

[GitHub] ignite pull request #2246: IGNITE-5702

2017-07-05 Thread alexpaschenko
GitHub user alexpaschenko opened a pull request: https://github.com/apache/ignite/pull/2246 IGNITE-5702 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5702 Alternatively you can review and apply th

[jira] [Created] (IGNITE-5702) Investigate H2DynamicIndexingComplexTest.testOperations failures on replicated caches

2017-07-05 Thread Alexander Paschenko (JIRA)
Alexander Paschenko created IGNITE-5702: --- Summary: Investigate H2DynamicIndexingComplexTest.testOperations failures on replicated caches Key: IGNITE-5702 URL: https://issues.apache.org/jira/browse/IGNITE-570

Re: Apache Ignite 2.1 scope

2017-07-05 Thread Vyacheslav Daradur
Hi Igniters! When code freeze of v.2.1 is planned? >> tickets which will not be ready by the end of the week to the next release. 7 July? 2017-07-04 18:39 GMT+03:00 Vladimir Ozerov : > Igniters, > > We have 536 tickets assinged to 2.1 release [1]. I propose to move all the > tickets which will

[jira] [Created] (IGNITE-5701) Some nodes have partitionUpdateCounter == 0 after rebalancing

2017-07-05 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5701: Summary: Some nodes have partitionUpdateCounter == 0 after rebalancing Key: IGNITE-5701 URL: https://issues.apache.org/jira/browse/IGNITE-5701 Project: Ignite

[GitHub] ignite pull request #2245: ignite-gg-12450 Add onActivate/onDeactivate metho...

2017-07-05 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/2245 ignite-gg-12450 Add onActivate/onDeactivate methods plugin providers You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-

[GitHub] ignite pull request #2237: IGNITE-5663: ODBC: Closing cursor do not reset pr...

2017-07-05 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/2237 --- 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 en

[GitHub] ignite pull request #2161: IGNITE-5133: Examples return non-zero on error no...

2017-07-05 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/2161 --- 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 en

[GitHub] ignite pull request #2148: IGNITE-5525: Fix for ODBC example

2017-07-05 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/2148 --- 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 en

[GitHub] ignite pull request #2244: IGNITE-5604 expand byteBuffer for wal iterator if...

2017-07-05 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/2244 IGNITE-5604 expand byteBuffer for wal iterator if record size more that current buffer size You can merge this pull request into a Git repository by running: $ git pull https://git

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

2017-07-05 Thread dspavlov
Github user dspavlov closed the pull request at: https://github.com/apache/ignite/pull/2212 --- 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 e

[GitHub] ignite pull request #2198: Ignite 5591: WAL QueueFlusher replaced with sched...

2017-07-05 Thread dspavlov
Github user dspavlov closed the pull request at: https://github.com/apache/ignite/pull/2198 --- 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 e

[GitHub] ignite pull request #2207: Ignite 5589: Archive WAL segment after significan...

2017-07-05 Thread dspavlov
Github user dspavlov closed the pull request at: https://github.com/apache/ignite/pull/2207 --- 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 e

[GitHub] ignite pull request #2196: Ignite 5587: Generate File WAL Segment Archive Co...

2017-07-05 Thread dspavlov
Github user dspavlov closed the pull request at: https://github.com/apache/ignite/pull/2196 --- 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 e

[jira] [Created] (IGNITE-5700) Port range defines in addresses should override TcpDiscoverySpi.localPortRange

2017-07-05 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5700: - Summary: Port range defines in addresses should override TcpDiscoverySpi.localPortRange Key: IGNITE-5700 URL: https://issues.apache.org/jira/browse/IGNITE-5700

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

2017-07-05 Thread yucigou
Ignite WebSessionV2 uses genuineSes as the original HttpSession. Therefore, when setting an attribute or setting the maxInactiveInterval, Ignite should tell the original HttpSession about it. Otherwise, when the web container (such as Tomcat) thinks that a session expires, or is invalidated, or a

[GitHub] ignite pull request #2243: IGNITE-5607: HttpSessionBindingListener is not su...

2017-07-05 Thread yucigou
GitHub user yucigou opened a pull request: https://github.com/apache/ignite/pull/2243 IGNITE-5607: HttpSessionBindingListener is not supported for clustere… Ignite WebSessionV2 uses genuineSes as the original HttpSession. Therefore, when setting an attribute or setting the

Re: IGNITE-5468 ticket description looks confusing.

2017-07-05 Thread Yakov Zhdanov
Let me review when I am back next week. -- Yakov Zhdanov

Re: abbrevation rules plugin

2017-07-05 Thread Dmitry Pavlov
Hi, I have created https://issues.apache.org/jira/browse/IGNITE-5698 for this task. It is not clear for me yet how to publish correctly - is it possible to publish JAR. ср, 5 июл. 2017 г. в 11:34, ALEKSEY KUZNETSOV : > Yeah, it would be very helpful. > > вт, 4 июл. 2017 г. в 18:40, Dmitry Pavlov

[jira] [Created] (IGNITE-5699) Auto registration of keyFieldName and valueFieldName in queryFields

2017-07-05 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-5699: - Summary: Auto registration of keyFieldName and valueFieldName in queryFields Key: IGNITE-5699 URL: https://issues.apache.org/jira/browse/IGNITE-5699 Project: Ignite

[jira] [Created] (IGNITE-5698) Publish Abbreviation Plugin in apache ignite

2017-07-05 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-5698: -- Summary: Publish Abbreviation Plugin in apache ignite Key: IGNITE-5698 URL: https://issues.apache.org/jira/browse/IGNITE-5698 Project: Ignite Issue Type:

Re: IGNITE-5468 ticket description looks confusing.

2017-07-05 Thread Andrey Mashenkov
Yes, Yakov. I mean query with join of 2 caches can be run on either of it. Second parameter is merge prefetch size. You can see they going together in PR. 5 июля 2017 г. 11:48 пользователь "Yakov Zhdanov" написал: > Same query against different caches? This sounds like same query against > diff

[GitHub] ignite pull request #2242: Ignite 1.8.8 p1

2017-07-05 Thread ezhuravl
GitHub user ezhuravl opened a pull request: https://github.com/apache/ignite/pull/2242 Ignite 1.8.8 p1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.8.8-p1 Alternatively you can review and apply

Re: IGNITE-5468 ticket description looks confusing.

2017-07-05 Thread Yakov Zhdanov
Same query against different caches? This sounds like same query against different tables. :) Andrey can you please provide real-world example? What 2 params do you mean? Which one is the second? My points are: - provide ability to set limits without restarting the cluster. - provide ability to s

Re: IGNITE-5123

2017-07-05 Thread Evgeniy Ignatiev
Would you mind if I pick the https://issues.apache.org/jira/browse/IGNITE-5123 and place PluginProvider#onIgniteStart after the component callbacks are called to comply with its Javadoc? On 04.07.2017 18:06, Evgeniy Ignatiev wrote: As it is explicitly stated in Javadoc of PluginProvider#onIgn

Re: abbrevation rules plugin

2017-07-05 Thread ALEKSEY KUZNETSOV
Yeah, it would be very helpful. вт, 4 июл. 2017 г. в 18:40, Dmitry Pavlov : > Hi, Val, > > No, this plugin is not available in apache-ignite code base. > May be we should remove reference from JIRA or add this plugin (and also > other code inspections) into AI code base. > Thoughts? > > Sincerely

[jira] [Created] (IGNITE-5697) Web Console should be configurable for IPv4 connections

2017-07-05 Thread Michael Griggs (JIRA)
Michael Griggs created IGNITE-5697: -- Summary: Web Console should be configurable for IPv4 connections Key: IGNITE-5697 URL: https://issues.apache.org/jira/browse/IGNITE-5697 Project: Ignite