Commit Graph

8 Commits

Author SHA1 Message Date
Trevor Clinkenbeard 20f2b59b41 Add braces to actor cancellation checks 2026-07-12 10:11:40 -07:00
Trevor Clinkenbeard 4662fea92f Fix issues found by custom clang-tidy checks 2026-07-12 09:50:35 -07:00
Trevor Clinkenbeard fe42e6fd79 Enforce clang-tidy braces around long statements 2026-06-22 23:01:11 -07:00
Trevor Clinkenbeard 091aa15a2f Address clang-tidy warnings 2026-05-24 18:14:26 -07:00
Trevor Clinkenbeard 79de02031e Bound status fetch latency to overall timeout budget 2026-05-13 01:18:36 -07:00
Trevor Clinkenbeard 47b90b0cfe Convert fdbrpc/genericactors.actor.h to standard coroutines 2026-04-27 20:48:21 +00:00
Han Xu 416d9947cc
Make status async and return before we timeout (#12940)
* Fix clusterGetStatus declaration for both actor compiler and clang-ide builds

The actor compiler adds const& to ACTOR params, so the source must use
value params. Clang-ide compiles .actor.cpp directly without the actor
compiler, so it needs a matching value-param declaration. Use
NO_INTELLISENSE guard to provide both.
2026-04-23 09:55:05 -07:00
Trevor Clinkenbeard 42fe2e2b3f
Convert `StatusClient.actor.cpp` to standard coroutines (#12955)
* Convert getJSON to standard coroutine

* Update StatusClient::statusFetcher to return AsyncResult

* Convert StatusClient.actor.cpp to standard coroutines

* Expand AsyncResult usage in StatusClient.actor.cpp

* Remove unnecessary expensive copies

* Rename StatusClient.actor.cpp

* Fix signature
2026-04-14 22:51:46 -07:00