[GitHub] ignite pull request: ignite-2649 added failing example

2016-02-16 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/489 ignite-2649 added failing example ignite-2649 added failing example You can merge this pull request into a Git repository by running: $ git pull https://github.com/VladimirErshov/ignite

[GitHub] ignite pull request: IGNTIE-2483 Cache metrics functionality for c...

2016-02-12 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/479 IGNTIE-2483 Cache metrics functionality for client nodes should be developed. Added new version of CacheMetricsSnapshot. Fixed merging logic. Added proper put/get/remove time

[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 https://github.com

[GitHub] ignite pull request: IGNITE-2453 Fixed single primary and single b...

2016-01-27 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/427 IGNITE-2453 Fixed single primary and single backup failure cause NPE … …at future for backup You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request: IGNITE-1605 implementation of data loss

2016-01-15 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/407 IGNITE-1605 implementation of data loss IGNITE-1605 implementation of data loss You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] ignite pull request: IGNITE-2168 Examples should destroy created c...

2015-12-23 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/372 IGNITE-2168 Examples should destroy created caches: SpringBeanExample fails after CacheBinaryAutoStoreExample IGNITE-2168 Examples should destroy created caches: SpringBeanExample

[GitHub] ignite pull request: Ignite 2032

2015-12-23 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/369 Ignite 2032 IGNITE-2032 Filters passed to ScanQuery are not redeployed when originating from a client node added undeploy for client nodes. You can merge this pull request into a Git

[GitHub] ignite pull request: IGNITE-1979 Support case insensitive nonquote...

2015-12-11 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/324 IGNITE-1979 Support case insensitive nonquoted cache names in SQL IGNITE-1979 Support case insensitive nonquoted cache names in SQL You can merge this pull request into a Git repository

[GitHub] ignite pull request: IGNITE-10 Fix ignite components [de]serializa...

2015-11-18 Thread VladimirErshov
GitHub user VladimirErshov opened a pull request: https://github.com/apache/ignite/pull/246 IGNITE-10 Fix ignite components [de]serialization IgniteSpiThread holds now gridName. It's obtained through IgnitionEx.gridName() for IgniteKernal readResolve. It could be useful