Re: IEP-82 Thin Client Retry Policy

2021-12-28 Thread Pavel Tupitsyn
Java thin client changes are ready for review: https://issues.apache.org/jira/browse/IGNITE-16026 https://github.com/apache/ignite/pull/9701 On Tue, Nov 30, 2021 at 2:09 PM Pavel Tupitsyn wrote: > Igniters, > > Since there are no more comments, I've created the tickets and will work > on them s

Re: IEP-82 Thin Client Retry Policy

2021-11-30 Thread Pavel Tupitsyn
Igniters, Since there are no more comments, I've created the tickets and will work on them soon. [1] https://issues.apache.org/jira/browse/IGNITE-16025 [2] https://issues.apache.org/jira/browse/IGNITE-16026 On Thu, Nov 25, 2021 at 1:44 PM Pavel Tupitsyn wrote: > Igor, > > I think it should lis

Re: IEP-82 Thin Client Retry Policy

2021-11-25 Thread Pavel Tupitsyn
Igor, I think it should list all operations, mostly the same as ClientOperation enum, but without internal things like RESOURCE_CLOSE. Users should be able to implement policies like "retry k/v operations, but not SQL". On Thu, Nov 25, 2021 at 12:27 PM Igor Sapego wrote: > Pavel, > > What is Cl

Re: IEP-82 Thin Client Retry Policy

2021-11-25 Thread Igor Sapego
Pavel, What is ClientOperationType? Will it list basically all operations or only types like Idempotent, NonIdempotent? Best Regards, Igor On Wed, Nov 24, 2021 at 5:21 PM Pavel Tupitsyn wrote: > Igniters, > > I've prepared a proposal about thin client retry behavior. > Please review and let m