You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jbowens opened this issue
Oct 9, 2023
· 0 comments
· Fixed by #112203
Labels
A-storageRelating to our storage engine (Pebble) on-disk storage.A-testingTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-storageStorage Team
In #112016 we see a disk stall during the large bank import at beginning of the clearrange roachtest. At this point the node monitor hasn't been created. This resulted in the test timing out only after its 6 hour timeout has elapsed.
The text was updated successfully, but these errors were encountered:
jbowens
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
A-storage
Relating to our storage engine (Pebble) on-disk storage.
A-testing
Testing tools and infrastructure
T-storage
Storage Team
labels
Oct 9, 2023
112203: cmd/roachtest: create monitor earlier in clearrange roachtest r=sumeerbhola a=jbowens
Previously, the node monitor wasn't created until after the import. If a node died during the import, it went undetected. Now we set up a monitor for the import, and then a new monitor post-restart.
Close#112049.
Co-authored-by: Jackson Owens <[email protected]>
A-storageRelating to our storage engine (Pebble) on-disk storage.A-testingTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-storageStorage Team
In #112016 we see a disk stall during the large bank import at beginning of the clearrange roachtest. At this point the node monitor hasn't been created. This resulted in the test timing out only after its 6 hour timeout has elapsed.
Jira issue: CRDB-32213
The text was updated successfully, but these errors were encountered: