[
https://issues.apache.org/jira/browse/IGNITE-21025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-21025:
-------------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> Processing lease event is unreasonalbly long in case of several sounds of
> partitions
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-21025
> URL: https://issues.apache.org/jira/browse/IGNITE-21025
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Priority: Major
>
> Following test
> @Test
> public void testCreateThousandTables() \{
> for (int i = 0; i < 1000; i++) {
> sql(String.format("create table %s (id varchar default
> gen_random_uuid primary key, val int)", "table" + i));
> }
> }
> shows unreasonbly long lease events processing even with 100+ tables (with 25
> partitions each)
> {code:java}
> [2023-12-06T12:50:07,699][WARN ][%ictdt_n_0%vault-2][WatchProcessor] <$>
> Watch event processing took too much time: 1806ms
> [2023-12-06T12:50:07,699][WARN ][%ictdt_n_0%vault-2][WatchProcessor] Entries:
> [placementdriver.leases]
> [2023-12-06T12:50:07,702][WARN ][%ictdt_n_1%vault-2][WatchProcessor] <$>
> Watch event processing took too much time: 1707ms
> [2023-12-06T12:50:07,702][WARN ][%ictdt_n_1%vault-2][WatchProcessor] Entries:
> [placementdriver.leases]
> [2023-12-06T12:50:07,702][WARN ][%ictdt_n_2%vault-2][WatchProcessor] <$>
> Watch event processing took too much time: 1710ms
> [2023-12-06T12:50:07,702][WARN ][%ictdt_n_2%vault-2][WatchProcessor] Entries:
> [placementdriver.leases] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)