This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new f51f0e07e2d Remove documentation for unused segments retrieval API
(#15721)
f51f0e07e2d is described below
commit f51f0e07e2da80f6aab282181a7314fdade094fb
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Thu Jan 18 18:25:48 2024 -0800
Remove documentation for unused segments retrieval API (#15721)
* Undocument unused segments retrieval API.
* Mark API deprecated and unstable. Note that it'll be removed.
* Cleanup .spelling entries
* Remove the Unstable annotation
---
docs/api-reference/legacy-metadata-api.md | 10 ----------
website/.spelling | 2 --
2 files changed, 12 deletions(-)
diff --git a/docs/api-reference/legacy-metadata-api.md
b/docs/api-reference/legacy-metadata-api.md
index 134ede08d87..453159c1a58 100644
--- a/docs/api-reference/legacy-metadata-api.md
+++ b/docs/api-reference/legacy-metadata-api.md
@@ -248,16 +248,6 @@ Returns full segment metadata for a specific segment in
the cluster.
Return the tiers that a datasource exists in.
-`GET
/druid/coordinator/v1/datasources/{dataSourceName}/unusedSegments?interval={interval}&limit={limit}&lastSegmentId={lastSegmentId}&sortOrder={sortOrder}`
-
-Returns a list of unused segments for a datasource in the cluster contained
within an optionally specified interval.
-Optional parameters for limit and lastSegmentId can be given as well, to limit
results and enable paginated results.
-The results may be sorted in either ASC, or DESC order concerning their id,
start, and end time, depending on
-specifying the sortOrder parameter. The default behavior in the absence of all
optional parameters is to return all
-unused segments for the given datasource in no guaranteed order.
-
-Example usage: `GET
/druid/coordinator/v1/datasources/inline_data/unusedSegments?interval=2023-12-01_2023-12-10&limit=10&lastSegmentId=inline_data_2023-12-03T00%3A00%3A00.000Z_2023-12-04T00%3A00%3A00.000Z_2023-12-09T14%3A16%3A53.738Z&sortOrder=ASC}`
-
## Intervals
Note that all _interval_ URL parameters are ISO 8601 strings delimited by a
`_` instead of a `/` as in `2016-06-27_2016-06-28`.
diff --git a/website/.spelling b/website/.spelling
index 175774e4ac2..59585a52b2d 100644
--- a/website/.spelling
+++ b/website/.spelling
@@ -374,7 +374,6 @@ kubernetes
kubexit
k8s
laning
-lastSegmentId
lifecycle
localhost
log4j
@@ -504,7 +503,6 @@ Smoosh
smoosh
smooshed
snapshotting
-sortOrder
splittable
ssl
sslmode
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]