You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/12/05 17:11:58 UTC

[jira] [Created] (KAFKA-4488) UnsupportedOperationException during initialization of StandbyTask

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)