HyukjinKwon opened a new pull request, #57027:
URL: https://github.com/apache/spark/pull/57027

   Backport of #57021 / 
[SPARK-57993](https://issues.apache.org/jira/browse/SPARK-57993) to 
`branch-4.1`.
   
   ### What changes were proposed in this pull request?
   
   Cherry-pick (`-x`) of the merged master commit 
05728c8fa3978e3ba6d57e68c7388d22e02904ea, which fixes the flaky `bounded memory 
usage calculation` test in `RocksDBStateStoreIntegrationSuite` (most visibly 
its `RocksDBStateStoreIntegrationSuiteWithRowChecksum` variant) by calling 
`StateStore.stop()` before touching the process-global `RocksDBMemoryManager` 
singleton, so leftover unbounded providers from the preceding test are 
unregistered synchronously.
   
   Applies cleanly to `branch-4.1` (no conflicts).
   
   ### Why are the changes needed?
   
   Same flake exists on this maintenance branch's CI lanes. See #57021 / 
SPARK-57993 for the full root-cause analysis.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No — test-only.
   
   ### How was this patch tested?
   
   Clean cherry-pick of an already-validated master change (validated on the 
ARM `sql#core` lane in #57021). Existing test.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to