renatocron commented on issue #12986:
URL: https://github.com/apache/druid/issues/12986#issuecomment-1250397823
Edit:
The ingestion on this datasaource was paused since I posted this issue.
Today, the query was still returning invalid results, then, before dropping
this datasource, I just in case ran:
```{
"type": "compact",
"dataSource": "GL_NETWORK_STATUS_ROLLUP__reimported",
"interval": "2022-01-01/2022-09-15",
"tuningConfig" : {
"type" : "index_parallel",
"partitionsSpec": {
"type": "dynamic"
},
"maxRowsInMemory" : 250000
}
}```
and the results are right again, so I don't know if is something during the
merge of multiple segment of the same period (as now each one of the segments
is in perfect rollup, 1 segment per day)
--
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]