Re: Strange issue while call ddl

2019-01-11 Thread yangjiajun
Hello. I have created it: https://issues.apache.org/jira/browse/IGNITE-10897 ilya.kasnacheev wrote > Hello! > > Turns out this issue isn't known yet. Can you file a ticket against Apache > Ignite JIRA? > > Regards, > -- > Ilya Kasnacheev > > > вс, 6 янв. 2019 г. в 10:39, yangjiajun < >

Re: Strange issue while call ddl

2019-01-11 Thread Ilya Kasnacheev
Hello! Turns out this issue isn't known yet. Can you file a ticket against Apache Ignite JIRA? Regards, -- Ilya Kasnacheev вс, 6 янв. 2019 г. в 10:39, yangjiajun <1371549...@qq.com>: > Hello. > > I experiment on Ignite 2.7.The issue still appears. > > > Denis Magda-2 wrote > > Hello, > > > >

Re: Strange issue while call ddl

2019-01-05 Thread yangjiajun
Hello. I experiment on Ignite 2.7.The issue still appears. Denis Magda-2 wrote > Hello, > > Is the same issue reproduced on Ignite 2.7? There were a lot of > optimizations and fixes pertaining DDL. > > -- > Denis > > > On Sat, Jan 5, 2019 at 8:23 AM yangjiajun < > 1371549332@ >> wrote: >

Re: Strange issue while call ddl

2019-01-05 Thread Denis Magda
Hello, Is the same issue reproduced on Ignite 2.7? There were a lot of optimizations and fixes pertaining DDL. -- Denis On Sat, Jan 5, 2019 at 8:23 AM yangjiajun <1371549...@qq.com> wrote: > Hello.Community. > > Any update about this issue?Do you consider it as an issue or not? > > I may

Re: Strange issue while call ddl

2019-01-05 Thread yangjiajun
Hello.Community. Any update about this issue?Do you consider it as an issue or not? I may consider this issue as a bug.Because blocked drop table operations can cause many strange issues like this one. I notice that ignite 2.8 is implementing queries management feature.Is that true? Maybe this

Re: Strange issue while call ddl

2018-12-24 Thread yangjiajun
Hello.Sorry for so late to reply to you. I think I reproduce this issue.Here are my reproduce steps: 1.start a version 2.6 node with persistence enabled. 2.create 2 tables with "template=replicated". 3.Insert data to 2 tables. 4.Open a connection to make a long time query targeting on first

Re: Strange issue while call ddl

2018-11-22 Thread Maxim.Pudov
Looks like a bug to me. If you have a reproducer of this issue, please, share it. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Strange issue while call ddl

2018-11-20 Thread yangjiajun
The cluster recovered after I killed a node. yangjiajun wrote > We can not do update operations either.But select queries are ok. > > > yangjiajun wrote >> I have a ignite cluster which is version 2.6 and has two nodes.I can't do >> any >> ddl operations on it since today.The cluster responses

Re: Strange issue while call ddl

2018-11-20 Thread yangjiajun
We can not do update operations either.But select queries are ok. yangjiajun wrote > I have a ignite cluster which is version 2.6 and has two nodes.I can't do > any > ddl operations on it since today.The cluster responses " Table already > exists" when I call create table statement to create a

Strange issue while call ddl

2018-11-20 Thread yangjiajun
I have a ignite cluster which is version 2.6 and has two nodes.I can't do any ddl operations on it since today.The cluster responses " Table already exists" when I call create table statement to create a new table but it response "Table doesn't exist" when I call drop table statement.When I try to