dump chunk state in http apis#428
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds virtual chunk state visibility to existing HTTP debug endpoints so operators can see the current ChunkState when dumping a chunk or shard. It also bumps the Conan package version.
Changes:
- Add
vchunk_stateto/api/v1/chunk/dumpresponse payload. - Add
vchunk_stateto/api/v1/shard/dumpresponse payload. - Bump
conanfile.pyversion from4.1.13to4.1.14.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/lib/homestore_backend/hs_http_manager.cpp |
Adds vchunk_state field to chunk/shard dump HTTP APIs. |
conanfile.py |
Bumps package version for the new API output. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable/v4.x #428 +/- ##
==============================================
Coverage ? 48.63%
==============================================
Files ? 36
Lines ? 5387
Branches ? 676
==============================================
Hits ? 2620
Misses ? 2506
Partials ? 261 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.