Skip to content

Commit 1ae9310

Browse files
committed
comments
1 parent 0d34f11 commit 1ae9310

File tree

1 file changed

+0
-2
lines changed
  • pkg/dataplane/streamconsumergroup

1 file changed

+0
-2
lines changed

pkg/dataplane/streamconsumergroup/claim.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ func (c *claim) fetchRecordBatches(stopChannel chan struct{}, fetchInterval time
137137
// if the error is fatal and requires external resolution,
138138
// we don't want to fail; instead, we will inform the user via a log
139139
if common.EngineErrorIsFatal(err) {
140-
// although RetryFunc already logs the error, it logs it as a warning
141-
// to emphasize the severity, we log it again as an error
142140
c.logger.ErrorWith("A fatal error occurred. Will retry until successful",
143141
"error", err,
144142
"shard", c.shardID)

0 commit comments

Comments
 (0)