Commit f8e9647
committed
Query Solr core fix: vfb_json, not ontology (v0.11.4)
I was being fooled by the rancher LB's path-prefix routing.
http://query.virtualflybrain.org/solr/ontology/admin/system was
actually routed to the public ontology Solr (1s103) rather than
queryserver, because the LB rule with path: /solr/ontology/
matches that path independently of hostname.
queryserver (1s304) only hosts vfb_json. ontology doesn't exist
on it. Change Query Solr's core: from ontology to vfb_json so we
get queryserver's real numbers, not the public Solr's traffic
double-counted onto the wrong card.
After the fix Query Solr reports 3,006 cumulative /select
requests (0.005/s) -- consistent with Preview Solr (1s322) since
the path-based LB routing means both probes hit the same Solr
backend for vfb_json regardless of hostname.
Cores by service for posterity:
- 1s103 solr-vfb-service ontology
- 1s263 ServerONLY-solr-vfb-service ontology (replica)
- 1s304 queryserver vfb_json only
- 1s322 query-cache-server vfb_json only1 parent af513b5 commit f8e9647
2 files changed
Lines changed: 23 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
5 | 20 | | |
6 | 21 | | |
7 | 22 | | |
| |||
272 | 287 | | |
273 | 288 | | |
274 | 289 | | |
| 290 | + | |
275 | 291 | | |
276 | 292 | | |
277 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
263 | 264 | | |
264 | | - | |
265 | | - | |
| 265 | + | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
0 commit comments