[jira] [Commented] (IGNITE-5733) Activate/deactivate cluster through http-rest api

2017-09-17 Thread Alexander Belyak (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-5733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169625#comment-16169625 ] Alexander Belyak commented on IGNITE-5733: -- [~agoncharuk] test added, can U take a look again?

[jira] [Commented] (IGNITE-5136) GridLogThrottle memory leak

2017-09-17 Thread Vadim Opolski (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169413#comment-16169413 ] Vadim Opolski commented on IGNITE-5136: --- [~zstan] [~avinogradov] In my opinion tests look good. [TC

[jira] [Updated] (IGNITE-6181) Tx is not rolled back on timeout leading to potential whole grid hang

2017-09-17 Thread Alexei Scherbakov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Scherbakov updated IGNITE-6181: -- Description: Incorrectly handled transactions (not calling commit, rollback or close)

[jira] [Commented] (IGNITE-6181) Tx is not rolled back on timeout leading to potential whole grid hang

2017-09-17 Thread Alexei Scherbakov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169254#comment-16169254 ] Alexei Scherbakov commented on IGNITE-6181: --- Fixed some issues with concurrent deadlock

[jira] [Commented] (IGNITE-6403) IgniteSqlNotNullConstraintTest.testTransactionalAddColumnNotNullCheckDmlInsertValues fails periodically

2017-09-17 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169227#comment-16169227 ] Vladimir Ozerov commented on IGNITE-6403: - May be we can just wait for local client futures. Need

[jira] [Created] (IGNITE-6416) SQL: DDL tests should not check internal structures, but rather rely on expected public behavior

2017-09-17 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6416: --- Summary: SQL: DDL tests should not check internal structures, but rather rely on expected public behavior Key: IGNITE-6416 URL:

[jira] [Created] (IGNITE-6415) ALTER TABLE: investigate why descriptor is not updated from GridQueryProcessor#onLocalOperationFinished

2017-09-17 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6415: --- Summary: ALTER TABLE: investigate why descriptor is not updated from GridQueryProcessor#onLocalOperationFinished Key: IGNITE-6415 URL:

[jira] [Commented] (IGNITE-6403) IgniteSqlNotNullConstraintTest.testTransactionalAddColumnNotNullCheckDmlInsertValues fails periodically

2017-09-17 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169224#comment-16169224 ] Vladimir Ozerov commented on IGNITE-6403: - [~al.psc], [~skalashnikov], I debugged the problem.