accel: send --user-agent to daemon; self-manage stress table + op-history - #14
Open
mutianf wants to merge 2 commits into
Open
Conversation
mutianf
force-pushed
the
accel-13-fallback-config-metrics
branch
from
August 12, 2026 03:04
3ff92b7 to
18bbcc8
Compare
mutianf
force-pushed
the
accel-14-user-agent-and-stress-selfmanage
branch
from
August 12, 2026 03:04
62df26f to
7d34ca7
Compare
mutianf
force-pushed
the
accel-13-fallback-config-metrics
branch
from
August 12, 2026 14:07
18bbcc8 to
38a4636
Compare
mutianf
force-pushed
the
accel-14-user-agent-and-stress-selfmanage
branch
from
August 12, 2026 14:07
7d34ca7 to
280aef6
Compare
mutianf
force-pushed
the
accel-13-fallback-config-metrics
branch
from
August 12, 2026 18:56
38a4636 to
167291a
Compare
mutianf
force-pushed
the
accel-14-user-agent-and-stress-selfmanage
branch
from
August 12, 2026 18:56
280aef6 to
650d65e
Compare
mutianf
force-pushed
the
accel-13-fallback-config-metrics
branch
from
August 12, 2026 19:04
167291a to
9fd9c48
Compare
mutianf
force-pushed
the
accel-14-user-agent-and-stress-selfmanage
branch
from
August 12, 2026 19:04
650d65e to
41099ef
Compare
…ator daemon Change-Id: I64c9561c71ba5478610591919ca87bc110099c80
…canary op-history Change-Id: I14048d2ddfb46aad508c8583221d84b6af427f3b
mutianf
force-pushed
the
accel-13-fallback-config-metrics
branch
from
August 14, 2026 21:02
9fd9c48 to
efa8f6b
Compare
mutianf
force-pushed
the
accel-14-user-agent-and-stress-selfmanage
branch
from
August 14, 2026 21:02
41099ef to
4a98c76
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #accel-13 (accel-13-fallback-config-metrics).
Two accelerator fixes surfaced during real-backend soak testing:
1.
fix(bigtable): send--user-agent(not--caller-user-agent)The daemon on monorepo main accepts
--user-agentand prepends the clienttoken to its own
-go-accelerator-vX.Y.Zsuffix;--caller-user-agentis notrecognized. Updates async + sync_autogen client and the config-forwarding /
credentials tests.
2.
test(bigtable): self-managing stress driver + diagnostics--table/BIGTABLE_TEST_TABLEitcreates a fresh uniquely-named table (families
test-family,test-family-2) and deletes it on exit; a supplied id is reused and left inplace.
--keep-tablesuppresses deletion.--app-profileknob (envBIGTABLE_TEST_APP_PROFILE) — needed becausethe V3 session API is only reachable via a single-cluster app profile
(
jetstream100); the default profile returnsUnimplemented.(
OP_HISTORY_PER_KEY=256) so a rare divergence is root-causable from theJSON report without a reproduction run.
Soak result behind these: 754k ops, 0 errors, p99 ~7ms.