Slackbot
02/14/2023, 8:41 AMGian Merlino
02/14/2023, 10:17 AMAntonio Sarro
02/14/2023, 2:50 PMdruid_storage_storageDirectory when i'm using S3 buckets for segments. So i think that when i deleted some segments, inside the local folder there were some leftovers. I deleted this configuration and create a new docker containers setup, and for now it seems go flawlessAntonio Sarro
02/14/2023, 4:31 PMDELETE /druid/coordinator/v1/datasources/{dataSourceName}/segments/{segmentId}
When i call the following query its return me 500 http status, but the segment is deleted succefully. How can i check if the invalidation is succeded with an API call?Gian Merlino
02/14/2023, 4:45 PMsys.segments table (https://druid.apache.org/docs/latest/querying/sql-metadata-tables.html#segments-table) of Druid SQLAntonio Sarro
02/14/2023, 4:53 PMGian Merlino
02/14/2023, 4:58 PM