uber / cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
https://cadenceworkflow.io
MIT License
8.22k stars 792 forks source link

Debug es-analyzer II: CadenceChangeVersion workflow #6211

Closed bowenxia closed 1 month ago

bowenxia commented 1 month ago

What changed?

  1. The workflowCount is not a int type, which caused errors in Mono repo. Simply change the casting would resolve this error.
  2. The Pinot query for CadenceChangeVersion workflow has a small bug, deleted the AS clause in GroupBy fixed it.

Why? Testing analyzer in mono repo.

How did you test it? Unit test, manual test in mono repo- Staging env.

Potential risks

Release notes

Documentation Changes