[jira] [Commented] (IGNITE-13246) Implement EVT_BASELINE_XXX events

2020-07-13 Thread Alexey Kuznetsov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17157109#comment-17157109
 ] 

Alexey Kuznetsov commented on IGNITE-13246:
---

LGTM merged to master.

> Implement EVT_BASELINE_XXX events
> -
>
> Key: IGNITE-13246
> URL: https://issues.apache.org/jira/browse/IGNITE-13246
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ivan Bessonov
>Assignee: Ivan Bessonov
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In order to notify external tools we need events EVT_BASELINE_CHANGED, 
> EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGED and 
> EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED to correctly update baseline 
> info on UI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13249) Update Ignite version to 2.10.0-SNAPSHOT

2020-07-13 Thread Aleksey Plekhanov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksey Plekhanov updated IGNITE-13249:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Update Ignite version to 2.10.0-SNAPSHOT
> 
>
> Key: IGNITE-13249
> URL: https://issues.apache.org/jira/browse/IGNITE-13249
> Project: Ignite
>  Issue Type: Task
>Reporter: Aleksey Plekhanov
>Assignee: Aleksey Plekhanov
>Priority: Major
> Fix For: 2.10
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Master branch should have 2.10.0-SNAPSHOT version after release 2.9 branch 
> has created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (IGNITE-12320) Partial index rebuild fails in case indexed cache contains different datatypes

2020-07-13 Thread Ivan Rakov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Rakov resolved IGNITE-12320.
-
Fix Version/s: 2.9
   Resolution: Fixed

[~alapin] Thanks, merged to master.

> Partial index rebuild fails in case indexed cache contains different datatypes
> --
>
> Key: IGNITE-12320
> URL: https://issues.apache.org/jira/browse/IGNITE-12320
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexander Lapin
>Assignee: Alexander Lapin
>Priority: Major
> Fix For: 2.9
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The problem is that in case cache contains different datatypes, all of them 
> will be passed to IndexRebuildPartialClosure during iteration over partition. 
> Perhaps, TableCacheFilter is supposed to filter out entries of unwanted 
> types, but it doesn't work properly.
> Steps to reprocude:
> 1. Add entries of different types (both indexed and not) to cache
> 2. Trigger partial index rebuild
> Index rebuild will fail with the following error:
> {code:java}
> [2019-08-20 
> 00:33:55,640][ERROR][pub-#302%h2.GridIndexFullRebuildTest3%][IgniteTestResources]
>  Critical system error detected. Will be handled accordingly to configured 
> handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler 
> [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, 
> SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext 
> [type=CRITICAL_ERROR, err=class 
> o.a.i.i.processors.cache.persistence.tree.CorruptedTreeException: B+Tree is 
> corrupted [pages(groupId, pageId)=[IgniteBiTuple [val1=98629247, 
> val2=844420635165670]], msg=Runtime failure on row: %s  string representation>]]]
> class 
> org.apache.ignite.internal.processors.cache.persistence.tree.CorruptedTreeException:
>  B+Tree is corrupted [pages(groupId, pageId)=[IgniteBiTuple [val1=98629247, 
> val2=844420635165670]], msg=Runtime failure on row: %s  string representation>]
>   at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.corruptedTreeException(BPlusTree.java:5126)
>   at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.doPut(BPlusTree.java:2236)
>   at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.putx(BPlusTree.java:2183)
>   at 
> org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex.putx(H2TreeIndex.java:285)
>   at 
> org.apache.ignite.internal.processors.query.h2.IndexRebuildPartialClosure.apply(IndexRebuildPartialClosure.java:49)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry.updateIndex(GridCacheMapEntry.java:3867)
>   at 
> org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl.processKey(SchemaIndexCacheVisitorImpl.java:254)
>   at 
> org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl.processPartition(SchemaIndexCacheVisitorImpl.java:217)
>   at 
> org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl.processPartitions(SchemaIndexCacheVisitorImpl.java:176)
>   at 
> org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl.visit(SchemaIndexCacheVisitorImpl.java:135)
>   at 
> org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.rebuildIndexesFromHash0(IgniteH2Indexing.java:2191)
>   at 
> org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$7.body(IgniteH2Indexing.java:2154)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: class org.apache.ignite.binary.BinaryObjectException: Failed to 
> get field because type ID of passed object differs from type ID this 
> BinaryField belongs to [expected=-635374417, actual=1778229603]
>   at 
> org.apache.ignite.internal.binary.BinaryFieldImpl.fieldOrder(BinaryFieldImpl.java:287)
>   at 
> org.apache.ignite.internal.binary.BinaryFieldImpl.value(BinaryFieldImpl.java:109)
>   at 
> org.apache.ignite.internal.processors.query.property.QueryBinaryProperty.fieldValue(QueryBinaryProperty.java:220)
>   at 
> org.apache.ignite.internal.processors.query.property.QueryBinaryProperty.value(QueryBinaryProperty.java:116)
>   at 
> org.apache.ignite.internal.processors.query.h2.opt.GridH2RowDescriptor.columnValue(GridH2RowDescriptor.java:331)
>   at 
> org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap.getValue0(GridH2KeyValueRowOnheap.java:122)
>   at 
> 

[jira] [Created] (IGNITE-13252) Provide the ability to cache strings

2020-07-13 Thread Amelchev Nikita (Jira)
Amelchev Nikita created IGNITE-13252:


 Summary: Provide the ability to cache strings
 Key: IGNITE-13252
 URL: https://issues.apache.org/jira/browse/IGNITE-13252
 Project: Ignite
  Issue Type: Sub-task
Reporter: Amelchev Nikita
Assignee: Amelchev Nikita


Strings that performance statistics writes can be cached with id. It will 
reduce affect on performance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-12362) Migrate MQTT module to ignite-extensions

2020-07-13 Thread Saikat Maitra (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156845#comment-17156845
 ] 

Saikat Maitra commented on IGNITE-12362:


[~ibessonov]

 

Yes Sure, I have updated the Streamers testsuite.

 

[https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Streamers/5459379?buildTab=overview]

> Migrate MQTT module to ignite-extensions
> 
>
> Key: IGNITE-12362
> URL: https://issues.apache.org/jira/browse/IGNITE-12362
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Affects Versions: 2.8
>Reporter: Saikat Maitra
>Assignee: Saikat Maitra
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Migrate MQTT module to ignite-extensions
> [https://github.com/apache/ignite-extensions] 
> Details: 
> [https://cwiki.apache.org/confluence/display/IGNITE/IEP-36%3A+Modularization#IEP-36:Modularization-IndependentIntegrations]
> Discussion : 
> [http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSS-Proposal-for-Ignite-Extensions-as-a-separate-Bahir-module-or-Incubator-project-td44064.html#a44107]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13249) Update Ignite version to 2.10.0-SNAPSHOT

2020-07-13 Thread Maxim Muzafarov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156794#comment-17156794
 ] 

Maxim Muzafarov commented on IGNITE-13249:
--

[~alex_pl] 

LGTM.

> Update Ignite version to 2.10.0-SNAPSHOT
> 
>
> Key: IGNITE-13249
> URL: https://issues.apache.org/jira/browse/IGNITE-13249
> Project: Ignite
>  Issue Type: Task
>Reporter: Aleksey Plekhanov
>Assignee: Aleksey Plekhanov
>Priority: Major
> Fix For: 2.10
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Master branch should have 2.10.0-SNAPSHOT version after release 2.9 branch 
> has created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13251) Deadlock between grid-timeout-worker and a thread opening a communication connection.

2020-07-13 Thread Alexander Lapin (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Lapin updated IGNITE-13251:
-
Description: 
rid-timeout-worker is known to go into a deadlock state with other threads in a 
few scenarios.

The general scheme is:
 1. A thread `T` is holding lock `L` and is trying to establish a communication 
connection, hanging in `safeTcpHandshake` method. Due to the logic of 
`safeTcpHandshake`, `grid-timeout-worker` needs to send a signal to `T` in 
order for it to proceed.

2. `grid-timeout-worker` is trying to acquire `L`. Hence, the deadlock.

It may include more threads. The lock `L` can be different: checkpoint lock, 
GridCacheMapEntry lock, etc.
 #  
 ## Example

The below example shows a lock between
 * `grid-timeout-worker` trying to acquire a cp read lock in a 
`dumpLongRunningTransactions`

 * `tcp-comm-worker` trying to establish a connection but hanging on socket 
read due to unstable network

 * checkpointer trying to start a checkpoint and acquire cp write lock

 * `utility` worker waiting for the connection to be established by 
`tcp-comm-worker` while holding cp read lock

{code:java}
Thread [name="grid-timeout-worker-#23", id=42, state=WAITING, blockCnt=6991, 
waitCnt=1746467]
Lock 
[object=java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@4545a8b9, 
ownerName=null, ownerId=-1]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:967)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1283)
at 
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:727)
at 
o.a.i.i.processors.cache.persistence.GridCacheDatabaseSharedManager.checkpointReadLock(GridCacheDatabaseSharedManager.java:1707)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.setResult(GridPartitionedSingleGetFuture.java:715)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.localGet(GridPartitionedSingleGetFuture.java:511)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.tryLocalGet(GridPartitionedSingleGetFuture.java:399)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.mapKeyToNode(GridPartitionedSingleGetFuture.java:366)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.map(GridPartitionedSingleGetFuture.java:243)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.init(GridPartitionedSingleGetFuture.java:232)
at 
o.a.i.i.processors.cache.distributed.dht.colocated.GridDhtColocatedCache.getAsync(GridDhtColocatedCache.java:246)
at 
o.a.i.i.processors.cache.GridCacheAdapter.get0(GridCacheAdapter.java:4190)
at 
o.a.i.i.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:4171)
at 
o.a.i.i.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:1362)
at 
o.a.i.i.processors.task.GridTaskProcessor.saveTaskMetadata(GridTaskProcessor.java:908)
at 
o.a.i.i.processors.task.GridTaskProcessor.startTask(GridTaskProcessor.java:746)
at 
o.a.i.i.processors.task.GridTaskProcessor.execute(GridTaskProcessor.java:477)
at 
o.a.i.i.processors.closure.GridClosureProcessor.callAsync(GridClosureProcessor.java:674)
at 
o.a.i.i.processors.closure.GridClosureProcessor.callAsync(GridClosureProcessor.java:479)
at o.a.i.i.IgniteComputeImpl.callAsync0(IgniteComputeImpl.java:809)
at o.a.i.i.IgniteComputeImpl.callAsync(IgniteComputeImpl.java:794)
at 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager.dumpLongRunningTransaction(GridCachePartitionExchangeManager.java:2115)
at 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager.dumpLongRunningOperations0(GridCachePartitionExchangeManager.java:2012)
- locked 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager$ActionLimiter@47b86e8f
at 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager.dumpLongRunningOperations(GridCachePartitionExchangeManager.java:2180)
at o.a.i.i.IgniteKernal$4.run(IgniteKernal.java:1478)
at 
o.a.i.i.processors.timeout.GridTimeoutProcessor$CancelableTask.onTimeout(GridTimeoutProcessor.java:410)
- locked 
o.a.i.i.processors.timeout.GridTimeoutProcessor$CancelableTask@67c951c7
at 
o.a.i.i.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:279)
at o.a.i.i.util.worker.GridWorker.run(GridWorker.java:120)
at 

[jira] [Created] (IGNITE-13251) Deadlock between grid-timeout-worker and a thread opening a communication connection.

2020-07-13 Thread Alexander Lapin (Jira)
Alexander Lapin created IGNITE-13251:


 Summary: Deadlock between grid-timeout-worker and a thread opening 
a communication connection.
 Key: IGNITE-13251
 URL: https://issues.apache.org/jira/browse/IGNITE-13251
 Project: Ignite
  Issue Type: Bug
Reporter: Alexander Lapin


rid-timeout-worker is known to go into a deadlock state with other threads in a 
few scenarios.

The general scheme is:
1. A thread `T` is holding lock `L` and is trying to establish a communication 
connection, hanging in `safeTcpHandshake` method. Due to the logic of 
`safeTcpHandshake`, `grid-timeout-worker` needs to send a signal to `T` in 
order for it to proceed.

2. `grid-timeout-worker` is trying to acquire `L`. Hence, the deadlock.

It may include more threads. The lock `L` can be different: checkpoint lock, 
GridCacheMapEntry lock, etc.
 #  

 ## Example

The below example shows a lock between
 * `grid-timeout-worker` trying to acquire a cp read lock in a 
`dumpLongRunningTransactions`

 * `tcp-comm-worker` trying to establish a connection but hanging on socket 
read due to unstable network

 * checkpointer trying to start a checkpoint and acquire cp write lock

 * `utility` worker waiting for the connection to be established by 
`tcp-comm-worker` while holding cp read lock

{code:java}
Thread [name="grid-timeout-worker-#23", id=42, state=WAITING, blockCnt=6991, 
waitCnt=1746467]
Lock 
[object=java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@4545a8b9, 
ownerName=null, ownerId=-1]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:967)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1283)
at 
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:727)
at 
o.a.i.i.processors.cache.persistence.GridCacheDatabaseSharedManager.checkpointReadLock(GridCacheDatabaseSharedManager.java:1707)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.setResult(GridPartitionedSingleGetFuture.java:715)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.localGet(GridPartitionedSingleGetFuture.java:511)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.tryLocalGet(GridPartitionedSingleGetFuture.java:399)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.mapKeyToNode(GridPartitionedSingleGetFuture.java:366)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.map(GridPartitionedSingleGetFuture.java:243)
at 
o.a.i.i.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.init(GridPartitionedSingleGetFuture.java:232)
at 
o.a.i.i.processors.cache.distributed.dht.colocated.GridDhtColocatedCache.getAsync(GridDhtColocatedCache.java:246)
at 
o.a.i.i.processors.cache.GridCacheAdapter.get0(GridCacheAdapter.java:4190)
at 
o.a.i.i.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:4171)
at 
o.a.i.i.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:1362)
at 
o.a.i.i.processors.task.GridTaskProcessor.saveTaskMetadata(GridTaskProcessor.java:908)
at 
o.a.i.i.processors.task.GridTaskProcessor.startTask(GridTaskProcessor.java:746)
at 
o.a.i.i.processors.task.GridTaskProcessor.execute(GridTaskProcessor.java:477)
at 
o.a.i.i.processors.closure.GridClosureProcessor.callAsync(GridClosureProcessor.java:674)
at 
o.a.i.i.processors.closure.GridClosureProcessor.callAsync(GridClosureProcessor.java:479)
at o.a.i.i.IgniteComputeImpl.callAsync0(IgniteComputeImpl.java:809)
at o.a.i.i.IgniteComputeImpl.callAsync(IgniteComputeImpl.java:794)
at 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager.dumpLongRunningTransaction(GridCachePartitionExchangeManager.java:2115)
at 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager.dumpLongRunningOperations0(GridCachePartitionExchangeManager.java:2012)
- locked 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager$ActionLimiter@47b86e8f
at 
o.a.i.i.processors.cache.GridCachePartitionExchangeManager.dumpLongRunningOperations(GridCachePartitionExchangeManager.java:2180)
at o.a.i.i.IgniteKernal$4.run(IgniteKernal.java:1478)
at 
o.a.i.i.processors.timeout.GridTimeoutProcessor$CancelableTask.onTimeout(GridTimeoutProcessor.java:410)
- locked 
o.a.i.i.processors.timeout.GridTimeoutProcessor$CancelableTask@67c951c7
at 

[jira] [Commented] (IGNITE-13246) Implement EVT_BASELINE_XXX events

2020-07-13 Thread Ivan Bessonov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156767#comment-17156767
 ] 

Ivan Bessonov commented on IGNITE-13246:


"Streamers" suite fails because of IGNITE-12362

> Implement EVT_BASELINE_XXX events
> -
>
> Key: IGNITE-13246
> URL: https://issues.apache.org/jira/browse/IGNITE-13246
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ivan Bessonov
>Assignee: Ivan Bessonov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In order to notify external tools we need events EVT_BASELINE_CHANGED, 
> EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGED and 
> EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED to correctly update baseline 
> info on UI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13246) Implement EVT_BASELINE_XXX events

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156765#comment-17156765
 ] 

Ignite TC Bot commented on IGNITE-13246:


{panel:title=Branch: [pull/8029/head] Base: [master] : Possible Blockers 
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Streamers{color} [[tests 0 Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=5458261]]

{panel}
{panel:title=Branch: [pull/8029/head] Base: [master] : New Tests 
(8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}Service Grid{color} [[tests 
4|https://ci.ignite.apache.org/viewLog.html?buildId=5457764]]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=84f53d74371-ff8210cc-dd55-485e-91a7-a1dbe3d0e0de, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=bf4dc292-1570-4b9b-bc8d-d08641207079, topVer=0, nodeId8=bf4dc292, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594637247502]], 
val2=AffinityTopologyVersion [topVer=-2254550028451530916, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=0e2ba8cc-7dd7-4dce-bffd-8be57c25907f, topVer=0, 
nodeId8=ab2cb88a, msg=, type=NODE_JOINED, tstamp=1594637247502], 
val2=AffinityTopologyVersion [topVer=8835354487507204564, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=0e2ba8cc-7dd7-4dce-bffd-8be57c25907f, topVer=0, 
nodeId8=ab2cb88a, msg=, type=NODE_JOINED, tstamp=1594637247502], 
val2=AffinityTopologyVersion [topVer=8835354487507204564, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=84f53d74371-ff8210cc-dd55-485e-91a7-a1dbe3d0e0de, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=bf4dc292-1570-4b9b-bc8d-d08641207079, topVer=0, nodeId8=bf4dc292, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594637247502]], 
val2=AffinityTopologyVersion [topVer=-2254550028451530916, minorTopVer=0]]] - 
PASSED{color}

{color:#8b}Service Grid (legacy mode){color} [[tests 
4|https://ci.ignite.apache.org/viewLog.html?buildId=5457765]]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=76e75394-8991-4c7f-a1ae-9a8187c44235, topVer=0, 
nodeId8=5d5fa979, msg=, type=NODE_JOINED, tstamp=1594637125071], 
val2=AffinityTopologyVersion [topVer=-2406883809261041473, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=76e75394-8991-4c7f-a1ae-9a8187c44235, topVer=0, 
nodeId8=5d5fa979, msg=, type=NODE_JOINED, tstamp=1594637125071], 
val2=AffinityTopologyVersion [topVer=-2406883809261041473, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=3d587c74371-061dd98b-3259-4d55-ab0e-b98919a3c152, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=7c0a-ff7c-428d-8bf0-8c78b9abec28, topVer=0, nodeId8=7c0a, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594637125071]], 
val2=AffinityTopologyVersion [topVer=6308996165243877477, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=3d587c74371-061dd98b-3259-4d55-ab0e-b98919a3c152, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=7c0a-ff7c-428d-8bf0-8c78b9abec28, topVer=0, nodeId8=7c0a, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594637125071]], 
val2=AffinityTopologyVersion [topVer=6308996165243877477, minorTopVer=0]]] - 
PASSED{color}

{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5457785buildTypeId=IgniteTests24Java8_RunAll]

> Implement EVT_BASELINE_XXX events
> -
>
> Key: IGNITE-13246
> URL: https://issues.apache.org/jira/browse/IGNITE-13246
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ivan Bessonov
>Assignee: Ivan Bessonov

[jira] [Updated] (IGNITE-13249) Update Ignite version to 2.10.0-SNAPSHOT

2020-07-13 Thread Aleksey Plekhanov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksey Plekhanov updated IGNITE-13249:
---
Fix Version/s: 2.10

> Update Ignite version to 2.10.0-SNAPSHOT
> 
>
> Key: IGNITE-13249
> URL: https://issues.apache.org/jira/browse/IGNITE-13249
> Project: Ignite
>  Issue Type: Task
>Reporter: Aleksey Plekhanov
>Assignee: Aleksey Plekhanov
>Priority: Major
> Fix For: 2.10
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Master branch should have 2.10.0-SNAPSHOT version after release 2.9 branch 
> has created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13249) Update Ignite version to 2.10.0-SNAPSHOT

2020-07-13 Thread Aleksey Plekhanov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156754#comment-17156754
 ] 

Aleksey Plekhanov commented on IGNITE-13249:


[~mmuzaf], could you please have a look? I've also changed scripts to replace 
version in ignite.properties and build.gradle files.

> Update Ignite version to 2.10.0-SNAPSHOT
> 
>
> Key: IGNITE-13249
> URL: https://issues.apache.org/jira/browse/IGNITE-13249
> Project: Ignite
>  Issue Type: Task
>Reporter: Aleksey Plekhanov
>Assignee: Aleksey Plekhanov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Master branch should have 2.10.0-SNAPSHOT version after release 2.9 branch 
> has created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-11563) DELETE WHERE does not work in prepared statements

2020-07-13 Thread Christian Ehrlicher (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-11563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156752#comment-17156752
 ] 

Christian Ehrlicher commented on IGNITE-11563:
--

Any progress on this? I think I also hit this problem with 2.8.1 so I assume 
the fix is not yet in :(

> DELETE WHERE does not work in prepared statements
> -
>
> Key: IGNITE-11563
> URL: https://issues.apache.org/jira/browse/IGNITE-11563
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.7
>Reporter: Stefan
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> With SQL I cannot delete a row using a prepared statement. The following 
> statement is simply ignored:
>  {{DELETE}} {{FROM}} {{AnyTable WHERE}} {{id = ?}}
>  This happens with JDBC-Thin and with ODBC so I suspect that the cluster gets 
> the correct data but handles it wrong. By adding an always-true-condition it 
> works as expected:
>  {{DELETE}} {{FROM}} {{AnyTable WHERE}} {{id = id AND}} {{id = ?}}
>  I tested with a very simple table that was created with:
> {{CREATE TABLE testtable (}}
>  {{    "ID" NUMBER(19,0),}}
>  {{    "VALUE" VARCHAR2(255 CHAR),}}
>  {{    PRIMARY KEY (ID)}}
>  {{) WITH "template=replicated,cache_name=testtable"}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13249) Update Ignite version to 2.10.0-SNAPSHOT

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156751#comment-17156751
 ] 

Ignite TC Bot commented on IGNITE-13249:


{panel:title=Branch: [pull/8031/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8031/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *-- Run :: Basic Tests* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5458174buildTypeId=IgniteTests24Java8_RunBasicTests]

> Update Ignite version to 2.10.0-SNAPSHOT
> 
>
> Key: IGNITE-13249
> URL: https://issues.apache.org/jira/browse/IGNITE-13249
> Project: Ignite
>  Issue Type: Task
>Reporter: Aleksey Plekhanov
>Assignee: Aleksey Plekhanov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Master branch should have 2.10.0-SNAPSHOT version after release 2.9 branch 
> has created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (IGNITE-4003) Slow or faulty client can stall the whole cluster.

2020-07-13 Thread Igor Seliverstov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Seliverstov reassigned IGNITE-4003:


Assignee: Igor Seliverstov

> Slow or faulty client can stall the whole cluster.
> --
>
> Key: IGNITE-4003
> URL: https://issues.apache.org/jira/browse/IGNITE-4003
> Project: Ignite
>  Issue Type: Bug
>  Components: cache, general
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Igor Seliverstov
>Priority: Critical
>
> Steps to reproduce:
> 1) Start two server nodes and some data to cache.
> 2) Start a client from Docker subnet, which is not visible from the outside. 
> Client will join the cluster.
> 3) Try to put something to cache or start another node to force rabalance.
> Cluster is stuck at this moment. Root cause - servers are constantly trying 
> to establish outgoing connection to the client, but fail as Docker subnet is 
> not visible from the outside. It may stop virtually all cluster operations.
> Typical thread dump:
> {code}
> org.apache.ignite.IgniteCheckedException: Failed to send message (node may 
> have left the grid or TCP connection cannot be established due to firewall 
> issues) [node=TcpDiscoveryNode [id=a15d74c2-1ec2-4349-9640-aeacd70d8714, 
> addrs=[127.0.0.1, 172.17.0.6], sockAddrs=[/127.0.0.1:0, /127.0.0.1:0, 
> /172.17.0.6:0], discPort=0, order=7241, intOrder=3707, 
> lastExchangeTime=1474096941045, loc=false, ver=1.5.23#20160526-sha1:259146da, 
> isClient=true], topic=T4 [topic=TOPIC_CACHE, 
> id1=949732fd-1360-3a58-8d9e-0ff6ea6182cc, 
> id2=a15d74c2-1ec2-4349-9640-aeacd70d8714, id3=2], msg=GridContinuousMessage 
> [type=MSG_EVT_NOTIFICATION, routineId=7e13c48e-6933-48b2-9f15-8d92007930db, 
> data=null, futId=null], policy=2]
>   at 
> org.apache.ignite.internal.managers.communication.GridIoManager.send(GridIoManager.java:1129)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.managers.communication.GridIoManager.sendOrderedMessage(GridIoManager.java:1347)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.sendWithRetries(GridContinuousProcessor.java:1227)
>  ~[ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.sendWithRetries(GridContinuousProcessor.java:1198)
>  ~[ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.sendWithRetries(GridContinuousProcessor.java:1180)
>  ~[ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.sendNotification(GridContinuousProcessor.java:841)
>  ~[ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.addNotification(GridContinuousProcessor.java:800)
>  ~[ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler.onEntryUpdate(CacheContinuousQueryHandler.java:787)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler.access$700(CacheContinuousQueryHandler.java:91)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler$1.onEntryUpdated(CacheContinuousQueryHandler.java:412)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.onEntryUpdated(CacheContinuousQueryManager.java:343)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.onEntryUpdated(CacheContinuousQueryManager.java:250)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry.initialValue(GridCacheMapEntry.java:3476)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture$MiniFuture.onResult(GridDhtForceKeysFuture.java:548)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture.onResult(GridDhtForceKeysFuture.java:207)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader.processForceKeyResponse(GridDhtPreloader.java:636)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader.access$1000(GridDhtPreloader.java:81)
>  [ignite-core-1.5.23.jar:1.5.23]
>   at 
> 

[jira] [Commented] (IGNITE-12362) Migrate MQTT module to ignite-extensions

2020-07-13 Thread Ivan Bessonov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156727#comment-17156727
 ] 

Ivan Bessonov commented on IGNITE-12362:


Hi [~samaitra],

I see that this particular suite fails after your change: 
[https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Streamers?branch=%3Cdefault%3E=builds]

I guess you merged this ticket without running tests.

Can you please fix it?

> Migrate MQTT module to ignite-extensions
> 
>
> Key: IGNITE-12362
> URL: https://issues.apache.org/jira/browse/IGNITE-12362
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Affects Versions: 2.8
>Reporter: Saikat Maitra
>Assignee: Saikat Maitra
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Migrate MQTT module to ignite-extensions
> [https://github.com/apache/ignite-extensions] 
> Details: 
> [https://cwiki.apache.org/confluence/display/IGNITE/IEP-36%3A+Modularization#IEP-36:Modularization-IndependentIntegrations]
> Discussion : 
> [http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSS-Proposal-for-Ignite-Extensions-as-a-separate-Bahir-module-or-Incubator-project-td44064.html#a44107]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-13250) Use descriptive thread names for async file channels

2020-07-13 Thread Nikita Tolstunov (Jira)
Nikita Tolstunov created IGNITE-13250:
-

 Summary: Use descriptive thread names for async file channels
 Key: IGNITE-13250
 URL: https://issues.apache.org/jira/browse/IGNITE-13250
 Project: Ignite
  Issue Type: Bug
Reporter: Nikita Tolstunov
Assignee: Nikita Tolstunov


At now we have several async file channels which don't use any thread naming 
notation in their executor services, this causes some troubles identifying 
what's happening if you have a thread dump only.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13242) LocalWalModeChangeDuringRebalancingSelfTest.testDataClearedAfterRestartWithDisabledWal fails

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156688#comment-17156688
 ] 

Ignite TC Bot commented on IGNITE-13242:


{panel:title=Branch: [pull/8021/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8021/head] Base: [master] : New Tests 
(8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}Service Grid{color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=d3bb4080-429f-40f1-a175-c55b736ac645, topVer=0, 
nodeId8=9562a40e, msg=, type=NODE_JOINED, tstamp=1594382443251], 
val2=AffinityTopologyVersion [topVer=7811441138162861872, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=d3bb4080-429f-40f1-a175-c55b736ac645, topVer=0, 
nodeId8=9562a40e, msg=, type=NODE_JOINED, tstamp=1594382443251], 
val2=AffinityTopologyVersion [topVer=7811441138162861872, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=5fa43a83371-9742502b-8154-47d3-b540-d9e38239cf3e, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=b377d6e5-99ce-412f-b150-2b6cd6fea285, topVer=0, nodeId8=b377d6e5, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382443251]], 
val2=AffinityTopologyVersion [topVer=91789241369534, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=5fa43a83371-9742502b-8154-47d3-b540-d9e38239cf3e, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=b377d6e5-99ce-412f-b150-2b6cd6fea285, topVer=0, nodeId8=b377d6e5, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382443251]], 
val2=AffinityTopologyVersion [topVer=91789241369534, minorTopVer=0]]] - 
PASSED{color}

{color:#8b}Service Grid (legacy mode){color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=abed8c1b-fe37-4a98-8fad-1dafd5b1d8e9, topVer=0, 
nodeId8=5430c58f, msg=, type=NODE_JOINED, tstamp=1594382539639], 
val2=AffinityTopologyVersion [topVer=-8157339412785065921, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=abed8c1b-fe37-4a98-8fad-1dafd5b1d8e9, topVer=0, 
nodeId8=5430c58f, msg=, type=NODE_JOINED, tstamp=1594382539639], 
val2=AffinityTopologyVersion [topVer=-8157339412785065921, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=92545a83371-ff199896-de80-4a36-9217-44271e8459a9, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=56b85165-380e-4e63-958e-abe5406ac66c, topVer=0, nodeId8=56b85165, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382539639]], 
val2=AffinityTopologyVersion [topVer=8160124230436635681, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=92545a83371-ff199896-de80-4a36-9217-44271e8459a9, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=56b85165-380e-4e63-958e-abe5406ac66c, topVer=0, nodeId8=56b85165, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382539639]], 
val2=AffinityTopologyVersion [topVer=8160124230436635681, minorTopVer=0]]] - 
PASSED{color}

{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5454204buildTypeId=IgniteTests24Java8_RunAll]

> LocalWalModeChangeDuringRebalancingSelfTest.testDataClearedAfterRestartWithDisabledWal
>  fails
> 
>
> Key: IGNITE-13242
> URL: https://issues.apache.org/jira/browse/IGNITE-13242
> Project: Ignite
>  Issue Type: Test
>Reporter: Ivan Bessonov
>Assignee: Ivan Bessonov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 

[jira] [Commented] (IGNITE-13242) LocalWalModeChangeDuringRebalancingSelfTest.testDataClearedAfterRestartWithDisabledWal fails

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156680#comment-17156680
 ] 

Ignite TC Bot commented on IGNITE-13242:


{panel:title=Branch: [pull/8021/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8021/head] Base: [master] : New Tests 
(8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}Service Grid{color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=d3bb4080-429f-40f1-a175-c55b736ac645, topVer=0, 
nodeId8=9562a40e, msg=, type=NODE_JOINED, tstamp=1594382443251], 
val2=AffinityTopologyVersion [topVer=7811441138162861872, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=d3bb4080-429f-40f1-a175-c55b736ac645, topVer=0, 
nodeId8=9562a40e, msg=, type=NODE_JOINED, tstamp=1594382443251], 
val2=AffinityTopologyVersion [topVer=7811441138162861872, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=5fa43a83371-9742502b-8154-47d3-b540-d9e38239cf3e, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=b377d6e5-99ce-412f-b150-2b6cd6fea285, topVer=0, nodeId8=b377d6e5, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382443251]], 
val2=AffinityTopologyVersion [topVer=91789241369534, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=5fa43a83371-9742502b-8154-47d3-b540-d9e38239cf3e, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=b377d6e5-99ce-412f-b150-2b6cd6fea285, topVer=0, nodeId8=b377d6e5, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382443251]], 
val2=AffinityTopologyVersion [topVer=91789241369534, minorTopVer=0]]] - 
PASSED{color}

{color:#8b}Service Grid (legacy mode){color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=abed8c1b-fe37-4a98-8fad-1dafd5b1d8e9, topVer=0, 
nodeId8=5430c58f, msg=, type=NODE_JOINED, tstamp=1594382539639], 
val2=AffinityTopologyVersion [topVer=-8157339412785065921, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=abed8c1b-fe37-4a98-8fad-1dafd5b1d8e9, topVer=0, 
nodeId8=5430c58f, msg=, type=NODE_JOINED, tstamp=1594382539639], 
val2=AffinityTopologyVersion [topVer=-8157339412785065921, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=92545a83371-ff199896-de80-4a36-9217-44271e8459a9, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=56b85165-380e-4e63-958e-abe5406ac66c, topVer=0, nodeId8=56b85165, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382539639]], 
val2=AffinityTopologyVersion [topVer=8160124230436635681, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=92545a83371-ff199896-de80-4a36-9217-44271e8459a9, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=56b85165-380e-4e63-958e-abe5406ac66c, topVer=0, nodeId8=56b85165, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594382539639]], 
val2=AffinityTopologyVersion [topVer=8160124230436635681, minorTopVer=0]]] - 
PASSED{color}

{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5454204buildTypeId=IgniteTests24Java8_RunAll]

> LocalWalModeChangeDuringRebalancingSelfTest.testDataClearedAfterRestartWithDisabledWal
>  fails
> 
>
> Key: IGNITE-13242
> URL: https://issues.apache.org/jira/browse/IGNITE-13242
> Project: Ignite
>  Issue Type: Test
>Reporter: Ivan Bessonov
>Assignee: Ivan Bessonov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 

[jira] [Created] (IGNITE-13249) Update Ignite version to 2.10.0-SNAPSHOT

2020-07-13 Thread Aleksey Plekhanov (Jira)
Aleksey Plekhanov created IGNITE-13249:
--

 Summary: Update Ignite version to 2.10.0-SNAPSHOT
 Key: IGNITE-13249
 URL: https://issues.apache.org/jira/browse/IGNITE-13249
 Project: Ignite
  Issue Type: Task
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov


Master branch should have 2.10.0-SNAPSHOT version after release 2.9 branch has 
created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-13248) FileWriteAheadLogManager creates 0-length WAL segments and cannot start later

2020-07-13 Thread Nikita Tolstunov (Jira)
Nikita Tolstunov created IGNITE-13248:
-

 Summary: FileWriteAheadLogManager creates 0-length WAL segments 
and cannot start later
 Key: IGNITE-13248
 URL: https://issues.apache.org/jira/browse/IGNITE-13248
 Project: Ignite
  Issue Type: Bug
Reporter: Nikita Tolstunov
Assignee: Nikita Tolstunov


Setting IGNITE_WAL_MMAP to false and walMode to LOG_ONLY produces following 
exception on node start:
{code:java}
[2020-05-18 19:55:17,362][WARN ][main][FileWriteAheadLogManager] Failed to read 
file header 
[/home/sdanilov/Development/incubator-ignite/work/db/wal/node00-c81f5b62-2288-4268-9f7c-3d8f6a02777d/0001.wal].
 Skipping this file
java.io.EOFException: EOF at position [0] expected to read [1] bytes
at 
org.apache.ignite.internal.processors.cache.persistence.wal.io.SimpleFileInput.ensure(SimpleFileInput.java:121)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.io.SimpleFileInput.readByte(SimpleFileInput.java:180)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.io.SimpleFileInput.readUnsignedByte(SimpleFileInput.java:189)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager.readFileDescriptor(FileWriteAheadLogManager.java:1180)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager.access$1700(FileWriteAheadLogManager.java:157)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager$FileArchiver.scanMinMaxArchiveIndices(FileWriteAheadLogManager.java:1767)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager$FileArchiver.init(FileWriteAheadLogManager.java:1709)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager$FileArchiver.(FileWriteAheadLogManager.java:1701)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager$FileArchiver.(FileWriteAheadLogManager.java:1687)
at 
org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager.start0(FileWriteAheadLogManager.java:477)
at 
org.apache.ignite.internal.processors.cache.GridCacheSharedManagerAdapter.start(GridCacheSharedManagerAdapter.java:60)
at 
org.apache.ignite.internal.processors.cache.GridCacheProcessor.start(GridCacheProcessor.java:541)
at 
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1927)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1164)
at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2072)
at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1741)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1155)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:675)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:600)
at org.apache.ignite.Ignition.start(Ignition.java:319)
at 
org.apache.ignite.examples.corrupt.ZeroLengthReproducer.main(ZeroLengthReproducer.java:64)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (IGNITE-9215) Uncomment 23 test classes in various core suites (see inside)

2020-07-13 Thread Ilya Kasnacheev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-9215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Kasnacheev reassigned IGNITE-9215:
---

Assignee: Ilya Kasnacheev

> Uncomment 23 test classes in various core suites (see inside)
> -
>
> Key: IGNITE-9215
> URL: https://issues.apache.org/jira/browse/IGNITE-9215
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general
>Reporter: Ilya Kasnacheev
>Assignee: Ilya Kasnacheev
>Priority: Major
>
> As per following test suites:
> {code}
> 3 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteComputeGridTestSuite.java
> 3 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteIgfsTestSuite.java
> 1 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteP2PSelfTestSuite.java
> 1 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgnitePdsTestSuite2.java
> 7 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgnitePdsTestSuite.java
> 1 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteReproducingSuite.java
> 1 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiCheckpointSelfTestSuite.java
> 1 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiCommunicationSelfTestSuite.java
> 4 
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java
> 1 
> modules/core/src/test/java/org/apache/ignite/testsuites/TxDeadlockDetectionTestSuite.java
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-13247) Calcite integration. Move QueryCursorEx.isQuery() flag to a proper place.

2020-07-13 Thread Igor Seliverstov (Jira)
Igor Seliverstov created IGNITE-13247:
-

 Summary: Calcite integration. Move QueryCursorEx.isQuery() flag to 
a proper place.
 Key: IGNITE-13247
 URL: https://issues.apache.org/jira/browse/IGNITE-13247
 Project: Ignite
  Issue Type: Improvement
Reporter: Igor Seliverstov


Since QueryCursorEx is used in continuous queries, we should move SQL query 
related flag to another place.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-13246) Implement EVT_BASELINE_XXX events

2020-07-13 Thread Ivan Bessonov (Jira)
Ivan Bessonov created IGNITE-13246:
--

 Summary: Implement EVT_BASELINE_XXX events
 Key: IGNITE-13246
 URL: https://issues.apache.org/jira/browse/IGNITE-13246
 Project: Ignite
  Issue Type: Improvement
Reporter: Ivan Bessonov
Assignee: Ivan Bessonov


In order to notify external tools we need events EVT_BASELINE_CHANGED, 
EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGED and 
EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED to correctly update baseline 
info on UI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (IGNITE-13013) Thick client must not open server sockets when used by serverless functions

2020-07-13 Thread Ivan Bessonov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Bessonov reassigned IGNITE-13013:
--

Assignee: Ivan Bessonov

> Thick client must not open server sockets when used by serverless functions
> ---
>
> Key: IGNITE-13013
> URL: https://issues.apache.org/jira/browse/IGNITE-13013
> Project: Ignite
>  Issue Type: Improvement
>  Components: networking
>Affects Versions: 2.8
>Reporter: Denis A. Magda
>Assignee: Ivan Bessonov
>Priority: Critical
> Fix For: 2.9
>
>
> A thick client fails to start if being used inside of a serverless function 
> such as AWS Lamda or Azure Functions. Cloud providers prohibit opening 
> network ports to accept connections on the function's end. In short, the 
> function can only connect to a remote address.
> To reproduce, you can follow this tutorial and swap the thin client (used in 
> the tutorial) with the thick one: 
> https://www.gridgain.com/docs/tutorials/serverless/azure_functions_tutorial
> The thick client needs to support a mode when the communication SPI doesn't 
> create a server socket if the client is used for serverless computing. This 
> improvement looks like an extra task of this initiative: 
> https://issues.apache.org/jira/browse/IGNITE-12438



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (IGNITE-13073) NPE on closing node in communication SPI

2020-07-13 Thread Nikita Tolstunov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikita Tolstunov resolved IGNITE-13073.
---
Resolution: Duplicate

> NPE on closing node in communication SPI
> 
>
> Key: IGNITE-13073
> URL: https://issues.apache.org/jira/browse/IGNITE-13073
> Project: Ignite
>  Issue Type: Bug
>Reporter: Nikita Tolstunov
>Assignee: Nikita Tolstunov
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I got this exception on TC. The issue can leads to stuck Thin Client Java 
> suite.
> I have reproduced it local, when ReliabilityTest#testFailover looped.
>  
> {{[19:44:27,889][SEVERE][sys-stripe-1-#39670%533fdeb2-8079-45a3-874b-368c89491fb4%][]
>  Critical system error detected. Will be handled accordingly to configured 
> handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, 
> super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet 
> [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], 
> failureCtx=FailureContext [type=SYSTEM_WORKER_TERMINATION, 
> err=java.lang.NullPointerException]]
> java.lang.NullPointerException
> at 
> org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage0(TcpCommunicationSpi.java:2810)
> at 
> org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage(TcpCommunicationSpi.java:2794)
> at 
> org.apache.ignite.internal.managers.communication.GridIoManager.send(GridIoManager.java:1724)
> at 
> org.apache.ignite.internal.managers.communication.GridIoManager.sendToGridTopic(GridIoManager.java:1830)
> at 
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.send(GridCacheIoManager.java:1257)
> at 
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.send(GridCacheIoManager.java:1296)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.sendDeferredUpdateResponse(GridDhtAtomicCache.java:3556)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.access$3300(GridDhtAtomicCache.java:138)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$DeferredUpdateTimeout.run(GridDhtAtomicCache.java:3802)
> at 
> org.apache.ignite.internal.util.StripedExecutor$Stripe.body(StripedExecutor.java:559)
> at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:119)
> at java.lang.Thread.run(Thread.java:748)}}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Issue Comment Deleted] (IGNITE-13219) Slf4jLogger does not implement the LoggerNodeIdAware interface.

2020-07-13 Thread Ilya Kasnacheev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Kasnacheev updated IGNITE-13219:
-
Comment: was deleted

(was: {panel:title=Branch: [pull/7997/head] Base: [master] : Possible Blockers 
(114)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}PDS (Indexing){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443359]]

{color:#d04437}PDS 4{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443364]]

{color:#d04437}MVCC Cache 7{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443385]]

{color:#d04437}Platform .NET (Long Running){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443369]]

{color:#d04437}Queries 1{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443371]]

{color:#d04437}ZooKeeper (Discovery) 1{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443320]]

{color:#d04437}PDS 3{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443363]]

{color:#d04437}PDS 2{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443362]]

{color:#d04437}PDS 1{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443361]]

{color:#d04437}MVCC PDS 2{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443389]]

{color:#d04437}MVCC PDS 4{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443391]]

{color:#d04437}Cache 5{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443348]]

{color:#d04437}Cache 7{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443350]]

{color:#d04437}SPI{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443313]]

{color:#d04437}Cache 2{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443345]]

{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443321]]

{color:#d04437}Cache 6{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443349]]

{color:#d04437}Cache (Expiry Policy){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443334]]

{color:#d04437}Examples{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443294]]

{color:#d04437}Streamers{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443311]]

{color:#d04437}Platform .NET{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443365]]

{color:#d04437}ZooKeeper (Discovery) 3{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443373]]

{color:#d04437}MVCC Queries{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443329]]

{color:#d04437}Scala (Examples){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443318]]

{color:#d04437}Continuous Query 3{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443354]]

{color:#d04437}Thin Client: Java{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443304]]

{color:#d04437}Queries 2{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443308]]

{color:#d04437}Cache (Restarts) 1{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443341]]

{color:#d04437}Cache 9{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443352]]

{color:#d04437}Platform .NET (Core Linux){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443366]]

{color:#d04437}Basic 3{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443325]]

{color:#d04437}MVCC PDS 1{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443388]]

{color:#d04437}Cache 1{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443344]]

{color:#d04437}Continuous Query 4{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443355]]

{color:#d04437}Cache 8{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443351]]

{color:#d04437}Platform C++ CMake (Linux Clang){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443396]]

{color:#d04437}Start Nodes{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443312]]

{color:#d04437}Service Grid{color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=5443377]]

{color:#d04437}Cache (Deadlock Detection){color} [[tests 0 
CANCELLED|https://ci.ignite.apache.org/viewLog.html?buildId=544]]

{color:#d04437}MVCC 

[jira] [Commented] (IGNITE-13244) Transaction commit completes successfully if partition is lost on commit phase

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156580#comment-17156580
 ] 

Ignite TC Bot commented on IGNITE-13244:


{panel:title=Branch: [pull/8024/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8024/head] Base: [master] : New Tests 
(12)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}Cache 3{color} [tests 2]
* {color:#013220}IgniteBinaryObjectsCacheTestSuite3: 
IgniteTxExceptionNodeFailTest.testNodeFailBeforeSendGridNearTxFinishResponse[syncMode=FULL_SYNC]
 - PASSED{color}
* {color:#013220}IgniteBinaryObjectsCacheTestSuite3: 
IgniteTxExceptionNodeFailTest.testNodeFailBeforeSendGridNearTxFinishResponse[syncMode=PRIMARY_SYNC]
 - PASSED{color}

{color:#8b}Service Grid{color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=17890aac-f707-4b33-b8e9-5536c0189fee, topVer=0, 
nodeId8=e01119dc, msg=, type=NODE_JOINED, tstamp=1594412311414], 
val2=AffinityTopologyVersion [topVer=-2260694906679778343, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=a73216a3371-0f87398f-37bc-4613-b651-bf312f297848, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=8d2a9f02-215d-475d-bf3d-e8c00bb2efd9, topVer=0, nodeId8=8d2a9f02, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594412311414]], 
val2=AffinityTopologyVersion [topVer=6371028421488763787, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=a73216a3371-0f87398f-37bc-4613-b651-bf312f297848, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=8d2a9f02-215d-475d-bf3d-e8c00bb2efd9, topVer=0, nodeId8=8d2a9f02, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594412311414]], 
val2=AffinityTopologyVersion [topVer=6371028421488763787, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=17890aac-f707-4b33-b8e9-5536c0189fee, topVer=0, 
nodeId8=e01119dc, msg=, type=NODE_JOINED, tstamp=1594412311414], 
val2=AffinityTopologyVersion [topVer=-2260694906679778343, minorTopVer=0]]] - 
PASSED{color}

{color:#8b}Service Grid (legacy mode){color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=a9954ac8-7f1b-47ee-bff5-89f64d4d9276, topVer=0, 
nodeId8=da88b524, msg=, type=NODE_JOINED, tstamp=1594412297476], 
val2=AffinityTopologyVersion [topVer=6639211130310928537, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=a9954ac8-7f1b-47ee-bff5-89f64d4d9276, topVer=0, 
nodeId8=da88b524, msg=, type=NODE_JOINED, tstamp=1594412297476], 
val2=AffinityTopologyVersion [topVer=6639211130310928537, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=4290b6a3371-eaee9b95-5d15-42ac-bec8-cf20404fd14f, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=95495197-44f8-43ce-a5c3-a04a7b56aeaa, topVer=0, nodeId8=95495197, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594412297476]], 
val2=AffinityTopologyVersion [topVer=-3260739104849196170, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=4290b6a3371-eaee9b95-5d15-42ac-bec8-cf20404fd14f, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=95495197-44f8-43ce-a5c3-a04a7b56aeaa, topVer=0, nodeId8=95495197, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594412297476]], 
val2=AffinityTopologyVersion [topVer=-3260739104849196170, minorTopVer=0]]] - 
PASSED{color}

{color:#8b}MVCC Cache 3{color} [tests 2]
* {color:#013220}IgniteCacheMvccTestSuite3: 
IgniteTxExceptionNodeFailTest.testNodeFailBeforeSendGridNearTxFinishResponse[syncMode=FULL_SYNC]
 - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite3: 

[jira] [Updated] (IGNITE-12467) Python Thin Client Support for Transactions

2020-07-13 Thread Aleksey Plekhanov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksey Plekhanov updated IGNITE-12467:
---
Issue Type: New Feature  (was: Bug)

> Python Thin Client Support for Transactions
> ---
>
> Key: IGNITE-12467
> URL: https://issues.apache.org/jira/browse/IGNITE-12467
> Project: Ignite
>  Issue Type: New Feature
>  Components: python, thin client
>Affects Versions: 2.7.6
>Reporter: Robert Emanuele
>Priority: Major
>  Labels: iep-34
>
> I see that https://issues.apache.org/jira/browse/IGNITE-9410 is marked as 
> resolved but I have not seen the changes in the python thin client, pyignite. 
>  Am I looking in the wrong place  
> ([https://github.com/apache/ignite/tree/master/modules/platforms/python]), or 
> is there more work to do?
> If there is more work, are there changes that I can port?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13174) C++: Add Windows support to CMake build system

2020-07-13 Thread Igor Sapego (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156557#comment-17156557
 ] 

Igor Sapego commented on IGNITE-13174:
--

[~alex_pl] yeah, I'll try to complete it today.

> C++: Add Windows support to CMake build system
> --
>
> Key: IGNITE-13174
> URL: https://issues.apache.org/jira/browse/IGNITE-13174
> Project: Ignite
>  Issue Type: Bug
>  Components: platforms
>Affects Versions: 2.8.1
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
> Fix For: 2.9
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Ticket IGNITE-13078 adds CMake build system support, but only for Linux. Need 
> make sure it works on Windows and create TC job for it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13107) ODBC: Memory leak in the tests

2020-07-13 Thread Igor Sapego (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156553#comment-17156553
 ] 

Igor Sapego commented on IGNITE-13107:
--

[~alex_pl] yes, I believe so.

> ODBC: Memory leak in the tests
> --
>
> Key: IGNITE-13107
> URL: https://issues.apache.org/jira/browse/IGNITE-13107
> Project: Ignite
>  Issue Type: Improvement
>  Components: odbc
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
> Fix For: 2.9
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The memory leak, which is reproducible on TC Windows debug configuration, 
> have place in case of odce-test unit tests executing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13239) Document APIs to view and change Cluster ID and Tag

2020-07-13 Thread Aleksey Plekhanov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksey Plekhanov updated IGNITE-13239:
---
Component/s: documentation

> Document APIs to view and change Cluster ID and Tag
> ---
>
> Key: IGNITE-13239
> URL: https://issues.apache.org/jira/browse/IGNITE-13239
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Sergey Chugunov
>Priority: Major
>
> In IGNITE-13185 new APIs and changes were introduced to view Cluster ID and 
> Tag and change Tag.
> These APIs and use cases need to be documented.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-9379) Ignite node hangs after OOM in a thread from thin client thread pool

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156542#comment-17156542
 ] 

Ignite TC Bot commented on IGNITE-9379:
---

{panel:title=Branch: [pull/8011/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8011/head] Base: [master] : New Tests 
(9)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}Thin Client: Java{color} [tests 1]
* {color:#013220}ClientTestSuite: ReliabilityTest.testServerCriticalError - 
PASSED{color}

{color:#8b}Service Grid{color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=45b80884-a044-4214-bd83-ecfccd0bd24e, topVer=0, 
nodeId8=227a1b69, msg=, type=NODE_JOINED, tstamp=1594296637991], 
val2=AffinityTopologyVersion [topVer=2703514990560493586, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=45b80884-a044-4214-bd83-ecfccd0bd24e, topVer=0, 
nodeId8=227a1b69, msg=, type=NODE_JOINED, tstamp=1594296637991], 
val2=AffinityTopologyVersion [topVer=2703514990560493586, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=fdbd5833371-e1e949ab-e8c6-4cf9-93bc-f91d8c995e37, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=437c2886-1d0e-47f0-907d-5e87f101d87a, topVer=0, nodeId8=437c2886, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594296637991]], 
val2=AffinityTopologyVersion [topVer=3100884939246388332, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=fdbd5833371-e1e949ab-e8c6-4cf9-93bc-f91d8c995e37, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=437c2886-1d0e-47f0-907d-5e87f101d87a, topVer=0, nodeId8=437c2886, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594296637991]], 
val2=AffinityTopologyVersion [topVer=3100884939246388332, minorTopVer=0]]] - 
PASSED{color}

{color:#8b}Service Grid (legacy mode){color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=0921df43371-c14d8a5d-617f-4730-b36c-d6601251b7f4, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=e0d07dd6-205a-4c59-99e3-19d5a7823947, topVer=0, nodeId8=e0d07dd6, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594321867404]], 
val2=AffinityTopologyVersion [topVer=-5268471056219650839, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=0921df43371-c14d8a5d-617f-4730-b36c-d6601251b7f4, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=e0d07dd6-205a-4c59-99e3-19d5a7823947, topVer=0, nodeId8=e0d07dd6, 
msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1594321867404]], 
val2=AffinityTopologyVersion [topVer=-5268471056219650839, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=e0f69d1f-0e2d-4e08-8bc3-26ca0e6c4ea8, topVer=0, 
nodeId8=e62ed7fe, msg=, type=NODE_JOINED, tstamp=1594321867404], 
val2=AffinityTopologyVersion [topVer=2682489356206034735, minorTopVer=0]]] - 
PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=e0f69d1f-0e2d-4e08-8bc3-26ca0e6c4ea8, topVer=0, 
nodeId8=e62ed7fe, msg=, type=NODE_JOINED, tstamp=1594321867404], 
val2=AffinityTopologyVersion [topVer=2682489356206034735, minorTopVer=0]]] - 
PASSED{color}

{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5451371buildTypeId=IgniteTests24Java8_RunAll]

> Ignite node hangs after OOM in a thread from thin client thread pool
> 
>
> Key: IGNITE-9379
> URL: https://issues.apache.org/jira/browse/IGNITE-9379
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.6
>Reporter: Taras Ledkov
>Assignee: 

[jira] [Commented] (IGNITE-13060) Tracing: initial implementation

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156532#comment-17156532
 ] 

Ignite TC Bot commented on IGNITE-13060:


{panel:title=Branch: [pull/7973/head] Base: [master] : Possible Blockers 
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}SPI{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=5453917]]
* IgniteSpiTestSuite: TcpDiscoverySslSelfTest.testFailedNodes3 - Test has low 
fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/7973/head] Base: [master] : New Tests 
(8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}Service Grid{color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=01fc13f8-01df-4042-9f96-c0affb1cb3b9, topVer=0, 
msgTemplate=null, span=null, nodeId8=7bcc6d9d, msg=, type=NODE_JOINED, 
tstamp=1594367658984], val2=AffinityTopologyVersion 
[topVer=6469340469923043734, minorTopVer=0]]] - PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=73eccb73371-f81e35ec-424d-4b8f-82cb-abc106779b71, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=998686c7-1c35-4845-b7e2-20d9d8cc75ba, topVer=0, msgTemplate=null, 
span=null, nodeId8=998686c7, msg=null, type=DISCOVERY_CUSTOM_EVT, 
tstamp=1594367658984]], val2=AffinityTopologyVersion 
[topVer=6715340466173324069, minorTopVer=0]]] - PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=73eccb73371-f81e35ec-424d-4b8f-82cb-abc106779b71, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=998686c7-1c35-4845-b7e2-20d9d8cc75ba, topVer=0, msgTemplate=null, 
span=null, nodeId8=998686c7, msg=null, type=DISCOVERY_CUSTOM_EVT, 
tstamp=1594367658984]], val2=AffinityTopologyVersion 
[topVer=6715340466173324069, minorTopVer=0]]] - PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=01fc13f8-01df-4042-9f96-c0affb1cb3b9, topVer=0, 
msgTemplate=null, span=null, nodeId8=7bcc6d9d, msg=, type=NODE_JOINED, 
tstamp=1594367658984], val2=AffinityTopologyVersion 
[topVer=6469340469923043734, minorTopVer=0]]] - PASSED{color}

{color:#8b}Service Grid (legacy mode){color} [tests 4]
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=e244ccf7-47fe-46fd-a12e-0ae5b030525e, topVer=0, 
msgTemplate=null, span=null, nodeId8=7da3e0b4, msg=, type=NODE_JOINED, 
tstamp=1594367201489], val2=AffinityTopologyVersion 
[topVer=8572474842004419875, minorTopVer=0]]] - PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryEvent [evtNode=e244ccf7-47fe-46fd-a12e-0ae5b030525e, topVer=0, 
msgTemplate=null, span=null, nodeId8=7da3e0b4, msg=, type=NODE_JOINED, 
tstamp=1594367201489], val2=AffinityTopologyVersion 
[topVer=8572474842004419875, minorTopVer=0]]] - PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.topologyVersion[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=5d0d0b73371-a953baf9-80f3-4833-9bc2-67c69faf9f9d, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=1312985b-99a1-421b-9a70-ed82af3c25e0, topVer=0, msgTemplate=null, 
span=null, nodeId8=1312985b, msg=null, type=DISCOVERY_CUSTOM_EVT, 
tstamp=1594367201489]], val2=AffinityTopologyVersion 
[topVer=4599583709654161798, minorTopVer=0]]] - PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite: 
ServiceDeploymentProcessIdSelfTest.requestId[Test event=IgniteBiTuple 
[val1=DiscoveryCustomEvent [customMsg=ServiceChangeBatchRequest 
[id=5d0d0b73371-a953baf9-80f3-4833-9bc2-67c69faf9f9d, reqs=SingletonList 
[ServiceUndeploymentRequest []]], affTopVer=null, super=DiscoveryEvent 
[evtNode=1312985b-99a1-421b-9a70-ed82af3c25e0, topVer=0, msgTemplate=null, 
span=null, nodeId8=1312985b, msg=null, type=DISCOVERY_CUSTOM_EVT, 
tstamp=1594367201489]], val2=AffinityTopologyVersion 
[topVer=4599583709654161798, minorTopVer=0]]] - PASSED{color}

{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5454002buildTypeId=IgniteTests24Java8_RunAll]

> Tracing: initial implementation
> ---
>
> Key: IGNITE-13060
>  

[jira] [Updated] (IGNITE-13126) Refactor of Continuous Query buffers to reduce heap usage

2020-07-13 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-13126:
-
Issue Type: Task  (was: Improvement)

> Refactor of Continuous Query buffers to reduce heap usage
> -
>
> Key: IGNITE-13126
> URL: https://issues.apache.org/jira/browse/IGNITE-13126
> Project: Ignite
>  Issue Type: Task
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Major
> Fix For: 2.10
>
>
> There are several unnecessary changes needs to be done to reduce continuous 
> query buffer usage:
> - CacheContinuousQueryEventBuffer.part is unnecessary;
> - CacheContinuousQueryEventBuffer.backupQ must be changed to 
> ConcurrentLinkedDeque;
> - Use lambda instead for partition counter resolving instead on anonymous 
> class creation for CacheContinuousQueryEventBuffer;
> - Batch local variables may be {{short}} type;
> etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13126) Refactor of Continuous Query buffers to reduce heap usage

2020-07-13 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-13126:
-
Fix Version/s: (was: 2.9)
   2.10

> Refactor of Continuous Query buffers to reduce heap usage
> -
>
> Key: IGNITE-13126
> URL: https://issues.apache.org/jira/browse/IGNITE-13126
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Major
> Fix For: 2.10
>
>
> There are several unnecessary changes needs to be done to reduce continuous 
> query buffer usage:
> - CacheContinuousQueryEventBuffer.part is unnecessary;
> - CacheContinuousQueryEventBuffer.backupQ must be changed to 
> ConcurrentLinkedDeque;
> - Use lambda instead for partition counter resolving instead on anonymous 
> class creation for CacheContinuousQueryEventBuffer;
> - Batch local variables may be {{short}} type;
> etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-10959) Memory leaks in continuous query handlers

2020-07-13 Thread Maxim Muzafarov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-10959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156525#comment-17156525
 ] 

Maxim Muzafarov commented on IGNITE-10959:
--

Changes merged to 2.9.

> Memory leaks in continuous query handlers
> -
>
> Key: IGNITE-10959
> URL: https://issues.apache.org/jira/browse/IGNITE-10959
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 2.7
>Reporter: Denis Mekhanikov
>Assignee: Maxim Muzafarov
>Priority: Critical
> Fix For: 2.9
>
> Attachments: CacheContinuousQueryMemoryUsageTest.java, 
> CacheContinuousQueryMemoryUsageTest.result, 
> CacheContinuousQueryMemoryUsageTest2.java, 
> Memory_blowup_in_Ignite_CacheContinuousQueryHandler.txt, 
> Memory_blowup_in_Ignite_CacheContinuousQueryHandler.txt, 
> Memory_blowup_in_Ignite_CacheContinuousQueryHandler.txt, 
> continuousquery_leak_profile.png, referencepath.PNG
>
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Continuous query handlers don't clear internal data structures after cache 
> events are processed.
> A test, that reproduces the problem, is attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-13191) Public-facing API for "waiting for backups on shutdown"

2020-07-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156502#comment-17156502
 ] 

Ignite TC Bot commented on IGNITE-13191:


{panel:title=Branch: [pull/7970/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/7970/head] Base: [master] : New Tests 
(124)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#8b}PDS 4{color} [tests 2]
* {color:#013220}IgnitePdsTestSuite4: CircledRebalanceTest.testTwoNodesRestart 
- PASSED{color}
* {color:#013220}IgnitePdsTestSuite4: CircledRebalanceTest.testOneNodeRestart - 
PASSED{color}

{color:#8b}MVCC Cache 7{color} [tests 39]
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testRollingRestartEmulationWithOnlyHalfNodesInBaseline - 
PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testSimultaneousSafeShutdown - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testReplicatedNodeLeavesImmediately - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testThatItsPossibleToStopNodeIfExludedNodeListWithinMetastoreIsntEmpty
 - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testThatItsNotPossibleToStopLastNodeInBaselineIfThereAreStilNonBaselineNodesInCluster
 - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testRestartWithDynamicConfiguredPolicy - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testRestartWithStaticConfiguredPolicy - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testSimultaneousSafeShutdownWithReplicatedCache - 
PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testNodeOnInactiveClusterShouldStopImmediately - 
PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testNodeForceShutdown - PASSED{color}
* {color:#013220}IgniteCacheMvccTestSuite7: 
GracefulShutdownTest.testRollingRestartEmulation - PASSED{color}
... and 28 tests blockers

{color:#8b}Cache 2{color} [tests 17]
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testReplicatedNodeLeavesImmediately - 
PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testThatItsNotPossibleToStopLastOwnerIfAnotherOwnerIsStopping
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testThatExcludedNodeListWithinMetastoreCleanedUpAfterUpdatingFullMap
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testThatItsPossibleToStopNodeIfExludedNodeListWithinMetastoreIsntEmpty
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testRollingRestartEmulationReplicatedCache
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testRollingRestartEmulationWithOnlyHalfNodesInBaseline
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testThatItsNotPossibleToStopLastNodeInBaselineIfThereAreStilNonBaselineNodesInCluster
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testSimultaneousSafeShutdownWithReplicatedCache
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testClientNodeShouldStopImmediately - 
PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testNodeOnInactiveClusterShouldStopImmediately
 - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2: 
GridCacheDhtPreloadWaitForBackupsTest.testRollingRestartEmulation - 
PASSED{color}
... and 6 tests blockers

{color:#8b}MVCC PDS 4{color} [tests 2]
* {color:#013220}IgnitePdsMvccTestSuite4: 
CircledRebalanceTest.testTwoNodesRestart - PASSED{color}
* {color:#013220}IgnitePdsMvccTestSuite4: 
CircledRebalanceTest.testOneNodeRestart - PASSED{color}

{color:#8b}Cache 7{color} [tests 39]
* {color:#013220}IgniteCacheTestSuite7: 
GracefulShutdownTest.testClientNodeShouldStopImmediately - PASSED{color}
* {color:#013220}IgniteCacheTestSuite7: 
GracefulShutdownTest.testNodeLeavesRebalanceCompletesAtomicReplicated - 
PASSED{color}
* {color:#013220}IgniteCacheTestSuite7: 
GracefulShutdownTest.testSimultaneousSafeShutdownWithReplicatedCache - 
PASSED{color}
* {color:#013220}IgniteCacheTestSuite7: 
GracefulShutdownTest.testNodeOnInactiveClusterShouldStopImmediately - 
PASSED{color}
* {color:#013220}IgniteCacheTestSuite7: 
GracefulShutdownTest.testNodeForceShutdown - PASSED{color}
* {color:#013220}IgniteCacheTestSuite7: 
GracefulShutdownTest.testRollingRestartEmulation - PASSED{color}
* {color:#013220}IgniteCacheTestSuite7: 

[jira] [Commented] (IGNITE-13229) GridClient instance leakage.

2020-07-13 Thread Stanilovsky Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156500#comment-17156500
 ] 

Stanilovsky Evgeny commented on IGNITE-13229:
-

[~agoncharuk] or someone else can you review it plz ?

> GridClient instance leakage.
> 
>
> Key: IGNITE-13229
> URL: https://issues.apache.org/jira/browse/IGNITE-13229
> Project: Ignite
>  Issue Type: Improvement
>  Components: thin client
>Affects Versions: 2.8.1
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Instances of GridClient - deprecated realization of thin client, still used 
> for example, in _control.sh_ can be leaked in some circumstances. Can bring 
> to OOM in some tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)