mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
lib/protoparser/clusternative: remove duplicate cannot read packet size
phrase from the log message
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1336
This commit is contained in:
parent
c85084b659
commit
49490ae5a7
@ -50,7 +50,7 @@ func ParseStream(bc *handshake.BufferedConn, callback func(rows []storage.Metric
|
||||
putUnmarshalWork(uw)
|
||||
return nil
|
||||
}
|
||||
return fmt.Errorf("cannot read packet size: %w", err)
|
||||
return err
|
||||
}
|
||||
blocksRead.Inc()
|
||||
wg.Add(1)
|
||||
|
Loading…
Reference in New Issue
Block a user