Taras Ledkov created IGNITE-16760:
-------------------------------------
Summary: Performance degradation of configuration changes
Key: IGNITE-16760
URL: https://issues.apache.org/jira/browse/IGNITE-16760
Project: Ignite
Issue Type: Bug
Affects Versions: 3.0.0-alpha4
Reporter: Taras Ledkov
Fix For: 3.0.0-alpha5
Performance degradation of configuration changes:
Steps to reproduce:
1. Start cluster with 3 nodes
2. Run in the loop
{code}
CREATE TABLE TEST(ID INTEGER PRIMARY KEY, V INTEGER)
DROP TABLE TEST
{code}
An iteration on the begin has about 1.7 sec. The time is grown.
The time after ~170 iteration is about 70 sec.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)