Re: [DISCUSSION] IgniteFuture class future in Ignite-3.0.

2021-03-28 Thread Valentin Kulichenko
Ivan, It's not really about the "harm", but more about "what should we do if this method is called?". Imagine the following code: CompletableFuture fut = cache.getAsync(key); fut.complete("something"); What should happen in this case? The point is that currently a future returned from any of

Re: Significant Items to Tackle

2021-03-28 Thread Ivan Pavlukhin
Gmail treated last message as spam. Bumping. 2021-03-28 16:05 GMT+03:00, Данилов Семён : > Hello Atri! > > Would you like to contribute into Ignite Spring integrations? You can take a > look at this particular jira filter: >

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

2021-03-28 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: Significant Items to Tackle

2021-03-28 Thread Данилов Семён
Hello Atri! Would you like to contribute into Ignite Spring integrations? You can take a look at this particular jira filter: https://issues.apache.org/jira/browse/IGNITE-9524?jql=project%20%3D%20Ignite%20and%20summary%20~%20%22spring%22%20and%20status%20not%20in%20(Resolved%2C%20Closed) .

[jira] [Created] (IGNITE-14434) Add examples of thin client using with spring-tx-ext

2021-03-28 Thread Mikhail Petrov (Jira)
Mikhail Petrov created IGNITE-14434: --- Summary: Add examples of thin client using with spring-tx-ext Key: IGNITE-14434 URL: https://issues.apache.org/jira/browse/IGNITE-14434 Project: Ignite