Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shwetha N <[email protected]>
  • Loading branch information
ShwethaSNayak committed Feb 22, 2024
1 parent cd42f9a commit a91f332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/event/reader_group_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ impl ReaderGroupState {
let assigned_segments = self.sync.get_inner_map(ASSIGNED);
let unassigned_segments = self.sync.get_inner_map(UNASSIGNED);
info!(
"Assigned Segments {:?} Unassigned Segments {:?}",
assigned_segments,
unassigned_segments
"Assigned Segments {:?} Unassigned Segment {:?}",
assigned_segments.len(),
unassigned_segments.len()
);
let mut segment_offset_map: HashMap<ScopedSegment, Offset> = HashMap::new();

Expand Down

0 comments on commit a91f332

Please sign in to comment.