Skip to content

Commit

Permalink
Improved logging message when a chunk is already registered with the …
Browse files Browse the repository at this point in the history
…publication, but appears in the replication log
  • Loading branch information
noctarius committed Jul 6, 2023
1 parent 234e61d commit 8ad7737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/systemcatalog/catalogeventhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (s *systemCatalogReplicationEventHandler) OnChunkAddedEvent(
} else if found {
s.systemCatalog.logger.Infof(
"Chunk %s already in publication %s but seems to "+
"be created while offline, force snapshotting",
"be created while offline, forcing snapshotting - this may lead to duplicates!",
c.CanonicalName(), s.systemCatalog.replicationContext.PublicationName(),
)
}
Expand Down

0 comments on commit 8ad7737

Please sign in to comment.