apollo_consensus_orchestrator,apollo_batcher,apollo_batcher_types: drop accessed_keys from blob#14808
apollo_consensus_orchestrator,apollo_batcher,apollo_batcher_types: drop accessed_keys from blob#14808yoavGrs wants to merge 1 commit into
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
…op accessed_keys from blob Remove the os_input-gated `accessed_keys: AccessedKeys` field from `AerospikeBlob` and its dead plumbing: the matching `BlobParameters` field, the blob construction, and the now-unused `CentralObjects.accessed_keys` (its only reader was the blob build). The batcher still computes the block's accessed keys for the committer and for trimming `initial_reads`; only the blob no longer carries them. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a3b312a to
7181c50
Compare
PR SummaryLow Risk Overview
The batcher unchanged in behavior for local OS prep: it still runs Central-object serialization tests stop stripping Reviewed by Cursor Bugbot for commit 7181c50. Bugbot is set up for automated code reviews on this repo. Configure here. |

Remove the os_input-gated
accessed_keys: AccessedKeysfield fromAerospikeBloband its deadplumbing: the matching
BlobParametersfield, the blob construction, and the now-unusedCentralObjects.accessed_keys(its only reader was the blob build). The batcher still computesthe block's accessed keys for the committer and for trimming
initial_reads; only the blob nolonger carries them.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com