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

2022-05-23 Thread ignitetcbot
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *Test with high flaky rate in master TcpDiscoverySslTrustedSelfTest.testDiscoveryEventsDiscard https://ci2.ignite.apache.org/test/3386094243324005637?currentProjectId=IgniteTests24Jav

[DISCUSSION] Ignite 3 CLI name

2022-05-23 Thread Aleksandr Pakhomov
Hi Igniters, I would like to discuss a name for Ignite 3 CLI [1]. Here are candidates from top to bottom. "Ignite CLI". The most general and straightforward. "Ignite Shell". It sounds good, only one point: "shell" is about interpretation, and interaction, but this Ignite CLI is not only about

Re: [VOTE] Add swagger dependency to Ignite 3

2022-05-23 Thread Ilya Kasnacheev
Hello! Back when I looked at it, Swagger was very primitive, such as not supporting primitive types in generated models https://stackoverflow.com/a/45053804/36498 I'm not sure it is the right tool, please clarify why it is needed. -0.5 from me (binding) Regards, -- Ilya Kasnacheev пн, 23 мая

Re: Apache Ignite 3.0.0 alpha 5 RELEASE [Time, Scope, Manager]

2022-05-23 Thread Юрий
Hi Andrey, It's good news, thanks for take RM role and provide list of changes for the alpha. Proposed dates looks good to me as well as the scope of the release пн, 23 мая 2022 г. в 16:05, Andrey Gura : > Hi Igniters, > > Four months have passed already since the Ignite 3 alpha 4 release. At >

[VOTE] Add swagger dependency to Ignite 3

2022-05-23 Thread Aleksandr Pakhomov
This vote will be open for at least 4 days till Fri May 27, 2022, 21:00 Moscow TZ. https://www.timeanddate.com/countdown/generic?iso=20220527T21&p0=166&msg=%5BVOTE%5D+Add+swagger+dependency+to+Ignite+3&font=cursive

[VOTE] Add micronaut dependency to Ignite 3

2022-05-23 Thread Aleksandr Pakhomov
Dear community, Micronaut-based REST server implementation was a hot topic we discussed in the previous week. So, I've separeted votes about swagger and micronaut. This vote is about adding micronaut to the Ignite 3. The exact list of dependencies could be fined in IEP-87 [1] io.micronaut.serde

[VOTE] Add swagger dependency to Ignite 3

2022-05-23 Thread Aleksandr Pakhomov
Dear community, Discussion about 3rd party dependencies took place and I think it is time to vote if we agreed to include swagger dependency to the Ignite 3 or not. The exact list of dependencies could be fined in IEP-87 [1] (swagger-annotations, swagger-core, swagger-codegen-maven-plugin)

Re: [DISCUSSION] Add additional 3rd party libraries to Ignite 3 Code style and practices

2022-05-23 Thread Aleksandr Pakhomov
Yes, you are right about the usage of Jackson in another modules. So, the “replacement” is not an argument any more. > On 23 May 2022, at 12:37, Alexander Polovtcev wrote: > > My concern is that we will still use Jackson in other modules, like > sql-engine, for example. Or will you replace this

Re: [DISCUSSION] Add additional 3rd party libraries to Ignite 3 Code style and practices

2022-05-23 Thread Aleksandr Pakhomov
Yes, swagger-core has its own set of annotations [1] [1] https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Annotations#quick-annotation-overview > On 23 May 2022, at 12:37, Alexander Polovtcev wrote: > > I'm not that scared of having a big library, I just believe that it might >

Apache Ignite 3.0.0 alpha 5 RELEASE [Time, Scope, Manager]

2022-05-23 Thread Andrey Gura
Hi Igniters, Four months have passed already since the Ignite 3 alpha 4 release. At the moment we have a set of features that can be released in order to give to a user an ability to try the features and share some feedback with the community. The expected feature list consists of: - Pluggable

Re: restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread Николай Ижиков
Hello. Please, make sure you have equal value of BinaryConfiguration#compactFooter both for server node and for thin client. Set specific value (true) in both configuration They are not equals, by default for the backward compatibility reasons. Having different compactFooter value can lead to de

Re: restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread Ilya Kasnacheev
Hello! Please write to user list (u...@ignite.apache.org) Having said that, I think you need to qualify this key class with package name when doing REST. Regards, -- Ilya Kasnacheev пн, 23 мая 2022 г. в 13:59, wkhapy...@163.com : > i use java thin client i > > > > wkhapy...@163.com >

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

2022-05-23 Thread ignitetcbot
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 finalize

restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread wkhapy...@163.com
i use java thin client i wkhapy...@163.com

restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread wkhapy...@163.com
hello: i use java thin client insert a class type key like below public class ContactKey { private Long id;}and i put contactKey in ignite/libs dir.when i use java thin client call get has result.but when i use restful api call get ,it result is null.i use restful scan it also has result.how

A new feedback has been added : 78

2022-05-23 Thread Bugyard
A new feedback has been added, go to bugyard.io to see all the details... https://bugyard.io A new feedback has been added "This section is empty, which is pretty unhelpful."   by bgardner View feedback https://app.bugyard.io/web/app/rycqZJDyY/f/62899d2f5db427001462d201

Re: [DISCUSSION] Add additional 3rd party libraries to Ignite 3 Code style and practices

2022-05-23 Thread Alexander Polovtcev
> I get your concerns about additional library, but micronaut itself is quite small. I'm not that scared of having a big library, I just believe that it might be possible to avoid using it altogether. Don't swagger generators have their own annotations? > The IEP replaces (that is important) one

Re: IEP-90 Ignite 3 Client Lifecycle

2022-05-23 Thread Andrey Gura
Thanks for the answers, Igor. On Thu, May 19, 2022 at 10:55 PM Igor Sapego wrote: > > Andrey, > > 1. If a server generates a UUID that already exists it can check and just > re-generate it straight away > as a check is just a simple map lookup. > > 2. Well, yes. This proposal does not consider mo

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

2022-05-23 Thread ignitetcbot
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *Test with high flaky rate in master-nightly IgniteClusterActivateDeactivateTestWithPersistence.testDeactivateDuringEvictionAndRebalance https://ci2.ignite.apache.org/test/-368130660