mounikanakkala opened a new issue, #12803:
URL: https://github.com/apache/druid/issues/12803
### Affected Version
0.22.1.61
### Description
Hi Everyone,
We have observed a scenario where the Ingestion Task Shows SUCCESS status
but the logs showed that it pushed 0 segments.
**Background**
We have the following inputFormat
```
"inputFormat":{
"type":"tsv",
"findColumnsFromHeader":true,
"delimiter": "|"
}
```
And our input files are of the extension `.csv.gz` usually. This extension
works fine as expected (meaning ingestion succeeds and segments are created)
**Problem**
We were accidentally creating files without the `.csv.gz` extension. That's
when the ingestion status showed SUCCESS but the logs showed that it pushed 0
segments and 0 bytes. Is that an expected behavior?
Can Druid fail or provide a different Status instead of SUCCESS when it did
not push any segments because current behavior is misleading.
--
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]