Shivam
Shivam
## What changed? Added unit tests validating the backlog counter under various scenarios: - Adding tasks by a single worker - Completing tasks by a single worker - Workers polling...
## What changed? Support for the backlog counter, which was added in #5593, results in Cassandra persisting the backlog counts when tasks are created. However, the same is not being...
## What changed? - `approximateBacklogCounter` to be available via legacy `DescribeTaskQueue` API - Legacy `BacklogCountHint` is removed. I propose that the new `approximateBacklogCounter` is a better estimate for task backlog...
## What changed? Added a new `tdbg` subcommand : --describe-task-queue-partition which shall output the following statistics, per partition, for better visibility: - [TQ statistics ](https://github.com/temporalio/api/blob/2ed0a18b7ad6b6052a15da6d9d81bb97e05bc359/temporal/api/taskqueue/v1/message.proto#L92) - List of pollers for...
## What was changed - addressed comments by adding more description to the `task-queue describe` command ## Why? - better readability ## Checklist 1. Closes 2. How was this tested:...
## What changed? - Adds a log with the `WARN` level for Search Attributes having `BuildIds` set. - Only a log statement has been added, for now, since rejecting such...
## What changed? _Describe what has changed in this PR._ ## Why? _Tell your future self why have you made these changes._ ## How did you test it? - [...
## What changed? - A deprecation proposal to block the usage of build-id as a search attribute. Note, the changes introduced in this PR shall only emit warnings (for now)...
**What changed?** **Why?** **How did you test it?** **Potential risks**
## What changed? - WISOTT - Also added a cache per history host so that we don't overburden matching with these calls. ## Why? - Versioning correctness. ## How did...