luger1990 opened a new issue, #607: URL: https://github.com/apache/incubator-kvrocks/issues/607
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version 2.0.6 ### Minimal reproduce step set ER6mKDKmhr 123 ### What did you expect to see? write data to kvrocks ### What did you see instead? (error) ERR Corruption: Corrupted compressed block contents: Snappy ### Anything Else? ``` 192.168.100.121:6382> set ER6mKDKmhr 123 (error) ERR Corruption: Corrupted compressed block contents: Snappy 192.168.100.121:6382> ``` ``` web@nct:/data/kvrocks/develop-6382/logs$ cat kvrocks.ERROR Log file created at: 2022/05/24 20:32:56 Running on machine: nct Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg E0524 20:32:56.061395 1220550 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:40572, while encounter error: Connection reset by peer E0524 20:37:05.776957 1220550 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:40478, while encounter error: Connection reset by peer E0525 13:20:04.996747 1220547 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:35084, while encounter error: Connection reset by peer E0525 13:36:15.581916 1220545 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:35730, while encounter error: Connection reset by peer E0525 15:14:23.671350 1220544 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:50194, while encounter error: Connection reset by peer E0525 15:14:33.936123 1220461 event_listener.cc:113] [event_listener/background_error] reason: compact, status: Corruption: Corrupted compressed block contents: Snappy E0525 15:17:35.954617 1220547 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:50446, while encounter error: Connection reset by peer ``` ``` web@nct:/data/kvrocks/develop-6382/logs$ cat kvrocks.WARNING Log file created at: 2022/05/24 20:30:37 Running on machine: nct Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg W0524 20:30:37.310361 1220458 server.cc:1452] [server] Increased maximum number of open files to 18224 (it's originally set to 1024) E0524 20:32:56.061395 1220550 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:40572, while encounter error: Connection reset by peer E0524 20:37:05.776957 1220550 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:40478, while encounter error: Connection reset by peer E0525 13:20:04.996747 1220547 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:35084, while encounter error: Connection reset by peer E0525 13:36:15.581916 1220545 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:35730, while encounter error: Connection reset by peer E0525 15:14:23.671350 1220544 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:50194, while encounter error: Connection reset by peer E0525 15:14:33.936123 1220461 event_listener.cc:113] [event_listener/background_error] reason: compact, status: Corruption: Corrupted compressed block contents: Snappy E0525 15:17:35.954617 1220547 redis_connection.cc:107] [connection] Going to remove the client: 192.168.100.121:50446, while encounter error: Connection reset by peer ``` ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
