This message was deleted.
# general
s
This message was deleted.
a
hi @Amir Naik, from the console, you could mark the segments as used. That will force the coordinator to load the segments from deep storage
s
There is a toggle at the top of the datasources view to see unused datasources. Then you can mark the segments as used from the UI as abhishek mentioned.
Copy code
POST /druid/coordinator/v1/datasources/{dataSourceName}/markUsed
https://druid.apache.org/docs/latest/operations/api-reference.html#note-for-coordinators-post-and-delete-apis - Here is the API if you want to use that directly instead of using the UI
👍 1
a
Thanks a lot @Suneet Saldanha @Abhishek Balaji Radhakrishnan It worked! Appreciate your help!