Replies: 2 comments
-
No response packet captured. root@VM-137-33-ubuntu:/data# tcpdump -i any src host x.x.x.x -v |
Beta Was this translation helpful? Give feedback.
-
Duplicated with #2487. Please avoid spamming : ) |
Beta Was this translation helpful? Give feedback.
-
1、kvrocks version 2.7.0
Node specifications 16C32G
10 Sharding 3Replica
worker 8
Key parameters in the configuration file:
rocksdb.block_cache_size 4096
rocksdb.row_cache_size 0
rocksdb.max_open_files 8096
rocksdb.write_buffer_size 64
rocksdb.target_file_size_base 128
rocksdb.max_write_buffer_number 4
rocksdb.block_size 16384
max-replication-mb 300
max-io-mb 0
max-db-size 0
2、Use the following command to insert data.
**nohup memtier_benchmark -s x.x.x.x -p 6666 -a xxxxxx --cluster-mode --print-percentiles 50,90,95,99,100 --random-data --randomize --distinct-client-seed --hide-histogram --key-minimum 1 --key-maximum 100000000 --key-prefix="type_string_001" --command="set key data" --command-ratio=1 --command-key-pattern=S -n 10000000 -c 1 -t 1 --data-size-range 32-4096 > logs/${currentTime}/result-${currentTime}-1.log 2>&1 &**_
createData.txt
3、For about 10 minutes, some master nodes in the cluster were unavailable, and the main node reported the following error:
E20240808 16:57:31.393215 14244 replication.cc:146] Write error while sending batch to slave: Connection reset by peer. batches:
E20240808 16:57:31.393215 14244 replication.cc:146] Write error while sending batch to slave: Connection reset by peer. batches:
No obvious abnormalities in the network, disk, CPU, or memory of the slave nodes.
4、Phenomenon: The client cannot connect to the main node.
No response packet captured.
Beta Was this translation helpful? Give feedback.
All reactions