This message was deleted.
# troubleshooting
s
This message was deleted.
g
This can happen if you have mixed granularities in your various ingestion operators, and those mixed granularities overlap. In general it's not recommended to overlap mixed granularities. Meaning: this error shouldn't happen if you stick to a single granularity for a datasource. Please let us know if it does, and provide any info you can about how you got into that state!
a
I think the problem was setting
druid_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 flawless
Another problem that i have now is this:
DELETE /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?
g
a
So is it a bug that this API return 500 and delete the segment too?
g
I am not sure, sometimes 500 is a bug and sometimes it is due to some transient error and you can retry on the client side. If it happens repeatedly, it is probably a bug