Skip to content

refactor: remove hybridlogstorage#1201

Merged
killme2008 merged 3 commits into
masterfrom
refacor/remove-hybridlogstorage
Jul 8, 2025
Merged

refactor: remove hybridlogstorage#1201
killme2008 merged 3 commits into
masterfrom
refacor/remove-hybridlogstorage

Conversation

@fengjiachun

@fengjiachun fengjiachun commented Jul 8, 2025

Copy link
Copy Markdown
Contributor

Motivation:

Explain the context, and why you're making that change.
To make others understand what is the problem you're trying to solve.

And bump JNA to 5.14

close #914

and it is part of #1175

If there is no issue then describe the changes introduced by this PR.

Summary by CodeRabbit

Summary by CodeRabbit

  • Chores
    • Removed the entire Java log storage implementation module, including all source code, tests, benchmarks, and configuration files.
    • Updated project to Java 17, upgraded dependencies, and refined build and test plugin settings for enhanced compatibility.
  • Tests
    • Deleted all tests and benchmarks associated with the removed log storage module.

@coderabbitai

coderabbitai Bot commented Jul 8, 2025

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@fengjiachun has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 5 minutes and 21 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 45ac167 and dee1bf2.

📒 Files selected for processing (1)
  • .github/workflows/build.yml (5 hunks)

Walkthrough

This change removes the entire java-log-storage-impl module from the jraft-extension project, including all its Java source files, tests, resources, and Maven configuration. The parent POM is updated to exclude this module. The root POM also updates the Java version to 17, upgrades several dependencies and plugins, and adjusts test JVM arguments for Java 17 compatibility.

Changes

File(s) / Path(s) Change Summary
jraft-extension/java-log-storage-impl/pom.xml, jraft-extension/pom.xml Removed the java-log-storage-impl module and its Maven configuration from the project.
jraft-extension/java-log-storage-impl/src/main/java/, .../src/main/resources/ Deleted all Java source files, service provider configs, and resources for the log storage implementation module.
jraft-extension/java-log-storage-impl/src/test/java/** Deleted all test classes and utilities for the log storage implementation.
pom.xml Updated Java source/target to 17, upgraded JNA, Maven Compiler, and Surefire plugin versions, and adjusted Surefire JVM arguments.

Sequence Diagram(s)

sequenceDiagram
    participant Dev as Developer
    participant Build as Maven Build
    participant Project as Project Structure

    Dev->>Build: Remove java-log-storage-impl module from parent POM
    Dev->>Project: Delete all java-log-storage-impl source, test, and resource files
    Dev->>Build: Update root pom.xml (Java 17, plugins, dependencies)
    Build->>Project: Build proceeds without java-log-storage-impl
Loading

Assessment against linked issues

Objective Addressed Explanation
Remove HybridLogStorage and LogitLogStorage implementations (#914)
Remove related classes: HybridLogJRaftServiceFactory, LogStoreFactory, AllocateFileService, ServiceManager (#914)
Remove all associated storage DB classes and files: AbstractDB, ConfDB, IndexDB, SegmentLogDB, FileManager, etc. (#914)
Remove all related test classes and utilities for the removed storage implementations (#914)

Assessment against linked issues: Out-of-scope changes

Code Change Explanation
Update of root pom.xml for Java 17 and plugin upgrades Not explicitly mentioned in the linked issue but aligns with project modernization, not removal scope.

Poem

A module hops away, its files now gone,
From storage logs to tests—each rabbit’s dawn.
Java 17’s here, with plugins anew,
The build runs clean, the carrots accrue.
Goodbye old logs, you served us well—
Now onward we leap, with stories to tell! 🐇✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🔭 Outside diff range comments (1)
pom.xml (1)

108-112: Stale dependency – removed module will now resolve to nothing
java-log-storage-impl was deleted but is still declared in <dependencyManagement>. Any sub-module that lists it as a dependency will fail with artifact not found.

-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>java-log-storage-impl</artifactId>
-                <version>${project.version}</version>
-            </dependency>

Remove this block (and any usages) to keep the build green.

🧹 Nitpick comments (2)
pom.xml (2)

340-347: Use the <release> flag for cleaner byte-code targeting
With compiler-plugin 3.11 you can simplify:

-<source>${java.source.version}</source>
-<target>${java.target.version}</target>
+<release>${java.source.version}</release>

This guarantees a single-pass compile and avoids inconsistencies between -source/-target.


362-363: Surefire 3.0.0-M9 is still a milestone
A stable 3.2.x line is available and fixes several JPMS issues. Consider upgrading to a non-milestone release to reduce future maintenance.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 53a5e2b and 77f7c1a.

📒 Files selected for processing (52)
  • jraft-extension/java-log-storage-impl/pom.xml (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/core/HybridLogJRaftServiceFactory.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/option/StoreOptions.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/HybridLogStorage.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/LogitLogStorage.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/AbstractDB.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/ConfDB.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/IndexDB.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/SegmentLogDB.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/factory/LogStoreFactory.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/AbstractFile.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/FileHeader.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/FileManager.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/FileType.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/AbortFile.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/Checkpoint.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/FirstLogIndexCheckpoint.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/FlushStatusCheckpoint.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/HybridStorageStatusCheckpoint.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/index/IndexFile.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/index/IndexType.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/segment/SegmentFile.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/service/AllocateFileService.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/service/ServiceManager.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/Pair.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/Platform.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/concurrent/ReferenceResource.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/concurrent/ShutdownAbleThread.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/main/resources/META-INF/services/com.alipay.sofa.jraft.JRaftServiceFactory (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/CliServiceTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/ExpectClosure.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/MockClosure.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/MockStateMachine.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/TestCluster.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/TestJRaftServiceFactory.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/V1JRaftServiceFactory.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/BaseLogStorageTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/BaseStorageTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/Benchmark/BaseLogStorageBenchmark.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/Benchmark/DefaultLogStorageBenchmark.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/Benchmark/JmhBenchmark.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/HybridLogStorageTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/LogitLogStorageTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/db/ConfDBTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/db/IndexDBTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/db/SegmentLogDBTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/file/FileManagerTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/file/index/IndexFileTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/file/segment/SegmentFileTest.java (0 hunks)
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/test/TestUtils.java (0 hunks)
  • jraft-extension/pom.xml (0 hunks)
  • pom.xml (3 hunks)
💤 Files with no reviewable changes (51)
  • jraft-extension/pom.xml
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/ExpectClosure.java
  • jraft-extension/java-log-storage-impl/src/main/resources/META-INF/services/com.alipay.sofa.jraft.JRaftServiceFactory
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/MockClosure.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/ConfDB.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/TestJRaftServiceFactory.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/SegmentLogDB.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/index/IndexType.java
  • jraft-extension/java-log-storage-impl/pom.xml
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/V1JRaftServiceFactory.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/Checkpoint.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/core/HybridLogJRaftServiceFactory.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/HybridStorageStatusCheckpoint.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/concurrent/ShutdownAbleThread.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/FileHeader.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/service/ServiceManager.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/file/segment/SegmentFileTest.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/FlushStatusCheckpoint.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/concurrent/ReferenceResource.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/file/FileManagerTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/MockStateMachine.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/HybridLogStorageTest.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/FileType.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/Platform.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/FirstLogIndexCheckpoint.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/Benchmark/DefaultLogStorageBenchmark.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/util/Pair.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/test/TestUtils.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/assit/AbortFile.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/db/ConfDBTest.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/service/AllocateFileService.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/Benchmark/JmhBenchmark.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/BaseStorageTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/BaseLogStorageTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/db/IndexDBTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/Benchmark/BaseLogStorageBenchmark.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/LogitLogStorage.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/segment/SegmentFile.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/IndexDB.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/db/SegmentLogDBTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/CliServiceTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/core/TestCluster.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/index/IndexFile.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/option/StoreOptions.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/factory/LogStoreFactory.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/HybridLogStorage.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/file/index/IndexFileTest.java
  • jraft-extension/java-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/LogitLogStorageTest.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/FileManager.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/db/AbstractDB.java
  • jraft-extension/java-log-storage-impl/src/main/java/com/alipay/sofa/jraft/storage/file/AbstractFile.java
🧰 Additional context used
🪛 GitHub Actions: build
pom.xml

[error] 1-1: Maven compile error: Fatal error compiling: invalid target release: 17. The project is configured to compile with target release 17, but the Java version used is 1.8.0_452.


[warning] 87-87: Maven warning: 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. This may threaten build stability.

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: sca
🔇 Additional comments (2)
pom.xml (2)

62-63: Switching to Java 17 breaks the current CI setup
mvn now compiles with --release 17, while the pipeline still runs on JDK 8 (see build failure). Make sure the GitHub Actions matrix (or any other build infra) is updated to jdk: 17 before merging, otherwise every downstream build will keep failing.


66-66: JNA 5.14.0 bump looks good – no concerns.

Comment thread pom.xml

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🔭 Outside diff range comments (1)
.github/workflows/build.yml (1)

82-95: test_storage_java_impl job is now dead code after removing java-log-storage-impl

The PR deletes the entire jraft-extension/java-log-storage-impl module, yet this job still tries to build & test it.
Remaining as-is will cause the workflow to fail with a Maven “unknown module” error on the first push to master.

Two quick fixes:

-  test_storage_java_impl:
-    needs: check_format
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - name: Set up JDK 17
-        uses: actions/setup-java@v1
-        with:
-          java-version: 17
-      - name: Maven Test
-        run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
-          && (mvn --projects jraft-extension/java-log-storage-impl test
-            || mvn --projects jraft-extension/java-log-storage-impl test
-            || mvn --projects jraft-extension/java-log-storage-impl test)
+  # Removed because module was deleted in PR #1201

or, if you still need storage tests, point the job at the surviving storage module.

Failing to address this will break CI on merge.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 618ea4f and 45ac167.

📒 Files selected for processing (1)
  • .github/workflows/build.yml (6 hunks)
🧰 Additional context used
🪛 actionlint (1.7.7)
.github/workflows/build.yml

15-15: the runner of "actions/setup-java@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue

(action)


28-28: the runner of "actions/setup-java@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue

(action)


43-43: the runner of "actions/setup-java@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue

(action)


58-58: the runner of "actions/setup-java@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue

(action)


73-73: the runner of "actions/setup-java@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue

(action)


88-88: the runner of "actions/setup-java@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue

(action)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: test_storage_java_impl
  • GitHub Check: test_rpc_grpc_impl
  • GitHub Check: test_rheakv_pd
  • GitHub Check: test_rheakv_core
  • GitHub Check: test_jraft_core
  • GitHub Check: sca

Comment thread .github/workflows/build.yml
@fengjiachun fengjiachun force-pushed the refacor/remove-hybridlogstorage branch from 45ac167 to fd52d3a Compare July 8, 2025 11:46
@fengjiachun fengjiachun force-pushed the refacor/remove-hybridlogstorage branch from fd52d3a to dee1bf2 Compare July 8, 2025 11:49
@killme2008 killme2008 merged commit 9702716 into master Jul 8, 2025
9 checks passed
@fengjiachun fengjiachun deleted the refacor/remove-hybridlogstorage branch July 8, 2025 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: remove HybridLogStorage and LogitLogStorage

2 participants