Skip to content

Commit

Permalink
Re-add accidentally removed network metric update (hazelcast#18907)
Browse files Browse the repository at this point in the history
  • Loading branch information
ufukyilmaz committed Jun 15, 2021
1 parent b6adaf7 commit 7dc7d76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ void process() throws Exception {
if (readBytes > 0) {
processCount.inc();
lastReadTime = currentTimeMillis();
bytesRead.inc(readBytes);
}

// currently the whole pipeline is retried when one of the handlers is dirty; but only the dirty handler
Expand Down

0 comments on commit 7dc7d76

Please sign in to comment.