[
https://issues.apache.org/jira/browse/IGNITE-24118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Scherbakov updated IGNITE-24118:
---------------------------------------
Description:
I observe stable performance drop on recent main on UpsertKvBenchmark.
Benchmark settings:
32 threads, 32 partitions, AI persist engine, 20G pagecache size
System.setProperty("LOGIT_STORAGE_ENABLED", "true");
System.setProperty(IgniteSystemProperties.IGNITE_SKIP_REPLICATION_IN_BENCHMARK,
"false");
System.setProperty(IgniteSystemProperties.IGNITE_SKIP_STORAGE_UPDATE_IN_BENCHMARK,
"false");
Results:
rev 32737c0dc9fcd0632ba37e2949a40b199429fddb
Benchmark (batch) (fsync) (partitionCount) Mode Cnt Score Error Units
UpsertKvBenchmark.upsert 1 false 32 thrpt 20 181908.090 ± 26821.026 ops/s
rev e41ee1dd796c209115d818a26aded1dbf27bd9a1 (recent)
Benchmark (batch) (fsync) (partitionCount) Mode Cnt
Score Error Units
UpsertKvBenchmark.upsert 1 false 32 thrpt 20
173093.148 ± 29217.456 ops/s
The drop is even bigger on a branch ignite-23304 after merging with recent main.
This requires investigation.
was:
I've observed stable performance drop on recent main on UpsertKvBenchmark.
Benchmark settings:
32 threads, 32 partitions, AI persist engine, 20G pagecache size
System.setProperty("LOGIT_STORAGE_ENABLED", "true");
System.setProperty(IgniteSystemProperties.IGNITE_SKIP_REPLICATION_IN_BENCHMARK,
"false");
System.setProperty(IgniteSystemProperties.IGNITE_SKIP_STORAGE_UPDATE_IN_BENCHMARK,
"false");
Results:
rev 32737c0dc9fcd0632ba37e2949a40b199429fddb
Benchmark (batch) (fsync) (partitionCount) Mode Cnt Score Error Units
UpsertKvBenchmark.upsert 1 false 32 thrpt 20 181908.090 ± 26821.026 ops/s
rev e41ee1dd796c209115d818a26aded1dbf27bd9a1 (recent)
Benchmark (batch) (fsync) (partitionCount) Mode Cnt
Score Error Units
UpsertKvBenchmark.upsert 1 false 32 thrpt 20
173093.148 ± 29217.456 ops/s
The drop is even bigger on a branch ignite-23304 after merging with recent main.
This requires investigation.
> Investigate performance drop on master.
> ---------------------------------------
>
> Key: IGNITE-24118
> URL: https://issues.apache.org/jira/browse/IGNITE-24118
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Scherbakov
> Priority: Major
> Labels: ignite-3
>
> I observe stable performance drop on recent main on UpsertKvBenchmark.
> Benchmark settings:
> 32 threads, 32 partitions, AI persist engine, 20G pagecache size
> System.setProperty("LOGIT_STORAGE_ENABLED", "true");
> System.setProperty(IgniteSystemProperties.IGNITE_SKIP_REPLICATION_IN_BENCHMARK,
> "false");
> System.setProperty(IgniteSystemProperties.IGNITE_SKIP_STORAGE_UPDATE_IN_BENCHMARK,
> "false");
> Results:
> rev 32737c0dc9fcd0632ba37e2949a40b199429fddb
> Benchmark (batch) (fsync) (partitionCount) Mode Cnt Score Error Units
> UpsertKvBenchmark.upsert 1 false 32 thrpt 20 181908.090 ± 26821.026 ops/s
> rev e41ee1dd796c209115d818a26aded1dbf27bd9a1 (recent)
> Benchmark (batch) (fsync) (partitionCount) Mode Cnt
> Score Error Units
> UpsertKvBenchmark.upsert 1 false 32 thrpt 20
> 173093.148 ± 29217.456 ops/s
> The drop is even bigger on a branch ignite-23304 after merging with recent
> main.
> This requires investigation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)