quickwit-oss / quickwit-oss/quickwit

Control Panel Add Rest API?

Open
#4,496 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
11.7k
Forks
597
Avg merge
2d 22h
Merged PRs (30d)
37

Description

I want to force sync the control-panel with the meta-store, so should we add API to do it?

Our architecture is very special, we have two single-region clusters with one rds, so when we call API to add an index, and source in cluster A, we must restart control-panel on cluster B.

This is another issue:
when multi-cluster connects one database if the indexer has the same name, the slice merge will be confused because the slice table can't have cluster_id

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the control-panel API and meta-store synchronization paths, then trace how index and source changes propagate between clusters. Review the slice table and cluster_id handling for the shared-database case. Done means the synchronization operation and multi-cluster indexer behavior are specified and covered by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.