Bump JasperFx to 2.21.1; dynamic-lifecycle tests pin the jasperfx#492 per-tenant HWM cadence fix#4876
Merged
Conversation
… global mark, pinning #492 JasperFx 2.21.1 (#493) drives the vectorized per-tenant high-water poll from the daemon's own SlowPollingTime timer instead of solely from store-global mark changes, so a tenant whose appends stay below the global max converges without needing unrelated activity. The two dynamic-tenant-lifecycle tests (single-database + sharded flavors) previously worked around the cadence gap by seeding the mid-run tenant ABOVE the store's global high water to force a global tick on either side of the discovery-vs-append race. They now seed the new tenant BELOW the global mark — which both deletes the workaround and turns the tests into active regression pins for the fix: against 2.21.0 this exact shape stalled the new tenant's agent at 0 indefinitely. Full TenantPartitionedEventsTests suite green (215 tests, net9.0). Part of epic #486 (WS1 residue). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Part of epic #486 (WS1 residue). Consumes JasperFx 2.21.1 (#493), which drives the vectorized per-tenant high-water poll from the daemon's own
SlowPollingTimetimer instead of solely from store-global mark changes.What changes
Directory.Packages.props: JasperFx pins2.21.0→2.21.1.For scale-level evidence of the same stall (65/100 tenants each exactly one append-batch short of ceiling, 100/100 after the fix) see the
daemonloadscenario in #4875 and the epic comment on #486.Verification
Full
TenantPartitionedEventsTestssuite green locally against 2.21.1 (215 tests, net9.0, Postgres 5432).🤖 Generated with Claude Code