IgniteCompute.withAsync can execute tasks synchronously

2016-02-10 Thread Andrey Gura
Guys, during debugging of failed test (GridSessionCheckpointSelfTest.testSharedFsCheckpoint) I've noticed that GridTaskWorker can invoke reduce() method in caller thread. If task isn't annotated by @ComputeTaskMapAsync then mapping job will be run in caller thread. Since job mapping will be

[GitHub] ignite pull request: IGNITE-2544: Empty schema names treated as a ...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/456 --- 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: IGNITE-2522: Now null-columns are included to...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/445 --- 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: IGNITE-2543: Tables look up now return tables...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/454 --- 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: ignite-169 GridSessionCheckpointSelfTest.test...

2016-02-10 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/472 ignite-169 GridSessionCheckpointSelfTest.testSharedFsCheckpoint test … …fixed You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request: added missing file header to org.apache.ignit...

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

[jira] [Created] (IGNITE-2623) [Failed test] ClientTcpMultiThreadedSelfTest.testMultithreadedTaskRun

2016-02-10 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-2623: --- Summary: [Failed test] ClientTcpMultiThreadedSelfTest.testMultithreadedTaskRun Key: IGNITE-2623 URL: https://issues.apache.org/jira/browse/IGNITE-2623 Project: Ignite

'Date' and 'Timestamp' types in SQL queries

2016-02-10 Thread Igor Sapego
Hello, Recently I've been working on implementation of the Date and Timestamp types support for C++ client [1] and I today have faced an issue when I was running tests with Date and SqlFieldQuery. Here is the issue. I have class that have field of type 'Date'. I was able to create instances of

Re: NoopSwapSpaceSpi and dynamically started caches

2016-02-10 Thread Dmitriy Setrakyan
Artem, I like the option with proper exception in case if a dynamic cache is started with swap enabled while there was no swap configured in Ignite. Starting FileSwapSpaceSpi all the time is not a good option as user will face the same problem when trying to change to a different SPI. D. On

Re: Full API coverage enhancement

2016-02-10 Thread Dmitriy Setrakyan
Agree about separation. I think we need to define some internal permutations that keep coming up with bugs. I can start the list here: 1. Serializable, Externalizable, neither. 1. We should run the whole suite 3 times, once for each serialization mode. Having 2 or 3 nodes in the

Re: IgniteCompute.withAsync can execute tasks synchronously

2016-02-10 Thread Dmitriy Setrakyan
Andrey, I think we should keep it simple. From the API standpoint, I am not sure why not just always execute the task asynchronously every time when withAsync() API is invoked? Why add additional parameters to the API? D. On Wed, Feb 10, 2016 at 6:53 AM, Andrey Gura wrote:

Re: Transformers in SCAN queries

2016-02-10 Thread Dmitriy Setrakyan
I like the new method on IgniteCache API: QueryCursor query(Query qry, Transformer transformer); I do agree that it makes little sense for the SqlFieldsQuery, but we can simply throw an unsupported exception here. For all other queries it does make sense. Val, can you put together all

Re: streamer documentation

2016-02-10 Thread Denis Magda
Thanks Raul! Please don't forget to add the doc to both 1.5 and 1.6 [1], that has been recently created. [1] https://apacheignite.readme.io/v1.6 -- Denis On 2/11/2016 1:34 AM, Raul Kripalani wrote: Hey guys, I'll take care of Camel and MQTT this week(end). Thanks for the patience.

MyBatis-Ignite integration release

2016-02-10 Thread Roman Shtykh
Dear community, I would like to share the news about MyBatis-Ignite integration release, as a result of the collaboration between Ignite and MyBatis teams. http://blog.mybatis.org/2016/02/mybatis-ignite-released.html >From now please consider using Apache Ignite as your 2nd level MaBatis

[jira] [Created] (IGNITE-2624) Hide the Clone, Remove buttons if current item is not match the filter

2016-02-10 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2624: -- Summary: Hide the Clone, Remove buttons if current item is not match the filter Key: IGNITE-2624 URL: https://issues.apache.org/jira/browse/IGNITE-2624

[GitHub] ignite pull request: IGNITE-2575 Add limit on minimal value of IGF...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/469 --- 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-2612) Refactor Caches screen to Angular directives

2016-02-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2612: Summary: Refactor Caches screen to Angular directives Key: IGNITE-2612 URL: https://issues.apache.org/jira/browse/IGNITE-2612 Project: Ignite Issue

[jira] [Created] (IGNITE-2616) NonHeap memory usage metrics don't work as expected.

2016-02-10 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2616: --- Summary: NonHeap memory usage metrics don't work as expected. Key: IGNITE-2616 URL: https://issues.apache.org/jira/browse/IGNITE-2616 Project: Ignite

[GitHub] ignite pull request: Ignite-2509 fixed offHeap_values case

2016-02-10 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/470 Ignite-2509 fixed offHeap_values case Ignite-2509 fixed offHeap_values case You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-2614) Do not allow to create notebook with exist name.

2016-02-10 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2614: - Summary: Do not allow to create notebook with exist name. Key: IGNITE-2614 URL: https://issues.apache.org/jira/browse/IGNITE-2614 Project: Ignite Issue

[jira] [Created] (IGNITE-2615) SQL query fails for cache with an eviction policy to offheap

2016-02-10 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2615: - Summary: SQL query fails for cache with an eviction policy to offheap Key: IGNITE-2615 URL: https://issues.apache.org/jira/browse/IGNITE-2615 Project: Ignite

[jira] [Created] (IGNITE-2617) Add spining wheel for long-time operation

2016-02-10 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2617: -- Summary: Add spining wheel for long-time operation Key: IGNITE-2617 URL: https://issues.apache.org/jira/browse/IGNITE-2617 Project: Ignite Issue

[jira] [Created] (IGNITE-2618) SQL page: on second scroll to the same query title of query located under affix

2016-02-10 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2618: - Summary: SQL page: on second scroll to the same query title of query located under affix Key: IGNITE-2618 URL: https://issues.apache.org/jira/browse/IGNITE-2618

[GitHub] ignite pull request: IGNITE-2575 Add limit on minimal value of IGF...

2016-02-10 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/469 IGNITE-2575 Add limit on minimal value of IGFS IPC port configuration. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-2613) On filtration of cluster list hide editor fields if selected item is filtered

2016-02-10 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2613: - Summary: On filtration of cluster list hide editor fields if selected item is filtered Key: IGNITE-2613 URL: https://issues.apache.org/jira/browse/IGNITE-2613

[GitHub] ignite pull request: IGNITE-2555 fix

2016-02-10 Thread ruskim
Github user ruskim closed the pull request at: https://github.com/apache/ignite/pull/468 --- 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: IGNITE-2555 fix

2016-02-10 Thread ruskim
GitHub user ruskim reopened a pull request: https://github.com/apache/ignite/pull/468 IGNITE-2555 fix Added offheap usage (used/free/committed) to local node reports. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ruskim/ignite

[jira] [Created] (IGNITE-2619) BinaryObjectException: Cannot find schema for object with compact footer

2016-02-10 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-2619: Summary: BinaryObjectException: Cannot find schema for object with compact footer Key: IGNITE-2619 URL: https://issues.apache.org/jira/browse/IGNITE-2619 Project:

NoopSwapSpaceSpi and dynamically started caches

2016-02-10 Thread Artem Shutak
Igniters, I've noticed an issue with NoopSwapSpaceSpi and dynamically started cashes. We have the following logic on node start: if (cfg.getSwapSpaceSpi() == null) { boolean needSwap = false; if (cfg.getCacheConfiguration() != null &&

[GitHub] ignite pull request: IGNITE-2564: MemoryReallocate handler added.

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/460 --- 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: IGNITE-2396 - Fixed service deployment for dy...

2016-02-10 Thread agoncharuk
Github user agoncharuk closed the pull request at: https://github.com/apache/ignite/pull/432 --- 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: Ignite 2396 - Service deployment for dynamic ...

2016-02-10 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/471 Ignite 2396 - Service deployment for dynamic caches You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoncharuk/ignite ignite-2396

[GitHub] ignite pull request: Ignite 2195 "Accessing from IGFS to HDFS that...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/464 --- 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-2621) .NET: Compute may fail in mixed-platform cluster

2016-02-10 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2621: -- Summary: .NET: Compute may fail in mixed-platform cluster Key: IGNITE-2621 URL: https://issues.apache.org/jira/browse/IGNITE-2621 Project: Ignite Issue

Re: Transformers in SCAN queries

2016-02-10 Thread Valentin Kulichenko
I changed the description in the ticket. If anyone has comments about the implementation details, feel free to add them there. -Val On Wed, Feb 10, 2016 at 2:30 PM, Dmitriy Setrakyan wrote: > I like the new method on IgniteCache API: > > QueryCursor query(Query qry,