Shaddoll
Shaddoll
**Version of Cadence server, and client(which language)** This is very important to root cause bugs. - Server version: 0.22.0 **Describe the bug** cadence-worker crashed when elasticsearch is down panic: runtime...
**What changed?** Introduce a dynamic config for cassandra all consistency level delete **Why?** feature flag **How did you test it?** **Potential risks** **Release notes** **Documentation Changes**
**What changed?** - Do not convert persistence transient errors to history corruption errors - Fix history corruption check for workflow signaling **Why?** - When the system is overloaded or there...
**What changed?** - Drop workflow timeout timer task if the error is conditional error or workflow start event missing error - Drop stuck tasks only after a few retries -...
**What changed?** - Change transfer read level update logic to only update the read level if we successfully load tasks from db **Why?** - We currently suspect there are some...
**What changed?** Refactor matching and split the files into subpackages **Why?** To improve the quality of the codebase **How did you test it?** existing unit tests **Potential risks** The risk...
**What changed?** - Remove retry logic from AddTask - Add wait time for writing task to database if sync match fails **Why?** - The retry logic is not optimal for...
**What changed?** - Update matching handlers to return TaskListPartitionConfig in responses - Update non-root partition to load partition config from database **Why?** To migrate tasklist partition config from dynamic config...
**What changed?** **Why?** **How did you test it?** **Potential risks** **Release notes** **Documentation Changes**
**What changed?** Add rate limiter and metrics to history queue v2 **Why?** - Improve metrics - To achieve function parity with history queue v1 **How did you test it?** unit...