Skip to content

feature : support rocksdb in filemode - #8149

Draft
LegendPei wants to merge 26 commits into
apache:2.xfrom
LegendPei:feat/support-rocksdb-in-filemode
Draft

feature : support rocksdb in filemode#8149
LegendPei wants to merge 26 commits into
apache:2.xfrom
LegendPei:feat/support-rocksdb-in-filemode

Conversation

@LegendPei

Copy link
Copy Markdown
Contributor

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes #8114

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

It's not finished yet. I am currently in phase 4

plan: #8126

LegendPei added 26 commits June 3, 2026 17:03
@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 54.16667% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.22%. Comparing base (cb9c092) to head (bcce0b3).
⚠️ Report is 22 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ot/autoconfigure/loader/SeataPropertiesLoader.java 12.50% 7 Missing ⚠️
...erver/console/entity/param/GlobalSessionParam.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #8149      +/-   ##
============================================
+ Coverage     72.69%   73.22%   +0.52%     
- Complexity      879     1148     +269     
============================================
  Files          1327     1153     -174     
  Lines         50852    42360    -8492     
  Branches       6071     5060    -1011     
============================================
- Hits          36969    31019    -5950     
+ Misses        10888     8860    -2028     
+ Partials       2995     2481     -514     
Files with missing lines Coverage Δ
...ava/org/apache/seata/common/ConfigurationKeys.java 0.00% <ø> (ø)
...n/java/org/apache/seata/common/store/LockMode.java 94.11% <100.00%> (+0.36%) ⬆️
...ta/spring/boot/autoconfigure/StarterConstants.java 100.00% <ø> (ø)
...configure/SeataServerEnvironmentPostProcessor.java 100.00% <100.00%> (ø)
...e/properties/server/store/StoreFileProperties.java 100.00% <100.00%> (ø)
...erver/console/entity/param/GlobalSessionParam.java 0.00% <0.00%> (ø)
...ot/autoconfigure/loader/SeataPropertiesLoader.java 54.54% <12.50%> (-8.62%) ⬇️

... and 296 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support RocksDB storage engine in File mode

1 participant