Re: Review request

2016-02-01 Thread Dmitriy Setrakyan
On Mon, Feb 1, 2016 at 10:08 AM, Yakov Zhdanov wrote: > No visible changes to throughput and latency on our common configuration, > but allocation pressure reduced up to 20% in put-get benchmarks. > Nice! > > --Yakov > > 2016-02-01 20:02 GMT+03:00 Dmitriy Setrakyan

[jira] [Created] (IGNITE-2526) get() from a REPLICATED cache for a non-existing key on a non-primary node causes a get() to the primary node

2016-02-01 Thread Noam Liran (JIRA)
Noam Liran created IGNITE-2526: -- Summary: get() from a REPLICATED cache for a non-existing key on a non-primary node causes a get() to the primary node Key: IGNITE-2526 URL:

Integrity tests for the ODBC driver.

2016-02-01 Thread Igor Sapego
Hi Igniters, I'm currently working on the ODBC driver implementation [1]. There are already unit tests that basically test separate classes but I believe they are not enough for good test coverage. If we really want to have a good coverage we need some integrity tests that would create some

[GitHub] ignite pull request: Ignite 1069

2016-02-01 Thread kcheng-mvp
GitHub user kcheng-mvp opened a pull request: https://github.com/apache/ignite/pull/442 Ignite 1069 Add **Node Type" for **Node" command You can merge this pull request into a Git repository by running: $ git pull https://github.com/kcheng-mvp/ignite ignite-1069 Alternatively

[jira] [Created] (IGNITE-2518) Untrue 'unsaved changes'

2016-02-01 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2518: -- Summary: Untrue 'unsaved changes' Key: IGNITE-2518 URL: https://issues.apache.org/jira/browse/IGNITE-2518 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2516) Make tooltip for domain more clear

2016-02-01 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2516: -- Summary: Make tooltip for domain more clear Key: IGNITE-2516 URL: https://issues.apache.org/jira/browse/IGNITE-2516 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2520) Error on 'revert to your identity'

2016-02-01 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2520: -- Summary: Error on 'revert to your identity' Key: IGNITE-2520 URL: https://issues.apache.org/jira/browse/IGNITE-2520 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2517) Nulls

2016-02-01 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2517: -- Summary: Nulls Key: IGNITE-2517 URL: https://issues.apache.org/jira/browse/IGNITE-2517 Project: Ignite Issue Type: Sub-task Reporter: Pavel

[jira] [Created] (IGNITE-2519) Error after demo-model was changed

2016-02-01 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2519: -- Summary: Error after demo-model was changed Key: IGNITE-2519 URL: https://issues.apache.org/jira/browse/IGNITE-2519 Project: Ignite Issue Type:

Re: About the Jira https://issues.apache.org/jira/browse/IGNITE-1481

2016-02-01 Thread Andrey Gura
Ken, cache configuration validation and initialization occurs in GridCacheProcessor class (methods validate() and initialize()). >From my point of view two changes should be made: - during cache intialization LocalAffinityFunction should be set to cache configuration if cache mode is LOCAL; -

[jira] [Created] (IGNITE-2514) IgfsStartCacheTest.testCacheStart (IGFS test suite) fails periodically

2016-02-01 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-2514: Summary: IgfsStartCacheTest.testCacheStart (IGFS test suite) fails periodically Key: IGNITE-2514 URL: https://issues.apache.org/jira/browse/IGNITE-2514

[GitHub] ignite pull request: IGNITE-2522: Now null-columns are included to...

2016-02-01 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/445 IGNITE-2522: Now null-columns are included to ODBC result set. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-2522

[jira] [Created] (IGNITE-2521) Need to increase test coverage (support all configurations combinations)

2016-02-01 Thread Artem Shutak (JIRA)
Artem Shutak created IGNITE-2521: Summary: Need to increase test coverage (support all configurations combinations) Key: IGNITE-2521 URL: https://issues.apache.org/jira/browse/IGNITE-2521 Project:

Re: Review request

2016-02-01 Thread Dmitriy Setrakyan
Any preliminary performance numbers? On Mon, Feb 1, 2016 at 8:52 AM, Yakov Zhdanov wrote: > Vladimir Ozerov and Alex Goncharuk, can you please take a look at PR and > provide comments? Other reviewers are welcome, too! =) > > https://github.com/apache/ignite/pull/422 > > I

Ignite on Yarn with Kerberos

2016-02-01 Thread Dmitriy Setrakyan
I have run across IGNITE-2525 [1] today, which describes an issue of running Ignite on Yarn in Kerberos environments. I remember seeing some work from Vladimir and Ivan on fixing Kerberos issues in Ignite already. Vladimir, Ivan, is this something that you already have fixed, but not released

[GitHub] ignite pull request: Ignite 1187

2016-02-01 Thread DoudTechData
Github user DoudTechData closed the pull request at: https://github.com/apache/ignite/pull/441 --- 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

[GitHub] ignite pull request: Ignite 1187 bis

2016-02-01 Thread DoudTechData
GitHub user DoudTechData opened a pull request: https://github.com/apache/ignite/pull/444 Ignite 1187 bis Pull request replacing previous one on ignite-1187 You can merge this pull request into a Git repository by running: $ git pull https://github.com/DoudTechData/ignite

[GitHub] ignite pull request: IGNITE-2505

2016-02-01 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/443 IGNITE-2505 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilantukh/ignite ignite-2505 Alternatively you can review and apply these changes

Review request

2016-02-01 Thread Yakov Zhdanov
Vladimir Ozerov and Alex Goncharuk, can you please take a look at PR and provide comments? Other reviewers are welcome, too! =) https://github.com/apache/ignite/pull/422 I did some changes to decrease allocation pressure and fixed force keys request not to be sent if rebalancing has already been

[jira] [Created] (IGNITE-2525) Yarn - Kerberos delegation token support for long running applications

2016-02-01 Thread Luca Rea (JIRA)
Luca Rea created IGNITE-2525: Summary: Yarn - Kerberos delegation token support for long running applications Key: IGNITE-2525 URL: https://issues.apache.org/jira/browse/IGNITE-2525 Project: Ignite

Re: [jira] [Commented] (IGNITE-1187) Need to improve project setup in Eclipse - patch available

2016-02-01 Thread Denis Magda
Igniters, How do we test that the build procedure is not broken using TC? Is it enough to run any suite to do the validation? In addition, is there any one experienced Eclipse developer who can review Edouard's contribution? -- Denis On 2/2/2016 10:11 AM, Edouard Chevalier wrote: Hello,

[jira] [Created] (IGNITE-2528) Deadlocks caused by Ignite.close()

2016-02-01 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2528: --- Summary: Deadlocks caused by Ignite.close() Key: IGNITE-2528 URL: https://issues.apache.org/jira/browse/IGNITE-2528 Project: Ignite Issue Type: Bug

[jira] [Commented] (IGNITE-1187) Need to improve project setup in Eclipse - patch available

2016-02-01 Thread Edouard Chevalier
Hello, Concerning jira 1187 , a patch is available on github as pull request https://github.com/apache/ignite/pull/444 . Could you please review it please ? It adds a profile specific to eclipse into the parent pom.xml. thanks. Edouard

[jira] [Created] (IGNITE-2529) Confusing messages in the log when transaction is being rollbacked

2016-02-01 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2529: --- Summary: Confusing messages in the log when transaction is being rollbacked Key: IGNITE-2529 URL: https://issues.apache.org/jira/browse/IGNITE-2529 Project: Ignite

[jira] [Created] (IGNITE-2527) IndexOutOfBoundsException in scheduler future

2016-02-01 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2527: --- Summary: IndexOutOfBoundsException in scheduler future Key: IGNITE-2527 URL: https://issues.apache.org/jira/browse/IGNITE-2527 Project: Ignite

[GitHub] ignite pull request: IGNITE-2191: Binary marshaller: support user ...

2016-02-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/398 --- 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

[jira] [Created] (IGNITE-2523) Introduce "single put" message for ATOMIC cache.

2016-02-01 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2523: --- Summary: Introduce "single put" message for ATOMIC cache. Key: IGNITE-2523 URL: https://issues.apache.org/jira/browse/IGNITE-2523 Project: Ignite

[jira] [Created] (IGNITE-2524) Save and revert buttons should not be active after wrong input and clean

2016-02-01 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2524: Summary: Save and revert buttons should not be active after wrong input and clean Key: IGNITE-2524 URL: https://issues.apache.org/jira/browse/IGNITE-2524

[GitHub] ignite pull request: Ignite-2521 Need to increase test coverage (s...

2016-02-01 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/446 Ignite-2521 Need to increase test coverage (support all configurations combinations) https://issues.apache.org/jira/browse/IGNITE-2521 You can merge this pull request into a Git repository by

Re: Review request

2016-02-01 Thread Yakov Zhdanov
No visible changes to throughput and latency on our common configuration, but allocation pressure reduced up to 20% in put-get benchmarks. --Yakov 2016-02-01 20:02 GMT+03:00 Dmitriy Setrakyan : > Any preliminary performance numbers? > > On Mon, Feb 1, 2016 at 8:52 AM,