Skip to content

Commit 16bbbb7

Browse files
Jose-Angel Herrero Bajofacebook-github-bot
authored andcommitted
Remove verbose log
Summary: as title Reviewed By: fnabulsi Differential Revision: D77392191 Privacy Context Container: L1141030 fbshipit-source-id: fb87eba55a17cbd4679b608d9b3af78d22a1b8b2
1 parent 5843c99 commit 16bbbb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wa_raft_server.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,8 +2480,6 @@ apply_log(
24802480
ApplyQueueSize = wa_raft_queue:apply_queue_size(Queues),
24812481
?RAFT_COUNT('raft.apply.delay'),
24822482
?RAFT_GATHER('raft.apply.queue', ApplyQueueSize),
2483-
LastApplied rem 10 =:= 0 andalso
2484-
?RAFT_LOG_WARNING(State, Data0, "delays applying for long queue ~0p with last applied ~0p.", [ApplyQueueSize, LastApplied]),
24852483
?RAFT_GATHER('raft.apply_log.latency_us', timer:now_diff(os:timestamp(), StartT)),
24862484
Data0
24872485
end;

0 commit comments

Comments
 (0)