Ivan Artiukhov created IGNITE-21263:
---------------------------------------
Summary: Failure getting 1 entry out of 10M on a single node
cluster
Key: IGNITE-21263
URL: https://issues.apache.org/jira/browse/IGNITE-21263
Project: Ignite
Issue Type: Bug
Reporter: Ivan Artiukhov
Attachments: 1132-logs.zip
AI3 rev. 36450ff06da48c06567d9e79eaabf9c017a651e9
Benchmark which use key-value API:
[https://github.com/gridgain/YCSB/blob/ycsb-2023.10/ignite3/src/main/java/site/ycsb/db/ignite3/IgniteClient.java]
h1. Steps
Start a 1 node AI3 cluster
Run YCSB benchmark in {{load}} mode to put 10M unique entries:
{code:java}
Command line: -db site.ycsb.db.ignite3.IgniteClient -load -P
/opt/pubagent/poc/config/ycsb/workloads/workloadc -threads 1 -p
recordcount=250000 -p warmupops=50000 -p dataintegrity=true -p
measurementtype=timeseries -p status.interval=1 -p hosts=192.168.1.90 -p
recordcount=10000000 -p operationcount=10000000 -s {code}
Run YCSB benchmark in {{run}} mode to get loaded 10M entries:
{code:java}
Command line: -db site.ycsb.db.ignite3.IgniteClient -t -P
/opt/pubagent/poc/config/ycsb/workloads/workloadc -threads 1 -p
operationcount=250000 -p recordcount=250000 -p warmupops=50000 -p
dataintegrity=true -p measurementtype=timeseries -p status.interval=1 -p
hosts=192.168.1.90 -p recordcount=10000000 -p operationcount=10000000 -s {code}
h1. Expected behavior
All 10M entries were read without errors
h1. Actual behavior
Failure to read 1 entry out of 10M
h1. Notes
Logs, config: [^1132-logs.zip]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)