gianm commented on issue #9411: S3 InputSource issue when using prefix mode if a directory contains _SUCCESS files URL: https://github.com/apache/druid/issues/9411#issuecomment-591658445 Are you saying that the data files did not get ingested? At first glance I don't see code to do anything one way or the other with `_SUCCESS` files. They should be treated the same as any other file. There's some code here to filter out directory placeholders, but it doesn't seem related: https://github.com/apache/druid/blob/druid-0.17.0/extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/ObjectSummaryIterator.java#L154 I could be missing something, but could you double-check that there are actually objects under this prefix and they are nonzero size etc.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
