IGNITE-1144

2016-02-22 Thread Dood
Hello all, I was wondering if anyone can take a look at the PR I submitted for IGNITE-1144 [1]. It compiles and I think the code is good but the tests I submitted are failing - specifically, one test: I am using assertThrows() to make sure that an exception is thrown if affinityRun() is invok

[jira] [Created] (IGNITE-2707) SkipStore flag is not overridden for a transaction entry

2016-02-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2707: Summary: SkipStore flag is not overridden for a transaction entry Key: IGNITE-2707 URL: https://issues.apache.org/jira/browse/IGNITE-2707 Project: Ignite

[jira] [Created] (IGNITE-2708) Need to validate that SPIs are started only once

2016-02-22 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2708: --- Summary: Need to validate that SPIs are started only once Key: IGNITE-2708 URL: https://issues.apache.org/jira/browse/IGNITE-2708 Project: Ignite

Re: Binary mode for Data Structures

2016-02-22 Thread Valentin Kulichenko
+1 to this change. It sounds like a very important feature for collocated queues, especially after [1] is fixed. [1] https://issues.apache.org/jira/browse/IGNITE-1144 -Val On Sat, Feb 20, 2016 at 3:42 AM, Pavel Tupitsyn wrote: > No replies, so I've created an issue: > https://issues.apache.org

[jira] [Created] (IGNITE-2709) High contention on a cache key leads to high thread stack usage

2016-02-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2709: Summary: High contention on a cache key leads to high thread stack usage Key: IGNITE-2709 URL: https://issues.apache.org/jira/browse/IGNITE-2709 Project: Igni

Re: ODBC processor default behaviour

2016-02-22 Thread Valentin Kulichenko
I think the behavior of OdbcProcessor should be consistent with RestProcessor. It tries a configurable range of ports, binds to the first available and prints it out in the log. -Val On Sat, Feb 20, 2016 at 7:33 AM, Yakov Zhdanov wrote: > Not sure if it works. DB connection string should have c

[GitHub] ignite pull request: Ignite-2707 - Fixed skipStore flag handling.

2016-02-22 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/508 Ignite-2707 - Fixed skipStore flag handling. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2707 Alternativel

Re: IGNITE-1144

2016-02-22 Thread Valentin Kulichenko
Hi, Thanks for the pull request! I will take a look as soon as possible. -Val On Mon, Feb 22, 2016 at 9:14 AM, Dood@ODDO wrote: > Hello all, > > I was wondering if anyone can take a look at the PR I submitted for > IGNITE-1144 [1]. It compiles and I think the code is good but the tests I > sub

[GitHub] ignite pull request: Ignite-2709 - Fixed stack overflow for conten...

2016-02-22 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/509 Ignite-2709 - Fixed stack overflow for contented puts. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2709 Al

[jira] [Created] (IGNITE-2710) Session not unbind from current request after invoke request.getSession().invalidate()

2016-02-22 Thread YuxuanWang (JIRA)
YuxuanWang created IGNITE-2710: -- Summary: Session not unbind from current request after invoke request.getSession().invalidate() Key: IGNITE-2710 URL: https://issues.apache.org/jira/browse/IGNITE-2710 Pr

Re: IGNITE-1144

2016-02-22 Thread Dood
Val, All the test passed on TC - you can look at the PR at any time. Thanks! On 2/22/2016 8:13 PM, Valentin Kulichenko wrote: Hi, Thanks for the pull request! I will take a look as soon as possible. -Val On Mon, Feb 22, 2016 at 9:14 AM, Dood@ODDO wrote: Hello all, I was wondering if anyo