Questions regarding sql windows functions using apache ignite: is sql windows function supported in ignite?

2021-05-05 Thread Xi Wang
Hi, My name is Xi Wang and I am a developer from Clobotics. For now we are testing the performance of ignite, and the way we are doing is to insert some tables and then write sql queries to check the running time. I am trying to add some windows functions into my query, something like

[MTCGA]: new failures in builds [5995558] needs to be handled

2021-05-05 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to

[MTCGA]: new failures in builds [5995551] needs to be handled

2021-05-05 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to

Re: Exceeding the DataStorageConfiguration#getMaxWalArchiveSize due to historical rebalance

2021-05-05 Thread Maxim Muzafarov
Hello, Kirill +1 for this change, however, there are too many configuration settings that exist for the user to configure Ignite cluster. It is better to keep the options that we already have and fix the behaviour of the rebalance process as you suggested. On Tue, 4 May 2021 at 19:01, ткаленко

Re: [MTCGA]: new failures in builds [5994077, 5994075] needs to be handled

2021-05-05 Thread Ilya Kasnacheev
Hello! I have re-run these suites and they did not fail. I think it is some transient issue with TC. Regards, -- Ilya Kasnacheev ср, 5 мая 2021 г. в 04:55, : > Hi Igniters, > > I've detected some new issue on TeamCity to be handled. You are more than > welcomed to help. > > If your

Re: IgniteDataStreamer#removeData should throw exception when allowOverwrite is false

2021-05-05 Thread Ilya Kasnacheev
Hello! I think it makes sense to throw an exception there, if there is no valid scenario when it can be called. Regards, -- Ilya Kasnacheev ср, 5 мая 2021 г. в 12:49, Pavel Tupitsyn : > Igniters, > > IgniteDataStreamer#removeData does not work by default, > when allowOverwrite is not set to

IgniteDataStreamer#removeData should throw exception when allowOverwrite is false

2021-05-05 Thread Pavel Tupitsyn
Igniters, IgniteDataStreamer#removeData does not work by default, when allowOverwrite is not set to true. I think we should throw an exception from the streamer in this case. Thoughts, objections? Pavel