Damian Guy created KAFKA-4488:
---------------------------------
Summary: UnsupportedOperationException during initialization of
StandbyTask
Key: KAFKA-4488
URL: https://issues.apache.org/jira/browse/KAFKA-4488
Project: Kafka
Issue Type: Bug
Components: streams
Affects Versions: 0.10.1.0, 0.10.1.1, 0.10.2.0
Reporter: Damian Guy
Assignee: Damian Guy
Fix For: 0.10.1.1
When initializing StandbyTasks an `UnsupportedOperationException` is thrown
from `StandbyContext.recordCollector()`.
This occurs when `StateStore.init()` is called and logging is enabled. In these
cases, we attempt to create a `StoreChangeLogger` that in-turn attempts to get
the `RecordCollector`
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)