druid/docs
Adarsh Sanjeev 128133fadc
Add column replication_factor column to sys.segments table (#14403)
Description:
Druid allows a configuration of load rules that may cause a used segment to not be loaded
on any historical. This status is not tracked in the sys.segments table on the broker, which
makes it difficult to determine if the unavailability of a segment is expected and if we should
not wait for it to be loaded on a server after ingestion has finished.

Changes:
- Track replication factor in `SegmentReplicantLookup` during evaluation of load rules
- Update API `/druid/coordinator/v1metadata/segments` to return replication factor
- Add column `replication_factor` to the sys.segments virtual table and populate it in
`MetadataSegmentView`
- If this column is 0, the segment is not assigned to any historical and will not be loaded.
2023-06-18 10:02:21 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
api-reference Add column replication_factor column to sys.segments table (#14403) 2023-06-18 10:02:21 +05:30
assets Fixup data deletion tutorial docs (#14283) 2023-05-17 17:05:35 -07:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Minor doc updates. (#14409) 2023-06-12 15:24:48 -07:00
data-management Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
design doc: escape tags in markdown in prepration for docusaurus2 (#14379) 2023-06-08 11:26:18 -07:00
development docs: add basic contributor guide for docs (#14365) 2023-06-05 10:53:17 -07:00
ingestion doc: escape tags in markdown in prepration for docusaurus2 (#14379) 2023-06-08 11:26:18 -07:00
misc Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
multi-stage-query Fail query planning if a `CLUSTERED BY` column contains descending order (#14436) 2023-06-16 18:10:12 -04:00
operations Add groupId to metrics (#14402) 2023-06-16 09:28:16 -07:00
querying Add column replication_factor column to sys.segments table (#14403) 2023-06-18 10:02:21 +05:30
tutorials Docs: fix broken link to Python API jupyter notebook (#14332) 2023-05-31 08:12:27 +05:30