Skip to content

Commit 3fa6b6f

Browse files
committed
docs(chaos): add the intermittency datum the new capture's second run produced
The Chaos lane ran twice on the same branch, separated only by two documentation commits - no Java, no pom, no workflow. First run red on the BLOCKED-on-monitor discriminator, second run green: 1 of 2, different seeds, on a tree that is identical for every purpose this failure could care about. That is the closest-together same-tree pass/fail pair this file has, and it says what the looser pair already cited says - the trigger is the schedule, not the tree. Recorded as intermittency, NOT as a clearance: a green run has never been read as one here, and the seed above is still unreplayed.
1 parent dff0762 commit 3fa6b6f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/inflight/bug-857-family.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,18 @@ waiting to acquire a monitor**, on an `AtomicBoolean` held by `pc-control-PC-12`
18171817
`commitOffsetsThatAreReady` reached from `onPartitionsRevoked`. The instrumentation states the
18181818
disjunction it was written to settle: contention or a lock-ordering defect, **not** a slow broker.
18191819

1820+
<!-- post-merge: checked-begin -->
1821+
**It did not reproduce on the next run of the same tree, which is an intermittency datum rather
1822+
than a clearance.** The two `Chaos Pain Suite` runs on astubbs/parallel-consumer#379 are separated
1823+
only by two documentation commits - no Java, no pom, no workflow - so the tree the second run
1824+
scheduled is the first run's tree for every purpose this failure could care about. One red, one
1825+
green: **1 of 2**, with different seeds each time, since the lane seeds per run. That is the same
1826+
shape as the pair of runs one commit apart already cited above, and it says the same thing - the
1827+
trigger is the schedule, not the tree - on a pair whose two halves are closer together than any
1828+
previous one. It is not evidence the capture was noise, and a green run has never been treated as
1829+
one here.
1830+
<!-- post-merge: checked-end -->
1831+
18201832
<!-- post-merge: checked-begin -->
18211833
**Not the observing PR's defect.** It was seen on astubbs/parallel-consumer#379, which adds an
18221834
unpublished Kafka Streams build-machinery module and touches no core Java, no locking, no rebalance

0 commit comments

Comments
 (0)