Re: Performance of cancelling services (related to IGNITE-17274)

2022-08-14 Thread Arthur Naseef
Thank you Pavel - I applied your recommended edit, created a ticket and submitted the PR. https://github.com/apache/ignite/pull/10196 https://issues.apache.org/jira/browse/IGNITE-17524 Cheers! Art On Thu, Aug 4, 2022 at 12:11 AM Pavel Tupitsyn wrote: > The change looks good to me, good

Re: Performance of cancelling services (related to IGNITE-17274)

2022-08-04 Thread Pavel Tupitsyn
The change looks good to me, good catch. > I can create a new Jira ticket and pull request. Please do, let's merge it. On Thu, Aug 4, 2022 at 2:11 AM Arthur Naseef wrote: > Testing with 60,000+ services, found that cancelling large numbers of > services takes significant time. Found another

Performance of cancelling services (related to IGNITE-17274)

2022-08-03 Thread Arthur Naseef
Testing with 60,000+ services, found that cancelling large numbers of services takes significant time. Found another linear lookup that can be optimized with a map. Here is a commit that fixes the problem in local testing: