Re: Unable to insert data into table after altering the table

2019-08-02 Thread Denis Magda
Hi, That's a known limitation caused by the fact that Ignite keeps metadata even after a column is fully dropped. This to be addressed with the next major release - Ignite 3.0. As for now, *When this happens _and you are still in development_, you need to go into the* *file system and remove th

Unable to insert data into table after altering the table

2019-08-02 Thread radha jai
Hi, Insertion is failing, after altering the table. Followed below steps: -> CREATE TABLE student (id_ VARCHAR, firstName VARCHAR, lastName VARCHAR, birthDate TIMESTAMP, height DOUBLE, PRIMARY KEY(id)) -> INSERT INTO student (id, firstName, lastName, birthDate, height) VALUES (1000, 'huxt', 'abx

[jira] [Created] (IGNITE-12040) IgniteNodeStoppedDuringDisableWALTest.test[AFTER_DISABLE_WAL] fails in MVCC mode

2019-08-02 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-12040: --- Summary: IgniteNodeStoppedDuringDisableWALTest.test[AFTER_DISABLE_WAL] fails in MVCC mode Key: IGNITE-12040 URL: https://issues.apache.org/jira/browse/IGNITE-12040

[jira] [Created] (IGNITE-12039) CacheGroupMetricsMBeanTest.testCacheGroupMetrics fails in MVCC mode

2019-08-02 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-12039: --- Summary: CacheGroupMetricsMBeanTest.testCacheGroupMetrics fails in MVCC mode Key: IGNITE-12039 URL: https://issues.apache.org/jira/browse/IGNITE-12039 Project:

Re: [MTCGA]: new failures in builds [4172317, 4172313, 4172278] needs to be handled

2019-08-02 Thread Alexei Scherbakov
I've created a ticket for repair [1] and start working on it. [1] https://issues.apache.org/jira/browse/IGNITE-12038 чт, 4 июл. 2019 г. в 15:54, Alexei Scherbakov : > Dmitry, > > I'm aware of failing tests, will check in nearest time. > > пн, 1 июл. 2019 г. в 22:04, Dmitriy Pavlov : > >> I've ch

[jira] [Created] (IGNITE-12038) Fix several failing tests after IGNITE-10078

2019-08-02 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-12038: -- Summary: Fix several failing tests after IGNITE-10078 Key: IGNITE-12038 URL: https://issues.apache.org/jira/browse/IGNITE-12038 Project: Ignite I

[jira] [Created] (IGNITE-12037) Ignore tests in MVCC PDS 3 suite canonically

2019-08-02 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-12037: --- Summary: Ignore tests in MVCC PDS 3 suite canonically Key: IGNITE-12037 URL: https://issues.apache.org/jira/browse/IGNITE-12037 Project: Ignite Issue T

[jira] [Created] (IGNITE-12036) Changing baseline via set command may cause NPEs if configured NodeFilter takes node attributes into account

2019-08-02 Thread Alexander Lapin (JIRA)
Alexander Lapin created IGNITE-12036: Summary: Changing baseline via set command may cause NPEs if configured NodeFilter takes node attributes into account Key: IGNITE-12036 URL: https://issues.apache.org/jira

Re: Deprecate\remove REBALANCE_OBJECT_LOADED cache event

2019-08-02 Thread Maxim Muzafarov
Igniters, I've created a ticket [1]. [1] https://issues.apache.org/jira/browse/IGNITE-12035 On Thu, 1 Aug 2019 at 10:55, Pavel Kovalenko wrote: > > Hello Maxim, > > Thank you for researching this. > It seems those events can be used as an interceptor for the rebalance > process to make some ext

[jira] [Created] (IGNITE-12035) Deprecate EVT_CACHE_REBALANCE_OBJECT_LOADED cache events

2019-08-02 Thread Maxim Muzafarov (JIRA)
Maxim Muzafarov created IGNITE-12035: Summary: Deprecate EVT_CACHE_REBALANCE_OBJECT_LOADED cache events Key: IGNITE-12035 URL: https://issues.apache.org/jira/browse/IGNITE-12035 Project: Ignite

[jira] [Created] (IGNITE-12034) containsKey() does not work correct in some cases

2019-08-02 Thread Kanunnikov Pavel (JIRA)
Kanunnikov Pavel created IGNITE-12034: - Summary: containsKey() does not work correct in some cases Key: IGNITE-12034 URL: https://issues.apache.org/jira/browse/IGNITE-12034 Project: Ignite