-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql/importer: flake in TestCSVImportCanBeResumed [ingestKVs hangs with BulkAdderFlushesEveryBatch] #91828
Comments
91635: jobs: add a comment about the Resumer contract r=andreimatei a=andreimatei Release note: None Epic: None 91754: zip: move `--redact-logs` deprecation warning to end of zip output r=dhartunian a=abarganier This patch simply moves the deprecation notice for the `--redact-logs` flag to the bottom of the debug zip output. Previously, the message was logged at the beginning of the output, which was quickly drowned out by the rest of the output indicating the debug zip progress. Release note: none Addresses #91685 Epic: CRDB-12732 91830: sql/importer: skip a flaky test r=rafiss a=knz Informs #91828. Informs #91845. Informs #91850. Co-authored-by: Andrei Matei <[email protected]> Co-authored-by: Alex Barganier <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]>
I applied a memory limit in #92689, but after that this test fails under stress with a new error
The cockroach/pkg/sql/importer/import_processor.go Lines 544 to 548 in a16106e
@adityamaru or @dt - do you have any idea why this might happen? |
Since it seems related to the BulkAdder behavior, I'm putting this in the DR team board. Let us know if you want to give it back. |
cc @cockroachdb/disaster-recovery |
I have a patch that fixes the flake that looks very similar to the bigger change @stevendanna has around import processor shutdown in #91615. We plan on merging this soon, so I'm going to hold off on sending an independent patch. |
Should be closed by #93782 |
@stevendanna it seems like #93782 does not unskip the test. are you planning to do that? the test also needs to have memory limits set as per #91828 (comment) |
@rafiss Yikes, looks like I closed this too soon during triage, thanks! I'll unskip it and take a quick look at the memory limits. |
This unskips the test and adds a memory limit. The test completed 1500+ runs under stress. I believe cockroachdb#93782 resolved the main source of flakiness here. Fixes cockroachdb#91828 Release note: None
94010: sql/importer: unskip TestCSVImportCanBeResumed r=rafiss a=stevendanna This unskips the test and adds a memory limit. The test completed 1500+ runs under stress. I believe #93782 resolved the main source of flakiness here. Fixes #91828 Release note: None 94345: storage: include range key stats in ScanStats r=erikgrinaker a=jbowens Include the new, low-level Pebble range key iterator stats (introduced in cockroachdb/pebble#1871) in roachpb.ScanStats. Informs #77580. Close #93326. Epic: None Release note: None 94458: logictest: fix flakes from mixed version testing r=ZhouXing19 a=rafiss fixes #92637 The main fix was to wait for each node to be reachable before beginning the upgrade process. This also includes a version bump that has better logging to make it easier to debug. Release note: None Co-authored-by: Steven Danna <[email protected]> Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
Found here: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelExtendedCi/7502297?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
cc @rafiss for triage
Jira issue: CRDB-21446
The text was updated successfully, but these errors were encountered: