Commit Graph

  • 51e76fb111 [PR #11693] Clarify functionality; cleanup testcases Chris Smith 2026-08-20 13:41:17 -07:00
  • ba9e686fae [DO NOT SUBMIT] Use feature/worker-callbacks branch from api-go Chris Smith 2026-08-19 10:43:14 -07:00
  • 8ce8cd5d22 1.32.0: Prepare release branch (#11724) v1.32.0-162.0 temporal-cicd[bot] 2026-08-21 21:16:37 +00:00
  • 6805caea59 Return forked branch token from storage layer to OSS so both components have the same view of the branch token. (#11704) akbala 2026-08-21 14:12:38 -07:00
  • ceb1cc1071 Validate history pagination branch token against mutable state (#11723) Prathyush PV 2026-08-21 13:41:54 -07:00
  • fc530c1184 Add observability for multicursor queue-state resolution loss (#11695) Brian VanLoo 2026-08-21 12:10:54 -07:00
  • f6b60cb82b Unify namespace lifecycle wide event names (#11720) Qian Chen 2026-08-21 11:35:25 -07:00
  • 92f177f591 Add improved poller scaling signals behind dynamic config kannan/improved-scaling-signals Kannan Rajah 2026-08-21 10:48:31 -07:00
  • f6772c53c7 Refactor NamespaceRateLimitInterceptor with functions to consume N tokens (#11582) Rodrigo Zhou 2026-08-21 09:09:53 -07:00
  • b064ffa2fb Remove retry stamp dynamic configs myoussef/remove-retry-stamp-dynamic-configs Michael Youssef 2026-08-21 08:24:07 -07:00
  • 9b2a2bf864 Add a comment about ignoring ResetAttempts field in ResetActivityRequest ks/batch-operations-bug-fixes Kundan 2026-08-20 22:36:21 -07:00
  • 9eadc90f60 Make UnprocessableTaskError pointer-only (#11678) Stephan Behnke 2026-08-20 22:26:51 -07:00
  • 1b9d80ebf9 Scope a batch unpause-by-type to the caller's visibility query Kundan 2026-08-20 22:22:50 -07:00
  • 333feb2ea9 Read the options-update batch UpdateMask through its getter Kundan 2026-08-20 22:02:01 -07:00
  • 9f0ad64f74 Stop retrying a batch task that failed with InvalidArgument Kundan 2026-08-20 21:51:45 -07:00
  • 08613c7525 Derive the batch heartbeat cadence from the activity's heartbeat timeout Kundan 2026-08-20 21:32:46 -07:00
  • bdad3f7b31 Build the batch activity options per execution Kundan 2026-08-20 21:20:19 -07:00
  • f9744a11ed Honor an explicit AttemptsOnRetryableError of 1 in setDefaultParams Kundan 2026-08-20 21:09:12 -07:00
  • 2f3cbadeec Tag Nexus completion request logs (#11684) Stephan Behnke 2026-08-20 20:34:31 -07:00
  • 24434b11e9 Use slices.Backward for reverse iteration (#11676) Stephan Behnke 2026-08-20 20:34:03 -07:00
  • 8da381c6fa Update grpc.go Stephan Behnke 2026-08-19 16:17:06 -07:00
  • 137974f25a Consolidate server stats handler tests Stephan Behnke 2026-08-19 14:40:21 -07:00
  • 17d5d8ae2b Simplify worker task correlation IDs Stephan Behnke 2026-08-19 14:22:29 -07:00
  • bdd5d96661 Update matching_engine.go Stephan Behnke 2026-08-19 14:20:59 -07:00
  • d86fa33eab Update matching_engine.go Stephan Behnke 2026-08-19 14:15:54 -07:00
  • 5dece57cf8 Update matching_engine.go Stephan Behnke 2026-08-19 14:14:58 -07:00
  • ccf05e0f0d Update grpc_test.go Stephan Behnke 2026-08-19 14:08:18 -07:00
  • ee25502dae Expand worker task trace coverage Stephan Behnke 2026-08-19 13:50:23 -07:00
  • b6dfd05080 rename Stephan Behnke 2026-08-19 12:29:02 -07:00
  • dcf4fac1e8 Simplify worker task trace correlation Stephan Behnke 2026-08-19 11:54:22 -07:00
  • 648ee48655 Correlate worker task traces by task ID Stephan Behnke 2026-08-19 11:22:37 -07:00
  • cf83d8634e Rename Nexus task span projection Stephan Behnke 2026-08-19 09:25:09 -07:00
  • 3df78ee028 Make Nexus gRPC span assertions declarative Stephan Behnke 2026-08-19 09:17:41 -07:00
  • a5d10f7a8e Update nexus_otel_test.go Stephan Behnke 2026-08-19 09:12:08 -07:00
  • 36534a8975 Rename Nexus task span assertion Stephan Behnke 2026-08-18 20:35:31 -07:00
  • c98f16f4c8 Generalize Nexus task ID span assertion Stephan Behnke 2026-08-18 20:25:32 -07:00
  • 3d4f2be3ca Limit worker task tracing to Nexus task IDs Stephan Behnke 2026-08-18 20:15:59 -07:00
  • 7001f3b9db Update tags.go Stephan Behnke 2026-08-18 19:54:13 -07:00
  • f428e578bf inline Stephan Behnke 2026-08-18 18:41:28 -07:00
  • 15929d05d9 wip Stephan Behnke 2026-08-18 15:50:25 -07:00
  • 881cae9d83 Refine worker task span annotations Stephan Behnke 2026-08-18 14:40:12 -07:00
  • 86465b028b Skip worker task attributes for empty polls Stephan Behnke 2026-08-13 15:49:50 -07:00
  • ae2e357fd3 Annotate worker task spans Stephan Behnke 2026-08-13 13:18:52 -07:00
  • 83235a9c1d Add helpers for testing exported spans (#11655) Stephan Behnke 2026-08-20 20:28:37 -07:00
  • 9a4ee0535a do stochastic rounding with rand.Float64 cdf/improve-add-tasks-estimate Carly de Frondeville 2026-08-20 19:34:56 -07:00
  • 4014f3619a Merge branch 'main' of github.com:temporalio/temporal into cdf/improve-add-tasks-estimate Carly de Frondeville 2026-08-20 19:20:31 -07:00
  • 095eb9d807 only send estimatedTasks header to root Carly de Frondeville 2026-08-20 19:19:47 -07:00
  • 6c395d5911 store write instead of target for add task batch computation Carly de Frondeville 2026-08-20 19:03:41 -07:00
  • 71c2dbfffe use probability of reaching root partition to estimate overall add task rate Carly de Frondeville 2026-08-20 18:49:59 -07:00
  • f330311a17 Verify StopBatchOperation's job ID names a batch job Kundan 2026-08-20 17:08:06 -07:00
  • c9b99295b1 Treat missing Worker Deployment Version as deleted (#11696) Kannan 2026-08-20 16:59:04 -07:00
  • 2c48aa5711 Annotate Nexus spans (#11561) Stephan Behnke 2026-08-20 16:30:57 -07:00
  • 9fa1e3bf7d Forward the signal operation's header on batch signal Kundan 2026-08-20 16:21:37 -07:00
  • 20e655da3a Make all force replication tasks low priority (#11692) Will Duan 2026-08-20 16:03:19 -07:00
  • 0425053615 [SDK Ergonomics] NEXUS-519: Support Query-backed Nexus Operations (#11274) mavemuri 2026-08-20 15:43:29 -07:00
  • 89f6d47cf6 changes for returning previous transaction ID to OSS fix_prev_txn_id Bala Atur 2026-08-20 14:55:43 -07:00
  • da890c81aa Improve replication applied lifecycle events (#11645) michaely520 2026-08-20 14:54:13 -07:00
  • 467119713a Use frontendClient for batch terminate and cancel Kundan 2026-08-20 14:08:09 -07:00
  • 767162845e Adaptive test timeouts via Await (#10417) Stephan Behnke 2026-08-20 13:35:41 -07:00
  • 39fc2c45ec Emit remote cluster lifecycle wide events (#11672) Qian Chen 2026-08-20 11:59:15 -07:00
  • 487bc22866 default to 1 shard jiechenz/fix-pull-child jiechenz 2026-08-20 11:47:31 -07:00
  • abeeabd4a4 Fix activity timeout regeneration after unpause (#11666) Fred Tzeng 2026-08-20 11:43:33 -07:00
  • 8cadb77011 Emit namespace migration workflow lifecycle events (#11658) michaely520 2026-08-20 11:32:16 -07:00
  • d163657b7e clean up jiechenz 2026-08-20 11:12:30 -07:00
  • 4a37875b29 add VerifyChildExecutionCompletionRecorded jiechenz 2026-08-20 10:56:36 -07:00
  • 430968b08a Use typed atomic values (#11675) Stephan Behnke 2026-08-20 10:47:13 -07:00
  • 05167abf67 Make standalone activity completion callback attachment idempotent after closure (#11628) Quinn Klassen 2026-08-20 10:21:57 -07:00
  • 4abfeecde6 Fix execution last running clock on start (#11578) (#11667) v1.32.0-161.2 cloud/v1.32.0-161 Yichao Yang 2026-08-20 09:54:43 -07:00
  • f3b36d4bcf Pass the local sub state machine to sanitizeFn on apply (#11646) (#11669) Will Duan 2026-08-20 09:54:23 -07:00
  • e327c061b8 Update Go lint tooling (#11673) Stephan Behnke 2026-08-20 09:47:39 -07:00
  • 71d375e764 Return early from CHASM PollComponent when shard moves off host (#10878) Prathyush PV 2026-08-20 09:13:51 -07:00
  • 7eb865c3c1 add more fail cases jiechenz 2026-08-19 23:16:07 -07:00
  • 612823d3ea Log outbound queue circuit breaker state changes (#11661) Stephan Behnke 2026-08-19 20:16:03 -07:00
  • ce4a74e623 Clamp the V1 scheduler's recorded version with worker.schedulerV1VersionCeiling liam-lowe/F27BDA9C-1.32.0_160.2 liam-lowe 2026-06-22 18:49:37 -07:00
  • 532b0621ee rename jiechenz 2026-08-19 18:14:09 -07:00
  • ba919854a1 Emit namespace replication lifecycle wide events (#11632) Qian Chen 2026-08-19 18:05:00 -07:00
  • 69926c48a7 update comment ks/wf-pause-bug-hunt-fixes Kundan 2026-08-19 17:37:14 -07:00
  • 53d4142891 update some comment Kundan 2026-08-19 17:35:49 -07:00
  • b1d6efc0a7 Tag Nexus pre-dispatch failure logs (#11664) Stephan Behnke 2026-08-19 17:27:43 -07:00
  • f1c8590f68 Add Nexus operation context to handler-side logs (#11663) Stephan Behnke 2026-08-19 17:27:32 -07:00
  • 69637784d8 fix: floor future action times at generator watermark (#11622) Alex Stanfield 2026-08-19 19:26:46 -05:00
  • 8332741afc Update some comment Kundan 2026-08-19 17:17:46 -07:00
  • a5ddd02f1e Add test to check concurrent pause Kundan 2026-08-19 16:46:14 -07:00
  • 1db1612c12 Update some comments, and remove unimportant tests Kundan 2026-08-19 16:41:07 -07:00
  • 0ac4acad35 Pass the local sub state machine to sanitizeFn on apply (#11646) Will Duan 2026-08-19 16:28:18 -07:00
  • b3bce2ca67 Use only one of PauseInfo.RequestId or LastPauseRequestId at a time Kundan 2026-08-19 16:21:31 -07:00
  • e86191fff0 Update some comments. Kundan 2026-08-19 15:51:18 -07:00
  • 2b3850e395 Address review feedback ppv/events-cache-invalidation Prathyush PV 2026-08-19 15:45:07 -07:00
  • b82f388637 Linter fix: replace EventuallyWithT by Await. Kundan 2026-08-19 15:28:06 -07:00
  • 0b8e7ec68e Scope events cache entries to the shard context instance Prathyush PV 2026-08-19 15:26:22 -07:00
  • f7b6fe1dfc check in test suite for parent-child jiechenz 2026-08-19 15:21:54 -07:00
  • bb09631947 edge case fixes for time skipping propagation and fast-forward completion (#11373) dc-tdbg Feiyang Xie 2026-08-19 14:47:25 -07:00
  • 2f47d61e7f Add Lean Nexus AutoClose model stephanos/umpire Stephan Behnke 2026-08-19 14:34:04 -07:00
  • 7fc5c02b1c Prevent malformed retry delays from poisoning Nexus completions (#11617) Quinn Klassen 2026-08-19 14:09:21 -07:00
  • 6cea9e6eb4 Applies small fixes for chasm nexus operations (#11605) samm 2026-08-19 13:05:11 -07:00
  • 1eae0f31ed Make workflow pause and unpause idempotent for a repeated request id Kundan 2026-08-19 12:40:00 -07:00
  • 5245e42d09 Use standard URL initialism stephanos/global-lifecycle-leak-cleanup Stephan Behnke 2026-08-18 20:18:36 -07:00
  • 5001ca398d Clarify resolver lifecycle failures Stephan Behnke 2026-08-18 14:55:25 -07:00
  • 741f4575ff Address resolver lifecycle review Stephan Behnke 2026-08-18 14:49:55 -07:00
  • d79c0903a4 Use required resolver URL assertion Stephan Behnke 2026-08-13 11:31:49 -07:00