Commit be70bab
authored
Introduce a new stat which indicates a bleve index's convergence (#2152)
`index_bgthreads_active` indicates whether the background routines that
maintain the index are busy doing some work. This means that the index
hasn't converged to a steady state and there could be potential file
segment merges or in-memory segment flushes still remaining.
This stat is beneficial for the application layer to get better insight
as to whether the index is doing some background work (which can have
implications on the system's resource utilisation) or not.1 parent 469974e commit be70bab
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
661 | 672 | | |
662 | 673 | | |
663 | 674 | | |
| |||
0 commit comments