barunkumaracharya opened a new issue, #15764: URL: https://github.com/apache/druid/issues/15764
I marked all segments of a datasource as unused. I see that the coordinator has issued a drop segment request to the historical. I can see log like "Dropping uneeded segment" for that particular segment, for that particular historical in the coordinator logs, but i m not seeing any "unannouncing segment" log in the historical for the same, although, the segment is deleted from the info_dir directory in that particular historical. ### Affected Version druid 0.22.1 ### Description Please include as much detailed information about the problem as possible. - I have 2 coordinators and 150 historicals. - My segments are sharded. I can see some shards of that particular segments getting dropped from that historical but not all of them. Can you please help me debug this situation or the scenarios in which these might occur. I believe, if there had been any communication / network issues, the segment should not have been dropped from the info_dir directory, but here, it is deleted from one but not the other. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
