[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-6295) SQL: Get rid of "replicatedOnly" flag

2018-11-12 Thread Vladimir Ozerov (JIRA)


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

Vladimir Ozerov updated IGNITE-6295:

Fix Version/s: 2.8

> SQL: Get rid of "replicatedOnly" flag
> -
>
> Key: IGNITE-6295
> URL: https://issues.apache.org/jira/browse/IGNITE-6295
> Project: Ignite
>  Issue Type: Task
>  Components: sql
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
>  Labels: performance, usability
> Fix For: 2.8
>
>
> This flag acts as a hint that all tables are reside in {{REPLICATED}} cache. 
> However, we already have this information in runtime! No need to ask users to 
> think about it.
> Let's deprecate that flag.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10052) Restart node during TX causes vacuum error.

2018-11-12 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-10052:
-

Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/5345


> Restart node during TX causes vacuum error.
> ---
>
> Key: IGNITE-10052
> URL: https://issues.apache.org/jira/browse/IGNITE-10052
> Project: Ignite
>  Issue Type: Bug
>  Components: mvcc
>Affects Versions: 2.7
>Reporter: Sergey Kozlov
>Assignee: Andrew Mashenkov
>Priority: Blocker
> Fix For: 2.7
>
>
> 1. Start 2 nodes with PDS, activate , start {{sqlline}}
> 2. Create table
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> create table t1 (a int, b int, primary 
> key(a)) with "atomicity=TRANSACTIONAL_SNAPSHOT,
> backups=1";
> No rows affected (0,294 seconds)
> {noformat}
> 3. Open TX:
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> begin;
> No rows affected (0,007 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> insert into t1 values (1,1);
> 1 row affected (0,112 seconds)
> {noformat}
> 4. Stop and then start 2nd node
> 5. Rollback TX and check the table data (no rows added):
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> rollback;
> No rows affected (0,011 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> select * from t1;
> +++
> |   A|   B|
> +++
> +++
> No rows selected (0,067 seconds)
> {noformat}
> 6. Start second TX that throws the exception:
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> begin;
> No rows affected (0,001 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> insert into t1 values (1,1);
> Error: Failed to run update. Runtime failure on bounds: 
> [lower=MvccMaxSearchRow [], upper=MvccMinSearchRow []] (state=50
> 000,code=1)
> java.sql.SQLException: Failed to run update. Runtime failure on bounds: 
> [lower=MvccMaxSearchRow [], upper=MvccMinSearchR
> ow []]
> at 
> org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.sendRequest(JdbcThinConnection.java:750)
> at 
> org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.execute0(JdbcThinStatement.java:212)
> at 
> org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.execute(JdbcThinStatement.java:475)
> at sqlline.Commands.execute(Commands.java:823)
> at sqlline.Commands.sql(Commands.java:733)
> at sqlline.SqlLine.dispatch(SqlLine.java:795)
> at sqlline.SqlLine.begin(SqlLine.java:668)
> at sqlline.SqlLine.start(SqlLine.java:373)
> at sqlline.SqlLine.main(SqlLine.java:265)
> 0: jdbc:ignite:thin://127.0.0.1/>
> {noformat}
> The server nodes print out:
> {noformat}
> [18:46:32,136][SEVERE][jdbc-request-handler-worker-#62][DmlStatementsProcessor]
>  Error during update [localNodeId=319a2fda-1315-4bdf-8647-7ddee2d3342e]
> class org.apache.ignite.IgniteCheckedException: Runtime failure on bounds: 
> [lower=MvccMaxSearchRow [], upper=MvccMinSearchRow []]
>   at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.visit(BPlusTree.java:1061)
>   at 
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$CacheDataStoreImpl.mvccUpdate(IgniteCacheOffheapManagerImpl.java:1919)
>   at 
> org.apache.ignite.internal.processors.cache.persistence.GridCacheOffheapManager$GridCacheDataStore.mvccUpdate(GridCacheOffheapManager.java:1840)
>   at 
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.mvccUpdate(IgniteCacheOffheapManagerImpl.java:530)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry.mvccSet(GridCacheMapEntry.java:1104)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxAbstractEnlistFuture.continueLoop(GridDhtTxAbstractEnlistFuture.java:460)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxAbstractEnlistFuture.init(GridDhtTxAbstractEnlistFuture.java:368)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearTxQueryResultsEnlistRequest(GridDhtTransactionalCacheAdapter.java:2000)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$700(GridDhtTransactionalCacheAdapter.java:112)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$12.apply(GridDhtTransactionalCacheAdapter.java:215)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$12.

[jira] [Commented] (IGNITE-10052) Restart node during TX causes vacuum error.

2018-11-12 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-10052:
-

Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/5245


> Restart node during TX causes vacuum error.
> ---
>
> Key: IGNITE-10052
> URL: https://issues.apache.org/jira/browse/IGNITE-10052
> Project: Ignite
>  Issue Type: Bug
>  Components: mvcc
>Affects Versions: 2.7
>Reporter: Sergey Kozlov
>Assignee: Andrew Mashenkov
>Priority: Blocker
> Fix For: 2.7
>
>
> 1. Start 2 nodes with PDS, activate , start {{sqlline}}
> 2. Create table
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> create table t1 (a int, b int, primary 
> key(a)) with "atomicity=TRANSACTIONAL_SNAPSHOT,
> backups=1";
> No rows affected (0,294 seconds)
> {noformat}
> 3. Open TX:
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> begin;
> No rows affected (0,007 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> insert into t1 values (1,1);
> 1 row affected (0,112 seconds)
> {noformat}
> 4. Stop and then start 2nd node
> 5. Rollback TX and check the table data (no rows added):
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> rollback;
> No rows affected (0,011 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> select * from t1;
> +++
> |   A|   B|
> +++
> +++
> No rows selected (0,067 seconds)
> {noformat}
> 6. Start second TX that throws the exception:
> {noformat}
> 0: jdbc:ignite:thin://127.0.0.1/> begin;
> No rows affected (0,001 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> insert into t1 values (1,1);
> Error: Failed to run update. Runtime failure on bounds: 
> [lower=MvccMaxSearchRow [], upper=MvccMinSearchRow []] (state=50
> 000,code=1)
> java.sql.SQLException: Failed to run update. Runtime failure on bounds: 
> [lower=MvccMaxSearchRow [], upper=MvccMinSearchR
> ow []]
> at 
> org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.sendRequest(JdbcThinConnection.java:750)
> at 
> org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.execute0(JdbcThinStatement.java:212)
> at 
> org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.execute(JdbcThinStatement.java:475)
> at sqlline.Commands.execute(Commands.java:823)
> at sqlline.Commands.sql(Commands.java:733)
> at sqlline.SqlLine.dispatch(SqlLine.java:795)
> at sqlline.SqlLine.begin(SqlLine.java:668)
> at sqlline.SqlLine.start(SqlLine.java:373)
> at sqlline.SqlLine.main(SqlLine.java:265)
> 0: jdbc:ignite:thin://127.0.0.1/>
> {noformat}
> The server nodes print out:
> {noformat}
> [18:46:32,136][SEVERE][jdbc-request-handler-worker-#62][DmlStatementsProcessor]
>  Error during update [localNodeId=319a2fda-1315-4bdf-8647-7ddee2d3342e]
> class org.apache.ignite.IgniteCheckedException: Runtime failure on bounds: 
> [lower=MvccMaxSearchRow [], upper=MvccMinSearchRow []]
>   at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.visit(BPlusTree.java:1061)
>   at 
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$CacheDataStoreImpl.mvccUpdate(IgniteCacheOffheapManagerImpl.java:1919)
>   at 
> org.apache.ignite.internal.processors.cache.persistence.GridCacheOffheapManager$GridCacheDataStore.mvccUpdate(GridCacheOffheapManager.java:1840)
>   at 
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.mvccUpdate(IgniteCacheOffheapManagerImpl.java:530)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry.mvccSet(GridCacheMapEntry.java:1104)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxAbstractEnlistFuture.continueLoop(GridDhtTxAbstractEnlistFuture.java:460)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxAbstractEnlistFuture.init(GridDhtTxAbstractEnlistFuture.java:368)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearTxQueryResultsEnlistRequest(GridDhtTransactionalCacheAdapter.java:2000)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$700(GridDhtTransactionalCacheAdapter.java:112)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$12.apply(GridDhtTransactionalCacheAdapter.java:215)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$12.

[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (IGNITE-10228) Start multiple caches in parallel may lead to the fact that some of the caches won't be registered.

2018-11-12 Thread Pavel Voronkin (JIRA)


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

Pavel Voronkin reassigned IGNITE-10228:
---

Assignee: Pavel Voronkin

> Start multiple caches in parallel may lead to the fact that some of the 
> caches won't be registered.
> ---
>
> Key: IGNITE-10228
> URL: https://issues.apache.org/jira/browse/IGNITE-10228
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: 2.6
>Reporter: Vyacheslav Koptilin
>Assignee: Pavel Voronkin
>Priority: Major
> Attachments: CacheStartingParallelTest.java
>
>
> It looks like the root cause of the issue is that 
> {{CacheGroupContext.addCacheContext()}} (which is called in parallel) does 
> not use a lock/semaphore in order to synchronize {{caches}} updates.
>  
> {code:java}
> private void addCacheContext(GridCacheContext cctx) {
> ArrayList caches = new ArrayList<>(this.caches);
> boolean add = caches.add(cctx);
> ...
> this.caches = caches;
> }
> {code}
>  
> The possible workaround is to disable parallel start of caches by setting the 
> {{IGNITE_ALLOW_START_CACHES_IN_PARALLEL}} property to {{false}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-10204) Web Console: Rename "Allow non-collocated joins" checkbox

2018-11-12 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov updated IGNITE-10204:
--
Ignite Flags:   (was: Docs Required)

> Web Console: Rename "Allow non-collocated joins" checkbox
> -
>
> Key: IGNITE-10204
> URL: https://issues.apache.org/jira/browse/IGNITE-10204
> Project: Ignite
>  Issue Type: Improvement
>  Components: UI, wizards
>Reporter: Vica Abramova
>Priority: Major
> Attachments: Allow screen.png
>
>
> Rename checkbox "Allow non-collocated joins" => "Allow distributed joins"
> In the Web Console's query tab, it says "Allow non-collocated joins".  I 
> propose that this be renamed to "Allow distributed joins".  I say that 
> because in your documentation it refers to it as distributed joins. 
> Inconsistent naming caused some confusion to our development teams. 
> Consistent naming can solve this.
> https://apacheignite-sql.readme.io/docs/distributed-joins 
> Attached is screenshot of what I get from google when  search for 
> non-collocated joins which seems to suggests that distrbuted joins is the 
> preferred terminology. 
> https://www.google.com/search?q=GridGain+non-collocated+joins



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (IGNITE-10204) Web Console: Rename "Allow non-collocated joins" checkbox

2018-11-12 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov resolved IGNITE-10204.
---
Resolution: Won't Fix

> Web Console: Rename "Allow non-collocated joins" checkbox
> -
>
> Key: IGNITE-10204
> URL: https://issues.apache.org/jira/browse/IGNITE-10204
> Project: Ignite
>  Issue Type: Improvement
>  Components: UI, wizards
>Reporter: Vica Abramova
>Priority: Major
> Attachments: Allow screen.png
>
>
> Rename checkbox "Allow non-collocated joins" => "Allow distributed joins"
> In the Web Console's query tab, it says "Allow non-collocated joins".  I 
> propose that this be renamed to "Allow distributed joins".  I say that 
> because in your documentation it refers to it as distributed joins. 
> Inconsistent naming caused some confusion to our development teams. 
> Consistent naming can solve this.
> https://apacheignite-sql.readme.io/docs/distributed-joins 
> Attached is screenshot of what I get from google when  search for 
> non-collocated joins which seems to suggests that distrbuted joins is the 
> preferred terminology. 
> https://www.google.com/search?q=GridGain+non-collocated+joins



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (IGNITE-10204) Web Console: Rename "Allow non-collocated joins" checkbox

2018-11-12 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov closed IGNITE-10204.
-

> Web Console: Rename "Allow non-collocated joins" checkbox
> -
>
> Key: IGNITE-10204
> URL: https://issues.apache.org/jira/browse/IGNITE-10204
> Project: Ignite
>  Issue Type: Improvement
>  Components: UI, wizards
>Reporter: Vica Abramova
>Priority: Major
> Attachments: Allow screen.png
>
>
> Rename checkbox "Allow non-collocated joins" => "Allow distributed joins"
> In the Web Console's query tab, it says "Allow non-collocated joins".  I 
> propose that this be renamed to "Allow distributed joins".  I say that 
> because in your documentation it refers to it as distributed joins. 
> Inconsistent naming caused some confusion to our development teams. 
> Consistent naming can solve this.
> https://apacheignite-sql.readme.io/docs/distributed-joins 
> Attached is screenshot of what I get from google when  search for 
> non-collocated joins which seems to suggests that distrbuted joins is the 
> preferred terminology. 
> https://www.google.com/search?q=GridGain+non-collocated+joins



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10204) Web Console: Rename "Allow non-collocated joins" checkbox

2018-11-12 Thread Denis Magda (JIRA)


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

Denis Magda commented on IGNITE-10204:
--

Fully support [~kuaw26] vision, no any changes are needed. The mentioned 
documentation page implies both collocated and non-collocated modes under the 
distributed joins, plus the page goes with 2 separate paragraphs for each mode:
https://apacheignite-sql.readme.io/docs/distributed-joins

> Web Console: Rename "Allow non-collocated joins" checkbox
> -
>
> Key: IGNITE-10204
> URL: https://issues.apache.org/jira/browse/IGNITE-10204
> Project: Ignite
>  Issue Type: Improvement
>  Components: UI, wizards
>Reporter: Vica Abramova
>Priority: Major
> Attachments: Allow screen.png
>
>
> Rename checkbox "Allow non-collocated joins" => "Allow distributed joins"
> In the Web Console's query tab, it says "Allow non-collocated joins".  I 
> propose that this be renamed to "Allow distributed joins".  I say that 
> because in your documentation it refers to it as distributed joins. 
> Inconsistent naming caused some confusion to our development teams. 
> Consistent naming can solve this.
> https://apacheignite-sql.readme.io/docs/distributed-joins 
> Attached is screenshot of what I get from google when  search for 
> non-collocated joins which seems to suggests that distrbuted joins is the 
> preferred terminology. 
> https://www.google.com/search?q=GridGain+non-collocated+joins



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9558) Avoid changing AffinityTopologyVersion on client connect when possible

2018-11-12 Thread Alexey Goncharuk (JIRA)


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

Alexey Goncharuk commented on IGNITE-9558:
--

The error looks odd because the cached version is 252 and the failed check 
version is 9. Is there a chance that a client reconnects to a different 
topology?

> Avoid changing AffinityTopologyVersion on client connect when possible
> --
>
> Key: IGNITE-9558
> URL: https://issues.apache.org/jira/browse/IGNITE-9558
> Project: Ignite
>  Issue Type: Improvement
>Affects Versions: 2.0
>Reporter: Alexey Goncharuk
>Assignee: Ilya Lantukh
>Priority: Major
> Fix For: 2.8
>
>
> Currently a client join event changes discovery topology version which, in 
> turn, changes AffinityTopologyVersion.
> When a client maps transaction on new AffinityTopologyVersion, corresponding 
> message is not processed on remote node until remote node receives the 
> corresponding discovery event. If discovery event delivery is delayed for 
> some reason, this will result in transaction stalls on client joins.
> Since the client node does not change partition affinity, we can safely map 
> transactions on the previous topology version and do not change the affinity 
> topology version at all.
> Some cases need special care and probably do not qualify for this 
> optimization, such as when client has near cache or client hosts partition 
> for REPLICATED cache.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9558) Avoid changing AffinityTopologyVersion on client connect when possible

2018-11-12 Thread Alexey Goncharuk (JIRA)


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

Alexey Goncharuk commented on IGNITE-9558:
--

[~ilantukh], unfortunately, I still see the same error here: 
{code}
[01:25:50]W: [org.apache.ignite:ignite-core] 
java.lang.AssertionError: Invalid cached affinity: 
[cache=HistoryAffinityAssignment [topVer=AffinityTopologyVersion [topVer=252, 
minorTopVer=0], mvccCrd=MvccCoordinator 
[nodeId=53e3df5b-0e09-4825-9aa8-da015c50, crdVer=1542061436092, 
topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0]]], 
topVer=AffinityTopologyVersion [topVer=9, minorTopVer=0], 
lastAffChangedTopVer=AffinityTopologyVersion [topVer=9, minorTopVer=0]]
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.affinity.GridAffinityAssignmentCache.cachedAffinity(GridAffinityAssignmentCache.java:737)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.affinity.GridAffinityAssignmentCache.cachedAffinity(GridAffinityAssignmentCache.java:695)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.nodes(GridDhtPartitionTopologyImpl.java:1113)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.GridCacheContext.dhtMap(GridCacheContext.java:1573)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture.map(GridDhtLockFuture.java:863)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture.onOwnerChanged(GridDhtLockFuture.java:707)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.GridCacheMvccManager.notifyOwnerChanged(GridCacheMvccManager.java:228)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.GridCacheMvccManager.access$200(GridCacheMvccManager.java:82)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.GridCacheMvccManager$3.onOwnerChanged(GridCacheMvccManager.java:165)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.GridCacheMapEntry.checkOwnerChanged(GridCacheMapEntry.java:4838)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheEntry.readyLock(GridDistributedCacheEntry.java:512)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture.readyLocks(GridDhtLockFuture.java:615)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture.map(GridDhtLockFuture.java:819)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.lockAllAsyncInternal(GridDhtTransactionalCacheAdapter.java:1024)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter.obtainLockAsync(GridDhtTxLocalAdapter.java:720)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter.lockAllAsync(GridDhtTxLocalAdapter.java:665)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.lockAllAsync(GridDhtTransactionalCacheAdapter.java:1223)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearLockRequest0(GridDhtTransactionalCacheAdapter.java:820)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearLockRequest(GridDhtTransactionalCacheAdapter.java:798)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$000(GridDhtTransactionalCacheAdapter.java:112)
[01:25:50]W: [org.apache.ignite:ignite-core]at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$3.apply(GridDhtTransactionalCacheAdapter.java:158)
[01:25:50]W: [org.apache.ignite:ign

[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10230) Putting collection of timestamps fails on python thin client

2018-11-12 Thread Pavel Petroshenko (JIRA)
Pavel Petroshenko created IGNITE-10230:
--

 Summary: Putting collection of timestamps fails on python thin 
client 
 Key: IGNITE-10230
 URL: https://issues.apache.org/jira/browse/IGNITE-10230
 Project: Ignite
  Issue Type: Task
  Components: thin client
Affects Versions: 2.6
Reporter: Pavel Petroshenko
Assignee: Dmitry Melnichuk
 Fix For: 2.8


Here's the test that fails: 
https://gist.github.com/pilshchikov/7434805b7d95973afe600e1c0c83d17a



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10229) Hide authentication dialog when agent/secure cluster is disconnected.

2018-11-12 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-10229:
--

 Summary: Hide authentication dialog when agent/secure cluster is 
disconnected.
 Key: IGNITE-10229
 URL: https://issues.apache.org/jira/browse/IGNITE-10229
 Project: Ignite
  Issue Type: Bug
  Components: wizards
Reporter: Alexander Kalinin
Assignee: Alexander Kalinin


# Run secure cluster and agent.
 # Open Any cluster monitoring page.
Authentication dialog is shown.
 # Stop cluster and run new without security.
Try of authentication show error message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (IGNITE-10189) SslContextFactory's ciphers doesn't work with control.sh utility

2018-11-12 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov reassigned IGNITE-10189:
-

Assignee: Alexey Kuznetsov

> SslContextFactory's ciphers doesn't work with control.sh utility
> 
>
> Key: IGNITE-10189
> URL: https://issues.apache.org/jira/browse/IGNITE-10189
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitry Sherstobitov
>Assignee: Alexey Kuznetsov
>Priority: Critical
> Fix For: 2.8
>
>
> There is no options for control.sh utility if ciphers feature enabled on 
> server
> If this property enabled on server:
> {code}
> 
> 
>...
>  name="cipherSuites"/>
>...
> 
> 
> {code}
> Control.sh utility doesn't work



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-10189) SslContextFactory's ciphers doesn't work with control.sh utility

2018-11-12 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov updated IGNITE-10189:
--
Fix Version/s: 2.8

> SslContextFactory's ciphers doesn't work with control.sh utility
> 
>
> Key: IGNITE-10189
> URL: https://issues.apache.org/jira/browse/IGNITE-10189
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitry Sherstobitov
>Assignee: Alexey Kuznetsov
>Priority: Critical
> Fix For: 2.8
>
>
> There is no options for control.sh utility if ciphers feature enabled on 
> server
> If this property enabled on server:
> {code}
> 
> 
>...
>  name="cipherSuites"/>
>...
> 
> 
> {code}
> Control.sh utility doesn't work



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-9939) [TC Bot] Add visa's cahing and monitoring

2018-11-12 Thread Dmitriy Pavlov (JIRA)


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

Dmitriy Pavlov updated IGNITE-9939:
---
Ignite Flags:   (was: Docs Required)

> [TC Bot] Add visa's cahing and monitoring
> -
>
> Key: IGNITE-9939
> URL: https://issues.apache.org/jira/browse/IGNITE-9939
> Project: Ignite
>  Issue Type: Task
>Reporter: PetrovMikhail
>Assignee: PetrovMikhail
>Priority: Minor
>
> Add visa cahing and monitoring. Handle situation within BuildObserver when 
> build status is "UNKNOWN"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-10227) Update unused imports TC configuration of inspection profile

2018-11-12 Thread Maxim Muzafarov (JIRA)


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

Maxim Muzafarov updated IGNITE-10227:
-
Ignite Flags:   (was: Docs Required)

> Update unused imports TC configuration of inspection profile
> 
>
> Key: IGNITE-10227
> URL: https://issues.apache.org/jira/browse/IGNITE-10227
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.6, 2.7
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Minor
>  Labels: inspections
> Fix For: 2.8
>
>
> Currently, unused imports of inspection configuration on TC marks as WARNING, 
> need to mark them as ERROR to fail fast. 
> {{ingnite_inspection_teamcity.xml}} need to be fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10227) Update unused imports TC configuration of inspection profile

2018-11-12 Thread Maxim Muzafarov (JIRA)


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

Maxim Muzafarov commented on IGNITE-10227:
--

[~NIzhikov]

Please, review my changes.

> Update unused imports TC configuration of inspection profile
> 
>
> Key: IGNITE-10227
> URL: https://issues.apache.org/jira/browse/IGNITE-10227
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.6, 2.7
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Minor
>  Labels: inspections
> Fix For: 2.8
>
>
> Currently, unused imports of inspection configuration on TC marks as WARNING, 
> need to mark them as ERROR to fail fast. 
> {{ingnite_inspection_teamcity.xml}} need to be fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10227) Update unused imports TC configuration of inspection profile

2018-11-12 Thread Maxim Muzafarov (JIRA)


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

Maxim Muzafarov commented on IGNITE-10227:
--

It seems to me that everything is ok after my changes.
https://ci.ignite.apache.org/viewLog.html?buildId=2303182&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_InspectionsCore

> Update unused imports TC configuration of inspection profile
> 
>
> Key: IGNITE-10227
> URL: https://issues.apache.org/jira/browse/IGNITE-10227
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.7
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Minor
>  Labels: inspections
> Fix For: 2.8
>
>
> Currently, unused imports of inspection configuration on TC marks as WARNING, 
> need to mark them as ERROR to fail fast. 
> {{ingnite_inspection_teamcity.xml}} need to be fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-10228) Start multiple caches in parallel may lead to the fact that some of the caches won't be registered.

2018-11-12 Thread Vyacheslav Koptilin (JIRA)


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

Vyacheslav Koptilin updated IGNITE-10228:
-
Attachment: CacheStartingParallelTest.java

> Start multiple caches in parallel may lead to the fact that some of the 
> caches won't be registered.
> ---
>
> Key: IGNITE-10228
> URL: https://issues.apache.org/jira/browse/IGNITE-10228
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: 2.6
>Reporter: Vyacheslav Koptilin
>Priority: Major
> Attachments: CacheStartingParallelTest.java
>
>
> It looks like the root cause of the issue is that 
> {{CacheGroupContext.addCacheContext()}} (which is called in parallel) does 
> not use a lock/semaphore in order to synchronize {{caches}} updates.
>  
> {code:java}
> private void addCacheContext(GridCacheContext cctx) {
> ArrayList caches = new ArrayList<>(this.caches);
> boolean add = caches.add(cctx);
> ...
> this.caches = caches;
> }
> {code}
>  
> The possible workaround is to disable parallel start of caches by setting the 
> {{IGNITE_ALLOW_START_CACHES_IN_PARALLEL}} property to {{false}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10218) Detecting lost partitions PME phase triggered twice on coordinator

2018-11-12 Thread Semen Boikov (JIRA)


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

Semen Boikov commented on IGNITE-10218:
---

[~antonovsergey93], yes, looks like for coordinator second call in 
GridDhtPartitionsExchangeFuture#onDone() can be removed. 

> Detecting lost partitions PME phase triggered twice on coordinator
> --
>
> Key: IGNITE-10218
> URL: https://issues.apache.org/jira/browse/IGNITE-10218
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergey Antonov
>Priority: Major
> Fix For: 2.8
>
>
> scenarion: 1 server left
>  coordinator node seems to detect partition losses twice per exchange
> {noformat}
> [16:54:22,027][INFO][exchange-worker-#66][time] Finished exchange init 
> [topVer=AffinityTopologyVersion [topVer=13, minorTopVer=0], crd=true]
> [16:54:22,163][INFO][db-checkpoint-thread-#86][GridCacheDatabaseSharedManager]
>  Skipping checkpoint (no pages were modified) [checkpointLockWait=0ms, 
> checkpointLockHoldTime=525ms, reason='timeout']
> [16:54:22,338][INFO][sys-#136][GridDhtPartitionsExchangeFuture] Coordinator 
> received single message [ver=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0], node=2b69b32f-1bea-4c83-a70d-d7ff8ad7e319, allReceived=false]
> [16:54:22,401][INFO][sys-#137][GridDhtPartitionsExchangeFuture] Coordinator 
> received single message [ver=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0], node=933628df-5237-435c-81d3-7d4be20d8cea, allReceived=false]
> [16:54:22,405][INFO][sys-#73][GridDhtPartitionsExchangeFuture] Coordinator 
> received single message [ver=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0], node=549935a6-48b0-47cd-a763-13cef4706960, allReceived=false]
> [16:54:22,413][INFO][sys-#121][GridDhtPartitionsExchangeFuture] Coordinator 
> received single message [ver=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0], node=fbdde4e1-2422-49af-a0bb-d6797cc723fe, allReceived=false]
> [16:54:22,722][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Coordinator 
> received single message [ver=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0], node=d67a748d-9c63-4ede-8dae-064b63dd1586, allReceived=true]
> [16:54:23,493][INFO][db-checkpoint-thread-#86][GridCacheDatabaseSharedManager]
>  Skipping checkpoint (no pages were modified) [checkpointLockWait=0ms, 
> checkpointLockHoldTime=849ms, reason='timeout']
> [16:54:23,494][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Coordinator 
> received all messages, try merge [ver=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0]]
> [16:54:23,494][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Exchanges 
> merging performed in 0 ms.
> [16:54:23,494][INFO][sys-#122][GridDhtPartitionsExchangeFuture] 
> finishExchangeOnCoordinator [topVer=AffinityTopologyVersion [topVer=13, 
> minorTopVer=0], resVer=AffinityTopologyVersion [topVer=13, minorTopVer=0]]
> [16:54:24,223][INFO][sys-#122][CacheAffinitySharedManager] Affinity 
> recalculation (on server left) performed in 729 ms.
> [16:54:24,371][INFO][db-checkpoint-thread-#86][GridCacheDatabaseSharedManager]
>  Skipping checkpoint (no pages were modified) [checkpointLockWait=0ms, 
> checkpointLockHoldTime=726ms, reason='timeout']
> [16:54:25,146][INFO][db-checkpoint-thread-#86][GridCacheDatabaseSharedManager]
>  Skipping checkpoint (no pages were modified) [checkpointLockWait=1ms, 
> checkpointLockHoldTime=493ms, reason='timeout']
> [16:54:26,443][INFO][db-checkpoint-thread-#86][GridCacheDatabaseSharedManager]
>  Skipping checkpoint (no pages were modified) [checkpointLockWait=8ms, 
> checkpointLockHoldTime=776ms, reason='timeout']
> [16:54:26,443][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Affinity 
> changes (coordinator) applied in 2949 ms.
> [16:54:26,758][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Partitions 
> validation performed in 307 ms.
> [16:54:27,398][INFO][db-checkpoint-thread-#86][GridCacheDatabaseSharedManager]
>  Skipping checkpoint (no pages were modified) [checkpointLockWait=0ms, 
> checkpointLockHoldTime=725ms, reason='timeout']
> [16:54:27,646][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Detecting 
> lost partitions performed in 887 ms.
> [16:54:28,908][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Preparing 
> Full Message performed in 1138 ms.
> [16:54:28,908][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Sending Full 
> Message performed in 0 ms.
> [16:54:28,908][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Sending Full 
> Message to all nodes performed in 0 ms.
> [16:54:28,908][INFO][sys-#122][GridDhtPartitionsExchangeFuture] Finish 
> exchange future [startVer=AffinityTopologyVersion [topVer=13, minorTopVer=0], 
> resVer=AffinityTopologyVersion [topVer=13, minorTopVer=0], err=null]
> [16:54:29,171][INFO][db-checkpoint-thread-

[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Issue Comment Deleted] (IGNITE-9165) FindBugs: Methods may fail to close stream in core module

2018-11-12 Thread Nikolai Kulagin (JIRA)


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

Nikolai Kulagin updated IGNITE-9165:

Comment: was deleted

(was: {panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity IgniteTests24Java8_RunCache 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2067903&buildTypeId=IgniteTests24Java8_RunCache])

> FindBugs: Methods may fail to close stream in core module
> -
>
> Key: IGNITE-9165
> URL: https://issues.apache.org/jira/browse/IGNITE-9165
> Project: Ignite
>  Issue Type: Bug
>  Components: binary
>Affects Versions: 2.6
>Reporter: Nikolai Kulagin
>Assignee: Nikolai Kulagin
>Priority: Minor
>  Labels: newbie
> Fix For: 2.8
>
> Attachments: 
> findbugs-result-apache-ignite[ignite-core]_2018_08_02_12_38_02.html
>
>
> The method creates an IO stream object, does not assign it to any fields, 
> pass it to other methods that might close it, or return it, and does not 
> appear to close the stream on all paths out of the method.  This may result 
> in a file descriptor leak.
> Example:
>  
> {code:java}
> // GridCacheAbstractLoadTest#GridCacheAbstractLoadTest()
> try {
>  props.load(new FileReader(GridTestUtils.resolveIgnitePath(
>  "modules/tests/config/cache-load.properties")));
> }
> catch (IOException e) {
>  throw new RuntimeException(e);
> }{code}
>  
>  One of possible solutions:
> {code:java}
> try (Reader reader = new FileReader(GridTestUtils.resolveIgnitePath(
> "modules/tests/config/cache-load.properties"))) {
> props.load(reader);
> }
> catch (IOException e) {
> throw new RuntimeException(e);
> }{code}
> List of classes in "core" module:
>   
>  +org.apache.ignite.internal:+   
>  * *BinaryContext*#classesInPackage(String)
>  * *GridClientJdkMarshaller*#marshal(Object, int)
>  * 
> *IgniteExplicitImplicitDeploymentSelfTest*$GridDeploymentResourceTestJob#execute()
>  * *OptimizedObjectStreamSelfTest*#testReadLine()
>  * *PageIdDistributionTest*#_testRealHistory()
>  * *HttpIgniteUpdatesChecker*#getUpdates(boolean)
>  * *IpcSharedMemoryNativeLoaderSelfTest*#readStreams(Process)
> +org.apache.ignite:+
>  * *GridCacheAbstractLoadTest*#GridCacheAbstractLoadTest()
>  * *GridTestUtils*.sslContext()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9165) FindBugs: Methods may fail to close stream in core module

2018-11-12 Thread Nikolai Kulagin (JIRA)


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

Nikolai Kulagin commented on IGNITE-9165:
-

{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity IgniteTests24Java8_RunCache 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2067903&buildTypeId=IgniteTests24Java8_RunCache]

> FindBugs: Methods may fail to close stream in core module
> -
>
> Key: IGNITE-9165
> URL: https://issues.apache.org/jira/browse/IGNITE-9165
> Project: Ignite
>  Issue Type: Bug
>  Components: binary
>Affects Versions: 2.6
>Reporter: Nikolai Kulagin
>Assignee: Nikolai Kulagin
>Priority: Minor
>  Labels: newbie
> Fix For: 2.8
>
> Attachments: 
> findbugs-result-apache-ignite[ignite-core]_2018_08_02_12_38_02.html
>
>
> The method creates an IO stream object, does not assign it to any fields, 
> pass it to other methods that might close it, or return it, and does not 
> appear to close the stream on all paths out of the method.  This may result 
> in a file descriptor leak.
> Example:
>  
> {code:java}
> // GridCacheAbstractLoadTest#GridCacheAbstractLoadTest()
> try {
>  props.load(new FileReader(GridTestUtils.resolveIgnitePath(
>  "modules/tests/config/cache-load.properties")));
> }
> catch (IOException e) {
>  throw new RuntimeException(e);
> }{code}
>  
>  One of possible solutions:
> {code:java}
> try (Reader reader = new FileReader(GridTestUtils.resolveIgnitePath(
> "modules/tests/config/cache-load.properties"))) {
> props.load(reader);
> }
> catch (IOException e) {
> throw new RuntimeException(e);
> }{code}
> List of classes in "core" module:
>   
>  +org.apache.ignite.internal:+   
>  * *BinaryContext*#classesInPackage(String)
>  * *GridClientJdkMarshaller*#marshal(Object, int)
>  * 
> *IgniteExplicitImplicitDeploymentSelfTest*$GridDeploymentResourceTestJob#execute()
>  * *OptimizedObjectStreamSelfTest*#testReadLine()
>  * *PageIdDistributionTest*#_testRealHistory()
>  * *HttpIgniteUpdatesChecker*#getUpdates(boolean)
>  * *IpcSharedMemoryNativeLoaderSelfTest*#readStreams(Process)
> +org.apache.ignite:+
>  * *GridCacheAbstractLoadTest*#GridCacheAbstractLoadTest()
>  * *GridTestUtils*.sslContext()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10141) Cache 3 tests optimization

2018-11-12 Thread Ignite TC Bot (JIRA)


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

Ignite TC Bot commented on IGNITE-10141:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2271074&buildTypeId=IgniteTests24Java8_RunAll]

> Cache 3 tests optimization
> --
>
> Key: IGNITE-10141
> URL: https://issues.apache.org/jira/browse/IGNITE-10141
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexey Platonov
>Assignee: Alexey Platonov
>Priority: Major
>  Labels: MakeTeamcityGreenAgain
>
> We need to investigate how to optimize these tests:
>  
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdate
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemoveInvoke
> GridCacheInterceptorTransactionalRebalanceTest.testPutIfAbsent
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceUpdateInvoke
> IgniteCacheGroupsTest.testRestartsAndCacheCreateDestroy
> GridCacheInterceptorTransactionalRebalanceTest.testRebalanceRemove
> GridCacheInterceptorTransactionalRebalanceTest.testGetAndPut
> IgniteCacheGroupsTest.testStartManyCaches
> GridCacheVersionTopologyChangeTest.testVersionIncreaseTx
> GridCacheVersionTopologyChangeTest.testVersionIncreaseAtomic
> GridCacheValueConsistencyTransactionalSelfTest.testPutRemoveConsistencyMultithreaded
> GridCacheInterceptorAtomicRebalanceTest.testRebalanceUpdateInvoke
> GridCacheInterceptorAtomicRebalanceTest.testGetAndPut
>  
> and optimize them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


  1   2   3   >