Dan Wang

Results 53 issues of Dan Wang

While testing duplication, there's always the `last` mutation. The `last` mutation means that, after this mutation, there's not any mutation written into the source cluster. The problem is that the...

type/bug

[BuildCompilationEnvDocker](https://github.com/apache/incubator-pegasus/actions/workflows/build-push-env-docker.yml) failed due to [EOL of CentOS 7](https://www.redhat.com/en/blog/centos-linux-has-reached-its-end-life-eol): ![image](https://github.com/user-attachments/assets/e3720c12-add6-431b-a8c9-ea443800f4d0)

type/bug

After all servers (including both meta/replica servers) in a pegasus cluster with authentication enabled were restarted, the java client that had connected to them before would never succeed in connecting...

type/bug
java-client

# Motivation Pegasus does not support duplicating atomic write requests including `incr`, `check_and_set` and `check_and_mutate` since they are not idempotent. In practice, various applications use atomic write interfaces in many...

type/enhancement

# Motivation During a full duplication process, the dup follower needs to copy all checkpoint files from the dup master before it can start incremental synchronization. If the download of...

type/enhancement
component/duplication

There were a pegasus cluster with 3 meta servers and 5 replica servers. The authentication was enabled. And a script is written to drop a great number of tables. While...

type/bug