This message was deleted.
# troubleshooting
s
This message was deleted.
a
Could you please check your metadata store's
druid_pendingSegments
table for such an entry?
Also, which version of Druid is this?
b
Also check drui_segments. Deleting directly off S3 leaves the metadata in the metadata tables. Better to use kill tasks to clean up data.
k
@Amatya Avadhanula @Ben Krug, there are not druid_pendingSegments table here?
And the version is based on 0.23 I guess
@Ben Krug, I did not directly remove from. I did issue an "kill" task and it succeeded.
b
Oh! I misunderstood! And it's not in sys.segments or sys.server_segments? (Or, for druid_segments and druid_pendingSegments, I meant in the metadata database, usually something like MySQL, Postgres, RDS, etc.) But strange if it's not in sys. Restarting coordinators might be worth a try.
k
I found this doc. That said, this issue disappeared probably due to restarting the coordinator.