Skip to content

docs: fix dead link to tiered store config in tieredstore README#10484

Merged
RongtongJin merged 1 commit into
apache:developfrom
fancy-agent:docs/fix-tieredstore-config-link
Jun 13, 2026
Merged

docs: fix dead link to tiered store config in tieredstore README#10484
RongtongJin merged 1 commit into
apache:developfrom
fancy-agent:docs/fix-tieredstore-config-link

Conversation

@fancy-agent

Copy link
Copy Markdown
Contributor

What

The Configuration section of tieredstore/README.md links to TieredMessageStoreConfig.java under the tieredstore/common package. That class has since been renamed to MessageStoreConfig and moved to the tieredstore package root, so the link returns 404. This updates the link (and its text) to the current class.

Why

  • Old link → 404: .../tieredstore/common/TieredMessageStoreConfig.java
  • New link → 200: .../tieredstore/MessageStoreConfig.java
  • The tiered store config fields the README table documents (tieredStoreFilePath, tieredBackendServiceProvider, tieredStorageLevel, readAheadCache*, …) all live in the current MessageStoreConfig.java, confirming it is the right target.

How verified

  • find across the repo: no file named TieredMessageStoreConfig.java exists anymore.
  • curl -I the old URL → 404, the new URL → 200.
  • grepped the config field names from the README table — all present in tieredstore/.../MessageStoreConfig.java.

Docs-only, single line, no behavior change.

The 'Configuration' section linked to TieredMessageStoreConfig.java under
the tieredstore/common package, but that class has been renamed to
MessageStoreConfig and moved to the tieredstore package root, so the link
returns 404. Point it at the current MessageStoreConfig.java, which holds
the tiered store configuration fields documented in the table below
(tieredStoreFilePath, tieredBackendServiceProvider, tieredStorageLevel, ...).

Signed-off-by: fancy-agent <fancyboi66@gmail.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.07%. Comparing base (68cc743) to head (3903cff).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop   #10484      +/-   ##
=============================================
- Coverage      48.15%   48.07%   -0.09%     
+ Complexity     13343    13318      -25     
=============================================
  Files           1377     1377              
  Lines         100656   100656              
  Branches       12996    12996              
=============================================
- Hits           48470    48386      -84     
- Misses         46258    46331      +73     
- Partials        5928     5939      +11     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review: Approved ✅

PR: #10484 — Fix dead link to tiered store config in tieredstore README
Type: Documentation (1 file, +1/-1)

Assessment

Updates broken link: TieredMessageStoreConfig.java (404) → MessageStoreConfig.java (200). Class was renamed and moved.

Verdict

✅ Simple dead link fix.


🤖 Automated review by oss-sentinel-ai

@RongtongJin RongtongJin merged commit 3a56824 into apache:develop Jun 13, 2026
10 of 13 checks passed
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.

5 participants