Hello Druid folks, I’m ingesting data from Kafka (...
# troubleshooting
t
Hello Druid folks, I’m ingesting data from Kafka (with HOUR segment granularity), and every hour I start
index_parallel
task to change partitioning from
numbered
to
hashed
. Then every night, I start another
index_parallel
task that changes segment granularity from HOUR to DAY. In my deepstorage, I can see segments with DAY granularity but I can also see segments with HOUR granularity (cf 1st screenshot). When I run queries to check number of segments per day and per datasource, it does not match with what I’ve got in my deepstorage. (cf 2nd screenshot). Is this an expected behaviour or am I missing something here? Thanks a lot