Commit 45bbe65
committed
changefeedccl: fix slow acquisition log message
Previously,
have been waiting rangefeed attempting to acquire changefeed quota (buffer=5.000049088s)
Now,
have been waiting 5.000049088s attempting to acquire changefeed quota (buffer=rangefeed)
It would be nice if the buffer name `rangefeed` was something that
indicated that this a buffer that lives in the changefeed, but changing
the name impacts the metrics which doesn't seem worth it.
Epic: none
Release note: None1 parent 287999c commit 45bbe65
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
526 | | - | |
527 | | - | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
531 | 532 | | |
532 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
533 | 536 | | |
534 | 537 | | |
535 | 538 | | |
| |||
0 commit comments