Commit 0868894
authored
Deprecate max pipeline per indexer (#4754)
* Changed the default of `default_merge_concurrency` to `2 * num_cpus / 3`
We have a observed at least one case (rather extreme however) where the
default settings did not make it possible for merging to keep up with
indexing.
* Added documentation for indexer's cpu_capacity
Closes #4716
* This PR deprecates the max_num_pipeline_per_index in Kafka's source
config.
It also renames desired_num_pipelines into num_pipelines.
Closes #46241 parent fc8ac18 commit 0868894
File tree
32 files changed
+198
-247
lines changed- config/tutorials/gh-archive
- docs
- configuration
- ingest-data
- quickwit
- quickwit-cli/src
- quickwit-config
- resources/tests/source_config
- src
- source_config
- quickwit-control-plane/src
- indexing_scheduler
- quickwit-indexing/src
- actors
- source
- quickwit-lambda/src/indexer
- quickwit-metastore
- src/tests
- test-data
- file-backed-index
- index-metadata
- quickwit-serve/src/index_api
32 files changed
+198
-247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 166 | + | |
194 | 167 | | |
195 | | - | |
196 | | - | |
| 168 | + | |
197 | 169 | | |
198 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
199 | 173 | | |
200 | 174 | | |
201 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
745 | | - | |
| 744 | + | |
746 | 745 | | |
747 | 746 | | |
748 | 747 | | |
| |||
802 | 801 | | |
803 | 802 | | |
804 | 803 | | |
805 | | - | |
806 | | - | |
| 804 | + | |
807 | 805 | | |
808 | 806 | | |
809 | 807 | | |
810 | 808 | | |
811 | 809 | | |
812 | 810 | | |
813 | 811 | | |
814 | | - | |
815 | | - | |
| 812 | + | |
816 | 813 | | |
817 | 814 | | |
818 | 815 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
426 | | - | |
| 425 | + | |
427 | 426 | | |
428 | 427 | | |
429 | 428 | | |
| |||
608 | 607 | | |
609 | 608 | | |
610 | 609 | | |
611 | | - | |
612 | | - | |
| 610 | + | |
613 | 611 | | |
614 | 612 | | |
615 | 613 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments