[jira] [Created] (IGNITE-5982) SQL: Split GridMapQueryExecutor into multiple classes

2017-08-08 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5982: --- Summary: SQL: Split GridMapQueryExecutor into multiple classes Key: IGNITE-5982 URL: https://issues.apache.org/jira/browse/IGNITE-5982 Project: Ignite

[GitHub] ignite pull request #2411: IGNITE-5982

2017-08-08 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/2411 IGNITE-5982 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5982 Alternatively you can review and apply these

[GitHub] ignite pull request #2407: IGNITE-5211 Classes based constructor for QueryEn...

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

[jira] [Created] (IGNITE-5983) REST: Memory policy metrics should be available via REST.

2017-08-08 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-5983: Summary: REST: Memory policy metrics should be available via REST. Key: IGNITE-5983 URL: https://issues.apache.org/jira/browse/IGNITE-5983 Project: Ignite

[GitHub] ignite pull request #2412: IGNITE-5966 IgniteCache#get() fails with "Request...

2017-08-08 Thread kukushal
GitHub user kukushal opened a pull request: https://github.com/apache/ignite/pull/2412 IGNITE-5966 IgniteCache#get() fails with "Requesting mapping from grid failed" when deserialising binary object loaded from CacheJdbcPojoStoreFactory You can merge this pull request into a Git r

[jira] [Created] (IGNITE-5984) GridCacheReplicatedLocalStoreSelfTest.testBackupRestorePrimary flaky-fails in master

2017-08-08 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5984: Summary: GridCacheReplicatedLocalStoreSelfTest.testBackupRestorePrimary flaky-fails in master Key: IGNITE-5984 URL: https://issues.apache.org/jira/browse/IGNITE-5984

[jira] [Created] (IGNITE-5985) WebConsole: add generation of keyFields for queryEntity for multiple primary key

2017-08-08 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5985: - Summary: WebConsole: add generation of keyFields for queryEntity for multiple primary key Key: IGNITE-5985 URL: https://issues.apache.org/jira/browse/IGNITE-5985

[jira] [Created] (IGNITE-5986) Fix failed test in .NET suite.

2017-08-08 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-5986: Summary: Fix failed test in .NET suite. Key: IGNITE-5986 URL: https://issues.apache.org/jira/browse/IGNITE-5986 Project: Ignite Issue Type: Test

[jira] [Created] (IGNITE-5987) visorcmd: add possibility do not close visorcmd in batch mode

2017-08-08 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-5987: -- Summary: visorcmd: add possibility do not close visorcmd in batch mode Key: IGNITE-5987 URL: https://issues.apache.org/jira/browse/IGNITE-5987 Project: Ig

[jira] [Created] (IGNITE-5988) Introduce partitionAware interface.

2017-08-08 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-5988: Summary: Introduce partitionAware interface. Key: IGNITE-5988 URL: https://issues.apache.org/jira/browse/IGNITE-5988 Project: Ignite Issue Type: Impr

[jira] [Created] (IGNITE-5989) Add logic to striped pool to allow threads exit on timeout

2017-08-08 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-5989: Summary: Add logic to striped pool to allow threads exit on timeout Key: IGNITE-5989 URL: https://issues.apache.org/jira/browse/IGNITE-5989 Project: Ignite

[jira] [Created] (IGNITE-5990) IgniteCachePutAllRestartTest.testStopOriginatingNode fails on TC sometimes

2017-08-08 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5990: Summary: IgniteCachePutAllRestartTest.testStopOriginatingNode fails on TC sometimes Key: IGNITE-5990 URL: https://issues.apache.org/jira/browse/IGNITE-5990 Project:

[jira] [Created] (IGNITE-5991) SQL: create prototype for map query execution without moving full ResultSet to memory

2017-08-08 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5991: --- Summary: SQL: create prototype for map query execution without moving full ResultSet to memory Key: IGNITE-5991 URL: https://issues.apache.org/jira/browse/IGNITE-5991

[GitHub] ignite pull request #2413: Ignite 4756 m

2017-08-08 Thread vadopolski
GitHub user vadopolski opened a pull request: https://github.com/apache/ignite/pull/2413 Ignite 4756 m You can merge this pull request into a Git repository by running: $ git pull https://github.com/vadopolski/ignite ignite-4756-m Alternatively you can review and apply these

[jira] [Created] (IGNITE-5992) IgniteCacheQueryNodeRestartDistributedJoinSelfTest::testRestarts and testRestartsBroadcast are flaky

2017-08-08 Thread Sergey Chugunov (JIRA)
Sergey Chugunov created IGNITE-5992: --- Summary: IgniteCacheQueryNodeRestartDistributedJoinSelfTest::testRestarts and testRestartsBroadcast are flaky Key: IGNITE-5992 URL: https://issues.apache.org/jira/browse/IG

[GitHub] ignite pull request #2413: Ignite 4756 m

2017-08-08 Thread vadopolski
Github user vadopolski closed the pull request at: https://github.com/apache/ignite/pull/2413 --- 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-5993) SQL: Dead code cleanup

2017-08-08 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5993: --- Summary: SQL: Dead code cleanup Key: IGNITE-5993 URL: https://issues.apache.org/jira/browse/IGNITE-5993 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-5994) IgniteInternalCache.invokeAsync().get() can return null

2017-08-08 Thread Alexander Menshikov (JIRA)
Alexander Menshikov created IGNITE-5994: --- Summary: IgniteInternalCache.invokeAsync().get() can return null Key: IGNITE-5994 URL: https://issues.apache.org/jira/browse/IGNITE-5994 Project: Ignite

[GitHub] ignite pull request #2414: IGNITE-5993

2017-08-08 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/2414 IGNITE-5993 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5993-1 Alternatively you can review and apply thes

[jira] [Created] (IGNITE-5995) ODBC: SQLGetData gets data for the next row instead of current

2017-08-08 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5995: --- Summary: ODBC: SQLGetData gets data for the next row instead of current Key: IGNITE-5995 URL: https://issues.apache.org/jira/browse/IGNITE-5995 Project: Ignite

[jira] [Created] (IGNITE-5996) Load test with >100 servers: slow topology setup and hanging during preloading

2017-08-08 Thread Ksenia Rybakova (JIRA)
Ksenia Rybakova created IGNITE-5996: --- Summary: Load test with >100 servers: slow topology setup and hanging during preloading Key: IGNITE-5996 URL: https://issues.apache.org/jira/browse/IGNITE-5996

Re: [Webinar] Apache Process Overview, Aug 10, 2017 9.00 AM - 10.00 AM PT

2017-08-08 Thread Konstantin Boudnik
A reminder to register for the webinar if you're interested. -- With regards, Konstantin (Cos) Boudnik 2CAC 8312 4870 D885 8616 6115 220F 6980 1F27 E622 Disclaimer: Opinions expressed in this email are those of the author, and do not necessarily represent the views of any company the author mig

[jira] [Created] (IGNITE-5997) [Test Failed] DynamicIndexPartitionedAtomicConcurrentSelfTest.testCoordinatorChange

2017-08-08 Thread Eduard Shangareev (JIRA)
Eduard Shangareev created IGNITE-5997: - Summary: [Test Failed] DynamicIndexPartitionedAtomicConcurrentSelfTest.testCoordinatorChange Key: IGNITE-5997 URL: https://issues.apache.org/jira/browse/IGNITE-5997

IGNITE-5994: IgniteInternalCache.invokeAsync().get() can return null

2017-08-08 Thread Александр Меньшиков
Hello, I found one small bug. JIRA: https://issues.apache.org/jira/browse/IGNITE-5994 The problem is IgniteInternalCache.invokeAsync().get() will return null if EntryProcessor return null. But the IgniteInternalCache.invoke() will return EntryProcessorResult in the same situation (with null insid

[jira] [Created] (IGNITE-5998) Assertion during partition creation in tests

2017-08-08 Thread Eduard Shangareev (JIRA)
Eduard Shangareev created IGNITE-5998: - Summary: Assertion during partition creation in tests Key: IGNITE-5998 URL: https://issues.apache.org/jira/browse/IGNITE-5998 Project: Ignite Issue

[jira] [Created] (IGNITE-5999) Assertion Moving partition is below zero

2017-08-08 Thread Eduard Shangareev (JIRA)
Eduard Shangareev created IGNITE-5999: - Summary: Assertion Moving partition is below zero Key: IGNITE-5999 URL: https://issues.apache.org/jira/browse/IGNITE-5999 Project: Ignite Issue Typ

[GitHub] ignite pull request #2415: IGNITE-5865: Test fixed.

2017-08-08 Thread BiryukovVA
GitHub user BiryukovVA opened a pull request: https://github.com/apache/ignite/pull/2415 IGNITE-5865: Test fixed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/BiryukovVA/ignite IGNITE-5865 Alternatively you can review and app

[jira] [Created] (IGNITE-6000) Assertion during destroy GridH2Table

2017-08-08 Thread Eduard Shangareev (JIRA)
Eduard Shangareev created IGNITE-6000: - Summary: Assertion during destroy GridH2Table Key: IGNITE-6000 URL: https://issues.apache.org/jira/browse/IGNITE-6000 Project: Ignite Issue Type: B

[jira] [Created] (IGNITE-6001) [Test failed] DynamicIndexReplicatedAtomicConcurrentSelfTest.testCoordinatorChange

2017-08-08 Thread Eduard Shangareev (JIRA)
Eduard Shangareev created IGNITE-6001: - Summary: [Test failed] DynamicIndexReplicatedAtomicConcurrentSelfTest.testCoordinatorChange Key: IGNITE-6001 URL: https://issues.apache.org/jira/browse/IGNITE-6001

[GitHub] ignite pull request #2416: Marshalled size estimation API prototype.

2017-08-08 Thread x-kreator
GitHub user x-kreator opened a pull request: https://github.com/apache/ignite/pull/2416 Marshalled size estimation API prototype. You can merge this pull request into a Git repository by running: $ git pull https://github.com/x-kreator/ignite estimator Alternatively you can r

Invitation: [Webinar] Apache Process Overview, Aug 10, 2017 9.00 AM -... @ Thu Aug 10, 2017 9am - 10am (PDT) (dev@ignite.apache.org)

2017-08-08 Thread Dmitriy Setrakyan
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20170810T16Z DTEND:20170810T17Z DTSTAMP:20170808T175515Z ORGANIZER;CN=Dmitriy Setrakyan:mailto:dsetrak...@gridgain.com UID:302hf4e2e5sihncis3j5g2v...@google.c

Re: [Webinar] Apache Process Overview, Aug 10, 2017 9.00 AM - 10.00 AM PT

2017-08-08 Thread Dmitriy Setrakyan
I have tried to send a google invite to the dev list. Never done it before, so let's see if it works. D. On Tue, Aug 8, 2017 at 9:13 AM, Konstantin Boudnik wrote: > A reminder to register for the webinar if you're interested. > -- > With regards, > Konstantin (Cos) Boudnik > 2CAC 8312 4870 D8

[GitHub] ignite pull request #2417: Ignite 5947

2017-08-08 Thread ntikhonov
GitHub user ntikhonov opened a pull request: https://github.com/apache/ignite/pull/2417 Ignite 5947 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5947 Alternatively you can review and apply these

[jira] [Created] (IGNITE-6002) Make log message more pretty when instance name is null

2017-08-08 Thread Kousuke Saruta (JIRA)
Kousuke Saruta created IGNITE-6002: -- Summary: Make log message more pretty when instance name is null Key: IGNITE-6002 URL: https://issues.apache.org/jira/browse/IGNITE-6002 Project: Ignite

[GitHub] ignite pull request #2418: [IGNITE-6002] Make log message more pretty when i...

2017-08-08 Thread sarutak
GitHub user sarutak opened a pull request: https://github.com/apache/ignite/pull/2418 [IGNITE-6002] Make log message more pretty when instance name is null When instance name is null, log message containing "null" is shown like as follows. ``` [09-08-2017 14:49:38][INFO