abk-code opened a new issue #10217:
URL: https://github.com/apache/druid/issues/10217
Context: Recently did a rolling upgrade from 0.17 to 0.19 (skipped 0.18.x)
and using spark/EC2 based streaming using avro via Kafka. Kafka indexer jobs
are running with the specfiles (supervisor). These are tested specfiles that
have run for long time on 0.17. But seeing the following error.
`2020-07-27T20:38:23,376 ERROR
[[index_kafka_cloudtrail_enriched_distributed_2f81c2ab2422d68_pihamghp]-appenderator-persist]
org.apache.druid.segment.realtime.appenderator.AppenderatorImpl - Incremental
persist failed:
{class=org.apache.druid.segment.realtime.appenderator.AppenderatorImpl,
segment=cloudtrail_enriched_distributed_2020-07-27T20:00:00.000Z_2020-07-27T20:30:00.000Z_2020-07-27T20:10:16.908Z_22,
dataSource=cloudtrail_enriched_distributed, count=28}`
I've multiple supervisors (for different datasources) and many tasks are
failing with similar error.
`2020-07-27T20:38:48,629 ERROR
[[index_kafka_c_e_matview_d_d_384224e6ca10215_gpfclckk]-appenderator-persist]
org.apache.druid.segment.realtime.appenderator.AppenderatorImpl - Incremental
persist failed:
{class=org.apache.druid.segment.realtime.appenderator.AppenderatorImpl,
segment=c_e_matview_d_d_2020-07-27T00:00:00.000Z_2020-07-28T00:00:00.000Z_2020-07-27T00:10:14.313Z_197,
dataSource=c_e_matview_d_d, count=1}
2020-07-27T20:38:49,108 ERROR
[[index_kafka_c_e_matview_d_d_c2dd80c94a3e281_ockmnjnp]-appenderator-persist]
org.apache.druid.segment.realtime.appenderator.AppenderatorImpl - Incremental
persist failed:
{class=org.apache.druid.segment.realtime.appenderator.AppenderatorImpl,
segment=c_e_matview_d_d_2020-07-27T00:00:00.000Z_2020-07-28T00:00:00.000Z_2020-07-27T00:10:14.313Z_196,
dataSource=c_e_matview_d_d, count=1}
2020-07-27T20:48:57,739 ERROR
[[index_kafka_c_e_matview_d_96ed2e6b0c34c19_ncifanlh]-appenderator-persist]
org.apache.druid.segment.realtime.appenderator.AppenderatorImpl - Incremental
persist failed:
{class=org.apache.druid.segment.realtime.appenderator.AppenderatorImpl,
segment=c_e_matview_d_2020-07-27T19:00:00.000Z_2020-07-27T20:00:00.000Z_2020-07-27T19:18:17.865Z_37,
dataSource=c_e_matview_d, count=0}
2020-07-27T21:19:41,239 ERROR
[[index_kafka_c_e_matview_d_58cb0ea3ba2b01f_gcmfmfed]-appenderator-persist]
org.apache.druid.segment.realtime.appenderator.AppenderatorImpl - Incremental
persist failed:
{class=org.apache.druid.segment.realtime.appenderator.AppenderatorImpl,
segment=c_e_matview_d_2020-07-27T21:00:00.000Z_2020-07-27T22:00:00.000Z_2020-07-27T21:10:18.896Z_2,
dataSource=c_e_matview_d, count=0}`
Wondering what is going on and I've already restarted the services on the
cluster in vain.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]