-
-
Save joestein/8f6e74ea9da66a4ac924 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@precise64:/vagrant# go test | |
2014-12-19/20:22:41 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:22:41 [INFO] [test] Produce 1 message | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119] Creating new consumer with configuration: | |
GroupId: go-consumer-group | |
SocketTimeoutMs: 30s | |
FetchMessageMaxBytes: 1048576 | |
NumConsumerFetchers: 1 | |
QueuedMaxMessages: 3 | |
RebalanceMaxRetries: 4 | |
FetchMinBytes: 1 | |
FetchWaitMaxMs: 100 | |
RebalanceBackoffMs: 5000000000 | |
RefreshLeaderBackoff: 200000000 | |
OffsetsCommitMaxRetries: 5 | |
OffsetsStorage: zookeeper | |
AutoOffsetReset: smallest | |
ClientId: go-client | |
ConsumerId: 10469503-69ed-e50c-10dc-62b969e0a119 | |
ExcludeInternalTopics: true | |
PartitionAssignmentStrategy: range | |
NumWorkers: 10 | |
MaxWorkerRetries: 3 | |
WorkerRetryThreshold 100 | |
WorkerThresholdTimeWindow 0 | |
WorkerFailureCallback 0x4a57a0 | |
WorkerFailedAttemptCallback 0x4a57b0 | |
WorkerTaskTimeout 1m0s | |
WorkerBackoff 500ms | |
Strategy 0x4a5a20 | |
FetchBatchSize 100 | |
FetchBatchTimeout 5s | |
2014-12-19/20:22:41 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:22:41 [INFO] [test] Starting consumer | |
2014-12-19/20:22:41 [INFO] [test] Waiting for 10s before producing another message | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119] rebalance triggered for 10469503-69ed-e50c-10dc-62b969e0a119 | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119] [{Version: 1, Id: 1, Host: localhost, Port: 9092} {Version: 1, Id: 0, Host: localhost, Port: 9092}] | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119] Releasing partition ownership | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119] {10469503-69ed-e50c-10dc-62b969e0a119 %!s(int=0)} attempting to claim {Topic: inconsistent-producing-1419020559, Partition: 0} | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119] Consumer is trying to reflect partition ownership decision: map[{inconsistent-producing-1419020559 0}:{10469503-69ed-e50c-10dc-62b969e0a119 0}] | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119-manager] Partitions without leader [{inconsistent-producing-1419020559 0}] | |
2014-12-19/20:22:41 [INFO] [10469503-69ed-e50c-10dc-62b969e0a119-manager] Adding fetcher for partitions map[{inconsistent-producing-1419020559 0}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: -1}] | |
2014-12-19/20:22:41 [INFO] [ConsumerFetcherRoutine-10469503-69ed-e50c-10dc-62b969e0a119-0-1] Adding partitions: map[{inconsistent-producing-1419020559 0}:-1] | |
2014-12-19/20:22:41 [INFO] [ConsumerFetcherRoutine-10469503-69ed-e50c-10dc-62b969e0a119-0-1] Fetcher started | |
2014-12-19/20:22:41 [INFO] [zk] Subscribing for changes for go-consumer-group | |
panic: kafka server: Request was for a topic or partition that does not exist on this broker. | |
goroutine 20 [running]: | |
_/vagrant.(*consumerFetcherRoutine).earliestOrLatestOffset(0xc20809e500, 0xc2086e4d20, 0xfffffffffffffffe, 0x0) | |
/vagrant/fetcher.go:672 +0x1d2 | |
_/vagrant.(*consumerFetcherRoutine).handleOffsetOutOfRange(0xc20809e500, 0xc2086e4d20, 0xc2083bf9a8) | |
/vagrant/fetcher.go:651 +0x1db | |
_/vagrant.func·030() | |
/vagrant/fetcher.go:527 +0x18b | |
_/vagrant.inLock(0xc20809e540, 0xc2083bfaf0) | |
/vagrant/utils.go:43 +0x51 | |
_/vagrant.(*consumerFetcherRoutine).addPartitions(0xc20809e500, 0xc2086e8a20) | |
/vagrant/fetcher.go:537 +0x1ba | |
_/vagrant.func·021() | |
/vagrant/fetcher.go:329 +0x98d | |
_/vagrant.inLock(0xc20807e3e0, 0xc2083bfe88) | |
/vagrant/utils.go:43 +0x51 | |
_/vagrant.(*consumerFetcherManager).addFetcherForPartitions(0xc20807e3c0, 0xc2086e87b0) | |
/vagrant/fetcher.go:332 +0x178 | |
_/vagrant.(*consumerFetcherManager).findLeaders(0xc20807e3c0) | |
/vagrant/fetcher.go:242 +0x375 | |
created by _/vagrant.newConsumerFetcherManager | |
/vagrant/fetcher.go:75 +0x8ba | |
goroutine 1 [chan receive]: | |
testing.RunTests(0x921410, 0xa63040, 0xd, 0xd, 0xc208065f01) | |
/usr/local/go/src/testing/testing.go:556 +0xad6 | |
testing.(*M).Run(0xc20802ea50, 0xa6dce0) | |
/usr/local/go/src/testing/testing.go:485 +0x6c | |
main.main() | |
_/vagrant/_test/_testmain.go:76 +0x1d5 | |
goroutine 5 [semacquire]: | |
sync.(*Cond).Wait(0xc20805d380) | |
/usr/local/go/src/sync/cond.go:62 +0x9e | |
github.com/cihub/seelog.(*asyncLoopLogger).processItem(0xc20805a5a0, 0x41ff00) | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:50 +0xc2 | |
github.com/cihub/seelog.(*asyncLoopLogger).processQueue(0xc20805a5a0) | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:63 +0x31 | |
created by github.com/cihub/seelog.newAsyncLoopLogger | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:40 +0x8e | |
goroutine 6 [semacquire]: | |
sync.(*Cond).Wait(0xc20805d540) | |
/usr/local/go/src/sync/cond.go:62 +0x9e | |
github.com/cihub/seelog.(*asyncLoopLogger).processItem(0xc20805a6c0, 0x0) | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:50 +0xc2 | |
github.com/cihub/seelog.(*asyncLoopLogger).processQueue(0xc20805a6c0) | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:63 +0x31 | |
created by github.com/cihub/seelog.newAsyncLoopLogger | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:40 +0x8e | |
goroutine 8 [semacquire]: | |
sync.(*Cond).Wait(0xc20805db00) | |
/usr/local/go/src/sync/cond.go:62 +0x9e | |
github.com/cihub/seelog.(*asyncLoopLogger).processItem(0xc20805a8a0, 0x0) | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:50 +0xc2 | |
github.com/cihub/seelog.(*asyncLoopLogger).processQueue(0xc20805a8a0) | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:63 +0x31 | |
created by github.com/cihub/seelog.newAsyncLoopLogger | |
/opt/go/src/github.com/cihub/seelog/behavior_asynclooplogger.go:40 +0x8e | |
goroutine 9 [sleep]: | |
_/vagrant.TestConsumerWithInconsistentProducing(0xc20802a1b0) | |
/vagrant/consumer_test.go:52 +0x779 | |
testing.tRunner(0xc20802a1b0, 0xa63040) | |
/usr/local/go/src/testing/testing.go:447 +0xbf | |
created by testing.RunTests | |
/usr/local/go/src/testing/testing.go:555 +0xa8b | |
goroutine 11 [semacquire]: | |
sync.(*WaitGroup).Wait(0xc20801e5e0) | |
/usr/local/go/src/sync/waitgroup.go:132 +0x169 | |
github.com/samuel/go-zookeeper/zk.(*Conn).loop(0xc208032410) | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:238 +0x76d | |
github.com/samuel/go-zookeeper/zk.func·001() | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:156 +0x2c | |
created by github.com/samuel/go-zookeeper/zk.ConnectWithDialer | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:160 +0x4b5 | |
goroutine 13 [select]: | |
github.com/samuel/go-zookeeper/zk.(*Conn).sendLoop(0xc208032410, 0x7f2c2e5af538, 0xc20802c030, 0xc20805ad80, 0x0, 0x0) | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:423 +0xce9 | |
github.com/samuel/go-zookeeper/zk.func·002() | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:223 +0x5a | |
created by github.com/samuel/go-zookeeper/zk.(*Conn).loop | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:226 +0x680 | |
goroutine 17 [syscall, locked to thread]: | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1 | |
goroutine 14 [IO wait]: | |
net.(*pollDesc).Wait(0xc208010140, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc208010140, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc2080100e0, 0xc208238000, 0x4, 0x180000, 0x0, 0x7f2c2e5aede8, 0xc2080a0020) | |
/usr/local/go/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20802c030, 0xc208238000, 0x4, 0x180000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x7f2c2e5b05f8, 0xc20802c030, 0xc208238000, 0x4, 0x180000, 0x4, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x7f2c2e5b05f8, 0xc20802c030, 0xc208238000, 0x4, 0x180000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x6d | |
github.com/samuel/go-zookeeper/zk.(*Conn).recvLoop(0xc208032410, 0x7f2c2e5af538, 0xc20802c030, 0x0, 0x0) | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:487 +0x1b6 | |
github.com/samuel/go-zookeeper/zk.func·003() | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:230 +0x5f | |
created by github.com/samuel/go-zookeeper/zk.(*Conn).loop | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:236 +0x75d | |
goroutine 15 [select]: | |
github.com/stealthly/go-kafka/producer.(*KafkaProducer).sendSync(0xc20807dc00, 0x7f2c2e5b24b0, 0xc2080a15b0, 0x0, 0x0) | |
/opt/go/src/github.com/stealthly/go-kafka/producer/kafka_producer.go:53 +0x236 | |
github.com/stealthly/go-kafka/producer.(*KafkaProducer).SendStringSync(0xc20807dc00, 0xc20801e960, 0x14, 0x0, 0x0) | |
/opt/go/src/github.com/stealthly/go-kafka/producer/kafka_producer.go:43 +0x94 | |
_/vagrant.produceN(0xc20802a1b0, 0x1, 0xc20803bd40, 0x21, 0x869190, 0xe) | |
/vagrant/testing_utils.go:151 +0x1fb | |
created by _/vagrant.TestConsumerWithInconsistentProducing | |
/vagrant/consumer_test.go:43 +0x3f2 | |
goroutine 16 [select]: | |
_/vagrant.func·058() | |
/vagrant/consumer_test.go:198 +0x184 | |
created by _/vagrant.newCountingStrategy | |
/vagrant/consumer_test.go:205 +0x1fa | |
goroutine 18 [semacquire]: | |
sync.(*WaitGroup).Wait(0xc20801ec00) | |
/usr/local/go/src/sync/waitgroup.go:132 +0x169 | |
github.com/samuel/go-zookeeper/zk.(*Conn).loop(0xc2080329c0) | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:238 +0x76d | |
github.com/samuel/go-zookeeper/zk.func·001() | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:156 +0x2c | |
created by github.com/samuel/go-zookeeper/zk.ConnectWithDialer | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:160 +0x4b5 | |
goroutine 19 [chan receive]: | |
github.com/rcrowley/go-metrics.(*meterArbiter).tick(0xa65fa0) | |
/opt/go/src/github.com/rcrowley/go-metrics/meter.go:221 +0x52 | |
created by github.com/rcrowley/go-metrics.NewMeter | |
/opt/go/src/github.com/rcrowley/go-metrics/meter.go:40 +0x1f7 | |
goroutine 21 [select]: | |
_/vagrant.(*consumerFetcherManager).waitForNextRequests(0xc20807e3c0) | |
/vagrant/fetcher.go:159 +0x3c7 | |
created by _/vagrant.newConsumerFetcherManager | |
/vagrant/fetcher.go:76 +0x8d4 | |
goroutine 22 [select]: | |
_/vagrant.(*Consumer).startStreams(0xc20807e1e0) | |
/vagrant/consumer.go:176 +0x4cf | |
_/vagrant.(*Consumer).StartStatic(0xc20807e1e0, 0xc20803b6b0) | |
/vagrant/consumer.go:120 +0x4c | |
created by _/vagrant.TestConsumerWithInconsistentProducing | |
/vagrant/consumer_test.go:49 +0x5e2 | |
goroutine 39 [select]: | |
_/vagrant.(*messageBuffer).autoFlush(0xc20809e400) | |
/vagrant/message_buffer.go:63 +0x1c1 | |
created by _/vagrant.newMessageBuffer | |
/vagrant/message_buffer.go:51 +0x299 | |
goroutine 26 [chan receive]: | |
github.com/Shopify/sarama.(*Broker).responseReceiver(0xc20805b560) | |
/opt/go/src/github.com/Shopify/sarama/broker.go:361 +0xe3 | |
github.com/Shopify/sarama.*Broker.(github.com/Shopify/sarama.responseReceiver)·fm() | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2080a05c0) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.func·001 | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x55f | |
goroutine 61 [runnable]: | |
github.com/Shopify/sarama.withRecover(0xc2080a01e0) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:35 | |
created by github.com/Shopify/sarama.safeAsyncClose | |
/opt/go/src/github.com/Shopify/sarama/utils.go:54 +0xac | |
goroutine 28 [select]: | |
github.com/Shopify/sarama.(*Client).backgroundMetadataUpdater(0xc20802a000) | |
/opt/go/src/github.com/Shopify/sarama/client.go:489 +0x27f | |
github.com/Shopify/sarama.*Client.(github.com/Shopify/sarama.backgroundMetadataUpdater)·fm() | |
/opt/go/src/github.com/Shopify/sarama/client.go:80 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2080a1550) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.NewClient | |
/opt/go/src/github.com/Shopify/sarama/client.go:80 +0x673 | |
goroutine 29 [chan receive]: | |
github.com/Shopify/sarama.(*Producer).topicDispatcher(0xc208058be0) | |
/opt/go/src/github.com/Shopify/sarama/producer.go:259 +0xbd | |
github.com/Shopify/sarama.*Producer.(github.com/Shopify/sarama.topicDispatcher)·fm() | |
/opt/go/src/github.com/Shopify/sarama/producer.go:134 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2080a1580) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.NewProducer | |
/opt/go/src/github.com/Shopify/sarama/producer.go:134 +0x3b6 | |
goroutine 30 [chan receive]: | |
github.com/Shopify/sarama.(*Producer).retryHandler(0xc208058be0) | |
/opt/go/src/github.com/Shopify/sarama/producer.go:593 +0x98 | |
github.com/Shopify/sarama.*Producer.(github.com/Shopify/sarama.retryHandler)·fm() | |
/opt/go/src/github.com/Shopify/sarama/producer.go:135 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2080a1590) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.NewProducer | |
/opt/go/src/github.com/Shopify/sarama/producer.go:135 +0x413 | |
goroutine 32 [chan send]: | |
github.com/Shopify/sarama.(*Producer).partitionDispatcher(0xc208058be0, 0xc20803bd40, 0x21, 0xc20805bda0) | |
/opt/go/src/github.com/Shopify/sarama/producer.go:329 +0x515 | |
github.com/Shopify/sarama.func·005() | |
/opt/go/src/github.com/Shopify/sarama/producer.go:282 +0x44 | |
github.com/Shopify/sarama.withRecover(0xc20801ea00) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.(*Producer).topicDispatcher | |
/opt/go/src/github.com/Shopify/sarama/producer.go:282 +0x94b | |
goroutine 33 [sleep]: | |
github.com/Shopify/sarama.(*Producer).leaderDispatcher(0xc208058be0, 0xc20803bd40, 0x21, 0x0, 0xc20805be00) | |
/opt/go/src/github.com/Shopify/sarama/producer.go:383 +0x73c | |
github.com/Shopify/sarama.func·006() | |
/opt/go/src/github.com/Shopify/sarama/producer.go:324 +0x4e | |
github.com/Shopify/sarama.withRecover(0xc20808a930) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.(*Producer).partitionDispatcher | |
/opt/go/src/github.com/Shopify/sarama/producer.go:324 +0x494 | |
goroutine 38 [IO wait]: | |
net.(*pollDesc).Wait(0xc208010530, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc208010530, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc2080104d0, 0xc20855c000, 0x4, 0x180000, 0x0, 0x7f2c2e5aede8, 0xc2086f16d8) | |
/usr/local/go/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20802c078, 0xc20855c000, 0x4, 0x180000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x7f2c2e5b05f8, 0xc20802c078, 0xc20855c000, 0x4, 0x180000, 0x4, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x7f2c2e5b05f8, 0xc20802c078, 0xc20855c000, 0x4, 0x180000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x6d | |
github.com/samuel/go-zookeeper/zk.(*Conn).recvLoop(0xc2080329c0, 0x7f2c2e5af538, 0xc20802c078, 0x0, 0x0) | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:487 +0x1b6 | |
github.com/samuel/go-zookeeper/zk.func·003() | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:230 +0x5f | |
created by github.com/samuel/go-zookeeper/zk.(*Conn).loop | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:236 +0x75d | |
goroutine 37 [select]: | |
github.com/samuel/go-zookeeper/zk.(*Conn).sendLoop(0xc2080329c0, 0x7f2c2e5af538, 0xc20802c078, 0xc2080a4240, 0x0, 0x0) | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:423 +0xce9 | |
github.com/samuel/go-zookeeper/zk.func·002() | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:223 +0x5a | |
created by github.com/samuel/go-zookeeper/zk.(*Conn).loop | |
/opt/go/src/github.com/samuel/go-zookeeper/zk/conn.go:226 +0x680 | |
goroutine 36 [chan receive]: | |
github.com/Shopify/sarama.(*Broker).responseReceiver(0xc20805b9e0) | |
/opt/go/src/github.com/Shopify/sarama/broker.go:361 +0xe3 | |
github.com/Shopify/sarama.*Broker.(github.com/Shopify/sarama.responseReceiver)·fm() | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2080a16d0) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.func·001 | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x55f | |
goroutine 40 [chan receive]: | |
_/vagrant.(*messageBuffer).flushLoop(0xc20809e400) | |
/vagrant/message_buffer.go:81 +0x5a | |
created by _/vagrant.newMessageBuffer | |
/vagrant/message_buffer.go:52 +0x2b3 | |
goroutine 41 [chan receive]: | |
_/vagrant.func·050() | |
/vagrant/workers.go:371 +0x77 | |
created by _/vagrant.NewFailureCounter | |
/vagrant/workers.go:384 +0x15b | |
goroutine 42 [select]: | |
_/vagrant.(*WorkerManager).Start(0xc20808c380) | |
/vagrant/workers.go:99 +0x419 | |
created by _/vagrant.func·005 | |
/vagrant/consumer.go:275 +0x586 | |
goroutine 43 [select]: | |
reflect.Select(0xc208011030, 0x2, 0x2, 0xc20801b790, 0x0, 0x0, 0x0, 0x180001) | |
/usr/local/go/src/reflect/value.go:1965 +0x218 | |
_/vagrant.func·038() | |
/vagrant/utils.go:196 +0x7a | |
created by _/vagrant.redirectChannelsToWithTimeout | |
/vagrant/utils.go:215 +0xbdb | |
goroutine 44 [select]: | |
_/vagrant.(*WorkerManager).processBatch(0xc20808c380) | |
/vagrant/workers.go:214 +0xe7a | |
created by _/vagrant.(*WorkerManager).Start | |
/vagrant/workers.go:95 +0x60 | |
goroutine 45 [select]: | |
_/vagrant.(*WorkerManager).commitBatch(0xc20808c380) | |
/vagrant/workers.go:159 +0x117 | |
created by _/vagrant.(*WorkerManager).Start | |
/vagrant/workers.go:96 +0x7d | |
goroutine 46 [select]: | |
reflect.Select(0xc2086ee000, 0xb, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/reflect/value.go:1965 +0x218 | |
_/vagrant.func·038() | |
/vagrant/utils.go:196 +0x7a | |
created by _/vagrant.redirectChannelsToWithTimeout | |
/vagrant/utils.go:215 +0xbdb | |
goroutine 58 [select]: | |
reflect.Select(0xc2086f41c0, 0x5, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/reflect/value.go:1965 +0x218 | |
_/vagrant.func·038() | |
/vagrant/utils.go:196 +0x7a | |
created by _/vagrant.redirectChannelsToWithTimeout | |
/vagrant/utils.go:215 +0xbdb | |
goroutine 50 [select]: | |
_/vagrant.(*consumerFetcherRoutine).start(0xc20809e500) | |
/vagrant/fetcher.go:452 +0x6b8 | |
created by _/vagrant.func·021 | |
/vagrant/fetcher.go:322 +0x807 | |
goroutine 53 [chan receive]: | |
github.com/Shopify/sarama.(*Broker).responseReceiver(0xc2086edbc0) | |
/opt/go/src/github.com/Shopify/sarama/broker.go:361 +0xe3 | |
github.com/Shopify/sarama.*Broker.(github.com/Shopify/sarama.responseReceiver)·fm() | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2086f02f0) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.func·001 | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x55f | |
goroutine 55 [runnable]: | |
github.com/Shopify/sarama.(*Client).backgroundMetadataUpdater(0xc20802a5a0) | |
/opt/go/src/github.com/Shopify/sarama/client.go:489 +0x27f | |
github.com/Shopify/sarama.*Client.(github.com/Shopify/sarama.backgroundMetadataUpdater)·fm() | |
/opt/go/src/github.com/Shopify/sarama/client.go:80 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2086f13b0) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.NewClient | |
/opt/go/src/github.com/Shopify/sarama/client.go:80 +0x673 | |
goroutine 57 [chan receive]: | |
github.com/Shopify/sarama.(*Broker).responseReceiver(0xc2086f83c0) | |
/opt/go/src/github.com/Shopify/sarama/broker.go:361 +0xe3 | |
github.com/Shopify/sarama.*Broker.(github.com/Shopify/sarama.responseReceiver)·fm() | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x27 | |
github.com/Shopify/sarama.withRecover(0xc2086f1490) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:45 +0x3a | |
created by github.com/Shopify/sarama.func·001 | |
/opt/go/src/github.com/Shopify/sarama/broker.go:114 +0x55f | |
goroutine 59 [select]: | |
_/vagrant.func·052() | |
/vagrant/zk_coordinator.go:459 +0x868 | |
created by _/vagrant.(*ZookeeperCoordinator).trySubscribeForChanges | |
/vagrant/zk_coordinator.go:502 +0xa90 | |
goroutine 60 [select]: | |
_/vagrant.func·011() | |
/vagrant/consumer.go:436 +0x737 | |
created by _/vagrant.(*Consumer).subscribeForChanges | |
/vagrant/consumer.go:527 +0x1c9 | |
goroutine 62 [runnable]: | |
github.com/Shopify/sarama.withRecover(0xc2080a0210) | |
/opt/go/src/github.com/Shopify/sarama/utils.go:35 | |
created by github.com/Shopify/sarama.safeAsyncClose | |
/opt/go/src/github.com/Shopify/sarama/utils.go:54 +0xac | |
exit status 2 | |
FAIL _/vagrant 1.865s | |
root@precise64:/vagrant# go test | |
2014-12-19/20:23:04 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:23:04 [INFO] [test] Produce 1 message | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Creating new consumer with configuration: | |
GroupId: go-consumer-group | |
SocketTimeoutMs: 30s | |
FetchMessageMaxBytes: 1048576 | |
NumConsumerFetchers: 1 | |
QueuedMaxMessages: 3 | |
RebalanceMaxRetries: 4 | |
FetchMinBytes: 1 | |
FetchWaitMaxMs: 100 | |
RebalanceBackoffMs: 5000000000 | |
RefreshLeaderBackoff: 200000000 | |
OffsetsCommitMaxRetries: 5 | |
OffsetsStorage: zookeeper | |
AutoOffsetReset: smallest | |
ClientId: go-client | |
ConsumerId: a9c30688-f668-4be4-2fc4-175d3638ab59 | |
ExcludeInternalTopics: true | |
PartitionAssignmentStrategy: range | |
NumWorkers: 10 | |
MaxWorkerRetries: 3 | |
WorkerRetryThreshold 100 | |
WorkerThresholdTimeWindow 0 | |
WorkerFailureCallback 0x4a57a0 | |
WorkerFailedAttemptCallback 0x4a57b0 | |
WorkerTaskTimeout 1m0s | |
WorkerBackoff 500ms | |
Strategy 0x4a5a20 | |
FetchBatchSize 100 | |
FetchBatchTimeout 5s | |
2014-12-19/20:23:04 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:23:04 [INFO] [test] Starting consumer | |
2014-12-19/20:23:04 [INFO] [test] Waiting for 10s before producing another message | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] rebalance triggered for a9c30688-f668-4be4-2fc4-175d3638ab59 | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] [{Version: 1, Id: 1, Host: localhost, Port: 9092} {Version: 1, Id: 0, Host: localhost, Port: 9092}] | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Releasing partition ownership | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] {a9c30688-f668-4be4-2fc4-175d3638ab59 %!s(int=0)} attempting to claim {Topic: inconsistent-producing-1419020582, Partition: 0} | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Consumer is trying to reflect partition ownership decision: map[{inconsistent-producing-1419020582 0}:{a9c30688-f668-4be4-2fc4-175d3638ab59 0}] | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59-manager] Partitions without leader [{inconsistent-producing-1419020582 0}] | |
2014-12-19/20:23:04 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59-manager] Adding fetcher for partitions map[{inconsistent-producing-1419020582 0}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: -1}] | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding partitions: map[{inconsistent-producing-1419020582 0}:-1] | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Fetcher started | |
2014-12-19/20:23:04 [INFO] [zk] Subscribing for changes for go-consumer-group | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=0, fetchsize=1048576 | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Sent partition data | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:04 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:05 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:05 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:06 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:06 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:08 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:08 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:09 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:09 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:10 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:10 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:11 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:11 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:12 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:12 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:13 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:13 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:14 [INFO] [test] Produce 1 message | |
2014-12-19/20:23:14 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=1, fetchsize=1048576 | |
2014-12-19/20:23:14 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:14 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Sent partition data | |
2014-12-19/20:23:14 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=2, fetchsize=1048576 | |
2014-12-19/20:23:14 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:15 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=2, fetchsize=1048576 | |
2014-12-19/20:23:15 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:16 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=2, fetchsize=1048576 | |
2014-12-19/20:23:16 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:18 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=2, fetchsize=1048576 | |
2014-12-19/20:23:18 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:19 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Adding block: topic=inconsistent-producing-1419020582, partition=0, offset=2, fetchsize=1048576 | |
2014-12-19/20:23:19 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Started processing fetch request | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Consumer closing started... | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Releasing partition ownership | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Closing fetcher manager... | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59-manager] Closing manager | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59-manager] Stopping find leader | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59-manager] Closing fetchers | |
2014-12-19/20:23:19 [INFO] [ConsumerFetcherRoutine-a9c30688-f668-4be4-2fc4-175d3638ab59-0-1] Closing fetcher | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59-manager] Stopping find leaders routine | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] Stopping worker manager... | |
2014-12-19/20:23:19 [INFO] [a9c30688-f668-4be4-2fc4-175d3638ab59] All workers have been gracefully stopped | |
2014-12-19/20:23:19 [INFO] [test] Successfully closed consumer | |
2014-12-19/20:23:22 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Creating new consumer with configuration: | |
GroupId: go-consumer-group | |
SocketTimeoutMs: 30s | |
FetchMessageMaxBytes: 1048576 | |
NumConsumerFetchers: 1 | |
QueuedMaxMessages: 3 | |
RebalanceMaxRetries: 4 | |
FetchMinBytes: 1 | |
FetchWaitMaxMs: 100 | |
RebalanceBackoffMs: 5000000000 | |
RefreshLeaderBackoff: 200000000 | |
OffsetsCommitMaxRetries: 5 | |
OffsetsStorage: zookeeper | |
AutoOffsetReset: smallest | |
ClientId: go-client | |
ConsumerId: 941c2f4b-eb5c-7882-d2e7-8110b9740a19 | |
ExcludeInternalTopics: true | |
PartitionAssignmentStrategy: range | |
NumWorkers: 10 | |
MaxWorkerRetries: 3 | |
WorkerRetryThreshold 100 | |
WorkerThresholdTimeWindow 0 | |
WorkerFailureCallback 0x4a57a0 | |
WorkerFailedAttemptCallback 0x4a57b0 | |
WorkerTaskTimeout 1m0s | |
WorkerBackoff 500ms | |
Strategy 0x4a5a20 | |
FetchBatchSize 100 | |
FetchBatchTimeout 5s | |
2014-12-19/20:23:22 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] rebalance triggered for 941c2f4b-eb5c-7882-d2e7-8110b9740a19 | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] [{Version: 1, Id: 1, Host: localhost, Port: 9092} {Version: 1, Id: 0, Host: localhost, Port: 9092}] | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Releasing partition ownership | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] {941c2f4b-eb5c-7882-d2e7-8110b9740a19 %!s(int=0)} attempting to claim {Topic: test-static-1419020599, Partition: 0} | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Consumer is trying to reflect partition ownership decision: map[{test-static-1419020599 0}:{941c2f4b-eb5c-7882-d2e7-8110b9740a19 0}] | |
2014-12-19/20:23:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:22 [INFO] [zk] Subscribing for changes for go-consumer-group | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:24 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:25 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:26 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:27 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:28 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:29 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:30 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:31 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:32 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:33 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:34 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:35 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:36 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:37 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:38 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:39 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:40 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:41 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:42 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:43 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:44 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:45 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:46 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:47 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:48 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:49 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:50 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:51 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:52 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:53 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:54 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:55 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:56 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:57 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:58 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:23:59 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:00 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:01 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:02 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:03 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:04 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:05 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:06 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:07 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:08 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:09 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:10 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:11 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:12 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:13 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:14 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:15 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:16 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:17 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:18 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:19 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:20 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:21 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Partitions without leader [{test-static-1419020599 0}] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Consumer closing started... | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Releasing partition ownership | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Closing fetcher manager... | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Closing manager | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Stopping find leader | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Closing fetchers | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] Stopping worker manager... | |
2014-12-19/20:24:22 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19] All workers have been gracefully stopped | |
2014-12-19/20:24:22 [INFO] [test] Successfully closed consumer | |
--- FAIL: TestStaticConsumingSinglePartition (63.39s) | |
testing_utils.go:152: Failed to produce message test-kafka-message-0 because: kafka server: In the middle of a leadership election, there is currently no leader for this partition and hence it is unavailable for writes. | |
consumer_test.go:77: Failed to consume 1000 messages within 1m0s. Actual messages = 0 | |
2014-12-19/20:24:23 [INFO] [941c2f4b-eb5c-7882-d2e7-8110b9740a19-manager] Stopping find leaders routine | |
2014-12-19/20:24:27 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Creating new consumer with configuration: | |
GroupId: go-consumer-group | |
SocketTimeoutMs: 30s | |
FetchMessageMaxBytes: 1048576 | |
NumConsumerFetchers: 1 | |
QueuedMaxMessages: 3 | |
RebalanceMaxRetries: 4 | |
FetchMinBytes: 1 | |
FetchWaitMaxMs: 100 | |
RebalanceBackoffMs: 5000000000 | |
RefreshLeaderBackoff: 200000000 | |
OffsetsCommitMaxRetries: 5 | |
OffsetsStorage: zookeeper | |
AutoOffsetReset: smallest | |
ClientId: go-client | |
ConsumerId: e3960792-803d-a4ac-c107-1e74db3266d0 | |
ExcludeInternalTopics: true | |
PartitionAssignmentStrategy: range | |
NumWorkers: 10 | |
MaxWorkerRetries: 3 | |
WorkerRetryThreshold 100 | |
WorkerThresholdTimeWindow 0 | |
WorkerFailureCallback 0x4a57a0 | |
WorkerFailedAttemptCallback 0x4a57b0 | |
WorkerTaskTimeout 1m0s | |
WorkerBackoff 500ms | |
Strategy 0x4a5a20 | |
FetchBatchSize 100 | |
FetchBatchTimeout 5s | |
2014-12-19/20:24:27 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] rebalance triggered for e3960792-803d-a4ac-c107-1e74db3266d0 | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] [{Version: 1, Id: 1, Host: localhost, Port: 9092} {Version: 1, Id: 0, Host: localhost, Port: 9092}] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Releasing partition ownership | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] {e3960792-803d-a4ac-c107-1e74db3266d0 %!s(int=0)} attempting to claim {Topic: test-static-1419020662, Partition: 0} | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] {e3960792-803d-a4ac-c107-1e74db3266d0 %!s(int=0)} attempting to claim {Topic: test-static-1419020662, Partition: 1} | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] {e3960792-803d-a4ac-c107-1e74db3266d0 %!s(int=1)} attempting to claim {Topic: test-static-1419020662, Partition: 2} | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] {e3960792-803d-a4ac-c107-1e74db3266d0 %!s(int=1)} attempting to claim {Topic: test-static-1419020662, Partition: 3} | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] {e3960792-803d-a4ac-c107-1e74db3266d0 %!s(int=2)} attempting to claim {Topic: test-static-1419020662, Partition: 4} | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Consumer is trying to reflect partition ownership decision: map[{test-static-1419020662 0}:{e3960792-803d-a4ac-c107-1e74db3266d0 0} {test-static-1419020662 1}:{e3960792-803d-a4ac-c107-1e74db3266d0 0} {test-static-1419020662 2}:{e3960792-803d-a4ac-c107-1e74db3266d0 1} {test-static-1419020662 3}:{e3960792-803d-a4ac-c107-1e74db3266d0 1} {test-static-1419020662 4}:{e3960792-803d-a4ac-c107-1e74db3266d0 2}] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 0} {test-static-1419020662 1} {test-static-1419020662 2} {test-static-1419020662 3} {test-static-1419020662 4}] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[{test-static-1419020662 0}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: -1} {test-static-1419020662 2}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: -1} {test-static-1419020662 4}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: -1}] | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding partitions: map[{test-static-1419020662 2}:-1] | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Fetcher started | |
2014-12-19/20:24:27 [INFO] [zk] Subscribing for changes for go-consumer-group | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding partitions: map[{test-static-1419020662 4}:-1] | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=0, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Fetcher started | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=14, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding partitions: map[{test-static-1419020662 0}:-1] | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=0, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Fetcher started | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=34, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=0, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=25, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=41, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=57, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=58, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=65, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=75, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=71, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=77, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=91, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=88, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:27 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=106, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=110, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=100, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=116, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=128, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=124, fetchsize=1048576 | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:27 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=139, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=148, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=136, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=160, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=157, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=169, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=177, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=186, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=180, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=193, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=202, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=197, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=219, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=214, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=228, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=236, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=238, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=244, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=254, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=247, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=267, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=274, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=265, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=281, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:28 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=297, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=283, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=299, fetchsize=1048576 | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:28 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Adding block: topic=test-static-1419020662, partition=2, offset=318, fetchsize=1048576 | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Started processing fetch request | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Adding block: topic=test-static-1419020662, partition=0, offset=298, fetchsize=1048576 | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Started processing fetch request | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Sent partition data | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Adding block: topic=test-static-1419020662, partition=4, offset=323, fetchsize=1048576 | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Started processing fetch request | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Sent partition data | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Partitions without leader [{test-static-1419020662 1} {test-static-1419020662 3}] | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Consumer closing started... | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Releasing partition ownership | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Closing fetcher manager... | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Closing manager | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Stopping find leader | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Sent partition data | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Closing fetchers | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-1-1] Closing fetcher | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-0-1] Closing fetcher | |
2014-12-19/20:24:29 [INFO] [ConsumerFetcherRoutine-e3960792-803d-a4ac-c107-1e74db3266d0-2-1] Closing fetcher | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] Stopping worker manager... | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0] All workers have been gracefully stopped | |
2014-12-19/20:24:29 [INFO] [test] Successfully closed consumer | |
2014-12-19/20:24:29 [INFO] [e3960792-803d-a4ac-c107-1e74db3266d0-manager] Stopping find leaders routine | |
2014-12-19/20:24:33 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:24:37 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Creating new consumer with configuration: | |
GroupId: go-consumer-group | |
SocketTimeoutMs: 30s | |
FetchMessageMaxBytes: 1048576 | |
NumConsumerFetchers: 1 | |
QueuedMaxMessages: 3 | |
RebalanceMaxRetries: 4 | |
FetchMinBytes: 1 | |
FetchWaitMaxMs: 100 | |
RebalanceBackoffMs: 5000000000 | |
RefreshLeaderBackoff: 200000000 | |
OffsetsCommitMaxRetries: 5 | |
OffsetsStorage: zookeeper | |
AutoOffsetReset: smallest | |
ClientId: go-client | |
ConsumerId: 7842863c-0ec1-f147-2794-83c24795ce7b | |
ExcludeInternalTopics: true | |
PartitionAssignmentStrategy: range | |
NumWorkers: 10 | |
MaxWorkerRetries: 3 | |
WorkerRetryThreshold 100 | |
WorkerThresholdTimeWindow 0 | |
WorkerFailureCallback 0x4a57a0 | |
WorkerFailedAttemptCallback 0x4a57b0 | |
WorkerTaskTimeout 1m0s | |
WorkerBackoff 500ms | |
Strategy 0x4a5a20 | |
FetchBatchSize 100 | |
FetchBatchTimeout 5s | |
2014-12-19/20:24:37 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] rebalance triggered for 7842863c-0ec1-f147-2794-83c24795ce7b | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] [{Version: 1, Id: 1, Host: localhost, Port: 9092} {Version: 1, Id: 0, Host: localhost, Port: 9092}] | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Releasing partition ownership | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] {7842863c-0ec1-f147-2794-83c24795ce7b %!s(int=0)} attempting to claim {Topic: test-whitelist-1419020669, Partition: 0} | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] {7842863c-0ec1-f147-2794-83c24795ce7b %!s(int=0)} attempting to claim {Topic: test-whitelist-1419015330, Partition: 0} | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] {7842863c-0ec1-f147-2794-83c24795ce7b %!s(int=0)} attempting to claim {Topic: test-whitelist-1419015331, Partition: 0} | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] {7842863c-0ec1-f147-2794-83c24795ce7b %!s(int=0)} attempting to claim {Topic: test-whitelist-1419020670, Partition: 0} | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Consumer is trying to reflect partition ownership decision: map[{test-whitelist-1419020669 0}:{7842863c-0ec1-f147-2794-83c24795ce7b 0} {test-whitelist-1419015330 0}:{7842863c-0ec1-f147-2794-83c24795ce7b 0} {test-whitelist-1419015331 0}:{7842863c-0ec1-f147-2794-83c24795ce7b 0} {test-whitelist-1419020670 0}:{7842863c-0ec1-f147-2794-83c24795ce7b 0}] | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419015330 0} {test-whitelist-1419015331 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:37 [INFO] [zk] Subscribing for changes for go-consumer-group | |
2014-12-19/20:24:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[{test-whitelist-1419015330 0}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: 999} {test-whitelist-1419015331 0}:{Broker: {Version: 1, Id: 1, Host: localhost, Port: 9092}, InitialOffset: 999}] | |
2014-12-19/20:24:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding partitions: map[{test-whitelist-1419015331 0}:999 {test-whitelist-1419015330 0}:999] | |
2014-12-19/20:24:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Fetcher started | |
2014-12-19/20:24:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:38 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:38 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:38 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:38 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:38 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:39 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:39 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:39 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:40 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:40 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:40 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:40 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:40 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:41 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:41 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:41 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:41 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:41 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:42 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:42 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:42 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:42 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:42 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:43 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:43 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:43 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:43 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:43 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:44 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:44 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:44 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:44 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:44 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:45 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:45 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:45 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:45 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:45 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:46 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:46 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:46 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:46 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:46 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:47 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:47 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:47 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:47 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:47 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:48 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:48 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:48 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:49 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:49 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:49 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:49 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:49 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:50 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:50 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:50 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:51 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:51 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:51 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:51 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:51 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:52 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:52 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:52 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:52 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:52 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:53 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:53 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:53 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:53 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:53 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:54 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:54 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:54 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:54 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:54 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:55 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:55 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:55 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:55 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:55 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:56 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:56 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:56 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:56 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:56 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:57 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:57 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:57 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:57 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:57 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:58 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:58 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:58 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:59 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:59 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:24:59 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:24:59 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:24:59 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:00 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:00 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:00 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:01 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:01 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:01 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:01 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:01 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:02 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:02 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:02 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:02 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:02 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:03 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:03 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:03 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:03 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:03 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:04 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:04 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:04 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:04 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:04 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:05 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:05 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:05 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:05 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:05 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:06 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:06 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:06 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:06 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:06 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:07 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:07 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:07 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:07 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:07 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:08 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:08 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:08 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:09 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:09 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:09 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:09 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:09 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:10 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:10 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:10 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:11 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:11 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:11 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:11 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:11 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:12 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:12 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:12 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:12 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:12 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:13 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:13 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:13 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:13 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:13 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:14 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:14 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:14 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:14 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:14 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:15 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:15 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:15 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:15 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:15 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:16 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:16 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:16 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:16 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:16 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:17 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:17 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:17 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:17 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:17 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:18 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:18 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:18 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:18 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:18 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:19 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:19 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:19 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:20 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:20 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:20 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:20 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:20 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:21 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:21 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:21 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:22 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:22 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:22 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:22 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:22 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:23 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:23 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:23 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:23 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:23 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:24 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:24 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:24 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:24 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:24 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:25 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:25 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:25 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:25 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:25 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:26 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:26 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:26 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:26 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:26 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:27 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:27 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:27 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:27 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:27 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:28 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:28 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:28 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:28 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:28 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:29 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:29 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:29 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:30 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:30 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:30 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:30 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:30 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:31 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:31 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:31 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:32 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:32 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:32 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:32 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:32 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:33 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:33 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:33 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:33 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:33 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:34 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:34 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:34 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:34 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:34 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:35 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:35 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:35 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:35 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:35 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:36 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:36 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:36 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:36 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:36 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015331, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Partitions without leader [{test-whitelist-1419020669 0} {test-whitelist-1419020670 0}] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Consumer closing started... | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Releasing partition ownership | |
2014-12-19/20:25:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Adding block: topic=test-whitelist-1419015330, partition=0, offset=1000, fetchsize=1048576 | |
2014-12-19/20:25:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Started processing fetch request | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Closing fetcher manager... | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Closing manager | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Stopping find leader | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Closing fetchers | |
2014-12-19/20:25:37 [INFO] [ConsumerFetcherRoutine-7842863c-0ec1-f147-2794-83c24795ce7b-0-1] Closing fetcher | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b-manager] Stopping find leaders routine | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] Stopping worker manager... | |
2014-12-19/20:25:37 [INFO] [7842863c-0ec1-f147-2794-83c24795ce7b] All workers have been gracefully stopped | |
2014-12-19/20:25:37 [INFO] [test] Successfully closed consumer | |
--- FAIL: TestWhitelistConsumingSinglePartition (68.71s) | |
testing_utils.go:152: Failed to produce message test-kafka-message-0 because: kafka server: In the middle of a leadership election, there is currently no leader for this partition and hence it is unavailable for writes. | |
testing_utils.go:152: Failed to produce message test-kafka-message-0 because: kafka server: In the middle of a leadership election, there is currently no leader for this partition and hence it is unavailable for writes. | |
consumer_test.go:119: Failed to consume 2000 messages within 1m0s. Actual messages = 0 | |
2014-12-19/20:25:41 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348] Creating new consumer with configuration: | |
GroupId: go-consumer-group | |
SocketTimeoutMs: 30s | |
FetchMessageMaxBytes: 1048576 | |
NumConsumerFetchers: 1 | |
QueuedMaxMessages: 3 | |
RebalanceMaxRetries: 4 | |
FetchMinBytes: 1 | |
FetchWaitMaxMs: 100 | |
RebalanceBackoffMs: 5000000000 | |
RefreshLeaderBackoff: 200000000 | |
OffsetsCommitMaxRetries: 5 | |
OffsetsStorage: zookeeper | |
AutoOffsetReset: smallest | |
ClientId: go-client | |
ConsumerId: c1e335c4-8f5c-1b4f-87c7-5d5b7b329348 | |
ExcludeInternalTopics: true | |
PartitionAssignmentStrategy: range | |
NumWorkers: 10 | |
MaxWorkerRetries: 3 | |
WorkerRetryThreshold 100 | |
WorkerThresholdTimeWindow 0 | |
WorkerFailureCallback 0x4a57a0 | |
WorkerFailedAttemptCallback 0x4a57b0 | |
WorkerTaskTimeout 1m0s | |
WorkerBackoff 500ms | |
Strategy 0x4a5510 | |
FetchBatchSize 100 | |
FetchBatchTimeout 5s | |
2014-12-19/20:25:41 [INFO] [zk] Connecting to ZK at [localhost:2181] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348] rebalance triggered for c1e335c4-8f5c-1b4f-87c7-5d5b7b329348 | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348] [{Version: 1, Id: 1, Host: localhost, Port: 9092} {Version: 1, Id: 0, Host: localhost, Port: 9092}] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348] Releasing partition ownership | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348] {c1e335c4-8f5c-1b4f-87c7-5d5b7b329348 %!s(int=0)} attempting to claim {Topic: test-processing-1419020737, Partition: 0} | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348] Consumer is trying to reflect partition ownership decision: map[{test-processing-1419020737 0}:{c1e335c4-8f5c-1b4f-87c7-5d5b7b329348 0}] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:41 [INFO] [zk] Subscribing for changes for go-consumer-group | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:41 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:42 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:43 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:44 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:45 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:46 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:47 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:48 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:49 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:50 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:51 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:52 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:53 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:54 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:55 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:56 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:57 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:58 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:25:59 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:00 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:01 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:02 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:03 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:04 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:05 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:06 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:07 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:08 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:09 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:10 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:11 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:12 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:13 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:14 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:15 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:16 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:16 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
2014-12-19/20:26:16 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Partitions without leader [{test-processing-1419020737 0}] | |
2014-12-19/20:26:16 [INFO] [c1e335c4-8f5c-1b4f-87c7-5d5b7b329348-manager] Adding fetcher for partitions map[] | |
^Croot@precise64:/vagrant# /opt/kafka_2.10-0.8.2-beta/bin/kafka-console-producer.sh --zookeeper localhost:2181 --topic test-processing-1419020737 | |
Exception in thread "main" joptsimple.UnrecognizedOptionException: 'zookeeper' is not a recognized option | |
at joptsimple.OptionException.unrecognizedOption(OptionException.java:93) | |
at joptsimple.OptionParser.handleLongOptionToken(OptionParser.java:402) | |
at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:55) | |
at joptsimple.OptionParser.parse(OptionParser.java:392) | |
at kafka.tools.ConsoleProducer$ProducerConfig.<init>(ConsoleProducer.scala:214) | |
at kafka.tools.ConsoleProducer$.main(ConsoleProducer.scala:35) | |
at kafka.tools.ConsoleProducer.main(ConsoleProducer.scala) | |
root@precise64:/vagrant# /opt/kafka_2.10-0.8.2-beta/bin/kafka-console-producer.sh --broker-list localhost:2181 --topic test-processing-1419020737 | |
[2014-12-19 20:29:20,618] WARN Property topic is not valid (kafka.utils.VerifiableProperties) | |
1 | |
[2014-12-19 20:29:22,849] WARN Fetching topic metadata with correlation id 0 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$1.apply$mcV$sp(DefaultEventHandler.scala:67) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:67) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:22,856] ERROR fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.utils.Utils$) | |
kafka.common.KafkaException: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:72) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$1.apply$mcV$sp(DefaultEventHandler.scala:67) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:67) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
Caused by: java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
... 12 more | |
[2014-12-19 20:29:22,865] WARN Fetching topic metadata with correlation id 1 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.BrokerPartitionInfo.getBrokerPartitionInfo(BrokerPartitionInfo.scala:49) | |
at kafka.producer.async.DefaultEventHandler.kafka$producer$async$DefaultEventHandler$$getPartitionListForTopic(DefaultEventHandler.scala:186) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:150) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:149) | |
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) | |
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
at kafka.producer.async.DefaultEventHandler.partitionAndCollate(DefaultEventHandler.scala:149) | |
at kafka.producer.async.DefaultEventHandler.dispatchSerializedData(DefaultEventHandler.scala:95) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:72) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:22,870] ERROR Failed to collate messages by topic, partition due to: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.producer.async.DefaultEventHandler) | |
[2014-12-19 20:29:22,978] WARN Fetching topic metadata with correlation id 2 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:22,988] ERROR fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.utils.Utils$) | |
kafka.common.KafkaException: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:72) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
Caused by: java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
... 12 more | |
[2014-12-19 20:29:23,001] WARN Fetching topic metadata with correlation id 3 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.BrokerPartitionInfo.getBrokerPartitionInfo(BrokerPartitionInfo.scala:49) | |
at kafka.producer.async.DefaultEventHandler.kafka$producer$async$DefaultEventHandler$$getPartitionListForTopic(DefaultEventHandler.scala:186) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:150) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:149) | |
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) | |
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
at kafka.producer.async.DefaultEventHandler.partitionAndCollate(DefaultEventHandler.scala:149) | |
at kafka.producer.async.DefaultEventHandler.dispatchSerializedData(DefaultEventHandler.scala:95) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:72) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:23,012] ERROR Failed to collate messages by topic, partition due to: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.producer.async.DefaultEventHandler) | |
[2014-12-19 20:29:23,116] WARN Fetching topic metadata with correlation id 4 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:23,119] ERROR fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.utils.Utils$) | |
kafka.common.KafkaException: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:72) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
Caused by: java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
... 12 more | |
[2014-12-19 20:29:23,126] WARN Fetching topic metadata with correlation id 5 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.BrokerPartitionInfo.getBrokerPartitionInfo(BrokerPartitionInfo.scala:49) | |
at kafka.producer.async.DefaultEventHandler.kafka$producer$async$DefaultEventHandler$$getPartitionListForTopic(DefaultEventHandler.scala:186) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:150) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:149) | |
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) | |
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
at kafka.producer.async.DefaultEventHandler.partitionAndCollate(DefaultEventHandler.scala:149) | |
at kafka.producer.async.DefaultEventHandler.dispatchSerializedData(DefaultEventHandler.scala:95) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:72) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:23,128] ERROR Failed to collate messages by topic, partition due to: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.producer.async.DefaultEventHandler) | |
[2014-12-19 20:29:23,232] WARN Fetching topic metadata with correlation id 6 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:23,233] ERROR fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.utils.Utils$) | |
kafka.common.KafkaException: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:72) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
Caused by: java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
... 12 more | |
[2014-12-19 20:29:23,238] WARN Fetching topic metadata with correlation id 7 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.BrokerPartitionInfo.getBrokerPartitionInfo(BrokerPartitionInfo.scala:49) | |
at kafka.producer.async.DefaultEventHandler.kafka$producer$async$DefaultEventHandler$$getPartitionListForTopic(DefaultEventHandler.scala:186) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:150) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$partitionAndCollate$1.apply(DefaultEventHandler.scala:149) | |
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) | |
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
at kafka.producer.async.DefaultEventHandler.partitionAndCollate(DefaultEventHandler.scala:149) | |
at kafka.producer.async.DefaultEventHandler.dispatchSerializedData(DefaultEventHandler.scala:95) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:72) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:23,256] ERROR Failed to collate messages by topic, partition due to: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.producer.async.DefaultEventHandler) | |
[2014-12-19 20:29:23,360] WARN Fetching topic metadata with correlation id 8 for topics [Set(test-processing-1419020737)] from broker [id:0,host:localhost,port:2181] failed (kafka.client.ClientUtils$) | |
java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
[2014-12-19 20:29:23,361] ERROR fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed (kafka.utils.Utils$) | |
kafka.common.KafkaException: fetching topic metadata for topics [Set(test-processing-1419020737)] from broker [ArrayBuffer(id:0,host:localhost,port:2181)] failed | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:72) | |
at kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82) | |
at kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78) | |
at kafka.utils.Utils$.swallow(Utils.scala:172) | |
at kafka.utils.Logging$class.swallowError(Logging.scala:106) | |
at kafka.utils.Utils$.swallowError(Utils.scala:45) | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) | |
Caused by: java.io.EOFException: Received -1 when reading from channel, socket has likely been closed. | |
at kafka.utils.Utils$.read(Utils.scala:381) | |
at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54) | |
at kafka.network.Receive$class.readCompletely(Transmission.scala:56) | |
at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29) | |
at kafka.network.BlockingChannel.receive(BlockingChannel.scala:108) | |
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:76) | |
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:73) | |
at kafka.producer.SyncProducer.send(SyncProducer.scala:114) | |
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:58) | |
... 12 more | |
[2014-12-19 20:29:23,365] ERROR Failed to send requests for topics test-processing-1419020737 with correlation ids in [0,8] (kafka.producer.async.DefaultEventHandler) | |
[2014-12-19 20:29:23,367] ERROR Error in handling batch of 1 events (kafka.producer.async.ProducerSendThread) | |
kafka.common.FailedToSendMessageException: Failed to send messages after 3 tries. | |
at kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:90) | |
at kafka.producer.async.ProducerSendThread.tryToHandle(ProducerSendThread.scala:104) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:87) | |
at kafka.producer.async.ProducerSendThread$$anonfun$processEvents$3.apply(ProducerSendThread.scala:67) | |
at scala.collection.immutable.Stream.foreach(Stream.scala:547) | |
at kafka.producer.async.ProducerSendThread.processEvents(ProducerSendThread.scala:66) | |
at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:44) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment