Commit 08ef649
authored
Fix ReadEntryProcessor v2 SchedulingDelayStats (apache#3758)
Descriptions of the changes in this PR:
### Motivation
We registered `ReadEntrySchedulingDelayStats` of `ReadEntryProcessor` as `WriteThreadQueuedLatency` mistakenly, so we need fix it.
### Changes
Register `ReadEntrySchedulingDelayStats` if `ReadEntryProcessor`1 parent 7f263fa commit 08ef649
File tree
1 file changed
+9
-2
lines changed- bookkeeper-server/src/main/java/org/apache/bookkeeper/proto
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
171 | 178 | | |
172 | 179 | | |
173 | 180 | | |
| |||
0 commit comments