Skip to content

Commit

Permalink
c/partition: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtanov committed Jan 16, 2025
1 parent 1b0a131 commit 796d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cluster/partition.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class partition : public ss::enable_lw_shared_from_this<partition> {
// dirty so that it gets reuploaded
ss::future<> restart_archiver(bool should_notify_topic_config);

consensus_ptr _raft;
consensus_ptr _raft; // never null
ss::shared_ptr<cluster::log_eviction_stm> _log_eviction_stm;
ss::shared_ptr<cluster::rm_stm> _rm_stm;
ss::shared_ptr<archival_metadata_stm> _archival_meta_stm;
Expand Down

0 comments on commit 796d262

Please sign in to comment.