temporalio / temporalio/temporal
Update namespace replication task cleanup logic with connected clusters
Open
@yux0 is already working on this.
Since Jun 1, 2022.
potential-bug
teams/cgs
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Expected Behavior
calculate namespace replication ack level by active cluster connections
NS replication metadata:
Cluster A (disconnected): 100
Cluster B (connected): 1000
Cluster C (connected): 500
minimum ack level: 500, delete all tasks before 500.
Actual Behavior
NS replication metadata:
Cluster A (disconnected): 100
Cluster B (connected): 1000
Cluster C (connected): 500
minimum ack level: 100
Specifications
In 1.16, we allow remove clusters from namespace cluster list. We should update this logic accordingly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.