Re: Drop table operation should be first priority?

2018-12-02 Thread Ilya Kasnacheev
Hello! I think you should be writing on Developers list if you have suggestions regarding this topic. As far as my understanding goes, current behavior is consistent with PME concept of Apache Ignite, which will wait for all operations to finish. Regards, -- Ilya Kasnacheev вс, 2 дек. 2018 г.

Drop table operation should be first priority?

2018-12-01 Thread yangjiajun
Hello. I find that long time queries will block drop table operation.In my opinion,drop table operation should be first priority.All operations target on the tables that are going to drop should stop because these operations make no sense. Reproducer: 1.Create a table and put some data to it. 2.D