You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/04/15 20:41:44 UTC

[GitHub] [druid] scimas edited a comment on issue #8605: Failed to publish segments because of [java.lang.RuntimeException: Aborting transaction!].

scimas edited a comment on issue #8605:
URL: https://github.com/apache/druid/issues/8605#issuecomment-820717034


   I encountered the same problem with 0.20.0. The cause seems have been some inconsistency with the metadata. Fortunately this happened in testing and was solvable by a hard reset of the supervisor.
   ```
   2021-04-15T20:05:08,573 ERROR [qtp398777435-101] org.apache.druid.metadata.IndexerSQLMetadataStorageCoordinator - Not updating metadata, existing state[KafkaDataSourceMetadata{SeekableStreamStartSequenceNumbers=SeekableStreamEndSequenceNumbers{stream='redacted-topic-name', partitionSequenceNumberMap={0=57933}}}] in metadata store doesn't match to the new start state[KafkaDataSourceMetadata{SeekableStreamStartSequenceNumbers=SeekableStreamStartSequenceNumbers{stream='redacted-topic-name', partitionSequenceNumberMap={0=0}, exclusivePartitions=[]}}].
   ```
   [This comment](https://github.com/apache/druid/issues/8605#issuecomment-556283972) led me to check the coordinator-overlord log and found this information. It would be helpful if at least the error message in the task log could be improved though. The current message doesn't point in any helpful direction for further troubleshooting.


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org