xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
596 stars 74 forks source link

[Bug]: lock validation test failed #659

Open Phoenix500526 opened 7 months ago

Phoenix500526 commented 7 months ago

Description about the bug

The test case lock validation test will failed. Its log is pasted below.

Version

0.6.1 (Default)

Relevant log output

[INFO] lock validation test passed 
 [INFO] lock rpc validation test running... 
 [INFO] running: docker exec -i client /mnt/validation_lock_client --endpoints=http://172.20.0.3:2379 lock mutex 
 [DEBUG] Error: Rpc error: status: Internal, message: "failed to decode Protobuf message: Member.is_learner: FetchClusterResponse.members: invalid wire type: LengthDelimited (expected Varint)", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Sun, 25 Feb 2024 09:58:41 GMT"} } 
 [FATAL] result not match pattern
        pattern: mutex.*
        result: Error: Rpc error: status: Internal, message: "failed to decode Protobuf message: Member.is_learner: FetchClusterResponse.members: invalid wire type: LengthDelimited (expected Varint)", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Sun, 25 Feb 2024 09:58:41 GMT"} }

Code of Conduct