Skip to content

Instantly share code, notes, and snippets.

@boeboe
Last active January 16, 2018 19:05
Show Gist options
  • Select an option

  • Save boeboe/b63bfe023152849d9032961b0696261b to your computer and use it in GitHub Desktop.

Select an option

Save boeboe/b63bfe023152849d9032961b0696261b to your computer and use it in GitHub Desktop.
# oc logs control-center-3873347051-xgv9x -f
#Ignoring Mesos override errors
. /etc/confluent/docker/apply-mesos-overrides || true
+ . /etc/confluent/docker/apply-mesos-overrides
#!/usr/bin/env bash
#
# Copyright 2016 Confluent Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Mesos DC/OS docker deployments will have HOST and PORT0
# set for the proxying of the service. We need to
# make sure that we don't override PORT, which is used
# when setting control-center properties.
#
# DC/OS will set PORT_<port> to the proxy port when
# exposing an internal port via a Docker Bridge network;
# but it also sets PORT and PORT0 for the same values.
#
# Use those values provide things we know we'll need.
[ -n "${PORT:-}" ] && [ -n "${PORT_9021:-}" ] && [ "$PORT" = "${PORT_9021}" ] &&\
export PORT=9021 || true
++ '[' -n '' ']'
++ true
echo "===> ENV Variables ..."
+ echo '===> ENV Variables ...'
env | sort
+ env
+ sort
===> ENV Variables ...
ALLOW_UNSIGNED=false
COMPONENT=control-center
CONFLUENT_DEB_VERSION=1
CONFLUENT_MAJOR_VERSION=4
CONFLUENT_METRICS_TOPIC_PARTITIONS=3
CONFLUENT_METRICS_TOPIC_REPLICATION=3
CONFLUENT_MINOR_VERSION=0
CONFLUENT_MVN_LABEL=
CONFLUENT_PATCH_VERSION=0
CONFLUENT_PLATFORM_LABEL=
CONFLUENT_VERSION=4.0.0
CONTROL_CENTER_BOOTSTRAP_SERVERS=kafka-hs:9092
CONTROL_CENTER_COMMAND_TOPIC_REPLICATION=3
CONTROL_CENTER_CONFIG_DIR=/etc/confluent-control-center
CONTROL_CENTER_CONNECT_CLUSTER=http://kafka-connect-svc:8082
CONTROL_CENTER_DATA_DIR=/var/lib/confluent-control-center
CONTROL_CENTER_INTERNAL_TOPICS_PARTITIONS=3
CONTROL_CENTER_INTERNAL_TOPICS_REPLICATION=3
CONTROL_CENTER_REPLICATION_FACTOR=1
CONTROL_CENTER_SVC_PORT=tcp://10.2.11.214:9021
CONTROL_CENTER_SVC_PORT_9021_TCP=tcp://10.2.11.214:9021
CONTROL_CENTER_SVC_PORT_9021_TCP_ADDR=10.2.11.214
CONTROL_CENTER_SVC_PORT_9021_TCP_PORT=9021
CONTROL_CENTER_SVC_PORT_9021_TCP_PROTO=tcp
CONTROL_CENTER_SVC_SERVICE_HOST=10.2.11.214
CONTROL_CENTER_SVC_SERVICE_PORT=9021
CONTROL_CENTER_SVC_SERVICE_PORT_9021_CONTROL_CENTER=9021
CONTROL_CENTER_ZOOKEEPER_CONNECT=zookeeper-hs:2181
CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
HOME=/
HOSTNAME=control-center-3873347051-xgv9x
KAFKA_CONNECT_SVC_PORT=tcp://10.2.73.93:8082
KAFKA_CONNECT_SVC_PORT_8082_TCP=tcp://10.2.73.93:8082
KAFKA_CONNECT_SVC_PORT_8082_TCP_ADDR=10.2.73.93
KAFKA_CONNECT_SVC_PORT_8082_TCP_PORT=8082
KAFKA_CONNECT_SVC_PORT_8082_TCP_PROTO=tcp
KAFKA_CONNECT_SVC_SERVICE_HOST=10.2.73.93
KAFKA_CONNECT_SVC_SERVICE_PORT=8082
KAFKA_CONNECT_SVC_SERVICE_PORT_8082_KAFKA_CONNECT=8082
KAFKA_VERSION=1.0.0
KUBERNETES_PORT=tcp://10.2.0.1:443
KUBERNETES_PORT_443_TCP=tcp://10.2.0.1:443
KUBERNETES_PORT_443_TCP_ADDR=10.2.0.1
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_PORT_53_TCP=tcp://10.2.0.1:53
KUBERNETES_PORT_53_TCP_ADDR=10.2.0.1
KUBERNETES_PORT_53_TCP_PORT=53
KUBERNETES_PORT_53_TCP_PROTO=tcp
KUBERNETES_PORT_53_UDP=udp://10.2.0.1:53
KUBERNETES_PORT_53_UDP_ADDR=10.2.0.1
KUBERNETES_PORT_53_UDP_PORT=53
KUBERNETES_PORT_53_UDP_PROTO=udp
KUBERNETES_SERVICE_HOST=10.2.0.1
KUBERNETES_SERVICE_PORT=443
KUBERNETES_SERVICE_PORT_DNS=53
KUBERNETES_SERVICE_PORT_DNS_TCP=53
KUBERNETES_SERVICE_PORT_HTTPS=443
LANG=C.UTF-8
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/
PYTHON_PIP_VERSION=8.1.2
PYTHON_VERSION=2.7.9-1
REST_PROXY_SVC_PORT=tcp://10.2.88.130:8082
REST_PROXY_SVC_PORT_8082_TCP=tcp://10.2.88.130:8082
REST_PROXY_SVC_PORT_8082_TCP_ADDR=10.2.88.130
REST_PROXY_SVC_PORT_8082_TCP_PORT=8082
REST_PROXY_SVC_PORT_8082_TCP_PROTO=tcp
REST_PROXY_SVC_SERVICE_HOST=10.2.88.130
REST_PROXY_SVC_SERVICE_PORT=8082
REST_PROXY_SVC_SERVICE_PORT_8082_REST_PROXY=8082
SCALA_VERSION=2.11
SCHEMA_REGISTRY_SVC_PORT=tcp://10.2.20.36:8081
SCHEMA_REGISTRY_SVC_PORT_8081_TCP=tcp://10.2.20.36:8081
SCHEMA_REGISTRY_SVC_PORT_8081_TCP_ADDR=10.2.20.36
SCHEMA_REGISTRY_SVC_PORT_8081_TCP_PORT=8081
SCHEMA_REGISTRY_SVC_PORT_8081_TCP_PROTO=tcp
SCHEMA_REGISTRY_SVC_SERVICE_HOST=10.2.20.36
SCHEMA_REGISTRY_SVC_SERVICE_PORT=8081
SCHEMA_REGISTRY_SVC_SERVICE_PORT_8081_SCHEMA_REGISTRY=8081
SHLVL=1
ZULU_OPENJDK_VERSION=8=8.17.0.3
_=/usr/bin/env
===> User
echo "===> User"
+ echo '===> User'
id
+ id
uid=1000120000 gid=0(root) groups=0(root),1000120000
echo "===> Configuring ..."
+ echo '===> Configuring ...'
/etc/confluent/docker/configure
+ /etc/confluent/docker/configure
===> Configuring ...
dub ensure CONTROL_CENTER_BOOTSTRAP_SERVERS
+ dub ensure CONTROL_CENTER_BOOTSTRAP_SERVERS
dub ensure CONTROL_CENTER_DATA_DIR
+ dub ensure CONTROL_CENTER_DATA_DIR
dub ensure CONTROL_CENTER_REPLICATION_FACTOR
+ dub ensure CONTROL_CENTER_REPLICATION_FACTOR
dub ensure CONTROL_CENTER_CONFIG_DIR
+ dub ensure CONTROL_CENTER_CONFIG_DIR
echo "===> Check if ${CONTROL_CENTER_CONFIG_DIR} is writable ..."
+ echo '===> Check if /etc/confluent-control-center is writable ...'
dub path "${CONTROL_CENTER_CONFIG_DIR}" writable
+ dub path /etc/confluent-control-center writable
===> Check if /etc/confluent-control-center is writable ...
echo "===> Check if ${CONTROL_CENTER_DATA_DIR} is writable ..."
+ echo '===> Check if /var/lib/confluent-control-center is writable ...'
dub path "${CONTROL_CENTER_DATA_DIR}" writable
+ dub path /var/lib/confluent-control-center writable
===> Check if /var/lib/confluent-control-center is writable ...
dub template "/etc/confluent/docker/${COMPONENT}.properties.template" "${CONTROL_CENTER_CONFIG_DIR}/${COMPONENT}.properties"
+ dub template /etc/confluent/docker/control-center.properties.template /etc/confluent-control-center/control-center.properties
dub template "/etc/confluent/docker/log4j.properties.template" "${CONTROL_CENTER_CONFIG_DIR}/log4j.properties"
+ dub template /etc/confluent/docker/log4j.properties.template /etc/confluent-control-center/log4j.properties
dub template "/etc/confluent/docker/admin.properties.template" "${CONTROL_CENTER_CONFIG_DIR}/admin.properties"
+ dub template /etc/confluent/docker/admin.properties.template /etc/confluent-control-center/admin.properties
===> Running preflight checks ...
===> Check if Kafka is healthy ...
echo "===> Running preflight checks ... "
+ echo '===> Running preflight checks ... '
/etc/confluent/docker/ensure
+ /etc/confluent/docker/ensure
echo "===> Check if Kafka is healthy ..."
+ echo '===> Check if Kafka is healthy ...'
cub kafka-ready "${CONTROL_CENTER_REPLICATION_FACTOR}" \
"${CONTROL_CENTER_CUB_KAFKA_TIMEOUT:-40}" \
-b "${CONTROL_CENTER_BOOTSTRAP_SERVERS}" \
--config "${CONTROL_CENTER_CONFIG_DIR}/admin.properties"
+ cub kafka-ready 1 40 -b kafka-hs:9092 --config /etc/confluent-control-center/admin.properties
[main] INFO org.apache.kafka.clients.admin.AdminClientConfig - AdminClientConfig values:
bootstrap.servers = [kafka-hs:9092]
client.id =
connections.max.idle.ms = 300000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 120000
retries = 5
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
[main] INFO org.apache.kafka.common.utils.AppInfoParser - Kafka version : 1.0.0-cp1
[main] INFO org.apache.kafka.common.utils.AppInfoParser - Kafka commitId : aad876836117a04f
echo "===> Launching ... "
+ echo '===> Launching ... '
exec /etc/confluent/docker/launch
+ exec /etc/confluent/docker/launch
===> Launching ...
===> Launching control-center ...
[2018-01-16 18:42:14,170] INFO ControlCenterConfig values:
confluent.controlcenter.internal.topics.retention.bytes = -1
confluent.controlcenter.command.streams.start.timeout = 300000
confluent.controlcenter.internal.streams.start.timeout = 21600000
confluent.controlcenter.connect.timeout.ms = 15000
bootstrap.servers = [kafka-hs:9092]
confluent.controlcenter.rest.advertised.url =
confluent.controlcenter.streams.producer.linger.ms = 500
confluent.controlcenter.mail.from = c3@confluent.io
confluent.controlcenter.internal.topics.retention.ms = 604800000
confluent.monitoring.interceptor.topic.config.validate = false
confluent.metrics.topic.config.validate = false
confluent.controlcenter.connect.cluster = [http://kafka-connect-svc:8082]
confluent.metrics.topic.partitions = 12
confluent.metrics.topic.retention.bytes = -1
confluent.monitoring.interceptor.topic.retention.ms = 259200000
confluent.controlcenter.mail.port = 587
confluent.metrics.topic.replication = 3
confluent.monitoring.interceptor.topic = _confluent-monitoring
confluent.controlcenter.rest.port = 9021
confluent.controlcenter.streams.consumer.request.timeout.ms = 305000
confluent.controlcenter.id = 1
zookeeper.connect = zookeeper-hs:2181
confluent.metrics.topic = _confluent-metrics
confluent.controlcenter.rest.compression.enable = true
confluent.controlcenter.command.topic = _confluent-command
confluent.controlcenter.streams.request.timeout.ms = 305000
confluent.controlcenter.internal.topics.replication = 3
confluent.controlcenter.internal.topics.partitions = 3
confluent.controlcenter.command.topic.retention.bytes = -1
confluent.controlcenter.mail.host.name = localhost
confluent.controlcenter.alert.max.trigger.events = 1000
confluent.controlcenter.mail.password =
confluent.metrics.topic.skip.backlog.minutes = 15
confluent.controlcenter.data.dir = /var/lib/confluent-control-center
confluent.license =
confluent.monitoring.interceptor.topic.skip.backlog.minutes = 15
confluent.metrics.topic.max.message.bytes = 10485760
confluent.controlcenter.name = _confluent-controlcenter-4-0-0
confluent.controlcenter.streams.producer.retries = 2147483647
confluent.controlcenter.mail.enabled = false
confluent.controlcenter.command.topic.retention.ms = 259200000
confluent.controlcenter.streams.producer.confluent.batch.expiry.ms = 9223372036854775807
confluent.monitoring.interceptor.topic.retention.bytes = -1
confluent.controlcenter.streams.producer.retry.backoff.ms = 100
confluent.controlcenter.streams.producer.max.block.ms = 9223372036854775807
confluent.controlcenter.internal.topics.changelog.segment.bytes = 134217728
confluent.controlcenter.mail.username =
confluent.controlcenter.disk.skew.warning.min.bytes = 1073741824
confluent.controlcenter.streams.num.stream.threads = 8
confluent.controlcenter.command.topic.replication = 3
confluent.controlcenter.mail.ssl.checkserveridentity = false
confluent.controlcenter.connect.bootstrap.servers = []
confluent.controlcenter.mail.bounce.address =
confluent.monitoring.interceptor.topic.replication = 1
confluent.controlcenter.streams.consumer.session.timeout.ms = 60000
confluent.metrics.topic.retention.ms = 259200000
confluent.controlcenter.connect.zookeeper.connect =
confluent.controlcenter.mail.starttls.required = false
confluent.monitoring.interceptor.topic.partitions = 12
confluent.controlcenter.streams.producer.compression.type = lz4
(io.confluent.controlcenter.ControlCenterConfig)
[2018-01-16 18:42:20,762] INFO StreamsConfig values:
application.id = _confluent-controlcenter-4-0-0-1
application.server =
bootstrap.servers = [kafka-hs:9092]
buffered.records.per.partition = 100
cache.max.bytes.buffering = 10485760
client.id =
commit.interval.ms = 30000
connections.max.idle.ms = 540000
default.deserialization.exception.handler = class org.apache.kafka.streams.errors.LogAndContinueExceptionHandler
default.key.serde = class org.apache.kafka.common.serialization.Serdes$ByteArraySerde
default.timestamp.extractor = class org.apache.kafka.streams.processor.FailOnInvalidTimestamp
default.value.serde = class org.apache.kafka.common.serialization.Serdes$ByteArraySerde
key.serde = null
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
num.standby.replicas = 0
num.stream.threads = 8
partition.grouper = class org.apache.kafka.streams.processor.DefaultPartitionGrouper
poll.ms = 100
processing.guarantee = at_least_once
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
replication.factor = 3
request.timeout.ms = 305000
retry.backoff.ms = 100
rocksdb.config.setter = class io.confluent.controlcenter.streams.RocksDBConfigurator
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
state.cleanup.delay.ms = 600000
state.dir = /var/lib/confluent-control-center/1/kafka-streams
timestamp.extractor = class io.confluent.controlcenter.streams.WindowExtractor
value.serde = null
windowstore.changelog.additional.retention.ms = 86400000
zookeeper.connect = zookeeper-hs:2181
(org.apache.kafka.streams.StreamsConfig)
[2018-01-16 18:42:22,457] INFO setting topic names _confluent-monitoring _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey _confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE (io.confluent.controlcenter.streams.WindowExtractor)
[2018-01-16 18:42:22,567] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = confluent-control-center-heartbeat-sender-1-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 1
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 10
retry.backoff.ms = 500
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:22,963] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:22,963] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:23,364] INFO RestConfig values:
metric.reporters = []
ssl.client.auth = false
response.mediatype.default = application/json
authentication.realm =
ssl.keystore.type = JKS
ssl.trustmanager.algorithm =
authentication.method = NONE
metrics.jmx.prefix = rest-utils
request.logger.name = io.confluent.rest-utils.requests
ssl.key.password = [hidden]
ssl.truststore.password = [hidden]
authentication.roles = [*]
metrics.num.samples = 2
ssl.endpoint.identification.algorithm =
compression.enable = true
ssl.protocol = TLS
debug = false
listeners = []
ssl.provider =
ssl.enabled.protocols = []
shutdown.graceful.ms = 1000
ssl.keystore.location =
response.mediatype.preferred = [application/json]
ssl.cipher.suites = []
ssl.truststore.type = JKS
access.control.allow.methods =
access.control.allow.origin =
ssl.truststore.location =
ssl.keystore.password = [hidden]
ssl.keymanager.algorithm =
port = 9021
metrics.sample.window.ms = 30000
(io.confluent.rest.RestConfig)
[2018-01-16 18:42:23,866] INFO StreamsConfig values:
application.id = _confluent-controlcenter-4-0-0-1-command
application.server =
bootstrap.servers = [kafka-hs:9092]
buffered.records.per.partition = 1000
cache.max.bytes.buffering = 0
client.id =
commit.interval.ms = 30000
connections.max.idle.ms = 540000
default.deserialization.exception.handler = class org.apache.kafka.streams.errors.LogAndFailExceptionHandler
default.key.serde = class org.apache.kafka.common.serialization.Serdes$ByteArraySerde
default.timestamp.extractor = class org.apache.kafka.streams.processor.FailOnInvalidTimestamp
default.value.serde = class org.apache.kafka.common.serialization.Serdes$ByteArraySerde
key.serde = null
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
num.standby.replicas = 0
num.stream.threads = 1
partition.grouper = class org.apache.kafka.streams.processor.DefaultPartitionGrouper
poll.ms = 100
processing.guarantee = at_least_once
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
replication.factor = 1
request.timeout.ms = 305000
retry.backoff.ms = 100
rocksdb.config.setter = null
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
state.cleanup.delay.ms = 600000
state.dir = /var/lib/confluent-control-center/1/cp-command
timestamp.extractor = null
value.serde = null
windowstore.changelog.additional.retention.ms = 86400000
zookeeper.connect = zookeeper-hs:2181
(org.apache.kafka.streams.StreamsConfig)
[2018-01-16 18:42:24,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:24,162] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 2147483647
max.poll.records = 1000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:24,461] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,461] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,463] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:24,463] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:24,557] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,557] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,562] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:24,563] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:24,563] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1-command
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 2147483647
max.poll.records = 1000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:24,757] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,757] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,760] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = c3-command-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class io.confluent.serializers.ProtoSerde
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class io.confluent.serializers.ProtoSerde
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:24,859] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,859] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:24,959] INFO AdminClientConfig values:
bootstrap.servers = [kafka-hs:9092]
client.id =
connections.max.idle.ms = 300000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 5
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
(org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'consumer.session.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'producer.linger.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'producer.max.block.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'producer.retries' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'consumer.request.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'producer.compression.type' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'producer.confluent.batch.expiry.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'producer.retry.backoff.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] WARN The configuration 'num.stream.threads' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,062] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:25,062] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:25,065] INFO getPersistentStoreTopicNames=[_confluent-controlcenter-4-0-0-1-AlertHistoryStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringTriggerStore-changelog, _confluent-controlcenter-4-0-0-1-TriggerActionsStore-changelog, _confluent-controlcenter-4-0-0-1-TriggerEventsStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringVerifierStore-changelog] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,159] INFO getLruStoreTopicNames=[_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-changelog, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition-changelog] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,159] INFO getWindowedStoreTopicNames=[_confluent-controlcenter-4-0-0-1-KSTREAM-OUTERTHIS-0000000095-store-changelog, _confluent-controlcenter-4-0-0-1-Group-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-MonitoringStream-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-MetricsAggregateStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringStream-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-Group-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-KSTREAM-OUTEROTHER-0000000096-store-changelog] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,161] INFO getLogAppendTimeIntermediateTopicNames=[_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE, _confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey, _confluent-controlcenter-4-0-0-1-error-topic, _confluent-controlcenter-4-0-0-1-cluster-rekey, _confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition, _confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey, _confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey, _confluent-controlcenter-4-0-0-1-monitoring-message-rekey, _confluent-controlcenter-4-0-0-1-group-stream-extension-rekey, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,163] INFO intermediateTopics=[_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,165] INFO Starting Control Center version=4.0.0 (io.confluent.controlcenter.ControlCenter)
[2018-01-16 18:42:25,262] INFO AdminClientConfig values:
bootstrap.servers = [kafka-hs:9092]
client.id =
connections.max.idle.ms = 300000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 5
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
(org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'consumer.session.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'producer.linger.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'producer.max.block.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'producer.retries' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'consumer.request.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'producer.compression.type' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'producer.confluent.batch.expiry.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'producer.retry.backoff.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] WARN The configuration 'num.stream.threads' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,264] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:25,264] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:25,362] INFO AdminClientConfig values:
bootstrap.servers = [kafka-hs:9092]
client.id =
connections.max.idle.ms = 300000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 5
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
(org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'consumer.session.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'producer.linger.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'producer.max.block.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'producer.retries' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'consumer.request.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'producer.compression.type' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'producer.confluent.batch.expiry.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'producer.retry.backoff.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] WARN The configuration 'num.stream.threads' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:42:25,364] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:25,364] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:25,366] INFO getPersistentStoreTopicNames=[_confluent-controlcenter-4-0-0-1-AlertHistoryStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringTriggerStore-changelog, _confluent-controlcenter-4-0-0-1-TriggerActionsStore-changelog, _confluent-controlcenter-4-0-0-1-TriggerEventsStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringVerifierStore-changelog] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,456] INFO getLruStoreTopicNames=[_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-changelog, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition-changelog] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,457] INFO getWindowedStoreTopicNames=[_confluent-controlcenter-4-0-0-1-KSTREAM-OUTERTHIS-0000000095-store-changelog, _confluent-controlcenter-4-0-0-1-Group-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-MonitoringStream-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-MetricsAggregateStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringStream-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-Group-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-KSTREAM-OUTEROTHER-0000000096-store-changelog] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,457] INFO getLogAppendTimeIntermediateTopicNames=[_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE, _confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey, _confluent-controlcenter-4-0-0-1-error-topic, _confluent-controlcenter-4-0-0-1-cluster-rekey, _confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition, _confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey, _confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey, _confluent-controlcenter-4-0-0-1-monitoring-message-rekey, _confluent-controlcenter-4-0-0-1-group-stream-extension-rekey, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:25,458] INFO intermediateTopics=[_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition] (io.confluent.controlcenter.ControlCenterConfigModule)
[2018-01-16 18:42:26,361] WARN unable to check ulimit: Cannot run program "ulimit": error=2, No such file or directory (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,070] INFO current clusterId=ab2bUisVQVWy_zNpgg5xDA (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,263] INFO broker id set has changed new={0=[kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)], 1=[kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)], 2=[kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)]} removed={} (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,264] INFO new controller=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null) (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,365] INFO topicListings=[(name=_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-THREE_HOURS-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-AlertHistoryStore-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-TriggerEventsStore-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-cluster-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-MonitoringStream-ONE_MINUTE-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE, internal=false), (name=_confluent-metrics, internal=false), (name=_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-aggregate-topic-partition-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-KSTREAM-OUTERTHIS-0000000095-store-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-KSTREAM-OUTEROTHER-0000000096-store-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-Group-ONE_MINUTE-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-MonitoringStream-THREE_HOURS-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-MonitoringVerifierStore-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition, internal=false), (name=_confluent-controlcenter-4-0-0-1-error-topic, internal=false), (name=_confluent-controlcenter-4-0-0-1-MonitoringTriggerStore-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS, internal=false), (name=_confluent-controlcenter-4-0-0-1-Group-THREE_HOURS-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-ONE_MINUTE-changelog, internal=false), (name=_confluent-command, internal=false), (name=_confluent-monitoring, internal=false), (name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-group-stream-extension-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-ONE_MINUTE-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-TriggerActionsStore-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-changelog, internal=false), (name=_confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-monitoring-message-rekey, internal=false), (name=_confluent-controlcenter-4-0-0-1-aggregate-topic-partition, internal=false)] (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,366] INFO missingTopics=[] (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,367] INFO extantTopics=[_confluent-controlcenter-4-0-0-1-AlertHistoryStore-changelog, _confluent-controlcenter-4-0-0-1-KSTREAM-OUTERTHIS-0000000095-store-changelog, _confluent-controlcenter-4-0-0-1-MonitoringStream-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-error-topic, _confluent-controlcenter-4-0-0-1-cluster-rekey, _confluent-controlcenter-4-0-0-1-MonitoringTriggerStore-changelog, _confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey, _confluent-controlcenter-4-0-0-1-Group-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey, _confluent-controlcenter-4-0-0-1-monitoring-message-rekey, _confluent-controlcenter-4-0-0-1-MetricsAggregateStore-changelog, _confluent-controlcenter-4-0-0-1-Group-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-group-stream-extension-rekey, _confluent-metrics, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE, _confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-ONE_MINUTE-changelog, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-TriggerActionsStore-changelog, _confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition-changelog, _confluent-command, _confluent-controlcenter-4-0-0-1-TriggerEventsStore-changelog, _confluent-controlcenter-4-0-0-1-MonitoringVerifierStore-changelog, _confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey, _confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-changelog, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-changelog, _confluent-monitoring, _confluent-controlcenter-4-0-0-1-MonitoringStream-THREE_HOURS-changelog, _confluent-controlcenter-4-0-0-1-KSTREAM-OUTEROTHER-0000000096-store-changelog, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS] (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,661] ERROR broker=1 has log.dir=/tmp/kafka-logs, kafka expects to store log data in a persistent location (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,757] ERROR broker=0 has log.dir=/tmp/kafka-logs, kafka expects to store log data in a persistent location (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,757] ERROR broker=2 has log.dir=/tmp/kafka-logs, kafka expects to store log data in a persistent location (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:42:27,759] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-AlertHistoryStore-changelog, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,760] INFO found topic=_confluent-controlcenter-4-0-0-1-AlertHistoryStore-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,760] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-KSTREAM-OUTERTHIS-0000000095-store-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,760] INFO found topic=_confluent-controlcenter-4-0-0-1-KSTREAM-OUTERTHIS-0000000095-store-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,760] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MonitoringStream-ONE_MINUTE-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,760] INFO found topic=_confluent-controlcenter-4-0-0-1-MonitoringStream-ONE_MINUTE-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,761] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-ONE_MINUTE-changelog, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,761] INFO found topic=_confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-ONE_MINUTE-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,761] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-THREE_HOURS-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,761] INFO found topic=_confluent-controlcenter-4-0-0-1-aggregatedTopicPartitionTableWindows-THREE_HOURS-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,761] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-error-topic, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,762] INFO found topic=_confluent-controlcenter-4-0-0-1-error-topic with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,762] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-cluster-rekey, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,762] INFO found topic=_confluent-controlcenter-4-0-0-1-cluster-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,762] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MonitoringTriggerStore-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,762] INFO found topic=_confluent-controlcenter-4-0-0-1-MonitoringTriggerStore-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,762] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO found topic=_confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-Group-ONE_MINUTE-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO found topic=_confluent-controlcenter-4-0-0-1-Group-ONE_MINUTE-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO found topic=_confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-monitoring-message-rekey, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,763] INFO found topic=_confluent-controlcenter-4-0-0-1-monitoring-message-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,968] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-changelog, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,968] INFO found topic=_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,968] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-Group-THREE_HOURS-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,968] INFO found topic=_confluent-controlcenter-4-0-0-1-Group-THREE_HOURS-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,968] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-group-stream-extension-rekey, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,968] INFO found topic=_confluent-controlcenter-4-0-0-1-group-stream-extension-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO checking topicDescription=(name=_confluent-metrics, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=3, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=4, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=5, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=6, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=7, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=8, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=9, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=10, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=11, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO found topic=_confluent-metrics with partitions=12 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO found topic=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO found topic=_confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,969] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-ONE_MINUTE-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO found topic=_confluent-controlcenter-4-0-0-1-MonitoringMessageAggregatorWindows-ONE_MINUTE-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO found topic=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-TriggerActionsStore-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO found topic=_confluent-controlcenter-4-0-0-1-TriggerActionsStore-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO found topic=_confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-aggregate-topic-partition-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO found topic=_confluent-controlcenter-4-0-0-1-aggregate-topic-partition-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO checking topicDescription=(name=_confluent-command, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,970] INFO found topic=_confluent-command with partitions=1 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-TriggerEventsStore-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO found topic=_confluent-controlcenter-4-0-0-1-TriggerEventsStore-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MonitoringVerifierStore-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO found topic=_confluent-controlcenter-4-0-0-1-MonitoringVerifierStore-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO found topic=_confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO found topic=_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,971] INFO found topic=_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-aggregate-topic-partition, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO found topic=_confluent-controlcenter-4-0-0-1-aggregate-topic-partition with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO found topic=_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-changelog, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO found topic=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO checking topicDescription=(name=_confluent-monitoring, internal=false, partitions=(partition=0, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=3, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=4, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=5, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=6, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=7, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=8, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=9, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=10, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=11, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,972] INFO found topic=_confluent-monitoring with partitions=12 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,973] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-MonitoringStream-THREE_HOURS-changelog, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,973] INFO found topic=_confluent-controlcenter-4-0-0-1-MonitoringStream-THREE_HOURS-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,973] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-KSTREAM-OUTEROTHER-0000000096-store-changelog, internal=false, partitions=(partition=0, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null)),(partition=1, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=2, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,973] INFO found topic=_confluent-controlcenter-4-0-0-1-KSTREAM-OUTEROTHER-0000000096-store-changelog with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,973] INFO checking topicDescription=(name=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS, internal=false, partitions=(partition=0, leader=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), replicas=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), isr=kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null)),(partition=1, leader=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), replicas=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), isr=kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null)),(partition=2, leader=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), replicas=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null), isr=kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2 rack: null), kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 0 rack: null), kafka-1.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 1 rack: null))) (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:27,973] INFO found topic=_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS with partitions=3 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,057] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = will-delete-this-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:28,060] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:28,060] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:28,061] INFO topic=monitoring retention=259200000 skip=900000 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,061] INFO check and maybe seek to offsets for topic=_confluent-monitoring (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,358] INFO found 12 topicPartitions for topic=_confluent-monitoring (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,636] INFO [Consumer clientId=will-delete-this-restore-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:28,663] INFO topic=metrics retention=259200000 skip=900000 (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,663] INFO check and maybe seek to offsets for topic=_confluent-metrics (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,715] INFO found 12 topicPartitions for topic=_confluent-metrics (io.confluent.controlcenter.KafkaHelper)
[2018-01-16 18:42:28,865] INFO action=starting topology=command (io.confluent.controlcenter.ControlCenter)
[2018-01-16 18:42:29,060] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:29,061] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:29,061] INFO stream-client [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0]Started Streams client (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:42:29,062] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:29,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer, groupId=_confluent-controlcenter-4-0-0-1-command] Discovered coordinator kafka-2.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483645 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:29,160] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer, groupId=_confluent-controlcenter-4-0-0-1-command] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:29,160] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:29,160] INFO stream-client [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0]State transition from RUNNING to REBALANCING (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:42:29,161] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] partition revocation took 1 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:29,161] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer, groupId=_confluent-controlcenter-4-0-0-1-command] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:30,063] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:31,064] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:32,064] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:33,065] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:34,066] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:34,864] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer] Assigned tasks to clients as {561582cf-3bde-41f0-8d51-a84f34b8d5c0=[activeTasks: ([0_0]) standbyTasks: ([]) assignedTasks: ([0_0]) prevActiveTasks: ([]) prevAssignedTasks: ([]) capacity: 1]}. (org.apache.kafka.streams.processor.internals.StreamPartitionAssignor)
[2018-01-16 18:42:34,871] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer, groupId=_confluent-controlcenter-4-0-0-1-command] Successfully joined group with generation 10 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:34,872] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-consumer, groupId=_confluent-controlcenter-4-0-0-1-command] Setting newly assigned partitions [_confluent-command-0] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:34,872] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:35,156] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:35,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] partition assignment took 285 ms.
current active tasks: [0_0]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:36,158] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:37,159] INFO unable to get command store (io.confluent.command.CommandStore)
[2018-01-16 18:42:37,771] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:37,772] INFO stream-client [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0]State transition from REBALANCING to RUNNING (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:42:39,161] INFO action=started topology=command (io.confluent.controlcenter.ControlCenter)
[2018-01-16 18:42:40,460] WARN license= is invalid JWT processing failed. Additional details: [[17] Unable to process JOSE object (cause: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1.): ]. please contact support@confluent.io for a valid license key (io.confluent.controlcenter.license.LicenseModule)
[2018-01-16 18:42:42,360] INFO action=starting topology=monitoring (io.confluent.controlcenter.ControlCenter)
[2018-01-16 18:42:42,761] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:42,762] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:42,856] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:42,857] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:42,857] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:42,857] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:42,957] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:42,957] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:42,958] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:42,958] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:42,958] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,060] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,060] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,061] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,061] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,063] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,160] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,161] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,161] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:43,258] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,258] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,259] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,259] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,259] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,262] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,262] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,263] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,263] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,358] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,358] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,359] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:43,457] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,457] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,458] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,458] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,458] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,462] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,462] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,463] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,463] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,658] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,658] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,658] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,659] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:43,761] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,761] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,762] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,762] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,762] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,766] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,766] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,767] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,767] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,859] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,859] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,859] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,859] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:43,862] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,863] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,863] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,863] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,863] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:43,962] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,963] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:43,963] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:43,963] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:44,061] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,061] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,061] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,062] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:44,063] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,063] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,063] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,064] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,064] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:44,156] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,156] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,160] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:44,162] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,162] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,162] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,162] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:44,257] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,258] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,258] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,258] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,258] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:44,262] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,262] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,264] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Creating restore consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,264] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-restore-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id =
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:44,266] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,266] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,266] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Creating shared producer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,266] INFO ProducerConfig values:
acks = all
batch.size = 16384
bootstrap.servers = [kafka-hs:9092]
buffer.memory = 33554432
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-producer
compression.type = lz4
confluent.batch.expiry.ms = 9223372036854775807
connections.max.idle.ms = 540000
enable.idempotence = false
interceptor.classes = null
key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
linger.ms = 500
max.block.ms = 9223372036854775807
max.in.flight.requests.per.connection = 5
max.request.size = 10485760
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 2147483647
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
(org.apache.kafka.clients.producer.ProducerConfig)
[2018-01-16 18:42:44,359] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,359] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,359] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Creating consumer client (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,359] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Custom offset resets specified updating configs original auto offset reset earliest (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,359] INFO ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = none
bootstrap.servers = [kafka-hs:9092]
check.crcs = true
client.id = _confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-consumer
connections.max.idle.ms = 540000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = _confluent-controlcenter-4-0-0-1
heartbeat.interval.ms = 3000
interceptor.classes = null
internal.leave.group.on.close = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 21600000
max.poll.records = 100
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [org.apache.kafka.streams.processor.internals.StreamPartitionAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 60000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
(org.apache.kafka.clients.consumer.ConsumerConfig)
[2018-01-16 18:42:44,362] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,362] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:42:44,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,560] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,559] INFO stream-client [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9]Started Streams client (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:42:44,560] INFO streams in state=RUNNING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:44,561] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:44,559] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,561] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,559] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,656] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,657] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,559] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,662] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,662] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,662] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Starting (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,663] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] State transition from CREATED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,760] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,859] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,860] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:44,860] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,860] INFO stream-client [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9]State transition from RUNNING to REBALANCING (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:42:44,860] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] partition revocation took 0 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,861] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,761] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:44,865] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,866] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,867] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,958] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,964] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:44,964] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:44,966] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,968] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:44,970] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-consumer, groupId=_confluent-controlcenter-4-0-0-1] Discovered coordinator kafka-0.kafka-hs.be-pnu-dev-kafka.svc.cluster.local:9092 (id: 2147483647 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,062] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:45,063] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,063] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] partition revocation took 198 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,064] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,064] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] partition revocation took 100 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,064] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] partition revocation took 93 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:45,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] partition revocation took 0 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,258] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:45,259] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,259] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] partition revocation took 0 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,259] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,261] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:45,261] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,261] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] partition revocation took 0 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,261] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,358] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-consumer, groupId=_confluent-controlcenter-4-0-0-1] Revoking previously assigned partitions [] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:45,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] State transition from RUNNING to PARTITIONS_REVOKED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] partition revocation took 0 ms.
suspended active tasks: []
suspended standby tasks: [] (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:45,358] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-consumer, groupId=_confluent-controlcenter-4-0-0-1] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:45,561] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:45,561] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:45,562] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:46,562] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:46,563] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:46,563] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:47,563] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:47,564] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:47,564] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:48,057] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer] Assigned tasks to clients as {951fa070-343f-434d-b295-ad9fb499d2e9=[activeTasks: ([0_0, 0_1, 1_0, 0_2, 1_1, 2_0, 0_3, 1_2, 2_1, 3_0, 0_4, 2_2, 3_1, 4_0, 0_5, 3_2, 4_1, 5_0, 0_6, 4_2, 5_1, 6_0, 0_7, 5_2, 6_1, 7_0, 0_8, 6_2, 7_1, 8_0, 0_9, 7_2, 8_1, 9_0, 0_10, 8_2, 9_1, 10_0, 0_11, 8_3, 9_2, 10_1, 8_4, 10_2, 8_5, 8_6, 8_7, 8_8, 8_9, 8_10, 8_11]) standbyTasks: ([]) assignedTasks: ([0_0, 0_1, 1_0, 0_2, 1_1, 2_0, 0_3, 1_2, 2_1, 3_0, 0_4, 2_2, 3_1, 4_0, 0_5, 3_2, 4_1, 5_0, 0_6, 4_2, 5_1, 6_0, 0_7, 5_2, 6_1, 7_0, 0_8, 6_2, 7_1, 8_0, 0_9, 7_2, 8_1, 9_0, 0_10, 8_2, 9_1, 10_0, 0_11, 8_3, 9_2, 10_1, 8_4, 10_2, 8_5, 8_6, 8_7, 8_8, 8_9, 8_10, 8_11]) prevActiveTasks: ([]) prevAssignedTasks: ([]) capacity: 8]}. (org.apache.kafka.streams.processor.internals.StreamPartitionAssignor)
[2018-01-16 18:42:48,066] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,066] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-controlcenter-4-0-0-1-aggregate-topic-partition-2, _confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey-2, _confluent-monitoring-2, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-2, _confluent-controlcenter-4-0-0-1-group-stream-extension-rekey-2, _confluent-metrics-2] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,066] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,067] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,158] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey-0, _confluent-metrics-10, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-0, _confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey-1, _confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey-0, _confluent-monitoring-1, _confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition-0, _confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey-0, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-0] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,158] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-controlcenter-4-0-0-1-aggregate-topic-partition-0, _confluent-controlcenter-4-0-0-1-group-stream-extension-rekey-0, _confluent-controlcenter-4-0-0-1-monitoring-trigger-event-rekey-0, _confluent-metrics-6, _confluent-metrics-0, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-0] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,158] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,157] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,067] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,160] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,158] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,258] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-2, _confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey-2, _confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey-2, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-2, _confluent-controlcenter-4-0-0-1-monitoring-message-rekey-2, _confluent-metrics-8, _confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey-2, _confluent-controlcenter-4-0-0-1-error-topic-2, _confluent-metrics-3] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,258] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,258] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition-2, _confluent-controlcenter-4-0-0-1-aggregate-topic-partition-1, _confluent-metrics-9, _confluent-monitoring-0, _confluent-metrics-1, _confluent-controlcenter-4-0-0-1-group-stream-extension-rekey-1, _confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS-1] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,262] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,259] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-monitoring-10, _confluent-metrics-11, _confluent-monitoring-8, _confluent-controlcenter-4-0-0-1-monitoring-message-rekey-0, _confluent-metrics-4, _confluent-controlcenter-4-0-0-1-error-topic-0, _confluent-monitoring-6, _confluent-monitoring-4] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,265] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,259] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE-1, _confluent-controlcenter-4-0-0-1-MetricsAggregateStore-repartition-1, _confluent-controlcenter-4-0-0-1-actual-group-consumption-rekey-1, _confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey-1, _confluent-controlcenter-4-0-0-1-expected-group-consumption-rekey-1, _confluent-controlcenter-4-0-0-1-monitoring-message-rekey-1, _confluent-metrics-5, _confluent-controlcenter-4-0-0-1-error-topic-1, _confluent-controlcenter-4-0-0-1-metrics-trigger-measurement-rekey-1] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,258] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-consumer, groupId=_confluent-controlcenter-4-0-0-1] Successfully joined group with generation 17 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator)
[2018-01-16 18:42:48,362] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,461] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] partition assignment took 303 ms.
current active tasks: [2_0, 4_0, 6_0, 8_0, 10_0, 8_6]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,366] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] partition assignment took 104 ms.
current active tasks: [0_0, 8_9, 2_1, 4_1, 6_1, 8_1, 9_2]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,362] INFO [Consumer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-consumer, groupId=_confluent-controlcenter-4-0-0-1] Setting newly assigned partitions [_confluent-monitoring-11, _confluent-monitoring-9, _confluent-metrics-7, _confluent-monitoring-3, _confluent-monitoring-7, _confluent-monitoring-5] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
[2018-01-16 18:42:48,468] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,557] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-aggregate-topic-partition' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,557] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-stream-extension-rekey' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,557] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,557] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-aggregate-topic-partition' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-stream-extension-rekey' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,558] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:48,656] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:48,657] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:48,657] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:48,958] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] partition assignment took 892 ms.
current active tasks: [0_2, 2_2, 4_2, 6_2, 8_2, 10_2]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-aggregate-topic-partition' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-aggregate-topic-THREE_HOURS' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,157] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-stream-extension-rekey' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,258] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] partition assignment took 1000 ms.
current active tasks: [8_8, 1_2, 3_2, 5_2, 7_2, 8_3]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,259] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] partition assignment took 1101 ms.
current active tasks: [0_1, 8_10, 3_0, 5_0, 7_0, 9_0, 10_1]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,262] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] partition assignment took 794 ms.
current active tasks: [0_3, 0_5, 0_7, 0_9, 0_11, 8_7]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] partition assignment took 1093 ms.
current active tasks: [1_0, 8_11, 0_4, 0_6, 0_8, 0_10, 8_4]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,359] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-error-topic' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,363] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,363] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,363] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] partition assignment took 1001 ms.
current active tasks: [1_1, 3_1, 5_1, 7_1, 9_1, 8_5]
current standby tasks: []
previous active tasks: []
(org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,456] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-error-topic' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,457] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,457] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-group-aggregate-topic-ONE_MINUTE' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,457] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-monitoring-aggregate-rekey' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,457] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] No custom setting defined for topic '_confluent-controlcenter-4-0-0-1-error-topic' using original config 'earliest' for offset reset (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:49,657] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:49,658] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:49,658] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:50,661] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:50,662] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:50,662] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:50,662] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:51,663] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:51,664] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:51,664] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:51,664] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:52,860] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:52,860] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:52,860] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:52,860] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:53,860] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:53,861] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:53,861] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:53,861] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:53,861] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:54,657] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:55,056] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:55,057] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:55,057] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:55,057] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:55,362] INFO name=metrics-input-topic-progress-ab2bUisVQVWy_zNpgg5xDA.count type=metrics cluster=ab2bUisVQVWy_zNpgg5xDA value=0.0 (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:55,559] INFO name=metrics-input-topic-progress-ab2bUisVQVWy_zNpgg5xDA.rate type=metrics cluster=ab2bUisVQVWy_zNpgg5xDA value=NaN (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:55,560] INFO name=metrics-input-topic-progress-ab2bUisVQVWy_zNpgg5xDA.timestamp type=metrics cluster=ab2bUisVQVWy_zNpgg5xDA value=1.7976931348623157E308 (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:55,560] INFO name=metrics-input-topic-progress-ab2bUisVQVWy_zNpgg5xDA.min type=metrics cluster=ab2bUisVQVWy_zNpgg5xDA value=1.7976931348623157E308 (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:56,162] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:56,162] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:56,162] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:56,162] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:57,163] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:57,164] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:57,164] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:57,164] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:57,661] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:58,256] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:58,257] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:58,257] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:58,257] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:58,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:42:58,565] INFO name=monitoring-input-topic-progress-.count type=monitoring cluster= value=0.0 (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:58,657] INFO name=monitoring-input-topic-progress-.rate type=monitoring cluster= value=NaN (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:58,657] INFO name=monitoring-input-topic-progress-.timestamp type=monitoring cluster= value=1.7976931348623157E308 (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:58,658] INFO name=monitoring-input-topic-progress-.min type=monitoring cluster= value=1.7976931348623157E308 (io.confluent.controlcenter.util.StreamProgressReporter)
[2018-01-16 18:42:59,258] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:59,258] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:59,258] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:42:59,258] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:00,259] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:00,259] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:00,259] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:00,260] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:01,356] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:01,357] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:01,357] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:01,357] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:02,358] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:02,358] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:02,358] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:02,358] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:03,658] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:03,658] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:03,659] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:03,659] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:04,659] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:04,659] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:04,659] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:04,659] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:05,660] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:05,661] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:05,661] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:05,661] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:06,664] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:06,664] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:06,664] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:06,664] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:07,762] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:07,762] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:07,762] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:07,762] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:08,857] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:08,857] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:08,857] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:08,857] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:09,858] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:09,858] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:09,858] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:09,858] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:10,862] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:10,862] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:10,862] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:10,862] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:11,956] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:11,957] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:11,957] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:11,957] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:12,960] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:12,960] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:12,960] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:12,960] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:13,961] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:13,961] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:13,961] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:13,961] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:15,059] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:15,060] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:15,060] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:15,060] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:16,060] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:16,060] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:16,060] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:16,060] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:17,062] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:17,062] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:17,062] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:17,062] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:18,062] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:18,062] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:18,062] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:18,062] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:18,659] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:43:19,156] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:19,157] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:19,157] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:19,157] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:20,157] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:20,356] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:20,357] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:20,357] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:21,359] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:21,359] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:21,359] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:21,359] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:22,361] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:22,362] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:22,362] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:22,362] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:23,457] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:23,457] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:23,457] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:23,457] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:24,557] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:24,557] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:24,557] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:24,557] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:25,364] WARN unable to check ulimit: Cannot run program "ulimit": error=2, No such file or directory (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:43:25,558] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:25,560] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:25,560] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:25,560] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:25,763] ERROR broker=1 has log.dir=/tmp/kafka-logs, kafka expects to store log data in a persistent location (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:43:25,868] ERROR broker=0 has log.dir=/tmp/kafka-logs, kafka expects to store log data in a persistent location (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:43:25,868] ERROR broker=2 has log.dir=/tmp/kafka-logs, kafka expects to store log data in a persistent location (io.confluent.controlcenter.util.HealthCheck)
[2018-01-16 18:43:26,657] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:26,657] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:26,657] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:26,657] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:27,756] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:27,757] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:27,757] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:27,757] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:28,759] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:28,759] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:28,759] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:28,759] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:29,760] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:29,760] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:29,760] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:29,760] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:30,761] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:30,761] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:30,762] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:30,762] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:31,857] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:31,857] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:31,857] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:31,857] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:32,158] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:43:32,858] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:32,858] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:32,858] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:32,858] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:33,860] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:33,860] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:33,860] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:33,860] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:34,957] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:34,957] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:34,957] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:34,957] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:35,458] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:43:35,960] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:35,960] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:35,960] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:35,960] INFO streams in state=REBALANCING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:35,961] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] State transition from PARTITIONS_ASSIGNED to RUNNING (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:43:35,963] INFO stream-client [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9]State transition from REBALANCING to RUNNING (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:43:36,962] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:36,962] INFO streams in state=RUNNING (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:37,063] INFO tocheck=[Store{name=TriggerEventsStore, rollup=false}, Store{name=MonitoringVerifierStore, rollup=false}, Store{name=MetricsAggregateStore, rollup=false}, Store{name=Group, rollup=true}, Store{name=TriggerActionsStore, rollup=false}, Store{name=MonitoringTriggerStore, rollup=false}, Store{name=KSTREAM-OUTEROTHER-0000000096-store, rollup=false}, Store{name=KSTREAM-OUTERTHIS-0000000095-store, rollup=false}, Store{name=MonitoringStream, rollup=true}, Store{name=AlertHistoryStore, rollup=false}, Store{name=aggregatedTopicPartitionTableWindows, rollup=true}, Store{name=MonitoringMessageAggregatorWindows, rollup=true}] (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:43:38,261] INFO action=started topology=monitoring (io.confluent.controlcenter.ControlCenter)
[2018-01-16 18:43:38,262] INFO AdminClientConfig values:
bootstrap.servers = [kafka-hs:9092]
client.id =
connections.max.idle.ms = 300000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 5
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
(org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,359] WARN The configuration 'consumer.session.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'producer.linger.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'producer.max.block.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'producer.retries' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'consumer.request.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'producer.compression.type' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'producer.confluent.batch.expiry.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'producer.retry.backoff.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] WARN The configuration 'num.stream.threads' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:38,360] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:43:38,360] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:43:39,558] INFO AdminClientConfig values:
bootstrap.servers = [kafka-hs:9092]
client.id =
connections.max.idle.ms = 300000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 305000
retries = 5
retry.backoff.ms = 100
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
(org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'consumer.session.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'producer.linger.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'producer.max.block.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'producer.retries' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'consumer.request.timeout.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'producer.compression.type' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'producer.confluent.batch.expiry.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'producer.retry.backoff.ms' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] WARN The configuration 'num.stream.threads' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2018-01-16 18:43:39,657] INFO Kafka version : 1.0.0-cp1 (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:43:39,657] INFO Kafka commitId : ec61c5e93da662df (org.apache.kafka.common.utils.AppInfoParser)
[2018-01-16 18:43:48,867] INFO Logging initialized @97568ms (org.eclipse.jetty.util.log)
[2018-01-16 18:43:51,260] WARN DEPRECATION warning: `listeners` configuration is not configured. Falling back to the deprecated `port` configuration. (io.confluent.rest.Application)
[2018-01-16 18:43:51,260] INFO Adding listener: http://0.0.0.0:9021 (io.confluent.rest.Application)
[2018-01-16 18:43:59,758] WARN failed to connect to kafka-connect null (io.confluent.controlcenter.connect.ConnectService)
[2018-01-16 18:43:59,858] INFO [Producer clientId=confluent-control-center-heartbeat-sender-1-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:00,259] INFO shutdown already commenced (org.eclipse.jetty.util.thread.ShutdownThread)
[2018-01-16 18:44:00,458] INFO jetty-9.2.22.v20170606 (org.eclipse.jetty.server.Server)
[2018-01-16 18:44:00,557] INFO Closed monitoring heartbeat producer (io.confluent.controlcenter.streams.verify.MonitoringHeartbeatSender)
[2018-01-16 18:44:00,557] INFO Shutting down Kafka Streams (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:44:00,756] INFO stream-client [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9]State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,757] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,957] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,957] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:00,959] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:01,156] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:01,156] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:01,158] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:01,458] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:02,259] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:03,657] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:04,062] INFO closing store=MonitoringVerifierStore (io.confluent.controlcenter.streams.verify.VerifyTransformerSupplier)
[2018-01-16 18:44:04,258] INFO closing store=aggregate-topic-partition (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:04,457] INFO closing store=MonitoringVerifierStore (io.confluent.controlcenter.streams.verify.VerifyTransformerSupplier)
[2018-01-16 18:44:04,567] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:05,359] INFO closing store=group-aggregate-topic-ONE_MINUTE (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:05,659] INFO closing store=group-aggregate-topic-ONE_MINUTE (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:05,659] INFO closing store=aggregate-topic-partition (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:05,762] INFO closing store=aggregate-topic-partition (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:05,857] INFO closing store=group-aggregate-topic-THREE_HOURS (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:05,858] INFO closing store=group-aggregate-topic-THREE_HOURS (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:05,974] INFO closing store=MonitoringVerifierStore (io.confluent.controlcenter.streams.verify.VerifyTransformerSupplier)
[2018-01-16 18:44:06,061] INFO closing store=group-aggregate-topic-THREE_HOURS (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:06,061] INFO closing store=group-aggregate-topic-ONE_MINUTE (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:06,065] INFO closing store=monitoring-aggregate-rekey (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:06,075] INFO closing store=monitoring-aggregate-rekey (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:06,157] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:06,163] INFO closing store=monitoring-aggregate-rekey (io.confluent.controlcenter.streams.verify.ThroughTopicVerifierTransformerSupplier$ThroughTopicVerifierTransformer)
[2018-01-16 18:44:06,258] INFO closing store=MonitoringTriggerStore (io.confluent.controlcenter.streams.alert.MonitoringTriggerTransformerSupplier)
[2018-01-16 18:44:06,358] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:06,360] INFO closing store=MonitoringTriggerStore (io.confluent.controlcenter.streams.alert.MonitoringTriggerTransformerSupplier)
[2018-01-16 18:44:06,459] INFO closing store=MonitoringTriggerStore (io.confluent.controlcenter.streams.alert.MonitoringTriggerTransformerSupplier)
[2018-01-16 18:44:06,559] INFO closing store=TriggerActionsStore (io.confluent.controlcenter.streams.alert.AlertTransformerSupplier)
[2018-01-16 18:44:06,658] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:06,760] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:06,861] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:06,861] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-9] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:06,965] INFO closing store=TriggerActionsStore (io.confluent.controlcenter.streams.alert.AlertTransformerSupplier)
[2018-01-16 18:44:06,966] INFO closing store=TriggerActionsStore (io.confluent.controlcenter.streams.alert.AlertTransformerSupplier)
[2018-01-16 18:44:06,966] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:07,159] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,159] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-6] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,161] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:07,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,358] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-2] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,360] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:07,360] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:07,463] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,463] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-7] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,559] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,559] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-8] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,657] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,657] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-3] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,666] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,666] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-5] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,760] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,760] INFO stream-thread [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9-StreamThread-4] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,763] INFO stream-client [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9]State transition from PENDING_SHUTDOWN to NOT_RUNNING (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:44:07,763] INFO stream-client [_confluent-controlcenter-4-0-0-1-951fa070-343f-434d-b295-ad9fb499d2e9]Streams client stopped completely (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:44:07,858] INFO Successfully closed Kafka Streams (io.confluent.controlcenter.streams.KafkaStreamsManager)
[2018-01-16 18:44:07,862] INFO stream-client [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0]State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:44:07,862] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Informed to shut down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:07,862] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] State transition from RUNNING to PENDING_SHUTDOWN (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:08,160] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Shutting down (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:08,258] INFO [Producer clientId=_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
[2018-01-16 18:44:08,459] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] State transition from PENDING_SHUTDOWN to DEAD (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:08,459] INFO stream-thread [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0-StreamThread-1] Shutdown complete (org.apache.kafka.streams.processor.internals.StreamThread)
[2018-01-16 18:44:08,459] INFO stream-client [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0]State transition from PENDING_SHUTDOWN to NOT_RUNNING (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:44:08,461] INFO stream-client [_confluent-controlcenter-4-0-0-1-command-561582cf-3bde-41f0-8d51-a84f34b8d5c0]Streams client stopped completely (org.apache.kafka.streams.KafkaStreams)
[2018-01-16 18:44:08,461] INFO [Producer clientId=c3-command-producer] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. (org.apache.kafka.clients.producer.KafkaProducer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment