jimjoamz opened a new issue, #12787:
URL: https://github.com/apache/druid/issues/12787
### Affected Version
0.23.0
### Description
Kinesis supervisors with the setting "skipIgnorableShards" set to true are
unable to start a supervisor task, going to UNHEALTHY_SUPERVISOR status. To
get a root cause stack trace, you need to turn DEBUG logging up on
SeekableStreamSupervisor.
```
2022-07-14T14:59:05.896-07:00
java.lang.UnsupportedOperationException: null
application/DruidCoordinatorContainer/a784c353ac4044a088524d0097f78caf
2022-07-14T14:59:05.896-07:00 at
com.google.common.collect.ImmutableCollection.removeAll(ImmutableCollection.java:132)
~[guava-16.0.1.jar:?]
application/DruidCoordinatorContainer/a784c353ac4044a088524d0097f78caf
2022-07-14T14:59:05.896-07:00 at
org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor.updatePartitionDataFromStream(SeekableStreamSupervisor.java:2333)
~[druid-indexing-service-0.23.0.jar:0.23.0]
application/DruidCoordinatorContainer/a784c353ac4044a088524d0097f78caf
2022-07-14T14:59:05.896-07:00 at
org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor.runInternal(SeekableStreamSupervisor.java:1442)
~[druid-indexing-service-0.23.0.jar:0.23.0]
application/DruidCoordinatorContainer/a784c353ac4044a088524d0097f78caf
2022-07-14T14:59:05.896-07:00 at
org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor$RunNotice.handle(SeekableStreamSupervisor.java:398)
~[druid-indexing-service-0.23.0.jar:0.23.0]
application/DruidCoordinatorContainer/a784c353ac4044a088524d0097f78caf
2022-07-14T14:59:05.896-07:00 at
org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor.lambda$tryInit$3(SeekableStreamSupervisor.java:1030)
~[druid-indexing-service-0.23.0.jar:0.23.0]
```
If I submit an otherwise identicial Kinesis supervisor task with this
setting as `false` the supervisor starts as expected.
--
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]