Qiang Zhao

Results 34 issues of Qiang Zhao

### Motivation Disable deduplication on system topic to avoid recovering deduplication WAL (especially from offloaded topic). Because the system topic usually is a precondition to other topics. Therefore, we should...

doc-not-needed
ready-to-test
release/3.2.3
release/3.0.5

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation We should clean up all the synchronous call for resources components to avoid...

type/enhancement
help wanted

### Motivation The current implementation of message deduplication snapshot-taking may leave a very huge lag when traffic is high. if load balancer or someone tries to unload/load this topic the...

area/broker
doc-not-needed
ready-to-test
category/reliability
release/4.0.6

This reverts commit 5c245cd3c720bc364c71d98e7e2c782429e5c7a9. ### Motivation Pr #298 made a change to the sending process so that we don't need to wait for the receipt to send the next message....

### Motivation Introduce the filter component to filter some specific keys by rule for DB. This PR only support the `Get` method. we might need to support the `scan`, and...

### Motivation support configuration files to start oxia server

### Motivation failed test: https://github.com/streamnative/oxia/actions/runs/9489462225/job/26150775945 In the old logic, we count the removed node into the ensemble, which causes some issues. 1. the `fencingQuorum` is breaking the expected quorum number....

### Motivation ``` Aug 22, 2024 @ 13:07:20.372 | {"level":"warn","time":"2024-08-22T13:07:20.372802709Z","component":"public-rpc-server","error":{"error":"rpc error: code = Code(108) desc = oxia: session not found","kind":"*status.Error","stack":null},"time":"2024-08-22T13:07:20.372826194Z","message":"Failed to close session"} -- | --   | Aug 22, 2024...

### Motivation The client can't get the real caused of error. Server side: ``` Aug 22, 2024 @ 11:08:57.788 | {"level":"warn","time":"2024-08-22T11:08:57.788091476Z","component":"leader-controller","error":{"error":"rpc error: code = Code(104) desc = oxia: node is...