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.
![20240812-163707](https://private-user-images.githubusercontent.com/32761339/356982037-949a2df0-e90f-4fd4-acff-8a3b20018f9c.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTM3MDIsIm5iZiI6MTczOTMxMzQwMiwicGF0aCI6Ii8zMjc2MTMzOS8zNTY5ODIwMzctOTQ5YTJkZjAtZTkwZi00ZmQ0LWFjZmYtOGEzYjIwMDE4ZjljLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIyMzY0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhM2EyM2RlZGU5NmEyMWViYzM5OTk3MmVmNmIwYzQzNjk0MDU5ZmE4Mzk4MmQ3OGIxYmExMTJjNGMwNzJiODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fwJT1OoqKp0wz9XSmetyFb9z2FqbWamNlH1j_KDjjK0)
No response packet captured.
Beta Was this translation helpful? Give feedback.
All reactions