Re: Error Codes

2021-01-04 Thread Michael Cherkasov
> There's got to be a different plan. First of all, we need to decide what's > our target. Is it log, or is it API? > > Regards, > -- > Ilya Kasnacheev > > > пт, 1 янв. 2021 г. в 02:07, Michael Cherkasov >: > >> Hi folks, >> >

Error Codes

2020-12-31 Thread Michael Cherkasov
Hi folks, I was thinking how we can simplify Ignite clusters troubleshooting and the best of course if the cluster can do self-healing, like transaction cancellation if tx blocks exchange or note restart on OOM error. However, sometimes those mechanisms don't work well or user interaction is requi

Re: IEP-54: Schema-first approach for 3.0

2020-12-30 Thread Michael Cherkasov
Mike, > > Thanks for providing your feedback. Please see my comments below. > > I would also encourage you to go through the IEP-54 [1] - it has a lot of > detail on the topic. > > [1] > > https://cwiki.apache.org/confluence/display/IGNITE/IEP-54%3A+Schema-first+

Re: IEP-54: Schema-first approach for 3.0

2020-12-28 Thread Michael Cherkasov
Hi all, I reviewed the mail thread and proposal page and I still don't fully understand what is going to be changed, I would really appreciate it if you will answer a few questions: 1. Are you going to leave only one schema per cache? if so, will be there an option to have a table with arbitrary

Re: SSLParameters for SslContextFactory

2018-08-08 Thread Michael Cherkasov
here that is not present in current JVM, even if the > > rest of them are present and can be used. Thus the configuration becomes > > fragile. However I don't think it's our job to take care of that. > > > > Regards, > > > > -- > > Ilya Kasnacheev &g

Re: SSLParameters for SslContextFactory

2018-07-30 Thread Michael Cherkasov
t; > configuration? > > > > Regards, > > > > -- > > Ilya Kasnacheev > > > > 2018-07-26 20:16 GMT+03:00 Michael Cherkasov < > michael.cherka...@gmail.com > > >: > > > > > Hi all, > > > > > > I want to ad

SSLParameters for SslContextFactory

2018-07-26 Thread Michael Cherkasov
Hi all, I want to add SSLParameters for SslContextFactory. Right now there's no way to specify a particular set of cipher suites that you want to use. there's even old request to add this functionality: https://issues.apache.org/jira/browse/IGNITE-6167 even with current API you can achieve this,

Re: LOCAL cache on client

2018-02-01 Thread Michael Cherkasov
Hi Dmitry, I think we should make a user to explicitly create data region on a client. Client nodes aren't supposed to be used for data storing, so if someone what to use a local cache on a client node, let's make him/her create data region explicitly. Just to make sure that user knows what he/sh

Re: Spring3 support

2018-01-16 Thread Michael Cherkasov
18:23 GMT+03:00 Andrey Gura : > Guys, > > I doubt that we should include spring-3 module in Apache Ignite 2.4 > because we will drop Java 7 support. Only Spring Framework 4.x > supports Java 8 without any limitations. > > Thoughts? > > On Tue, Jan 16, 2018 at 6:01 PM, M

Re: Spring3 support

2018-01-16 Thread Michael Cherkasov
Hi all, as I can see there are no objections, also the fix was reviewed by Anton V and Andrey G: https://issues.apache.org/jira/browse/IGNITE-7050 Could one of committer please integrate the change? Thanks, Mike . 2018-01-12 18:06 GMT+03:00 Michael Cherkasov : > Hi Val, > > >

Re: Spring3 support

2018-01-12 Thread Michael Cherkasov
gt; What are the features that depend on Spring 4? > > -Val > > On Thu, Jan 11, 2018 at 12:42 PM, Michael Cherkasov < > michael.cherka...@gmail.com> wrote: > > > Hi all, > > > > I want to integrate the following change: > > https://github.com/apache/ign

Spring3 support

2018-01-11 Thread Michael Cherkasov
Hi all, I want to integrate the following change: https://github.com/apache/ignite/pull/3147/ It adds spring3 support. With Ignite versions older 2.1 you can to force maven to use sprint3 dependency and everything would work fine. With newer versions this doesn't work, because now Ignite uses sp