Zhijun Liao

Results 9 issues of Zhijun Liao

By default, servers in a cluster don't have a human-readable nodename unless explicitly set by user. This can be annoying when reading the server logs during local development, since we...

Historically, Valkey’s TCL test suite expected all binaries (src/valkey-server, src/valkey-cli, src/valkey-benchmark, etc.) to exist under the src/ directory. This PR enables Valkey TCL tests to run seamlessly after a CMake...

I found this issue in Redis repo https://github.com/redis/redis/issues/14313 and confirmed that it also exists in Valkey. The description is pretty lengthy and detailed, and the TL;DR is that **during failover...

## Summary This PR handles a network race condition that would cause a replica to read stale cluster state and then incorrectly promote itself to an empty primary within an...

### What is changed and how it works? Issue Number: Close https://github.com/tikv/tikv/issues/19175 What's Changed: ```commit-message Centralize all thread name prefixes into a tikv_util file for both V1 and V2. ```...

contribution
first-time-contributor
size/XXL
release-note-none
needs-ok-to-test
dco-signoff: yes

### What is changed and how it works? Issue Number: Close https://github.com/tikv/tikv/issues/16638 What's Changed: ```commit-message Fix two possible flaky scenarios in `test_persistence_listener` and remove deadlock. ``` The test design is...

contribution
first-time-contributor
size/M
release-note-none
do-not-merge/needs-triage-completed
needs-ok-to-test
dco-signoff: yes

## Development Task Currently there're 150+ threads created at Tikv start-up with 55+ unique thread name prefixes like grpc-server, pd-worker, cdc, apply, snap-sender, etc. All these names are just scattered...

type/enhancement
contribution
first-time-contributor

Helps investigate the long-lasting issue [https://github.com/etcd-io/etcd/issues/13632](https://github.com/etcd-io/etcd/issues/13632) (Github action mistakenly closed it due to inactivity). ## Problem Some users reported that `grpc_server_handled_total{grpc_code="Unavailable"}` was unexpectedly inflating for LeaseKeepAlive requests even when the...

area/testing
needs-ok-to-test
size/L

### What would you like to be added? See details below. ### Why is this needed? Hi maintainers 👋 First of all, thank you for all the work you do...

type/feature