Skip to content

Instantly share code, notes, and snippets.

@johnistan
Created March 8, 2016 03:30
Show Gist options
  • Save johnistan/a82b9300a2f0761ef67b to your computer and use it in GitHub Desktop.
Save johnistan/a82b9300a2f0761ef67b to your computer and use it in GitHub Desktop.
rdkafka logs
➜ pykafka git:(master) source activate pykafka-dev
discarding /home/vagrant/miniconda/bin from PATH
prepending /home/vagrant/miniconda/envs/pykafka-dev/bin to PATH
(pykafka-dev)➜ pykafka git:(master) pip install -r ./test-requirements.txt
Collecting pytest (from -r ./test-requirements.txt (line 1))
Using cached pytest-2.9.0-py2.py3-none-any.whl
Collecting pytest-cov (from -r ./test-requirements.txt (line 2))
Using cached pytest_cov-2.2.1-py2.py3-none-any.whl
Collecting python-snappy (from -r ./test-requirements.txt (line 3))
Collecting mock (from -r ./test-requirements.txt (line 4))
Using cached mock-1.3.0-py2.py3-none-any.whl
Collecting unittest2 (from -r ./test-requirements.txt (line 5))
Using cached unittest2-1.1.0-py2.py3-none-any.whl
Obtaining testinstances from git+https://github.com/Parsely/testinstances.git@master#egg=testinstances (from -r ./test-requirements.txt (line 6))
Cloning https://github.com/Parsely/testinstances.git (to master) to ./src/testinstances
Collecting py>=1.4.29 (from pytest->-r ./test-requirements.txt (line 1))
Using cached py-1.4.31-py2.py3-none-any.whl
Collecting coverage>=3.7.1 (from pytest-cov->-r ./test-requirements.txt (line 2))
Collecting pbr>=0.11 (from mock->-r ./test-requirements.txt (line 4))
Using cached pbr-1.8.1-py2.py3-none-any.whl
Collecting six>=1.7 (from mock->-r ./test-requirements.txt (line 4))
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting traceback2 (from unittest2->-r ./test-requirements.txt (line 5))
Using cached traceback2-1.4.0-py2.py3-none-any.whl
Collecting argparse (from unittest2->-r ./test-requirements.txt (line 5))
Using cached argparse-1.4.0-py2.py3-none-any.whl
Collecting pymongo<=2.8.1 (from testinstances->-r ./test-requirements.txt (line 6))
Collecting redis (from testinstances->-r ./test-requirements.txt (line 6))
Using cached redis-2.10.5-py2.py3-none-any.whl
Collecting linecache2 (from traceback2->unittest2->-r ./test-requirements.txt (line 5))
Using cached linecache2-1.0.0-py2.py3-none-any.whl
Installing collected packages: py, pytest, coverage, pytest-cov, python-snappy, pbr, six, mock, linecache2, traceback2, argparse, unittest2, pymongo, redis, testinstances
Running setup.py develop for testinstances
Successfully installed argparse-1.4.0 coverage-4.0.3 linecache2-1.0.0 mock-1.3.0 pbr-1.8.1 py-1.4.31 pymongo-2.8.1 pytest-2.9.0 pytest-cov-2.2.1 python-snappy-0.5 redis-2.10.5 six-1.10.0 testinstances traceback2-1.4.0 unittest2-1.1.0
(pykafka-dev)➜ pykafka git:(master) ✗ pip install -e .
Obtaining file:///home/vagrant/repos/pykafka
Collecting kazoo (from pykafka==2.2.2.dev0)
Using cached kazoo-2.2.1-py2.py3-none-any.whl
Collecting tabulate (from pykafka==2.2.2.dev0)
Collecting gevent~=1.1b6 (from pykafka==2.2.2.dev0)
Downloading gevent-1.1.0.tar.gz (2.0MB)
100% |████████████████████████████████| 2.0MB 658kB/s
Requirement already satisfied (use --upgrade to upgrade): six in /home/vagrant/miniconda/envs/pykafka-dev/lib/python3.4/site-packages (from kazoo->pykafka==2.2.2.dev0)
Collecting greenlet>=0.4.9 (from gevent~=1.1b6->pykafka==2.2.2.dev0)
Building wheels for collected packages: gevent
Running setup.py bdist_wheel for gevent ... done
Stored in directory: /home/vagrant/.cache/pip/wheels/7a/39/ff/d6a33889bf26bc0fb8982c2237921ea654340d6d67a15ccd2e
Successfully built gevent
Installing collected packages: kazoo, tabulate, greenlet, gevent, pykafka
Running setup.py develop for pykafka
Successfully installed gevent-1.1.0 greenlet-0.4.9 kazoo-2.2.1 pykafka tabulate-0.7.5
(pykafka-dev)➜ pykafka git:(master) ✗ py.test tests/pykafka/rdkafka/test_simple_consumer.py -x -s
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.4.4, pytest-2.9.0, py-1.4.31, pluggy-0.3.1 -- /home/vagrant/miniconda/envs/pykafka-dev/bin/python
cachedir: .cache
rootdir: /home/vagrant/repos/pykafka, inifile: setup.cfg
plugins: cov-2.2.1
collecting 0 itemsINFO:pykafka.topic:Successfully loaded pykafka.rdkafka extension.
collected 16 items
tests/pykafka/rdkafka/test_simple_consumer.py::TestRdKafkaSimpleConsumer::test_consume <- tests/pykafka/test_simpleconsumer.py INFO:pykafka.test.kafka_instance:Starting zookeeper on port 2181.
INFO:pykafka.test.kafka_instance:Starting Kafka on port 9092.
INFO:pykafka.test.kafka_instance:Starting Kafka on port 9093.
INFO:pykafka.test.kafka_instance:Starting Kafka on port 9094.
INFO:pykafka.test.kafka_instance:Waiting for cluster to start....
INFO:pykafka.test.kafka_instance:Kafka cluster started.
INFO:testinstances.kafka:[2016-03-08 03:26:29,677] INFO Reading configuration from: /tmp/tmpu5p2s66d/kafka/conf/zk.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig)
INFO:testinstances.kafka:[2016-03-08 03:26:29,687] INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager)
INFO:testinstances.kafka:[2016-03-08 03:26:29,687] INFO autopurge.purgeInterval set to 0 (org.apache.zookeeper.server.DatadirCleanupManager)
INFO:testinstances.kafka:[2016-03-08 03:26:29,687] INFO Purge task is not scheduled. (org.apache.zookeeper.server.DatadirCleanupManager)
INFO:testinstances.kafka:[2016-03-08 03:26:29,687] WARN Either no config or no quorum defined in config, running in standalone mode (org.apache.zookeeper.server.quorum.QuorumPeerMain)
INFO:testinstances.kafka:[2016-03-08 03:26:29,751] INFO Reading configuration from: /tmp/tmpu5p2s66d/kafka/conf/zk.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig)
INFO:testinstances.kafka:[2016-03-08 03:26:29,762] INFO Starting server (org.apache.zookeeper.server.ZooKeeperServerMain)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:host.name=vagrant-ubuntu-trusty-64 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:java.version=1.7.0_80 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:java.vendor=Oracle Corporation (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:java.home=/usr/lib/jvm/java-7-oracle/jre (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:java.class.path=:/tmp/kafka-bin/bin/../core/build/dependant-libs-2.10.4*/*.jar:/tmp/kafka-bin/bin/../examples/build/libs//kafka-examples*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-consumer/build/libs//kafka-hadoop-consumer*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-producer/build/libs//kafka-hadoop-producer*.jar:/tmp/kafka-bin/bin/../clients/build/libs/kafka-clients*.jar:/tmp/kafka-bin/bin/../libs/jopt-simple-3.2.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-javadoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-scaladoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-sources.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-test.jar:/tmp/kafka-bin/bin/../libs/kafka-clients-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/log4j-1.2.16.jar:/tmp/kafka-bin/bin/../libs/lz4-1.2.0.jar:/tmp/kafka-bin/bin/../libs/metrics-core-2.2.0.jar:/tmp/kafka-bin/bin/../libs/scala-library-2.10.4.jar:/tmp/kafka-bin/bin/../libs/slf4j-api-1.7.6.jar:/tmp/kafka-bin/bin/../libs/slf4j-log4j12-1.6.1.jar:/tmp/kafka-bin/bin/../libs/snappy-java-1.1.1.6.jar:/tmp/kafka-bin/bin/../libs/zkclient-0.3.jar:/tmp/kafka-bin/bin/../libs/zookeeper-3.4.6.jar:/tmp/kafka-bin/bin/../core/build/libs/kafka_2.10*.jar (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,790] INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:java.compiler=<NA> (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:os.version=3.13.0-77-generic (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:user.name=vagrant (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:user.home=/home/vagrant (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,791] INFO Server environment:user.dir=/home/vagrant/repos/pykafka (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,821] INFO tickTime set to 3000 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,821] INFO minSessionTimeout set to -1 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,821] INFO maxSessionTimeout set to -1 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:29,848] INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NIOServerCnxnFactory)
INFO:testinstances.kafka:[2016-03-08 03:26:30,913] INFO Accepted socket connection from /127.0.0.1:33332 (org.apache.zookeeper.server.NIOServerCnxnFactory)
INFO:testinstances.kafka:[2016-03-08 03:26:30,920] INFO Accepted socket connection from /127.0.0.1:33333 (org.apache.zookeeper.server.NIOServerCnxnFactory)
INFO:testinstances.kafka:[2016-03-08 03:26:30,925] INFO Accepted socket connection from /127.0.0.1:33334 (org.apache.zookeeper.server.NIOServerCnxnFactory)
INFO:testinstances.kafka:[2016-03-08 03:26:30,930] INFO Client attempting to establish new session at /127.0.0.1:33332 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,933] INFO Creating new log file: log.1 (org.apache.zookeeper.server.persistence.FileTxnLog)
INFO:testinstances.kafka:[2016-03-08 03:26:30,935] INFO Client attempting to establish new session at /127.0.0.1:33333 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,521] INFO Verifying properties (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,712] INFO Property broker.id is overridden to 0 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,712] INFO Property delete.topic.enable is overridden to true (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,712] INFO Property log.cleaner.enable is overridden to false (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,712] INFO Property log.dirs is overridden to /tmp/tmpu5p2s66d/kafka/data_0 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,712] INFO Property log.segment.bytes is overridden to 1073741824 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property num.io.threads is overridden to 8 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property num.network.threads is overridden to 3 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property num.partitions is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property num.recovery.threads.per.data.dir is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property port is overridden to 9092 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property socket.receive.buffer.bytes is overridden to 102400 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property socket.request.max.bytes is overridden to 104857600 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property socket.send.buffer.bytes is overridden to 102400 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,713] INFO Property zookeeper.connect is overridden to localhost:2181 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,714] INFO Property zookeeper.connection.timeout.ms is overridden to 6000 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,795] INFO [Kafka Server 0], starting (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,796] INFO [Kafka Server 0], Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,846] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:host.name=vagrant-ubuntu-trusty-64 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.version=1.7.0_80 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.home=/usr/lib/jvm/java-7-oracle/jre (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.class.path=:/tmp/kafka-bin/bin/../core/build/dependant-libs-2.10.4*/*.jar:/tmp/kafka-bin/bin/../examples/build/libs//kafka-examples*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-consumer/build/libs//kafka-hadoop-consumer*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-producer/build/libs//kafka-hadoop-producer*.jar:/tmp/kafka-bin/bin/../clients/build/libs/kafka-clients*.jar:/tmp/kafka-bin/bin/../libs/jopt-simple-3.2.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-javadoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-scaladoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-sources.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-test.jar:/tmp/kafka-bin/bin/../libs/kafka-clients-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/log4j-1.2.16.jar:/tmp/kafka-bin/bin/../libs/lz4-1.2.0.jar:/tmp/kafka-bin/bin/../libs/metrics-core-2.2.0.jar:/tmp/kafka-bin/bin/../libs/scala-library-2.10.4.jar:/tmp/kafka-bin/bin/../libs/slf4j-api-1.7.6.jar:/tmp/kafka-bin/bin/../libs/slf4j-log4j12-1.6.1.jar:/tmp/kafka-bin/bin/../libs/snappy-java-1.1.1.6.jar:/tmp/kafka-bin/bin/../libs/zkclient-0.3.jar:/tmp/kafka-bin/bin/../libs/zookeeper-3.4.6.jar:/tmp/kafka-bin/bin/../core/build/libs/kafka_2.10*.jar (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,965] INFO Established session 0x1535442fe0d0000 with negotiated timeout 6000 for client /127.0.0.1:33332 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,966] INFO Client attempting to establish new session at /127.0.0.1:33334 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,986] INFO Established session 0x1535442fe0d0001 with negotiated timeout 6000 for client /127.0.0.1:33333 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:31,014] INFO Established session 0x1535442fe0d0002 with negotiated timeout 6000 for client /127.0.0.1:33334 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:31,045] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0000 type:create cxid:0x2 zxid:0x5 txntype:-1 reqpath:n/a Error Path:/consumers Error:KeeperErrorCode = NodeExists for /consumers (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,052] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x4 zxid:0x6 txntype:-1 reqpath:n/a Error Path:/brokers Error:KeeperErrorCode = NoNode for /brokers (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,067] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0000 type:create cxid:0x4 zxid:0x7 txntype:-1 reqpath:n/a Error Path:/brokers Error:KeeperErrorCode = NoNode for /brokers (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,070] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x5 zxid:0xa txntype:-1 reqpath:n/a Error Path:/brokers Error:KeeperErrorCode = NodeExists for /brokers (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,072] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0000 type:create cxid:0xa zxid:0xc txntype:-1 reqpath:n/a Error Path:/config Error:KeeperErrorCode = NoNode for /config (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,077] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0000 type:create cxid:0x10 zxid:0x10 txntype:-1 reqpath:n/a Error Path:/admin Error:KeeperErrorCode = NoNode for /admin (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,084] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x6 zxid:0x12 txntype:-1 reqpath:n/a Error Path:/brokers/ids Error:KeeperErrorCode = NodeExists for /brokers/ids (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,088] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0002 type:create cxid:0x3 zxid:0x14 txntype:-1 reqpath:n/a Error Path:/brokers/ids Error:KeeperErrorCode = NodeExists for /brokers/ids (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,095] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0000 type:create cxid:0x12 zxid:0x15 txntype:-1 reqpath:n/a Error Path:/admin/delete_topics Error:KeeperErrorCode = NodeExists for /admin/delete_topics (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,571] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:setData cxid:0x12 zxid:0x17 txntype:-1 reqpath:n/a Error Path:/controller_epoch Error:KeeperErrorCode = NoNode for /controller_epoch (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,698] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:delete cxid:0x22 zxid:0x19 txntype:-1 reqpath:n/a Error Path:/admin/preferred_replica_election Error:KeeperErrorCode = NoNode for /admin/preferred_replica_election (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:34,679] INFO Accepted socket connection from /127.0.0.1:33338 (org.apache.zookeeper.server.NIOServerCnxnFactory)
INFO:testinstances.kafka:[2016-03-08 03:26:34,680] WARN caught end of stream exception (org.apache.zookeeper.server.NIOServerCnxn)
INFO:testinstances.kafka:EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket
INFO:testinstances.kafka:at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
INFO:testinstances.kafka:at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:34,706] INFO Closed socket connection for client /127.0.0.1:33338 (no session established for client) (org.apache.zookeeper.server.NIOServerCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,567] INFO Verifying properties (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,736] INFO Property broker.id is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,736] INFO Property delete.topic.enable is overridden to true (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,736] INFO Property log.cleaner.enable is overridden to false (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,736] INFO Property log.dirs is overridden to /tmp/tmpu5p2s66d/kafka/data_1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,736] INFO Property log.segment.bytes is overridden to 1073741824 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property num.io.threads is overridden to 8 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property num.network.threads is overridden to 3 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property num.partitions is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property num.recovery.threads.per.data.dir is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property port is overridden to 9093 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property socket.receive.buffer.bytes is overridden to 102400 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property socket.request.max.bytes is overridden to 104857600 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property socket.send.buffer.bytes is overridden to 102400 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,737] INFO Property zookeeper.connect is overridden to localhost:2181 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,738] INFO Property zookeeper.connection.timeout.ms is overridden to 6000 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,837] INFO [Kafka Server 1], starting (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,838] INFO [Kafka Server 1], Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,867] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:host.name=vagrant-ubuntu-trusty-64 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.version=1.7.0_80 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.home=/usr/lib/jvm/java-7-oracle/jre (org.apache.zookeeper.ZooKeeper)
INFO:pykafka.test.kafka_instance:Creating topic b'9c25d4d15902458bb9dbf8c56e57fd59'
DEBUG:pykafka.test.kafka_instance:running: /tmp/kafka-bin/bin/kafka-topics.sh --zookeeper localhost:2181 --create --topic 9c25d4d15902458bb9dbf8c56e57fd59 --partitions 3 --replication-factor 2
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:os.version=3.13.0-77-generic (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:user.name=vagrant (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:user.home=/home/vagrant (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,859] INFO Client environment:user.dir=/home/vagrant/repos/pykafka (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,860] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=6000 watcher=org.I0Itec.zkclient.ZkClient@2759b14b (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,908] INFO Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,916] INFO Socket connection established to localhost/127.0.0.1:2181, initiating session (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,943] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1535442fe0d0000, negotiated timeout = 6000 (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,957] INFO zookeeper state changed (SyncConnected) (org.I0Itec.zkclient.ZkClient)
INFO:testinstances.kafka:[2016-03-08 03:26:31,211] INFO Log directory '/tmp/tmpu5p2s66d/kafka/data_0' not found, creating it. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.class.path=:/tmp/kafka-bin/bin/../core/build/dependant-libs-2.10.4*/*.jar:/tmp/kafka-bin/bin/../examples/build/libs//kafka-examples*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-consumer/build/libs//kafka-hadoop-consumer*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-producer/build/libs//kafka-hadoop-producer*.jar:/tmp/kafka-bin/bin/../clients/build/libs/kafka-clients*.jar:/tmp/kafka-bin/bin/../libs/jopt-simple-3.2.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-javadoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-scaladoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-sources.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-test.jar:/tmp/kafka-bin/bin/../libs/kafka-clients-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/log4j-1.2.16.jar:/tmp/kafka-bin/bin/../libs/lz4-1.2.0.jar:/tmp/kafka-bin/bin/../libs/metrics-core-2.2.0.jar:/tmp/kafka-bin/bin/../libs/scala-library-2.10.4.jar:/tmp/kafka-bin/bin/../libs/slf4j-api-1.7.6.jar:/tmp/kafka-bin/bin/../libs/slf4j-log4j12-1.6.1.jar:/tmp/kafka-bin/bin/../libs/snappy-java-1.1.1.6.jar:/tmp/kafka-bin/bin/../libs/zkclient-0.3.jar:/tmp/kafka-bin/bin/../libs/zookeeper-3.4.6.jar:/tmp/kafka-bin/bin/../core/build/libs/kafka_2.10*.jar (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:os.version=3.13.0-77-generic (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:user.name=vagrant (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:user.home=/home/vagrant (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,882] INFO Client environment:user.dir=/home/vagrant/repos/pykafka (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,883] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=6000 watcher=org.I0Itec.zkclient.ZkClient@2759b14b (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,923] INFO Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,962] INFO Socket connection established to localhost/127.0.0.1:2181, initiating session (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:31,003] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1535442fe0d0002, negotiated timeout = 6000 (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:31,010] INFO zookeeper state changed (SyncConnected) (org.I0Itec.zkclient.ZkClient)
INFO:testinstances.kafka:[2016-03-08 03:26:31,222] INFO Log directory '/tmp/tmpu5p2s66d/kafka/data_1' not found, creating it. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,251] INFO Loading logs. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,259] INFO Logs loading complete. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,259] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,282] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,340] INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.Acceptor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,341] INFO [Socket Server on Broker 1], Started (kafka.network.SocketServer)
INFO:testinstances.kafka:[2016-03-08 03:26:31,506] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$)
INFO:testinstances.kafka:[2016-03-08 03:26:30,495] INFO Verifying properties (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,727] INFO Property broker.id is overridden to 2 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,728] INFO Property delete.topic.enable is overridden to true (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,728] INFO Property log.cleaner.enable is overridden to false (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,728] INFO Property log.dirs is overridden to /tmp/tmpu5p2s66d/kafka/data_2 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,728] INFO Property log.segment.bytes is overridden to 1073741824 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,728] INFO Property num.io.threads is overridden to 8 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,728] INFO Property num.network.threads is overridden to 3 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property num.partitions is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property num.recovery.threads.per.data.dir is overridden to 1 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property port is overridden to 9094 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property socket.receive.buffer.bytes is overridden to 102400 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property socket.request.max.bytes is overridden to 104857600 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property socket.send.buffer.bytes is overridden to 102400 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property zookeeper.connect is overridden to localhost:2181 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,729] INFO Property zookeeper.connection.timeout.ms is overridden to 6000 (kafka.utils.VerifiableProperties)
INFO:testinstances.kafka:[2016-03-08 03:26:30,820] INFO [Kafka Server 2], starting (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,821] INFO [Kafka Server 2], Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:30,858] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:host.name=vagrant-ubuntu-trusty-64 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.version=1.7.0_80 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.home=/usr/lib/jvm/java-7-oracle/jre (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.class.path=:/tmp/kafka-bin/bin/../core/build/dependant-libs-2.10.4*/*.jar:/tmp/kafka-bin/bin/../examples/build/libs//kafka-examples*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-consumer/build/libs//kafka-hadoop-consumer*.jar:/tmp/kafka-bin/bin/../contrib/hadoop-producer/build/libs//kafka-hadoop-producer*.jar:/tmp/kafka-bin/bin/../clients/build/libs/kafka-clients*.jar:/tmp/kafka-bin/bin/../libs/jopt-simple-3.2.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-javadoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-scaladoc.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-sources.jar:/tmp/kafka-bin/bin/../libs/kafka_2.10-0.8.2.1-test.jar:/tmp/kafka-bin/bin/../libs/kafka-clients-0.8.2.1.jar:/tmp/kafka-bin/bin/../libs/log4j-1.2.16.jar:/tmp/kafka-bin/bin/../libs/lz4-1.2.0.jar:/tmp/kafka-bin/bin/../libs/metrics-core-2.2.0.jar:/tmp/kafka-bin/bin/../libs/scala-library-2.10.4.jar:/tmp/kafka-bin/bin/../libs/slf4j-api-1.7.6.jar:/tmp/kafka-bin/bin/../libs/slf4j-log4j12-1.6.1.jar:/tmp/kafka-bin/bin/../libs/snappy-java-1.1.1.6.jar:/tmp/kafka-bin/bin/../libs/zkclient-0.3.jar:/tmp/kafka-bin/bin/../libs/zookeeper-3.4.6.jar:/tmp/kafka-bin/bin/../core/build/libs/kafka_2.10*.jar (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:os.version=3.13.0-77-generic (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:user.name=vagrant (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:user.home=/home/vagrant (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,868] INFO Client environment:user.dir=/home/vagrant/repos/pykafka (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,869] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=6000 watcher=org.I0Itec.zkclient.ZkClient@2759b14b (org.apache.zookeeper.ZooKeeper)
INFO:testinstances.kafka:[2016-03-08 03:26:30,905] INFO Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,919] INFO Socket connection established to localhost/127.0.0.1:2181, initiating session (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:30,969] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1535442fe0d0001, negotiated timeout = 6000 (org.apache.zookeeper.ClientCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:31,229] INFO Loading logs. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,247] INFO Logs loading complete. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,247] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,261] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,326] INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.Acceptor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,331] INFO [Socket Server on Broker 0], Started (kafka.network.SocketServer)
INFO:testinstances.kafka:[2016-03-08 03:26:31,502] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$)
INFO:testinstances.kafka:[2016-03-08 03:26:31,973] INFO Registered broker 0 at path /brokers/ids/0 with address vagrant-ubuntu-trusty-64:9092. (kafka.utils.ZkUtils$)
INFO:testinstances.kafka:[2016-03-08 03:26:31,975] INFO New leader is 2 (kafka.server.ZookeeperLeaderElector$LeaderChangeListener)
INFO:testinstances.kafka:[2016-03-08 03:26:32,035] INFO [Kafka Server 0], started (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:34,699] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,985] INFO Registered broker 1 at path /brokers/ids/1 with address vagrant-ubuntu-trusty-64:9093. (kafka.utils.ZkUtils$)
INFO:testinstances.kafka:[2016-03-08 03:26:31,994] INFO New leader is 2 (kafka.server.ZookeeperLeaderElector$LeaderChangeListener)
INFO:testinstances.kafka:[2016-03-08 03:26:32,027] INFO [Kafka Server 1], started (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:34,696] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:30,980] INFO zookeeper state changed (SyncConnected) (org.I0Itec.zkclient.ZkClient)
INFO:testinstances.kafka:[2016-03-08 03:26:31,208] INFO Log directory '/tmp/tmpu5p2s66d/kafka/data_2' not found, creating it. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,227] INFO Loading logs. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,237] INFO Logs loading complete. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,238] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,262] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:31,322] INFO Awaiting socket connections on 0.0.0.0:9094. (kafka.network.Acceptor)
INFO:testinstances.kafka:[2016-03-08 03:26:31,326] INFO [Socket Server on Broker 2], Started (kafka.network.SocketServer)
INFO:testinstances.kafka:[2016-03-08 03:26:31,493] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$)
INFO:testinstances.kafka:[2016-03-08 03:26:31,563] INFO 2 successfully elected as leader (kafka.server.ZookeeperLeaderElector)
INFO:testinstances.kafka:[2016-03-08 03:26:31,785] INFO Registered broker 2 at path /brokers/ids/2 with address vagrant-ubuntu-trusty-64:9094. (kafka.utils.ZkUtils$)
INFO:testinstances.kafka:[2016-03-08 03:26:31,825] INFO [Kafka Server 2], started (kafka.server.KafkaServer)
INFO:testinstances.kafka:[2016-03-08 03:26:32,045] INFO New leader is 2 (kafka.server.ZookeeperLeaderElector$LeaderChangeListener)
INFO:testinstances.kafka:[2016-03-08 03:26:34,694] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,333] INFO Accepted socket connection from /127.0.0.1:33342 (org.apache.zookeeper.server.NIOServerCnxnFactory)
INFO:testinstances.kafka:[2016-03-08 03:26:35,340] INFO Client attempting to establish new session at /127.0.0.1:33342 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:35,341] INFO Established session 0x1535442fe0d0003 with negotiated timeout 30000 for client /127.0.0.1:33342 (org.apache.zookeeper.server.ZooKeeperServer)
INFO:testinstances.kafka:[2016-03-08 03:26:35,481] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0003 type:setData cxid:0x3 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/config/topics/9c25d4d15902458bb9dbf8c56e57fd59 Error:KeeperErrorCode = NoNode for /config/topics/9c25d4d15902458bb9dbf8c56e57fd59 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,490] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0003 type:create cxid:0x4 zxid:0x1f txntype:-1 reqpath:n/a Error Path:/config/topics Error:KeeperErrorCode = NodeExists for /config/topics (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,517] INFO Processed session termination for sessionid: 0x1535442fe0d0003 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,518] INFO Closed socket connection for client /127.0.0.1:33342 which had sessionid 0x1535442fe0d0003 (org.apache.zookeeper.server.NIOServerCnxn)
INFO:testinstances.kafka:[2016-03-08 03:26:35,625] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x3d zxid:0x23 txntype:-1 reqpath:n/a Error Path:/brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions/1 Error:KeeperErrorCode = NoNode for /brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions/1 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,626] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x3e zxid:0x24 txntype:-1 reqpath:n/a Error Path:/brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions Error:KeeperErrorCode = NoNode for /brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,654] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x42 zxid:0x28 txntype:-1 reqpath:n/a Error Path:/brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions/0 Error:KeeperErrorCode = NoNode for /brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions/0 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,660] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x45 zxid:0x2b txntype:-1 reqpath:n/a Error Path:/brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions/2 Error:KeeperErrorCode = NoNode for /brokers/topics/9c25d4d15902458bb9dbf8c56e57fd59/partitions/2 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:35,838] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions [9c25d4d15902458bb9dbf8c56e57fd59,0] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:35,927] INFO [ReplicaFetcherManager on broker 0] Removed fetcher for partitions [9c25d4d15902458bb9dbf8c56e57fd59,1] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:35,918] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions [9c25d4d15902458bb9dbf8c56e57fd59,2] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:35,930] INFO Completed load of log 9c25d4d15902458bb9dbf8c56e57fd59-0 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:35,948] INFO Created log for partition [9c25d4d15902458bb9dbf8c56e57fd59,0] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 1073741824, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> delete, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:35,949] WARN Partition [9c25d4d15902458bb9dbf8c56e57fd59,0] on broker 2: No checkpointed highwatermark is found for partition [9c25d4d15902458bb9dbf8c56e57fd59,0] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:36,008] INFO Completed load of log 9c25d4d15902458bb9dbf8c56e57fd59-1 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,029] INFO Created log for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 1073741824, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> delete, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,030] WARN Partition [9c25d4d15902458bb9dbf8c56e57fd59,1] on broker 0: No checkpointed highwatermark is found for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:36,004] INFO Completed load of log 9c25d4d15902458bb9dbf8c56e57fd59-2 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,019] INFO Created log for partition [9c25d4d15902458bb9dbf8c56e57fd59,2] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 1073741824, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> delete, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,035] WARN Partition [9c25d4d15902458bb9dbf8c56e57fd59,2] on broker 1: No checkpointed highwatermark is found for partition [9c25d4d15902458bb9dbf8c56e57fd59,2] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:36,032] INFO Completed load of log 9c25d4d15902458bb9dbf8c56e57fd59-1 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,034] INFO Created log for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 1073741824, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> delete, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,037] WARN Partition [9c25d4d15902458bb9dbf8c56e57fd59,1] on broker 2: No checkpointed highwatermark is found for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:36,043] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions [9c25d4d15902458bb9dbf8c56e57fd59,1] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,052] INFO Truncating log 9c25d4d15902458bb9dbf8c56e57fd59-1 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,155] INFO Completed load of log 9c25d4d15902458bb9dbf8c56e57fd59-0 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,158] INFO Created log for partition [9c25d4d15902458bb9dbf8c56e57fd59,0] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 1073741824, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> delete, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,158] WARN Partition [9c25d4d15902458bb9dbf8c56e57fd59,0] on broker 1: No checkpointed highwatermark is found for partition [9c25d4d15902458bb9dbf8c56e57fd59,0] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:36,136] INFO [ReplicaFetcherThread-0-0], Starting (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:36,146] INFO [ReplicaFetcherManager on broker 2] Added fetcher for partitions List([[9c25d4d15902458bb9dbf8c56e57fd59,1], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] ) (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,185] INFO Completed load of log 9c25d4d15902458bb9dbf8c56e57fd59-2 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,200] INFO Created log for partition [9c25d4d15902458bb9dbf8c56e57fd59,2] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 1073741824, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> delete, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,202] WARN Partition [9c25d4d15902458bb9dbf8c56e57fd59,2] on broker 0: No checkpointed highwatermark is found for partition [9c25d4d15902458bb9dbf8c56e57fd59,2] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:36,190] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions [9c25d4d15902458bb9dbf8c56e57fd59,0] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,215] INFO Truncating log 9c25d4d15902458bb9dbf8c56e57fd59-0 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,203] INFO [ReplicaFetcherManager on broker 0] Removed fetcher for partitions [9c25d4d15902458bb9dbf8c56e57fd59,2] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,220] INFO Truncating log 9c25d4d15902458bb9dbf8c56e57fd59-2 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:36,294] INFO [ReplicaFetcherThread-0-2], Starting (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:36,300] INFO [ReplicaFetcherManager on broker 1] Added fetcher for partitions List([[9c25d4d15902458bb9dbf8c56e57fd59,0], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] ) (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,338] INFO [ReplicaFetcherManager on broker 0] Added fetcher for partitions List([[9c25d4d15902458bb9dbf8c56e57fd59,2], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] ) (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:36,370] INFO [ReplicaFetcherThread-0-1], Starting (kafka.server.ReplicaFetcherThread)
DEBUG:pykafka.cluster:Updating cluster, attempt 1/3
DEBUG:pykafka.connection:Connecting to localhost:9092
DEBUG:pykafka.connection:Successfully connected to localhost:9092
INFO:pykafka.handlers:RequestHandler.stop: about to flush requests queue
INFO:pykafka.cluster:Discovered 3 brokers
DEBUG:pykafka.cluster:Discovered broker id 0: b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.cluster:Discovered broker id 1: b'vagrant-ubuntu-trusty-64':9093
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9093
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9093
DEBUG:pykafka.cluster:Discovered broker id 2: b'vagrant-ubuntu-trusty-64':9094
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9094
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9094
INFO:pykafka.cluster:Discovered 1 topics
DEBUG:pykafka.cluster:Discovered topic 'b'9c25d4d15902458bb9dbf8c56e57fd59''
DEBUG:pykafka.connection:Connecting to localhost:9092
DEBUG:pykafka.connection:Successfully connected to localhost:9092
INFO:pykafka.handlers:RequestHandler.stop: about to flush requests queue
INFO:pykafka.topic:Adding 3 partitions
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/0
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/1
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/2
INFO:pykafka.producer:Starting new produce worker for broker 2
INFO:pykafka.producer:Starting new produce worker for broker 0
INFO:pykafka.producer:Starting new produce worker for broker 1
DEBUG:pykafka.producer:Sending 154 messages to broker 2
DEBUG:pykafka.producer:Sending 136 messages to broker 0
DEBUG:pykafka.producer:Sending 157 messages to broker 1
DEBUG:pykafka.cluster:Updating cluster, attempt 1/3
DEBUG:pykafka.producer:Successfully sent 157/157 messages to broker 1
DEBUG:pykafka.producer:Sending 186 messages to broker 1
DEBUG:pykafka.producer:Successfully sent 154/154 messages to broker 2
DEBUG:pykafka.producer:Sending 171 messages to broker 2
DEBUG:pykafka.connection:Connecting to localhost:9092
DEBUG:pykafka.connection:Successfully connected to localhost:9092
DEBUG:pykafka.producer:Successfully sent 136/136 messages to broker 0
DEBUG:pykafka.producer:Sending 196 messages to broker 0
INFO:pykafka.handlers:RequestHandler.stop: about to flush requests queue
INFO:pykafka.cluster:Discovered 3 brokers
DEBUG:pykafka.cluster:Discovered broker id 0: b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.producer:Successfully sent 196/196 messages to broker 0
DEBUG:pykafka.producer:Successfully sent 186/186 messages to broker 1
DEBUG:pykafka.cluster:Discovered broker id 1: b'vagrant-ubuntu-trusty-64':9093
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9093
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9093
DEBUG:pykafka.cluster:Discovered broker id 2: b'vagrant-ubuntu-trusty-64':9094
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9094
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9094
INFO:pykafka.cluster:Discovered 1 topics
DEBUG:pykafka.producer:Successfully sent 171/171 messages to broker 2
DEBUG:pykafka.cluster:Discovered topic 'b'9c25d4d15902458bb9dbf8c56e57fd59''
DEBUG:pykafka.connection:Connecting to localhost:9092
DEBUG:pykafka.connection:Successfully connected to localhost:9092
INFO:pykafka.handlers:RequestHandler.stop: about to flush requests queue
INFO:pykafka.topic:Adding 3 partitions
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/0
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/1
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/2
DEBUG:pykafka.rdkafka.simple_consumer:Configuring _rdk_consumer...
DEBUG:pykafka.rdkafka.simple_consumer:Starting _rdk_consumer with {'start_offsets': [0, 0, 0], 'brokers': b'vagrant-ubuntu-trusty-64:9092,vagrant-ubuntu-trusty-64:9093,vagrant-ubuntu-trusty-64:9094', 'topic_name': b'9c25d4d15902458bb9dbf8c56e57fd59', 'partition_ids': [0, 1, 2]}
INFO:pykafka.handlers:RequestHandler worker: exiting cleanly
INFO:pykafka.handlers:RequestHandler worker: exiting cleanly
INFO:testinstances.kafka:[2016-03-08 03:26:38,906] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:38,931] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:pykafka.handlers:RequestHandler worker: exiting cleanly
INFO:testinstances.kafka:[2016-03-08 03:26:39,152] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:pykafka.handlers:RequestHandler worker: exiting cleanly
DEBUG:pykafka.rdkafka.simple_consumer:Exiting RdKafkaSimpleConsumer poller thread cleanly.
DEBUG:pykafka.rdkafka.simple_consumer:Issued stop to _rdk_consumer.
DEBUG:pykafka.simpleconsumer:Finalising <pykafka.rdkafka.simple_consumer.RdKafkaSimpleConsumer at 0x7f8e4c6b59e8 (consumer_group=None)>
PASSED
tests/pykafka/rdkafka/test_simple_consumer.py::TestRdKafkaSimpleConsumer::test_consumer_lag <- tests/pykafka/test_simpleconsumer.py DEBUG:pykafka.connection:Connecting to localhost:9092
DEBUG:pykafka.connection:Successfully connected to localhost:9092
INFO:pykafka.handlers:RequestHandler.stop: about to flush requests queue
INFO:pykafka.topic:Adding 3 partitions
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/0
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/1
DEBUG:pykafka.topic:Adding partition b'9c25d4d15902458bb9dbf8c56e57fd59'/2
INFO:pykafka.cluster:Attempting to discover offset manager for consumer group 'b'test_lag_group''
INFO:testinstances.kafka:[2016-03-08 03:26:39,211] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,217] INFO Closing socket connection to /10.0.2.15. (kafka.network.Processor)
ERROR:pykafka.cluster:Error discovering offset manager.
DEBUG:pykafka.cluster:Retrying offset manager discovery
INFO:testinstances.kafka:[2016-03-08 03:26:39,250] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:setData cxid:0x4c zxid:0x2e txntype:-1 reqpath:n/a Error Path:/config/topics/__consumer_offsets Error:KeeperErrorCode = NoNode for /config/topics/__consumer_offsets (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,251] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x4d zxid:0x2f txntype:-1 reqpath:n/a Error Path:/config/topics Error:KeeperErrorCode = NodeExists for /config/topics (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,260] INFO Closing socket connection to /192.168.33.10. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,255] INFO Topic creation {"version":1,"partitions":{"45":[2,1,0],"34":[0,2,1],"12":[2,0,1],"8":[1,2,0],"19":[0,1,2],"23":[1,0,2],"4":[0,2,1],"40":[0,2,1],"15":[2,1,0],"11":[1,0,2],"9":[2,1,0],"44":[1,2,0],"33":[2,1,0],"22":[0,2,1],"26":[1,2,0],"37":[0,1,2],"13":[0,1,2],"46":[0,2,1],"24":[2,0,1],"35":[1,0,2],"16":[0,2,1],"5":[1,0,2],"10":[0,2,1],"48":[2,0,1],"21":[2,1,0],"43":[0,1,2],"32":[1,2,0],"49":[0,1,2],"6":[2,0,1],"36":[2,0,1],"1":[0,1,2],"39":[2,1,0],"17":[1,0,2],"25":[0,1,2],"14":[1,2,0],"47":[1,0,2],"31":[0,1,2],"42":[2,0,1],"0":[2,0,1],"20":[1,2,0],"27":[2,1,0],"2":[1,2,0],"38":[1,2,0],"18":[2,0,1],"30":[2,0,1],"7":[0,1,2],"29":[1,0,2],"41":[1,0,2],"3":[2,1,0],"28":[0,2,1]}} (kafka.admin.AdminUtils$)
INFO:testinstances.kafka:[2016-03-08 03:26:39,264] INFO [KafkaApi-2] Auto creation of topic __consumer_offsets with 50 partitions and replication factor 3 is successful! (kafka.server.KafkaApis)
INFO:testinstances.kafka:[2016-03-08 03:26:39,286] INFO Closing socket connection to /10.0.2.15. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,370] INFO Closing socket connection to /10.0.2.15. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,400] INFO Closing socket connection to /192.168.33.10. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:39,420] INFO Closing socket connection to /10.0.2.15. (kafka.network.Processor)
INFO:pykafka.handlers:RequestHandler worker: exiting cleanly
INFO:testinstances.kafka:[2016-03-08 03:26:40,241] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,133] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x11c zxid:0x32 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/32 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/32 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,134] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x11d zxid:0x33 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,141] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x121 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/16 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/16 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,147] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x124 zxid:0x3a txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/49 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/49 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,153] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x127 zxid:0x3d txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/44 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/44 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,156] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x12a zxid:0x40 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/28 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/28 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,160] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x12d zxid:0x43 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/17 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/17 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,165] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x130 zxid:0x46 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/23 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/23 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,169] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x133 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/7 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/7 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,174] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x136 zxid:0x4c txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/4 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/4 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,177] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x139 zxid:0x4f txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/29 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/29 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,185] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x13c zxid:0x52 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/35 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/35 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,189] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x13f zxid:0x55 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/3 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/3 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,196] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x142 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/24 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/24 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,204] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x145 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/41 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/41 (org.apache.zookeeper.server.PrepRequestProcessor)
ERROR:pykafka.cluster:Error discovering offset manager.
DEBUG:pykafka.cluster:Retrying offset manager discovery
INFO:testinstances.kafka:[2016-03-08 03:26:41,221] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x148 zxid:0x5e txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/0 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/0 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,226] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x14b zxid:0x61 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/38 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/38 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,237] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x14e zxid:0x64 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/13 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/13 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,241] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x151 zxid:0x67 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/8 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/8 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,250] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x154 zxid:0x6a txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/5 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/5 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,259] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x157 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/39 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/39 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,263] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x15a zxid:0x70 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/36 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/36 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,288] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x15d zxid:0x73 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/40 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/40 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,299] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x162 zxid:0x76 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/45 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/45 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,302] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x165 zxid:0x79 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/15 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/15 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,320] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x168 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/33 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/33 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,324] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x16b zxid:0x7f txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/37 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/37 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,330] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x16e zxid:0x82 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/21 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/21 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,339] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x171 zxid:0x85 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/6 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/6 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,343] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x174 zxid:0x88 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/11 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/11 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,347] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x177 zxid:0x8b txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/20 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/20 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,351] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x17a zxid:0x8e txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/47 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/47 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,354] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x17d zxid:0x91 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/2 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/2 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,359] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x180 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/27 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/27 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,370] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x183 zxid:0x97 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/34 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/34 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,375] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x186 zxid:0x9a txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/9 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/9 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,378] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x189 zxid:0x9d txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/22 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/22 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,383] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x18c zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/42 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/42 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,389] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x18f zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/14 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/14 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,393] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x192 zxid:0xa6 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/25 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/25 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,398] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x195 zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/10 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/10 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,401] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x198 zxid:0xac txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/48 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/48 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,406] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x19b zxid:0xaf txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/31 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/31 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,410] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x19e zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/18 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/18 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,414] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1a1 zxid:0xb5 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/19 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/19 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,421] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1a4 zxid:0xb8 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/12 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/12 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,424] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1a7 zxid:0xbb txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/46 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/46 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,428] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1aa zxid:0xbe txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/43 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/43 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,432] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1ad zxid:0xc1 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/1 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/1 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,436] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1b0 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/26 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/26 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,449] INFO Got user-level KeeperException when processing sessionid:0x1535442fe0d0001 type:create cxid:0x1b3 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/brokers/topics/__consumer_offsets/partitions/30 Error:KeeperErrorCode = NoNode for /brokers/topics/__consumer_offsets/partitions/30 (org.apache.zookeeper.server.PrepRequestProcessor)
INFO:testinstances.kafka:[2016-03-08 03:26:41,656] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions [__consumer_offsets,3],[__consumer_offsets,24],[__consumer_offsets,0],[__consumer_offsets,39],[__consumer_offsets,36],[__consumer_offsets,45],[__consumer_offsets,15],[__consumer_offsets,33],[__consumer_offsets,21],[__consumer_offsets,6],[__consumer_offsets,27],[__consumer_offsets,9],[__consumer_offsets,42],[__consumer_offsets,48],[__consumer_offsets,18],[__consumer_offsets,12],[__consumer_offsets,30] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,688] INFO Completed load of log __consumer_offsets-0 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,691] INFO Created log for partition [__consumer_offsets,0] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,692] WARN Partition [__consumer_offsets,0] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,0] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,703] INFO Loading offsets from [__consumer_offsets,0] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,718] INFO Finished loading offsets from [__consumer_offsets,0] in 2 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,719] INFO Completed load of log __consumer_offsets-48 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,725] INFO Created log for partition [__consumer_offsets,48] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,725] WARN Partition [__consumer_offsets,48] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,48] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,730] INFO Loading offsets from [__consumer_offsets,48] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,731] INFO Finished loading offsets from [__consumer_offsets,48] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,738] INFO Completed load of log __consumer_offsets-45 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,739] INFO Created log for partition [__consumer_offsets,45] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,740] WARN Partition [__consumer_offsets,45] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,45] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,752] INFO Loading offsets from [__consumer_offsets,45] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,753] INFO Finished loading offsets from [__consumer_offsets,45] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,755] INFO Completed load of log __consumer_offsets-42 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,756] INFO Created log for partition [__consumer_offsets,42] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,757] WARN Partition [__consumer_offsets,42] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,42] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,766] INFO Loading offsets from [__consumer_offsets,42] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,771] INFO Finished loading offsets from [__consumer_offsets,42] in 2 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,785] INFO Completed load of log __consumer_offsets-39 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,794] INFO Created log for partition [__consumer_offsets,39] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,794] WARN Partition [__consumer_offsets,39] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,39] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,847] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions [__consumer_offsets,32],[__consumer_offsets,44],[__consumer_offsets,17],[__consumer_offsets,23],[__consumer_offsets,29],[__consumer_offsets,35],[__consumer_offsets,41],[__consumer_offsets,38],[__consumer_offsets,8],[__consumer_offsets,5],[__consumer_offsets,11],[__consumer_offsets,20],[__consumer_offsets,47],[__consumer_offsets,2],[__consumer_offsets,14],[__consumer_offsets,26] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,857] INFO [ReplicaFetcherManager on broker 0] Removed fetcher for partitions [__consumer_offsets,16],[__consumer_offsets,49],[__consumer_offsets,28],[__consumer_offsets,7],[__consumer_offsets,4],[__consumer_offsets,13],[__consumer_offsets,40],[__consumer_offsets,37],[__consumer_offsets,34],[__consumer_offsets,22],[__consumer_offsets,25],[__consumer_offsets,10],[__consumer_offsets,31],[__consumer_offsets,19],[__consumer_offsets,46],[__consumer_offsets,43],[__consumer_offsets,1] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,799] INFO Loading offsets from [__consumer_offsets,39] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,815] INFO Finished loading offsets from [__consumer_offsets,39] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,818] INFO Completed load of log __consumer_offsets-36 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,819] INFO Created log for partition [__consumer_offsets,36] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,819] WARN Partition [__consumer_offsets,36] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,36] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,824] INFO Loading offsets from [__consumer_offsets,36] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,827] INFO Finished loading offsets from [__consumer_offsets,36] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,831] INFO Completed load of log __consumer_offsets-33 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,833] INFO Created log for partition [__consumer_offsets,33] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,833] WARN Partition [__consumer_offsets,33] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,33] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,840] INFO Loading offsets from [__consumer_offsets,33] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,842] INFO Finished loading offsets from [__consumer_offsets,33] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,844] INFO Completed load of log __consumer_offsets-30 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,868] INFO Created log for partition [__consumer_offsets,30] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,879] WARN Partition [__consumer_offsets,30] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,30] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,879] INFO Loading offsets from [__consumer_offsets,30] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,886] INFO Finished loading offsets from [__consumer_offsets,30] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,885] INFO Completed load of log __consumer_offsets-27 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,887] INFO Created log for partition [__consumer_offsets,27] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,887] WARN Partition [__consumer_offsets,27] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,27] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,891] INFO Loading offsets from [__consumer_offsets,27] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,896] INFO Completed load of log __consumer_offsets-24 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,897] INFO Created log for partition [__consumer_offsets,24] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,897] WARN Partition [__consumer_offsets,24] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,24] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,900] INFO Finished loading offsets from [__consumer_offsets,27] in 8 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,906] INFO Loading offsets from [__consumer_offsets,24] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,906] INFO Finished loading offsets from [__consumer_offsets,24] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,957] INFO Completed load of log __consumer_offsets-29 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,969] INFO Created log for partition [__consumer_offsets,29] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,970] WARN Partition [__consumer_offsets,29] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,29] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,976] INFO Loading offsets from [__consumer_offsets,29] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,985] INFO Finished loading offsets from [__consumer_offsets,29] in 9 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,998] INFO Completed load of log __consumer_offsets-10 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,006] INFO Created log for partition [__consumer_offsets,10] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,007] WARN Partition [__consumer_offsets,10] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,10] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,921] INFO Completed load of log __consumer_offsets-21 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,922] INFO Created log for partition [__consumer_offsets,21] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,922] WARN Partition [__consumer_offsets,21] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,21] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,928] INFO Loading offsets from [__consumer_offsets,21] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,929] INFO Finished loading offsets from [__consumer_offsets,21] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,935] INFO Completed load of log __consumer_offsets-18 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,936] INFO Created log for partition [__consumer_offsets,18] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,936] WARN Partition [__consumer_offsets,18] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,18] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,939] INFO Loading offsets from [__consumer_offsets,18] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,940] INFO Finished loading offsets from [__consumer_offsets,18] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,941] INFO Completed load of log __consumer_offsets-15 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,942] INFO Created log for partition [__consumer_offsets,15] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,943] WARN Partition [__consumer_offsets,15] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,15] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,953] INFO Loading offsets from [__consumer_offsets,15] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,954] INFO Finished loading offsets from [__consumer_offsets,15] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,966] INFO Completed load of log __consumer_offsets-12 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,968] INFO Created log for partition [__consumer_offsets,12] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,970] WARN Partition [__consumer_offsets,12] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,12] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,971] INFO Loading offsets from [__consumer_offsets,12] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,972] INFO Finished loading offsets from [__consumer_offsets,12] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,985] INFO Completed load of log __consumer_offsets-9 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:41,987] INFO Created log for partition [__consumer_offsets,9] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,987] WARN Partition [__consumer_offsets,9] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,9] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:41,991] INFO Loading offsets from [__consumer_offsets,9] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,992] INFO Finished loading offsets from [__consumer_offsets,9] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:41,996] INFO Completed load of log __consumer_offsets-6 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,005] INFO Created log for partition [__consumer_offsets,6] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,008] WARN Partition [__consumer_offsets,6] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,6] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,011] INFO Loading offsets from [__consumer_offsets,6] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,012] INFO Finished loading offsets from [__consumer_offsets,6] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,019] INFO Completed load of log __consumer_offsets-3 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,061] INFO Completed load of log __consumer_offsets-26 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,074] INFO Created log for partition [__consumer_offsets,26] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,077] WARN Partition [__consumer_offsets,26] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,26] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,030] INFO Loading offsets from [__consumer_offsets,10] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,032] INFO Finished loading offsets from [__consumer_offsets,10] in 2 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,103] INFO Completed load of log __consumer_offsets-7 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,105] INFO Created log for partition [__consumer_offsets,7] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,105] WARN Partition [__consumer_offsets,7] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,7] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,036] INFO Created log for partition [__consumer_offsets,3] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,040] WARN Partition [__consumer_offsets,3] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,3] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,041] INFO Loading offsets from [__consumer_offsets,3] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,042] INFO Finished loading offsets from [__consumer_offsets,3] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,064] INFO Completed load of log __consumer_offsets-29 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,065] INFO Created log for partition [__consumer_offsets,29] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,065] WARN Partition [__consumer_offsets,29] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,29] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,087] INFO Completed load of log __consumer_offsets-10 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,088] INFO Created log for partition [__consumer_offsets,10] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,088] WARN Partition [__consumer_offsets,10] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,10] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,106] INFO Completed load of log __consumer_offsets-26 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,107] INFO Created log for partition [__consumer_offsets,26] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,107] WARN Partition [__consumer_offsets,26] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,26] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,116] INFO Completed load of log __consumer_offsets-7 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,117] INFO Created log for partition [__consumer_offsets,7] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,118] WARN Partition [__consumer_offsets,7] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,7] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,078] INFO Loading offsets from [__consumer_offsets,26] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,161] INFO Finished loading offsets from [__consumer_offsets,26] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,196] INFO Completed load of log __consumer_offsets-23 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,120] INFO Loading offsets from [__consumer_offsets,7] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,171] INFO Finished loading offsets from [__consumer_offsets,7] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,232] INFO Completed load of log __consumer_offsets-4 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,181] INFO Completed load of log __consumer_offsets-4 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,187] INFO Created log for partition [__consumer_offsets,4] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,191] WARN Partition [__consumer_offsets,4] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,4] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,200] INFO Completed load of log __consumer_offsets-23 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,201] INFO Created log for partition [__consumer_offsets,23] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,201] WARN Partition [__consumer_offsets,23] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,23] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,216] INFO Completed load of log __consumer_offsets-1 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,217] INFO Created log for partition [__consumer_offsets,1] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,218] WARN Partition [__consumer_offsets,1] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,1] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,214] INFO Created log for partition [__consumer_offsets,23] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,220] WARN Partition [__consumer_offsets,23] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,23] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,262] INFO Created log for partition [__consumer_offsets,4] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,263] WARN Partition [__consumer_offsets,4] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,4] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,263] INFO Loading offsets from [__consumer_offsets,4] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,284] INFO Finished loading offsets from [__consumer_offsets,4] in 3 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,251] INFO Completed load of log __consumer_offsets-20 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,252] INFO Created log for partition [__consumer_offsets,20] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,252] WARN Partition [__consumer_offsets,20] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,20] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,259] INFO Completed load of log __consumer_offsets-17 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,277] INFO Created log for partition [__consumer_offsets,17] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,292] WARN Partition [__consumer_offsets,17] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,17] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,314] INFO Completed load of log __consumer_offsets-14 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,315] INFO Created log for partition [__consumer_offsets,14] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,316] WARN Partition [__consumer_offsets,14] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,14] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,223] INFO Loading offsets from [__consumer_offsets,23] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,320] INFO Finished loading offsets from [__consumer_offsets,23] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,325] INFO Completed load of log __consumer_offsets-20 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,354] INFO Created log for partition [__consumer_offsets,20] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,354] WARN Partition [__consumer_offsets,20] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,20] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,355] INFO Loading offsets from [__consumer_offsets,20] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,359] INFO Finished loading offsets from [__consumer_offsets,20] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,375] INFO Completed load of log __consumer_offsets-1 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,376] INFO Created log for partition [__consumer_offsets,1] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,377] WARN Partition [__consumer_offsets,1] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,1] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,391] INFO Loading offsets from [__consumer_offsets,1] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,392] INFO Finished loading offsets from [__consumer_offsets,1] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,437] INFO Completed load of log __consumer_offsets-49 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,350] INFO Completed load of log __consumer_offsets-49 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,351] INFO Created log for partition [__consumer_offsets,49] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,352] WARN Partition [__consumer_offsets,49] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,49] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,370] INFO Completed load of log __consumer_offsets-11 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,371] INFO Created log for partition [__consumer_offsets,11] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,380] WARN Partition [__consumer_offsets,11] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,11] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,383] INFO Completed load of log __consumer_offsets-46 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,384] INFO Created log for partition [__consumer_offsets,46] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,384] WARN Partition [__consumer_offsets,46] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,46] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,414] INFO Completed load of log __consumer_offsets-8 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,415] INFO Created log for partition [__consumer_offsets,8] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,416] WARN Partition [__consumer_offsets,8] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,8] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,438] INFO Completed load of log __consumer_offsets-43 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,439] INFO Created log for partition [__consumer_offsets,43] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,439] WARN Partition [__consumer_offsets,43] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,43] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,416] INFO Completed load of log __consumer_offsets-17 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,432] INFO Created log for partition [__consumer_offsets,17] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,432] WARN Partition [__consumer_offsets,17] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,17] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,444] INFO Loading offsets from [__consumer_offsets,17] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,483] INFO Finished loading offsets from [__consumer_offsets,17] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,518] INFO Completed load of log __consumer_offsets-14 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,476] INFO Created log for partition [__consumer_offsets,49] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,476] WARN Partition [__consumer_offsets,49] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,49] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,490] INFO Loading offsets from [__consumer_offsets,49] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,508] INFO Finished loading offsets from [__consumer_offsets,49] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,471] INFO Completed load of log __consumer_offsets-5 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,473] INFO Created log for partition [__consumer_offsets,5] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,473] WARN Partition [__consumer_offsets,5] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,5] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,500] INFO Completed load of log __consumer_offsets-40 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,502] INFO Created log for partition [__consumer_offsets,40] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,502] WARN Partition [__consumer_offsets,40] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,40] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,513] INFO Completed load of log __consumer_offsets-2 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,514] INFO Created log for partition [__consumer_offsets,2] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,514] WARN Partition [__consumer_offsets,2] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,2] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,556] INFO Created log for partition [__consumer_offsets,14] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,557] WARN Partition [__consumer_offsets,14] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,14] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,568] INFO Loading offsets from [__consumer_offsets,14] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,611] INFO Finished loading offsets from [__consumer_offsets,14] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,629] INFO Completed load of log __consumer_offsets-11 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,561] INFO Completed load of log __consumer_offsets-46 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,563] INFO Created log for partition [__consumer_offsets,46] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,563] WARN Partition [__consumer_offsets,46] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,46] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,575] INFO Loading offsets from [__consumer_offsets,46] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,581] INFO Finished loading offsets from [__consumer_offsets,46] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,637] INFO Completed load of log __consumer_offsets-43 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,646] INFO Created log for partition [__consumer_offsets,43] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,558] INFO Completed load of log __consumer_offsets-37 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,559] INFO Created log for partition [__consumer_offsets,37] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,559] WARN Partition [__consumer_offsets,37] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,37] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,578] INFO Completed load of log __consumer_offsets-34 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,579] INFO Created log for partition [__consumer_offsets,34] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,579] WARN Partition [__consumer_offsets,34] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,34] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,614] INFO Completed load of log __consumer_offsets-31 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,615] INFO Created log for partition [__consumer_offsets,31] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,615] WARN Partition [__consumer_offsets,31] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,31] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,627] INFO Completed load of log __consumer_offsets-47 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,628] INFO Created log for partition [__consumer_offsets,47] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,629] WARN Partition [__consumer_offsets,47] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,47] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,648] INFO Completed load of log __consumer_offsets-19 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,649] INFO Created log for partition [__consumer_offsets,19] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,636] INFO Created log for partition [__consumer_offsets,11] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,638] WARN Partition [__consumer_offsets,11] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,11] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,640] INFO Loading offsets from [__consumer_offsets,11] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,667] INFO Finished loading offsets from [__consumer_offsets,11] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,694] INFO Completed load of log __consumer_offsets-8 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,717] INFO Created log for partition [__consumer_offsets,8] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,673] WARN Partition [__consumer_offsets,19] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,19] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,680] INFO Completed load of log __consumer_offsets-28 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,681] INFO Created log for partition [__consumer_offsets,28] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,681] WARN Partition [__consumer_offsets,28] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,28] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,691] INFO Completed load of log __consumer_offsets-38 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,692] INFO Created log for partition [__consumer_offsets,38] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,706] WARN Partition [__consumer_offsets,38] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,38] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,666] WARN Partition [__consumer_offsets,43] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,43] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,673] INFO Loading offsets from [__consumer_offsets,43] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,698] INFO Finished loading offsets from [__consumer_offsets,43] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,717] INFO Completed load of log __consumer_offsets-40 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,721] INFO Created log for partition [__consumer_offsets,40] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,721] WARN Partition [__consumer_offsets,40] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,40] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,730] INFO Loading offsets from [__consumer_offsets,40] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,718] INFO Completed load of log __consumer_offsets-35 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,719] INFO Created log for partition [__consumer_offsets,35] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,719] WARN Partition [__consumer_offsets,35] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,35] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,728] INFO Completed load of log __consumer_offsets-44 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,729] INFO Created log for partition [__consumer_offsets,44] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,729] WARN Partition [__consumer_offsets,44] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,44] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,751] INFO Completed load of log __consumer_offsets-25 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,739] WARN Partition [__consumer_offsets,8] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,8] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,740] INFO Loading offsets from [__consumer_offsets,8] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,806] INFO Finished loading offsets from [__consumer_offsets,8] in 49 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,788] INFO Finished loading offsets from [__consumer_offsets,40] in 58 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,771] INFO Created log for partition [__consumer_offsets,25] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,772] WARN Partition [__consumer_offsets,25] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,25] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,774] INFO Completed load of log __consumer_offsets-16 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,779] INFO Created log for partition [__consumer_offsets,16] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,780] WARN Partition [__consumer_offsets,16] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,16] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,782] INFO Completed load of log __consumer_offsets-22 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,783] INFO Created log for partition [__consumer_offsets,22] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,783] WARN Partition [__consumer_offsets,22] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,22] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,801] INFO Completed load of log __consumer_offsets-41 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,802] INFO Created log for partition [__consumer_offsets,41] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,802] WARN Partition [__consumer_offsets,41] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,41] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,813] INFO Completed load of log __consumer_offsets-32 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,814] INFO Created log for partition [__consumer_offsets,32] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,814] WARN Partition [__consumer_offsets,32] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,32] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,830] INFO Completed load of log __consumer_offsets-13 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,831] INFO Created log for partition [__consumer_offsets,13] in /tmp/tmpu5p2s66d/kafka/data_2 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,831] WARN Partition [__consumer_offsets,13] on broker 2: No checkpointed highwatermark is found for partition [__consumer_offsets,13] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,832] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions [__consumer_offsets,32],[__consumer_offsets,16],[__consumer_offsets,49],[__consumer_offsets,44],[__consumer_offsets,28],[__consumer_offsets,17],[__consumer_offsets,23],[__consumer_offsets,7],[__consumer_offsets,4],[__consumer_offsets,29],[__consumer_offsets,35],[__consumer_offsets,41],[__consumer_offsets,38],[__consumer_offsets,13],[__consumer_offsets,8],[__consumer_offsets,5],[__consumer_offsets,40],[__consumer_offsets,37],[__consumer_offsets,11],[__consumer_offsets,20],[__consumer_offsets,47],[__consumer_offsets,2],[__consumer_offsets,34],[__consumer_offsets,22],[__consumer_offsets,14],[__consumer_offsets,25],[__consumer_offsets,10],[__consumer_offsets,31],[__consumer_offsets,19],[__consumer_offsets,46],[__consumer_offsets,43],[__consumer_offsets,1],[__consumer_offsets,26] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-32 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-16 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-49 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-44 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-28 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-17 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-23 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,835] INFO Truncating log __consumer_offsets-7 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-4 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-29 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-35 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-41 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-38 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-13 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-8 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-5 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-40 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-37 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-11 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,836] INFO Truncating log __consumer_offsets-20 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-47 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-2 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-34 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-22 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-14 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-25 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-10 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-31 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-19 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,850] INFO Truncating log __consumer_offsets-46 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,851] INFO Truncating log __consumer_offsets-43 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,851] INFO Truncating log __consumer_offsets-1 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,851] INFO Truncating log __consumer_offsets-26 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,895] INFO Completed load of log __consumer_offsets-5 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,897] INFO Created log for partition [__consumer_offsets,5] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,898] WARN Partition [__consumer_offsets,5] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,5] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,950] INFO Completed load of log __consumer_offsets-37 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,952] INFO Created log for partition [__consumer_offsets,37] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,952] WARN Partition [__consumer_offsets,37] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,37] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,964] INFO [ReplicaFetcherThread-0-1], Starting (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:42,967] INFO [ReplicaFetcherManager on broker 2] Added fetcher for partitions List([[__consumer_offsets,32], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,16], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,49], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,44], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,28], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,17], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,23], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,7], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,4], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,29], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,35], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,41], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,38], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,13], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,8], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,5], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,40], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,37], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,11], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,20], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,47], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,2], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,34], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,22], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,14], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,25], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,10], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,31], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,19], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,46], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,43], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,1], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,26], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] ) (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,010] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,011] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,011] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,011] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,011] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,011] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,012] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:42,920] INFO Loading offsets from [__consumer_offsets,5] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,979] INFO Finished loading offsets from [__consumer_offsets,5] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,981] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,981] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,983] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,983] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,983] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,984] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,47] failed due to Leader not local for partition [__consumer_offsets,47] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,984] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 0 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,2] failed due to Leader not local for partition [__consumer_offsets,2] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,993] INFO Completed load of log __consumer_offsets-2 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:42,997] INFO Created log for partition [__consumer_offsets,2] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,006] WARN Partition [__consumer_offsets,2] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,2] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:42,964] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,052] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,053] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,053] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,34] failed due to Leader not local for partition [__consumer_offsets,34] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,053] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:42,971] INFO Loading offsets from [__consumer_offsets,37] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,065] INFO Finished loading offsets from [__consumer_offsets,37] in 2 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,069] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,070] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,31] failed due to Leader not local for partition [__consumer_offsets,31] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,070] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,19] failed due to Leader not local for partition [__consumer_offsets,19] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,083] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,083] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,083] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,083] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,017] INFO Loading offsets from [__consumer_offsets,2] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,076] INFO Finished loading offsets from [__consumer_offsets,2] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,039] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 1 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,077] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 1 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,077] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 1 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,077] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 1 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,077] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 1 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,078] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 1 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,47] failed due to Leader not local for partition [__consumer_offsets,47] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,093] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 0; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,139] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 2 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,116] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 1; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,084] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,117] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,117] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,117] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,118] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,118] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,124] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,124] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,124] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,124] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,124] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,124] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,125] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,134] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,134] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,134] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,134] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,134] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,143] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 2 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,144] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 2 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,144] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 2 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,144] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 2 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,144] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 2 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,47] failed due to Leader not local for partition [__consumer_offsets,47] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,146] INFO Completed load of log __consumer_offsets-47 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,148] INFO Created log for partition [__consumer_offsets,47] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,148] WARN Partition [__consumer_offsets,47] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,47] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,135] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,097] INFO Completed load of log __consumer_offsets-34 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,105] INFO Created log for partition [__consumer_offsets,34] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,127] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,127] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,128] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,128] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,34] failed due to Leader not local for partition [__consumer_offsets,34] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,128] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,128] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,129] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,31] failed due to Leader not local for partition [__consumer_offsets,31] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,129] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,19] failed due to Leader not local for partition [__consumer_offsets,19] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,136] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,164] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,165] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,166] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 3 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,171] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 3 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,172] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 3 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,172] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 3 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,172] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 3 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,171] INFO Loading offsets from [__consumer_offsets,47] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,176] INFO Finished loading offsets from [__consumer_offsets,47] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,178] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 2; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,187] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 4 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,188] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 4 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,188] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 4 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,188] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 4 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,188] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 4 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,192] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 4; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,194] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 3; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,185] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,137] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,133] WARN Partition [__consumer_offsets,34] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,34] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,201] INFO Loading offsets from [__consumer_offsets,34] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,201] INFO Finished loading offsets from [__consumer_offsets,34] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,200] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,202] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,202] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,203] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,203] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,31] failed due to Leader not local for partition [__consumer_offsets,31] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,203] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,19] failed due to Leader not local for partition [__consumer_offsets,19] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,138] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 15; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,132] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 14; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,226] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 16; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,186] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,224] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,224] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,224] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,224] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,224] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,227] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,227] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,227] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,228] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,228] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,229] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,251] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,233] INFO Completed load of log __consumer_offsets-31 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,230] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,262] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,263] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,263] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,263] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,264] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,31] failed due to Leader not local for partition [__consumer_offsets,31] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,264] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,19] failed due to Leader not local for partition [__consumer_offsets,19] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,268] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 17; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,252] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,269] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,291] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,291] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,291] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,292] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,293] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,293] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,293] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,313] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,313] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,313] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,314] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,315] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,315] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:[2016-03-08 03:26:43,254] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 5 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,280] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 5 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,280] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 5 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,281] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 5 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,281] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 5 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,250] INFO Completed load of log __consumer_offsets-38 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,316] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 6 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,316] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 6 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,316] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 6 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,317] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 6 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,317] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 6 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,38] failed due to Leader not local for partition [__consumer_offsets,38] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,319] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 6; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,285] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 5; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,327] INFO Created log for partition [__consumer_offsets,38] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,343] WARN Partition [__consumer_offsets,38] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,38] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,344] INFO Loading offsets from [__consumer_offsets,38] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,345] INFO Finished loading offsets from [__consumer_offsets,38] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,271] INFO Created log for partition [__consumer_offsets,31] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,294] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,299] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,300] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,300] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,300] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,300] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,31] failed due to Leader not local for partition [__consumer_offsets,31] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,301] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 18 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,19] failed due to Leader not local for partition [__consumer_offsets,19] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,302] WARN Partition [__consumer_offsets,31] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,31] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,303] INFO Loading offsets from [__consumer_offsets,31] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,304] INFO Finished loading offsets from [__consumer_offsets,31] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,308] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 18; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,341] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,342] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,342] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,367] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,368] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,369] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,369] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,369] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,373] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 19 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,373] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 19 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,373] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 19 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,374] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 19 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,374] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 19 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,374] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 19 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,19] failed due to Leader not local for partition [__consumer_offsets,19] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,378] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 19; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,386] INFO Completed load of log __consumer_offsets-19 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,389] INFO Created log for partition [__consumer_offsets,19] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,389] WARN Partition [__consumer_offsets,19] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,19] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,371] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,392] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,412] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 7 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,413] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 7 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,413] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 7 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,413] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 7 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,433] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 8 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,433] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 8 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,434] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 8 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,35] failed due to Leader not local for partition [__consumer_offsets,35] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,434] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 8 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,438] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 8; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:[2016-03-08 03:26:43,417] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,418] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,419] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,419] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,419] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,431] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,432] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,432] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,432] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,432] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,432] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,461] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,462] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,466] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,467] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,468] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,469] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,469] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,469] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,469] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,469] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,478] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,420] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 20 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,439] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 20 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,440] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 20 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,441] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 20 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,441] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 20 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,439] INFO Loading offsets from [__consumer_offsets,19] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,443] INFO Finished loading offsets from [__consumer_offsets,19] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,448] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 20; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,481] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 21 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,481] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 21 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,481] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 21 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,482] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 21 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,485] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 21 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,502] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 21; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,479] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,521] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,521] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,522] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,524] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,416] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 7; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,525] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,527] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 22 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,530] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 22 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,28] failed due to Leader not local for partition [__consumer_offsets,28] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,530] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 22 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,530] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 22 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,530] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 22 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,428] INFO Completed load of log __consumer_offsets-35 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,456] INFO Created log for partition [__consumer_offsets,35] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,456] WARN Partition [__consumer_offsets,35] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,35] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,470] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 9 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,470] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 9 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,471] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 9 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,473] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 9; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,495] INFO Loading offsets from [__consumer_offsets,35] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,497] INFO Finished loading offsets from [__consumer_offsets,35] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,551] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 10 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,551] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 10 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,551] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 10 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,548] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,570] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,570] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,570] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,570] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,570] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,535] INFO Completed load of log __consumer_offsets-28 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,557] INFO Created log for partition [__consumer_offsets,28] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,558] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 22; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,578] WARN Partition [__consumer_offsets,28] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,28] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,571] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,572] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,572] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,572] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,572] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,572] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,572] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,590] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,590] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,591] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,591] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,591] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,591] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,591] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,603] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,604] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,604] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,604] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,604] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,604] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,616] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,616] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,616] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,578] INFO Loading offsets from [__consumer_offsets,28] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,579] INFO Finished loading offsets from [__consumer_offsets,28] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,607] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 23 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,607] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 23 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,607] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 23 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,608] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 23 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,629] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 23; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,617] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,618] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,618] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,649] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,650] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,650] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,562] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 10; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,573] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 11 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,574] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 11 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,574] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 11 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,578] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 11; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,619] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 12 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,619] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 12 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,44] failed due to Leader not local for partition [__consumer_offsets,44] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,620] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 12 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,622] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 12; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,631] INFO Completed load of log __consumer_offsets-44 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,633] INFO Created log for partition [__consumer_offsets,44] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,660] WARN Partition [__consumer_offsets,44] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,44] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,679] INFO Loading offsets from [__consumer_offsets,44] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,651] INFO Completed load of log __consumer_offsets-16 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,695] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 24 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,16] failed due to Leader not local for partition [__consumer_offsets,16] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,695] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 24 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,696] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 24 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,696] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 24 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,701] INFO Created log for partition [__consumer_offsets,16] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,701] WARN Partition [__consumer_offsets,16] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,16] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,715] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 24; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,16]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,726] INFO Loading offsets from [__consumer_offsets,16] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,727] INFO Finished loading offsets from [__consumer_offsets,16] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,760] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 25 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,760] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 25 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,760] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 25 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,765] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 25; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,13]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,659] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,685] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,686] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,650] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,693] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,693] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,693] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,693] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,693] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,693] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,707] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,708] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,719] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,719] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,719] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,719] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,719] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,719] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,739] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,739] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,739] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,739] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,739] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,739] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,740] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,740] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,740] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,740] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,740] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,740] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,758] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,758] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,769] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,770] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,770] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,770] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,770] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,770] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,770] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,680] INFO Finished loading offsets from [__consumer_offsets,44] in 1 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,689] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 13 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,690] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 13 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,709] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,710] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 14 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,714] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 14; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,731] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 13; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,736] INFO Completed load of log __consumer_offsets-32 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,790] INFO Created log for partition [__consumer_offsets,32] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,792] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,32] failed due to Leader not local for partition [__consumer_offsets,32] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,792] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 15 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,796] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 15; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,32]
INFO:testinstances.kafka:[2016-03-08 03:26:43,797] INFO Completed load of log __consumer_offsets-25 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,818] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 26 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,818] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 26 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,818] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 26 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,822] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 26; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,13]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,839] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 27 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,840] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 27 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,840] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 27 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,25] failed due to Leader not local for partition [__consumer_offsets,25] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,776] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,776] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,776] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,776] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,776] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,777] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,777] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,777] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,808] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,808] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,808] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,808] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,808] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,809] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,815] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,815] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,816] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,835] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,835] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,836] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,837] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,837] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,837] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,837] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,837] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,866] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,845] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 27; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,13]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,847] INFO Created log for partition [__consumer_offsets,25] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,857] WARN Partition [__consumer_offsets,25] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,25] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,858] INFO Loading offsets from [__consumer_offsets,25] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,858] INFO Finished loading offsets from [__consumer_offsets,25] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,867] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,868] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,868] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,868] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,800] WARN Partition [__consumer_offsets,32] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,32] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,800] INFO Loading offsets from [__consumer_offsets,32] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,801] INFO Finished loading offsets from [__consumer_offsets,32] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,811] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 16 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,814] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 16; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,41]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,869] WARN [Replica Manager on Broker 1]: Fetch request with correlation id 17 from client ReplicaFetcherThread-0-1 on partition [__consumer_offsets,41] failed due to Leader not local for partition [__consumer_offsets,41] on broker 1 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,873] ERROR [KafkaApi-1] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 17; ClientId: ReplicaFetcherThread-0-1; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,32] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,44] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,17] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,23] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,29] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,35] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,41] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,38] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,8] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,5] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,11] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,20] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,47] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,2] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,14] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,26] -> PartitionFetchInfo(0,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 1 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,41]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,881] INFO Completed load of log __consumer_offsets-41 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,901] INFO Created log for partition [__consumer_offsets,41] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,909] INFO Completed load of log __consumer_offsets-22 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:43,929] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 28 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,930] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 28 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,22] failed due to Leader not local for partition [__consumer_offsets,22] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,934] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 28; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,13]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:[2016-03-08 03:26:43,888] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,888] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,888] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,888] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,889] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,890] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,890] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,890] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,899] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,32] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,924] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,44] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,924] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,17] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,23] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,29] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,35] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,41] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,38] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:43,942] INFO Created log for partition [__consumer_offsets,22] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,968] WARN Partition [__consumer_offsets,22] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,22] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,969] INFO Loading offsets from [__consumer_offsets,22] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,969] INFO Finished loading offsets from [__consumer_offsets,22] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,981] WARN [Replica Manager on Broker 0]: Fetch request with correlation id 29 from client ReplicaFetcherThread-0-0 on partition [__consumer_offsets,13] failed due to Leader not local for partition [__consumer_offsets,13] on broker 0 (kafka.server.ReplicaManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,985] ERROR [KafkaApi-0] error when handling request Name: FetchRequest; Version: 0; CorrelationId: 29; ClientId: ReplicaFetcherThread-0-0; ReplicaId: 2; MaxWait: 500 ms; MinBytes: 1 bytes; RequestInfo: [__consumer_offsets,16] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,49] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,28] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,7] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,4] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,13] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,40] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,37] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,34] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,22] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,25] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,10] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,31] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,19] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,46] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,43] -> PartitionFetchInfo(0,1048576),[__consumer_offsets,1] -> PartitionFetchInfo(0,1048576),[9c25d4d15902458bb9dbf8c56e57fd59,1] -> PartitionFetchInfo(332,1048576) (kafka.server.KafkaApis)
INFO:testinstances.kafka:kafka.common.NotAssignedReplicaException: Leader 0 failed to record follower 2's position -1 since the replica is not recognized to be one of the assigned replicas for partition [__consumer_offsets,13]
INFO:testinstances.kafka:at kafka.server.ReplicaManager.updateReplicaLEOAndPartitionHW(ReplicaManager.scala:574)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:388)
INFO:testinstances.kafka:at kafka.server.KafkaApis$$anonfun$recordFollowerLogEndOffsets$2.apply(KafkaApis.scala:386)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues$$anonfun$foreach$3.apply(MapLike.scala:245)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:224)
INFO:testinstances.kafka:at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:403)
INFO:testinstances.kafka:at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
INFO:testinstances.kafka:at scala.collection.MapLike$MappedValues.foreach(MapLike.scala:245)
INFO:testinstances.kafka:at kafka.server.KafkaApis.recordFollowerLogEndOffsets(KafkaApis.scala:386)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handleFetchRequest(KafkaApis.scala:351)
INFO:testinstances.kafka:at kafka.server.KafkaApis.handle(KafkaApis.scala:60)
INFO:testinstances.kafka:at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:59)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,8] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,5] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,11] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,20] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,47] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,2] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,925] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,14] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,926] ERROR [ReplicaFetcherThread-0-1], Error for partition [__consumer_offsets,26] to broker 1:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,890] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,928] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,940] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,941] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,942] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,979] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,979] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,979] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,979] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,910] WARN Partition [__consumer_offsets,41] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,41] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:43,911] INFO Loading offsets from [__consumer_offsets,41] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,912] INFO Finished loading offsets from [__consumer_offsets,41] in 0 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:43,979] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:43,979] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:at java.lang.Thread.run(Thread.java:745)
INFO:testinstances.kafka:[2016-03-08 03:26:44,065] INFO Completed load of log __consumer_offsets-0 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,075] INFO Created log for partition [__consumer_offsets,0] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,075] WARN Partition [__consumer_offsets,0] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,0] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,010] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,16] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,49] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,28] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,7] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,4] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,13] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,40] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,37] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,011] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,34] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,012] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,22] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,012] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,25] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,022] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,10] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,023] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,31] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,023] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,19] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,017] INFO Completed load of log __consumer_offsets-13 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,018] INFO Created log for partition [__consumer_offsets,13] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,019] WARN Partition [__consumer_offsets,13] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,13] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,026] INFO Loading offsets from [__consumer_offsets,13] (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,028] INFO Finished loading offsets from [__consumer_offsets,13] in 2 milliseconds. (kafka.server.OffsetManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,023] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,46] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,023] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,43] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,023] ERROR [ReplicaFetcherThread-0-0], Error for partition [__consumer_offsets,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,023] ERROR [ReplicaFetcherThread-0-0], Error for partition [9c25d4d15902458bb9dbf8c56e57fd59,1] to broker 0:class kafka.common.UnknownException (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:44,106] INFO Completed load of log __consumer_offsets-48 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,116] INFO Created log for partition [__consumer_offsets,48] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,116] WARN Partition [__consumer_offsets,48] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,48] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,164] INFO Completed load of log __consumer_offsets-10 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,166] INFO Created log for partition [__consumer_offsets,10] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,166] WARN Partition [__consumer_offsets,10] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,10] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,201] INFO Completed load of log __consumer_offsets-45 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,202] INFO Created log for partition [__consumer_offsets,45] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,127] INFO Completed load of log __consumer_offsets-0 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,128] INFO Created log for partition [__consumer_offsets,0] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,129] WARN Partition [__consumer_offsets,0] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,0] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,182] INFO Completed load of log __consumer_offsets-29 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,189] INFO Created log for partition [__consumer_offsets,29] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,200] WARN Partition [__consumer_offsets,29] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,29] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,207] INFO Completed load of log __consumer_offsets-48 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,208] INFO Created log for partition [__consumer_offsets,48] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,209] WARN Partition [__consumer_offsets,48] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,48] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,203] WARN Partition [__consumer_offsets,45] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,45] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,277] INFO Completed load of log __consumer_offsets-45 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,288] INFO Created log for partition [__consumer_offsets,45] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,290] WARN Partition [__consumer_offsets,45] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,45] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,254] INFO Completed load of log __consumer_offsets-7 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,256] INFO Created log for partition [__consumer_offsets,7] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,256] WARN Partition [__consumer_offsets,7] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,7] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,301] INFO Completed load of log __consumer_offsets-42 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,330] INFO Completed load of log __consumer_offsets-26 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,332] INFO Created log for partition [__consumer_offsets,26] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,333] WARN Partition [__consumer_offsets,26] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,26] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,325] INFO Created log for partition [__consumer_offsets,42] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,338] WARN Partition [__consumer_offsets,42] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,42] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,350] INFO Completed load of log __consumer_offsets-4 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,352] INFO Created log for partition [__consumer_offsets,4] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,352] WARN Partition [__consumer_offsets,4] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,4] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,369] INFO Completed load of log __consumer_offsets-1 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,394] INFO Created log for partition [__consumer_offsets,1] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,395] WARN Partition [__consumer_offsets,1] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,1] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,405] INFO Completed load of log __consumer_offsets-39 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,407] INFO Created log for partition [__consumer_offsets,39] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,407] WARN Partition [__consumer_offsets,39] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,39] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,338] INFO Completed load of log __consumer_offsets-42 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,361] INFO Created log for partition [__consumer_offsets,42] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,374] WARN Partition [__consumer_offsets,42] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,42] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,393] INFO Completed load of log __consumer_offsets-23 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,400] INFO Created log for partition [__consumer_offsets,23] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,401] WARN Partition [__consumer_offsets,23] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,23] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,471] INFO Completed load of log __consumer_offsets-36 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,479] INFO Created log for partition [__consumer_offsets,36] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,479] WARN Partition [__consumer_offsets,36] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,36] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,501] INFO Completed load of log __consumer_offsets-33 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,521] INFO Created log for partition [__consumer_offsets,33] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,521] WARN Partition [__consumer_offsets,33] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,33] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,528] INFO Completed load of log __consumer_offsets-49 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,434] INFO Completed load of log __consumer_offsets-39 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,436] INFO Created log for partition [__consumer_offsets,39] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,436] WARN Partition [__consumer_offsets,39] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,39] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,457] INFO Completed load of log __consumer_offsets-20 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,459] INFO Created log for partition [__consumer_offsets,20] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,459] WARN Partition [__consumer_offsets,20] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,20] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,507] INFO Completed load of log __consumer_offsets-17 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,509] INFO Created log for partition [__consumer_offsets,17] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,509] WARN Partition [__consumer_offsets,17] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,17] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,552] INFO Completed load of log __consumer_offsets-36 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,555] INFO Created log for partition [__consumer_offsets,36] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,557] WARN Partition [__consumer_offsets,36] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,36] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,582] INFO Completed load of log __consumer_offsets-14 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,584] INFO Created log for partition [__consumer_offsets,14] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,584] WARN Partition [__consumer_offsets,14] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,14] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,554] INFO Created log for partition [__consumer_offsets,49] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,556] WARN Partition [__consumer_offsets,49] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,49] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,581] INFO Completed load of log __consumer_offsets-30 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,585] INFO Created log for partition [__consumer_offsets,30] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,585] WARN Partition [__consumer_offsets,30] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,30] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,610] INFO Completed load of log __consumer_offsets-46 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,620] INFO Created log for partition [__consumer_offsets,46] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,621] WARN Partition [__consumer_offsets,46] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,46] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,612] INFO Completed load of log __consumer_offsets-33 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,615] INFO Created log for partition [__consumer_offsets,33] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,616] WARN Partition [__consumer_offsets,33] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,33] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,627] INFO Completed load of log __consumer_offsets-11 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,638] INFO Completed load of log __consumer_offsets-27 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,641] INFO Created log for partition [__consumer_offsets,27] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,660] WARN Partition [__consumer_offsets,27] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,27] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,687] INFO Completed load of log __consumer_offsets-24 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,694] INFO Created log for partition [__consumer_offsets,24] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,710] WARN Partition [__consumer_offsets,24] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,24] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,730] INFO Completed load of log __consumer_offsets-43 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,732] INFO Created log for partition [__consumer_offsets,43] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,660] INFO Created log for partition [__consumer_offsets,11] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,661] WARN Partition [__consumer_offsets,11] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,11] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,677] INFO Completed load of log __consumer_offsets-30 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,679] INFO Created log for partition [__consumer_offsets,30] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,679] WARN Partition [__consumer_offsets,30] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,30] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,720] INFO Completed load of log __consumer_offsets-27 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,721] INFO Created log for partition [__consumer_offsets,27] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,722] WARN Partition [__consumer_offsets,27] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,27] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,732] WARN Partition [__consumer_offsets,43] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,43] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,745] INFO Completed load of log __consumer_offsets-8 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,747] INFO Created log for partition [__consumer_offsets,8] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,747] WARN Partition [__consumer_offsets,8] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,8] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,782] INFO Completed load of log __consumer_offsets-24 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,784] INFO Created log for partition [__consumer_offsets,24] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,784] WARN Partition [__consumer_offsets,24] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,24] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,793] INFO Completed load of log __consumer_offsets-5 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,807] INFO Created log for partition [__consumer_offsets,5] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,809] WARN Partition [__consumer_offsets,5] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,5] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,834] INFO Completed load of log __consumer_offsets-21 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,760] INFO Completed load of log __consumer_offsets-21 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,775] INFO Created log for partition [__consumer_offsets,21] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,776] WARN Partition [__consumer_offsets,21] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,21] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,785] INFO Completed load of log __consumer_offsets-40 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,786] INFO Created log for partition [__consumer_offsets,40] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,787] WARN Partition [__consumer_offsets,40] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,40] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,797] INFO Completed load of log __consumer_offsets-37 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,808] INFO Created log for partition [__consumer_offsets,37] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,809] WARN Partition [__consumer_offsets,37] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,37] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,833] INFO Completed load of log __consumer_offsets-18 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,836] INFO Created log for partition [__consumer_offsets,18] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,836] WARN Partition [__consumer_offsets,18] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,18] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,843] INFO Created log for partition [__consumer_offsets,21] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,846] WARN Partition [__consumer_offsets,21] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,21] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,860] INFO Completed load of log __consumer_offsets-2 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,862] INFO Created log for partition [__consumer_offsets,2] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,862] WARN Partition [__consumer_offsets,2] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,2] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,885] INFO Completed load of log __consumer_offsets-18 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,853] INFO Completed load of log __consumer_offsets-15 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,867] INFO Created log for partition [__consumer_offsets,15] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,870] WARN Partition [__consumer_offsets,15] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,15] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,883] INFO Completed load of log __consumer_offsets-34 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,884] INFO Created log for partition [__consumer_offsets,34] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,884] WARN Partition [__consumer_offsets,34] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,34] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,898] INFO Completed load of log __consumer_offsets-12 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,912] INFO Created log for partition [__consumer_offsets,12] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,913] WARN Partition [__consumer_offsets,12] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,12] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,933] INFO Completed load of log __consumer_offsets-31 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,934] INFO Created log for partition [__consumer_offsets,31] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,934] WARN Partition [__consumer_offsets,31] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,31] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,894] INFO Created log for partition [__consumer_offsets,18] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,899] WARN Partition [__consumer_offsets,18] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,18] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,907] INFO Completed load of log __consumer_offsets-15 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,917] INFO Created log for partition [__consumer_offsets,15] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,917] WARN Partition [__consumer_offsets,15] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,15] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,940] INFO Completed load of log __consumer_offsets-12 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,942] INFO Created log for partition [__consumer_offsets,12] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,942] WARN Partition [__consumer_offsets,12] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,12] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,983] INFO Completed load of log __consumer_offsets-9 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,984] INFO Created log for partition [__consumer_offsets,9] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,984] WARN Partition [__consumer_offsets,9] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,9] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,992] INFO Completed load of log __consumer_offsets-19 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,001] INFO Created log for partition [__consumer_offsets,19] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,001] WARN Partition [__consumer_offsets,19] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,19] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,018] INFO Completed load of log __consumer_offsets-28 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,022] INFO Created log for partition [__consumer_offsets,28] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,023] WARN Partition [__consumer_offsets,28] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,28] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,035] INFO Completed load of log __consumer_offsets-6 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,038] INFO Created log for partition [__consumer_offsets,6] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,039] WARN Partition [__consumer_offsets,6] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,6] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,986] INFO Completed load of log __consumer_offsets-9 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:44,988] INFO Created log for partition [__consumer_offsets,9] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:44,988] WARN Partition [__consumer_offsets,9] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,9] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:44,999] INFO Completed load of log __consumer_offsets-47 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,002] INFO Created log for partition [__consumer_offsets,47] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,002] WARN Partition [__consumer_offsets,47] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,47] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,019] INFO Completed load of log __consumer_offsets-38 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,026] INFO Created log for partition [__consumer_offsets,38] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,026] WARN Partition [__consumer_offsets,38] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,38] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,036] INFO Completed load of log __consumer_offsets-35 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,042] INFO Created log for partition [__consumer_offsets,35] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,044] WARN Partition [__consumer_offsets,35] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,35] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,048] INFO Completed load of log __consumer_offsets-44 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,055] INFO Completed load of log __consumer_offsets-25 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,056] INFO Created log for partition [__consumer_offsets,25] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,057] WARN Partition [__consumer_offsets,25] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,25] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,077] INFO Completed load of log __consumer_offsets-16 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,083] INFO Created log for partition [__consumer_offsets,16] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,083] WARN Partition [__consumer_offsets,16] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,16] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,090] INFO Completed load of log __consumer_offsets-22 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,092] INFO Created log for partition [__consumer_offsets,22] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,092] WARN Partition [__consumer_offsets,22] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,22] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,099] INFO Completed load of log __consumer_offsets-3 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,103] INFO Created log for partition [__consumer_offsets,3] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,103] WARN Partition [__consumer_offsets,3] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,3] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,115] INFO Completed load of log __consumer_offsets-13 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,072] INFO Created log for partition [__consumer_offsets,44] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,072] WARN Partition [__consumer_offsets,44] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,44] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,081] INFO Completed load of log __consumer_offsets-6 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,085] INFO Created log for partition [__consumer_offsets,6] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,085] WARN Partition [__consumer_offsets,6] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,6] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,094] INFO Completed load of log __consumer_offsets-41 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,095] INFO Created log for partition [__consumer_offsets,41] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,095] WARN Partition [__consumer_offsets,41] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,41] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,104] INFO Completed load of log __consumer_offsets-32 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,105] INFO Created log for partition [__consumer_offsets,32] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,114] WARN Partition [__consumer_offsets,32] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,32] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,126] INFO Completed load of log __consumer_offsets-3 with log end offset 0 (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,127] INFO Created log for partition [__consumer_offsets,3] in /tmp/tmpu5p2s66d/kafka/data_0 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,128] WARN Partition [__consumer_offsets,3] on broker 0: No checkpointed highwatermark is found for partition [__consumer_offsets,3] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,129] INFO [ReplicaFetcherManager on broker 0] Removed fetcher for partitions [__consumer_offsets,32],[__consumer_offsets,44],[__consumer_offsets,17],[__consumer_offsets,23],[__consumer_offsets,29],[__consumer_offsets,35],[__consumer_offsets,3],[__consumer_offsets,24],[__consumer_offsets,41],[__consumer_offsets,0],[__consumer_offsets,38],[__consumer_offsets,8],[__consumer_offsets,5],[__consumer_offsets,39],[__consumer_offsets,36],[__consumer_offsets,45],[__consumer_offsets,15],[__consumer_offsets,33],[__consumer_offsets,21],[__consumer_offsets,6],[__consumer_offsets,11],[__consumer_offsets,20],[__consumer_offsets,47],[__consumer_offsets,2],[__consumer_offsets,27],[__consumer_offsets,9],[__consumer_offsets,42],[__consumer_offsets,14],[__consumer_offsets,48],[__consumer_offsets,18],[__consumer_offsets,12],[__consumer_offsets,26],[__consumer_offsets,30] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,123] INFO Created log for partition [__consumer_offsets,13] in /tmp/tmpu5p2s66d/kafka/data_1 with properties {segment.index.bytes -> 10485760, file.delete.delay.ms -> 60000, segment.bytes -> 104857600, flush.ms -> 9223372036854775807, delete.retention.ms -> 86400000, index.interval.bytes -> 4096, retention.bytes -> -1, min.insync.replicas -> 1, cleanup.policy -> compact, unclean.leader.election.enable -> true, segment.ms -> 604800000, max.message.bytes -> 1000012, flush.messages -> 9223372036854775807, min.cleanable.dirty.ratio -> 0.5, retention.ms -> 604800000, segment.jitter.ms -> 0}. (kafka.log.LogManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,123] WARN Partition [__consumer_offsets,13] on broker 1: No checkpointed highwatermark is found for partition [__consumer_offsets,13] (kafka.cluster.Partition)
INFO:testinstances.kafka:[2016-03-08 03:26:45,125] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions [__consumer_offsets,16],[__consumer_offsets,49],[__consumer_offsets,28],[__consumer_offsets,7],[__consumer_offsets,4],[__consumer_offsets,3],[__consumer_offsets,24],[__consumer_offsets,0],[__consumer_offsets,13],[__consumer_offsets,39],[__consumer_offsets,36],[__consumer_offsets,40],[__consumer_offsets,45],[__consumer_offsets,15],[__consumer_offsets,33],[__consumer_offsets,37],[__consumer_offsets,21],[__consumer_offsets,6],[__consumer_offsets,27],[__consumer_offsets,34],[__consumer_offsets,9],[__consumer_offsets,22],[__consumer_offsets,42],[__consumer_offsets,25],[__consumer_offsets,10],[__consumer_offsets,48],[__consumer_offsets,31],[__consumer_offsets,18],[__consumer_offsets,19],[__consumer_offsets,12],[__consumer_offsets,46],[__consumer_offsets,43],[__consumer_offsets,1],[__consumer_offsets,30] (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,145] INFO Truncating log __consumer_offsets-16 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,145] INFO Truncating log __consumer_offsets-49 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,145] INFO Truncating log __consumer_offsets-28 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,145] INFO Truncating log __consumer_offsets-7 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,145] INFO Truncating log __consumer_offsets-4 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,160] INFO Truncating log __consumer_offsets-32 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,160] INFO Truncating log __consumer_offsets-44 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-17 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-23 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-29 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-35 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,157] INFO Truncating log __consumer_offsets-3 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,157] INFO Truncating log __consumer_offsets-24 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-0 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-13 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-39 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-36 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-40 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-45 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-15 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-33 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-37 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,158] INFO Truncating log __consumer_offsets-21 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-6 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-27 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-34 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-9 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-22 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-42 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-25 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-10 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,159] INFO Truncating log __consumer_offsets-48 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,160] INFO Truncating log __consumer_offsets-31 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,160] INFO Truncating log __consumer_offsets-18 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,163] INFO Truncating log __consumer_offsets-19 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,163] INFO Truncating log __consumer_offsets-12 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,164] INFO Truncating log __consumer_offsets-46 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,164] INFO Truncating log __consumer_offsets-43 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,164] INFO Truncating log __consumer_offsets-1 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,164] INFO Truncating log __consumer_offsets-30 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,192] INFO [ReplicaFetcherThread-0-0], Starting (kafka.server.ReplicaFetcherThread)
INFO:testinstances.kafka:[2016-03-08 03:26:45,199] INFO [ReplicaFetcherManager on broker 1] Added fetcher for partitions List([[__consumer_offsets,16], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,49], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,28], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,7], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,4], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,3], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,24], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,0], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,13], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,39], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,36], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,40], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,45], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,15], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,33], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,37], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,21], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,6], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,27], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,34], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,9], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,22], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,42], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,25], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,10], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,48], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,31], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,18], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,19], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,12], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,46], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,43], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,1], initOffset 0 to broker id:0,host:vagrant-ubuntu-trusty-64,port:9092] , [[__consumer_offsets,30], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] ) (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-3 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-24 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-41 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-0 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-38 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-8 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,161] INFO Truncating log __consumer_offsets-5 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-39 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-36 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-45 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-15 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-33 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-21 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-6 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-11 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-20 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,162] INFO Truncating log __consumer_offsets-47 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,163] INFO Truncating log __consumer_offsets-2 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,163] INFO Truncating log __consumer_offsets-27 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,163] INFO Truncating log __consumer_offsets-9 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,163] INFO Truncating log __consumer_offsets-42 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,167] INFO Truncating log __consumer_offsets-14 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,167] INFO Truncating log __consumer_offsets-48 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,167] INFO Truncating log __consumer_offsets-18 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,167] INFO Truncating log __consumer_offsets-12 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,167] INFO Truncating log __consumer_offsets-26 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,167] INFO Truncating log __consumer_offsets-30 to offset 0. (kafka.log.Log)
INFO:testinstances.kafka:[2016-03-08 03:26:45,208] INFO [ReplicaFetcherManager on broker 0] Added fetcher for partitions List([[__consumer_offsets,32], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,44], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,17], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,23], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,29], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,35], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,3], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,24], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,41], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,0], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,38], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,8], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,5], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,39], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,36], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,45], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,15], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,33], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,21], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,6], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,11], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,20], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,47], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,2], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,27], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,9], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,42], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,14], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,48], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,18], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,12], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] , [[__consumer_offsets,26], initOffset 0 to broker id:1,host:vagrant-ubuntu-trusty-64,port:9093] , [[__consumer_offsets,30], initOffset 0 to broker id:2,host:vagrant-ubuntu-trusty-64,port:9094] ) (kafka.server.ReplicaFetcherManager)
INFO:testinstances.kafka:[2016-03-08 03:26:45,209] INFO [ReplicaFetcherThread-0-2], Starting (kafka.server.ReplicaFetcherThread)
INFO:pykafka.cluster:Found coordinator broker with id 0
DEBUG:pykafka.simpleconsumer:Fetching offsets for 3 partitions from broker id 0
DEBUG:pykafka.connection:Connecting to b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.connection:Successfully connected to b'vagrant-ubuntu-trusty-64':9092
DEBUG:pykafka.simpleconsumer:Partition 0 has no committed offsets in consumer group b'test_lag_group'. Resetting to -2
DEBUG:pykafka.simpleconsumer:Partition 1 has no committed offsets in consumer group b'test_lag_group'. Resetting to -2
DEBUG:pykafka.simpleconsumer:Partition 2 has no committed offsets in consumer group b'test_lag_group'. Resetting to -2
INFO:pykafka.simpleconsumer:Resetting offsets for 3 partitions
INFO:pykafka.simpleconsumer:Flushed queue for partition 0
INFO:pykafka.simpleconsumer:Flushed queue for partition 1
INFO:pykafka.simpleconsumer:Flushed queue for partition 2
DEBUG:pykafka.simpleconsumer:Committing offsets for 3 partitions to broker id 0
DEBUG:pykafka.rdkafka.simple_consumer:Configuring _rdk_consumer...
DEBUG:pykafka.rdkafka.simple_consumer:Starting _rdk_consumer with {'start_offsets': [0, 0, 0], 'brokers': b'vagrant-ubuntu-trusty-64:9092,vagrant-ubuntu-trusty-64:9093,vagrant-ubuntu-trusty-64:9094', 'topic_name': b'9c25d4d15902458bb9dbf8c56e57fd59', 'partition_ids': [0, 1, 2]}
DEBUG:pykafka.simpleconsumer:Committing offsets for 3 partitions to broker id 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment