Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2017-11-03 19:44:51 INFO KafkaConsumer - Start of topic worker. topic=test, numberOfProcessors=10
- 2017-11-03 19:44:51 INFO ConsumerConfig - ConsumerConfig values:
- auto.commit.interval.ms = 5000
- auto.offset.reset = earliest
- bootstrap.servers = [localhost:9092]
- check.crcs = true
- client.id =
- connections.max.idle.ms = 540000
- enable.auto.commit = false
- exclude.internal.topics = true
- fetch.max.bytes = 52428800
- fetch.max.wait.ms = 500
- fetch.min.bytes = 1
- group.id = testgroup
- heartbeat.interval.ms = 3000
- interceptor.classes = null
- internal.leave.group.on.close = true
- isolation.level = read_uncommitted
- key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
- max.partition.fetch.bytes = 1048576
- max.poll.interval.ms = 300000
- max.poll.records = 500
- metadata.max.age.ms = 300000
- metric.reporters = []
- metrics.num.samples = 2
- metrics.recording.level = INFO
- metrics.sample.window.ms = 30000
- partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
- receive.buffer.bytes = 65536
- reconnect.backoff.max.ms = 1000
- reconnect.backoff.ms = 50
- request.timeout.ms = 305000
- retry.backoff.ms = 100
- sasl.jaas.config = null
- sasl.kerberos.kinit.cmd = /usr/bin/kinit
- sasl.kerberos.min.time.before.relogin = 60000
- sasl.kerberos.service.name = null
- sasl.kerberos.ticket.renew.jitter = 0.05
- sasl.kerberos.ticket.renew.window.factor = 0.8
- sasl.mechanism = GSSAPI
- security.protocol = PLAINTEXT
- send.buffer.bytes = 131072
- session.timeout.ms = 10000
- ssl.cipher.suites = null
- ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
- ssl.endpoint.identification.algorithm = null
- ssl.key.password = null
- ssl.keymanager.algorithm = SunX509
- ssl.keystore.location = null
- ssl.keystore.password = null
- ssl.keystore.type = JKS
- ssl.protocol = TLS
- ssl.provider = null
- ssl.secure.random.implementation = null
- ssl.trustmanager.algorithm = PKIX
- ssl.truststore.location = null
- ssl.truststore.password = null
- ssl.truststore.type = JKS
- value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
- 2017-11-03 19:44:51 DEBUG KafkaConsumer - Starting the Kafka consumer
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 1 to Cluster(id = null, nodes = [localhost:9092 (id: -1 rack: null)], partitions = [])
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name fetch-throttle-time
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name connections-closed:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name connections-created:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name bytes-sent-received:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name bytes-sent:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name bytes-received:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name select-time:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name io-time:
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name heartbeat-latency
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name join-latency
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name sync-latency
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name commit-latency
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name bytes-fetched
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name records-fetched
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name fetch-latency
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name records-lag
- 2017-11-03 19:44:52 WARN ConsumerConfig - The configuration 'schema.registry.url' was supplied but isn't a known config.
- 2017-11-03 19:44:52 INFO AppInfoParser - Kafka version : 0.11.0.0
- 2017-11-03 19:44:52 INFO AppInfoParser - Kafka commitId : cb8625948210849f
- 2017-11-03 19:44:52 DEBUG KafkaConsumer - Kafka consumer created
- 2017-11-03 19:44:52 INFO BufferedConsumerClientAdapterImpl - Subscribing to topic=test
- 2017-11-03 19:44:52 DEBUG KafkaConsumer - Subscribed to topic(s): test
- 2017-11-03 19:44:52 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: -1 rack: null)
- 2017-11-03 19:44:52 DEBUG NetworkClient - Initiating connection to node -1 at localhost:9092.
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name node--1.bytes-sent
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name node--1.bytes-received
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name node--1.latency
- 2017-11-03 19:44:52 DEBUG Selector - Created socket with SO_RCVBUF = 342972, SO_SNDBUF = 146988, SO_TIMEOUT = 0 to node -1
- 2017-11-03 19:44:52 DEBUG NetworkClient - Completed connection to node -1. Fetching API versions.
- 2017-11-03 19:44:52 DEBUG NetworkClient - Initiating API versions fetch from node -1.
- 2017-11-03 19:44:52 DEBUG NetworkClient - Recorded API versions for node -1: (Produce(0): 0 to 3 [usable: 3], Fetch(1): 0 to 5 [usable: 5], Offsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 4 [usable: 4], LeaderAndIsr(4): 0 [usable: 0], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 3 [usable: 3], ControlledShutdown(7): 1 [usable: 1], OffsetCommit(8): 0 to 3 [usable: 3], OffsetFetch(9): 0 to 3 [usable: 3], FindCoordinator(10): 0 to 1 [usable: 1], JoinGroup(11): 0 to 2 [usable: 2], Heartbeat(12): 0 to 1 [usable: 1], LeaveGroup(13): 0 to 1 [usable: 1], SyncGroup(14): 0 to 1 [usable: 1], DescribeGroups(15): 0 to 1 [usable: 1], ListGroups(16): 0 to 1 [usable: 1], SaslHandshake(17): 0 [usable: 0], ApiVersions(18): 0 to 1 [usable: 1], CreateTopics(19): 0 to 2 [usable: 2], DeleteTopics(20): 0 to 1 [usable: 1], DeleteRecords(21): 0 [usable: 0], InitProducerId(22): 0 [usable: 0], OffsetForLeaderEpoch(23): 0 [usable: 0], AddPartitionsToTxn(24): 0 [usable: 0], AddOffsetsToTxn(25): 0 [usable: 0], EndTxn(26): 0 [usable: 0], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 [usable: 0], DescribeAcls(29): 0 [usable: 0], CreateAcls(30): 0 [usable: 0], DeleteAcls(31): 0 [usable: 0], DescribeConfigs(32): 0 [usable: 0], AlterConfigs(33): 0 [usable: 0])
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node -1
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 2 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492281, latencyMs=164, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=0,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:52 DEBUG NetworkClient - Initialize connection to node 0 for sending metadata request
- 2017-11-03 19:44:52 DEBUG NetworkClient - Initiating connection to node 0 at localhost:9092.
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name node-0.bytes-sent
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name node-0.bytes-received
- 2017-11-03 19:44:52 DEBUG Metrics - Added sensor with name node-0.latency
- 2017-11-03 19:44:52 DEBUG Selector - Created socket with SO_RCVBUF = 342972, SO_SNDBUF = 146988, SO_TIMEOUT = 0 to node 0
- 2017-11-03 19:44:52 DEBUG NetworkClient - Completed connection to node 0. Fetching API versions.
- 2017-11-03 19:44:52 DEBUG NetworkClient - Initiating API versions fetch from node 0.
- 2017-11-03 19:44:52 DEBUG NetworkClient - Recorded API versions for node 0: (Produce(0): 0 to 3 [usable: 3], Fetch(1): 0 to 5 [usable: 5], Offsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 4 [usable: 4], LeaderAndIsr(4): 0 [usable: 0], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 3 [usable: 3], ControlledShutdown(7): 1 [usable: 1], OffsetCommit(8): 0 to 3 [usable: 3], OffsetFetch(9): 0 to 3 [usable: 3], FindCoordinator(10): 0 to 1 [usable: 1], JoinGroup(11): 0 to 2 [usable: 2], Heartbeat(12): 0 to 1 [usable: 1], LeaveGroup(13): 0 to 1 [usable: 1], SyncGroup(14): 0 to 1 [usable: 1], DescribeGroups(15): 0 to 1 [usable: 1], ListGroups(16): 0 to 1 [usable: 1], SaslHandshake(17): 0 [usable: 0], ApiVersions(18): 0 to 1 [usable: 1], CreateTopics(19): 0 to 2 [usable: 2], DeleteTopics(20): 0 to 1 [usable: 1], DeleteRecords(21): 0 [usable: 0], InitProducerId(22): 0 [usable: 0], OffsetForLeaderEpoch(23): 0 [usable: 0], AddPartitionsToTxn(24): 0 [usable: 0], AddOffsetsToTxn(25): 0 [usable: 0], EndTxn(26): 0 [usable: 0], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 [usable: 0], DescribeAcls(29): 0 [usable: 0], CreateAcls(30): 0 [usable: 0], DeleteAcls(31): 0 [usable: 0], DescribeConfigs(32): 0 [usable: 0], AlterConfigs(33): 0 [usable: 0])
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 3 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492392, latencyMs=13, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=5,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 4 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492493, latencyMs=6, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=7,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 5 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492598, latencyMs=6, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=9,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 6 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492702, latencyMs=7, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=11,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 7 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492806, latencyMs=7, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=13,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:52 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:52 DEBUG Metadata - Updated cluster metadata version 8 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763492922, latencyMs=17, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=15,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=COORDINATOR_NOT_AVAILABLE, node=:-1 (id: -1 rack: null))) for group testgroup
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Group coordinator lookup for group testgroup failed: The coordinator is not available.
- 2017-11-03 19:44:52 DEBUG AbstractCoordinator - Coordinator discovery failed for group testgroup, refreshing metadata
- 2017-11-03 19:44:53 DEBUG NetworkClient - Sending metadata request (type=MetadataRequest, topics=test) to node 0
- 2017-11-03 19:44:53 DEBUG Metadata - Updated cluster metadata version 9 to Cluster(id = VTIDuXW7QVmxQcelayfOLg, nodes = [localhost:9092 (id: 0 rack: null)], partitions = [Partition(topic = test, partition = 0, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 1, leader = 0, replicas = [0], isr = [0]), Partition(topic = test, partition = 2, leader = 0, replicas = [0], isr = [0])])
- 2017-11-03 19:44:53 DEBUG AbstractCoordinator - Sending GroupCoordinator request for group testgroup to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:53 DEBUG AbstractCoordinator - Received GroupCoordinator response ClientResponse(receivedTimeMs=1509763493011, latencyMs=3, disconnected=false, requestHeader={api_key=10,api_version=1,correlation_id=17,client_id=consumer-1}, responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=localhost:9092 (id: 0 rack: null))) for group testgroup
- 2017-11-03 19:44:53 INFO AbstractCoordinator - Discovered coordinator localhost:9092 (id: 2147483647 rack: null) for group testgroup.
- 2017-11-03 19:44:53 DEBUG NetworkClient - Initiating connection to node 2147483647 at localhost:9092.
- 2017-11-03 19:44:53 INFO ConsumerCoordinator - Revoking previously assigned partitions [] for group testgroup
- 2017-11-03 19:44:53 DEBUG AbstractCoordinator - Heartbeat thread for group testgroup started
- 2017-11-03 19:44:53 INFO BufferedConsumerClientAdapterImpl - onPartitionRevoked: partitions=[]
- 2017-11-03 19:44:53 INFO AbstractCoordinator - (Re-)joining group testgroup
- 2017-11-03 19:44:53 DEBUG AbstractCoordinator - Sending JoinGroup ((type: JoinGroupRequest, groupId=testgroup, sessionTimeout=10000, rebalanceTimeout=300000, memberId=, protocolType=consumer, groupProtocols=org.apache.kafka.common.requests.JoinGroupRequest$ProtocolMetadata@1758ba40)) to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:44:53 DEBUG Metrics - Added sensor with name node-2147483647.bytes-sent
- 2017-11-03 19:44:53 DEBUG Metrics - Added sensor with name node-2147483647.bytes-received
- 2017-11-03 19:44:53 DEBUG Metrics - Added sensor with name node-2147483647.latency
- 2017-11-03 19:44:53 DEBUG Selector - Created socket with SO_RCVBUF = 342972, SO_SNDBUF = 146988, SO_TIMEOUT = 0 to node 2147483647
- 2017-11-03 19:44:53 DEBUG NetworkClient - Completed connection to node 2147483647. Fetching API versions.
- 2017-11-03 19:44:53 DEBUG NetworkClient - Initiating API versions fetch from node 2147483647.
- 2017-11-03 19:44:53 DEBUG NetworkClient - Recorded API versions for node 2147483647: (Produce(0): 0 to 3 [usable: 3], Fetch(1): 0 to 5 [usable: 5], Offsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 4 [usable: 4], LeaderAndIsr(4): 0 [usable: 0], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 3 [usable: 3], ControlledShutdown(7): 1 [usable: 1], OffsetCommit(8): 0 to 3 [usable: 3], OffsetFetch(9): 0 to 3 [usable: 3], FindCoordinator(10): 0 to 1 [usable: 1], JoinGroup(11): 0 to 2 [usable: 2], Heartbeat(12): 0 to 1 [usable: 1], LeaveGroup(13): 0 to 1 [usable: 1], SyncGroup(14): 0 to 1 [usable: 1], DescribeGroups(15): 0 to 1 [usable: 1], ListGroups(16): 0 to 1 [usable: 1], SaslHandshake(17): 0 [usable: 0], ApiVersions(18): 0 to 1 [usable: 1], CreateTopics(19): 0 to 2 [usable: 2], DeleteTopics(20): 0 to 1 [usable: 1], DeleteRecords(21): 0 [usable: 0], InitProducerId(22): 0 [usable: 0], OffsetForLeaderEpoch(23): 0 [usable: 0], AddPartitionsToTxn(24): 0 [usable: 0], AddOffsetsToTxn(25): 0 [usable: 0], EndTxn(26): 0 [usable: 0], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 [usable: 0], DescribeAcls(29): 0 [usable: 0], CreateAcls(30): 0 [usable: 0], DeleteAcls(31): 0 [usable: 0], DescribeConfigs(32): 0 [usable: 0], AlterConfigs(33): 0 [usable: 0])
- 2017-11-03 19:44:53 DEBUG AbstractCoordinator - Received successful JoinGroup response for group testgroup: org.apache.kafka.common.requests.JoinGroupResponse@4f3d403e
- 2017-11-03 19:44:53 DEBUG ConsumerCoordinator - Performing assignment for group testgroup using strategy range with subscriptions {consumer-1-15174527-6683-40fc-9205-9f75da4554fa=Subscription(topics=[test])}
- 2017-11-03 19:44:53 DEBUG ConsumerCoordinator - Finished assignment for group testgroup: {consumer-1-15174527-6683-40fc-9205-9f75da4554fa=Assignment(partitions=[test-0, test-1, test-2])}
- 2017-11-03 19:44:53 DEBUG AbstractCoordinator - Sending leader SyncGroup for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null): (type=SyncGroupRequest, groupId=testgroup, generationId=1, memberId=consumer-1-15174527-6683-40fc-9205-9f75da4554fa, groupAssignment=consumer-1-15174527-6683-40fc-9205-9f75da4554fa)
- 2017-11-03 19:44:53 INFO AbstractCoordinator - Successfully joined group testgroup with generation 1
- 2017-11-03 19:44:53 INFO ConsumerCoordinator - Setting newly assigned partitions [test-0, test-1, test-2] for group testgroup
- 2017-11-03 19:44:53 INFO BufferedConsumerClientAdapterImpl - onPartitionsAssigned: partitions=[test-0, test-1, test-2]
- 2017-11-03 19:44:53 DEBUG ConsumerCoordinator - Group testgroup fetching committed offsets for partitions: [test-0, test-1, test-2]
- 2017-11-03 19:44:53 DEBUG ConsumerCoordinator - Group testgroup has no committed offset for partition test-0
- 2017-11-03 19:44:53 DEBUG ConsumerCoordinator - Group testgroup has no committed offset for partition test-1
- 2017-11-03 19:44:53 DEBUG ConsumerCoordinator - Group testgroup has no committed offset for partition test-2
- 2017-11-03 19:44:53 DEBUG Fetcher - Handling ListOffsetResponse response for test-0. Fetched offset 0, timestamp -1
- 2017-11-03 19:44:53 DEBUG Fetcher - Handling ListOffsetResponse response for test-1. Fetched offset 0, timestamp -1
- 2017-11-03 19:44:53 DEBUG Fetcher - Handling ListOffsetResponse response for test-2. Fetched offset 0, timestamp -1
- 2017-11-03 19:44:53 DEBUG Fetcher - Resetting offset for partition test-0 to offset 0.
- 2017-11-03 19:44:53 DEBUG Fetcher - Resetting offset for partition test-1 to offset 0.
- 2017-11-03 19:44:53 DEBUG Fetcher - Resetting offset for partition test-2 to offset 0.
- 2017-11-03 19:44:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:53 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-0, test-2, test-1] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:53 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:44:53 INFO BufferedConsumerClientAdapterImpl - commitOffsets: partitionsToOffsets={}
- 2017-11-03 19:44:53 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=3163)
- 2017-11-03 19:44:53 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=7421)
- 2017-11-03 19:44:53 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:56 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:44:56 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:44:58 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:44:58 DEBUG Metrics - Added sensor with name test-0.records-lag
- 2017-11-03 19:44:58 DEBUG Metrics - Added sensor with name test-2.records-lag
- 2017-11-03 19:44:58 DEBUG Metrics - Added sensor with name topic.test.bytes-fetched
- 2017-11-03 19:44:58 DEBUG Metrics - Added sensor with name topic.test.records-fetched
- 2017-11-03 19:44:58 DEBUG Metrics - Added sensor with name test-1.records-lag
- 2017-11-03 19:44:58 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=10, or 10
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-0, threadId=test-dlgtr-0, partition=0, offset=0, sleepMillis=0, key=1, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-5, threadId=test-dlgtr-5, partition=2, offset=2, sleepMillis=0, key=0, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-4, threadId=test-dlgtr-4, partition=2, offset=0, sleepMillis=0, key=0, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-2, threadId=test-dlgtr-2, partition=0, offset=2, sleepMillis=0, key=1, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-1, threadId=test-dlgtr-1, partition=2, offset=1, sleepMillis=0, key=0, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-3, threadId=test-dlgtr-3, partition=0, offset=1, sleepMillis=0, key=1, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-4, threadId=test-dlgtr-4, partition=2, offset=6, sleepMillis=0, key=3, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-6, threadId=test-dlgtr-6, partition=2, offset=5, sleepMillis=0, key=2, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-5, threadId=test-dlgtr-5, partition=2, offset=4, sleepMillis=0, key=2, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-0, threadId=test-dlgtr-0, partition=2, offset=3, sleepMillis=0, key=2, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:44:58 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:58 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:58 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:58 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:58 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:44:58 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:44:59 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:44:59 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:44:59 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:59 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:59 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:59 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:44:59 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:44:59 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:59 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:59 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:44:59 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:44:59 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:44:59 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:00 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:00 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:00 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:00 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:00 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:00 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:00 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:00 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:00 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:01 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:01 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:01 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:01 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:02 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:02 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:02 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:02 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:02 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:02 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:02 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:03 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:03 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:03 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:03 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:03 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:03 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:03 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:03 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:03 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:03 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:03 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:04 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:04 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:04 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:04 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:04 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:04 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:04 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:04 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:04 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:04 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:04 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:05 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:05 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:05 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:05 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:05 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:05 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:05 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:05 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:05 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:05 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:05 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:05 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:05 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:06 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:06 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:06 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:06 INFO DriverStatsPrinter - Total Duration (nanos)=6,250,863,000.00, Processed Messages Throughput (records/sec)=1.67, Processed Messages Throughput (bytes/s)=1,708.33, Processed Messages=10, Processed Message Avg. Time (nanos)=834,700.00, Processed Messages Cumulative Time (nanos)=8,347,000.00
- 2017-11-03 19:45:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:07 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:07 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:07 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:07 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:07 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:07 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:08 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:08 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:08 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:08 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:08 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:08 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:08 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:08 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:08 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:08 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:08 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:08 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:08 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:09 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:09 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:09 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:09 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:09 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:09 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:09 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:09 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:09 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:09 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:09 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:09 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:09 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:11 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:11 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:14 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:14 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:14 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:14 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:14 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:14 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:14 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:15 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:15 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:15 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:15 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:17 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:17 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:20 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:20 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:20 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:20 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:20 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:20 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:20 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:20 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:20 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:20 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:20 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:21 INFO DriverStatsPrinter - Total Duration (nanos)=6,250,863,000.00, Processed Messages Throughput (records/sec)=1.67, Processed Messages Throughput (bytes/s)=1,708.33, Processed Messages=10, Processed Message Avg. Time (nanos)=834,700.00, Processed Messages Cumulative Time (nanos)=8,347,000.00
- 2017-11-03 19:45:23 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:23 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:25 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:25 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:25 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:25 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:25 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:26 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:26 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:26 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:26 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:26 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:26 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:29 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:29 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:31 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:31 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:31 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:31 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:31 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:31 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:31 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:31 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:31 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:32 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:32 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:35 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:35 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:36 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:36 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:36 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:36 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:36 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:36 INFO DriverStatsPrinter - Total Duration (nanos)=6,250,863,000.00, Processed Messages Throughput (records/sec)=1.67, Processed Messages Throughput (bytes/s)=1,708.33, Processed Messages=10, Processed Message Avg. Time (nanos)=834,700.00, Processed Messages Cumulative Time (nanos)=8,347,000.00
- 2017-11-03 19:45:37 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:37 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:37 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:37 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:38 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:38 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:41 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:41 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:42 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:42 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:42 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:42 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:42 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:42 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:42 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:42 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:42 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:44 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:44 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:47 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:47 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:47 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:47 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:47 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-2 at offset 7 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:47 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:47 DEBUG AbstractCoordinator - Attempt to heartbeat failed for group testgroup since it is rebalancing.
- 2017-11-03 19:45:47 INFO ConsumerCoordinator - Revoking previously assigned partitions [test-0, test-1, test-2] for group testgroup
- 2017-11-03 19:45:47 INFO BufferedConsumerClientAdapterImpl - onPartitionRevoked: partitions=[test-0, test-1, test-2]
- 2017-11-03 19:45:47 INFO AbstractCoordinator - (Re-)joining group testgroup
- 2017-11-03 19:45:47 DEBUG AbstractCoordinator - Sending JoinGroup ((type: JoinGroupRequest, groupId=testgroup, sessionTimeout=10000, rebalanceTimeout=300000, memberId=consumer-1-15174527-6683-40fc-9205-9f75da4554fa, protocolType=consumer, groupProtocols=org.apache.kafka.common.requests.JoinGroupRequest$ProtocolMetadata@6c616fde)) to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:47 DEBUG AbstractCoordinator - Received successful JoinGroup response for group testgroup: org.apache.kafka.common.requests.JoinGroupResponse@70f78f68
- 2017-11-03 19:45:47 DEBUG ConsumerCoordinator - Performing assignment for group testgroup using strategy range with subscriptions {consumer-1-900b1610-7e93-4f12-82e5-c33183c2871a=Subscription(topics=[test]), consumer-1-15174527-6683-40fc-9205-9f75da4554fa=Subscription(topics=[test])}
- 2017-11-03 19:45:47 DEBUG ConsumerCoordinator - Finished assignment for group testgroup: {consumer-1-900b1610-7e93-4f12-82e5-c33183c2871a=Assignment(partitions=[test-2]), consumer-1-15174527-6683-40fc-9205-9f75da4554fa=Assignment(partitions=[test-0, test-1])}
- 2017-11-03 19:45:47 DEBUG AbstractCoordinator - Sending leader SyncGroup for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null): (type=SyncGroupRequest, groupId=testgroup, generationId=2, memberId=consumer-1-15174527-6683-40fc-9205-9f75da4554fa, groupAssignment=consumer-1-900b1610-7e93-4f12-82e5-c33183c2871a,consumer-1-15174527-6683-40fc-9205-9f75da4554fa)
- 2017-11-03 19:45:47 INFO AbstractCoordinator - Successfully joined group testgroup with generation 2
- 2017-11-03 19:45:47 DEBUG Metrics - Removed sensor with name test-2.records-lag
- 2017-11-03 19:45:47 INFO ConsumerCoordinator - Setting newly assigned partitions [test-0, test-1] for group testgroup
- 2017-11-03 19:45:47 INFO BufferedConsumerClientAdapterImpl - onPartitionsAssigned: partitions=[test-0, test-1]
- 2017-11-03 19:45:47 DEBUG ConsumerCoordinator - Group testgroup fetching committed offsets for partitions: [test-0, test-1]
- 2017-11-03 19:45:47 DEBUG ConsumerCoordinator - Group testgroup has no committed offset for partition test-0
- 2017-11-03 19:45:47 DEBUG ConsumerCoordinator - Group testgroup has no committed offset for partition test-1
- 2017-11-03 19:45:48 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:48 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:48 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 7 for partition test-2 returned fetch data (error=NONE, highWaterMark=7, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:48 DEBUG Fetcher - Handling ListOffsetResponse response for test-0. Fetched offset 0, timestamp -1
- 2017-11-03 19:45:48 DEBUG Fetcher - Handling ListOffsetResponse response for test-1. Fetched offset 0, timestamp -1
- 2017-11-03 19:45:48 DEBUG Fetcher - Resetting offset for partition test-0 to offset 0.
- 2017-11-03 19:45:48 DEBUG Fetcher - Resetting offset for partition test-1 to offset 0.
- 2017-11-03 19:45:48 DEBUG Fetcher - Discarding stale fetch response for partition test-0 since its offset 3 does not match the expected offset 0
- 2017-11-03 19:45:48 DEBUG Fetcher - Ignoring fetched records for partition test-2 since it is no longer fetchable
- 2017-11-03 19:45:48 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:48 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:48 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:48 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:48 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:48 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=3163)
- 2017-11-03 19:45:50 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:50 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:51 INFO DriverStatsPrinter - Total Duration (nanos)=6,250,863,000.00, Processed Messages Throughput (records/sec)=1.67, Processed Messages Throughput (bytes/s)=1,708.33, Processed Messages=10, Processed Message Avg. Time (nanos)=834,700.00, Processed Messages Cumulative Time (nanos)=8,347,000.00
- 2017-11-03 19:45:53 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:53 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:53 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=3, or 3
- 2017-11-03 19:45:53 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:53 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-2, threadId=test-dlgtr-2, partition=0, offset=0, sleepMillis=0, key=1, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:45:53 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-5, threadId=test-dlgtr-5, partition=0, offset=2, sleepMillis=0, key=1, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:45:53 INFO KafkaConsumerDriverRecordProcessor - ProcessorId=processor-0, threadId=test-dlgtr-0, partition=0, offset=1, sleepMillis=0, key=1, value=VCMOZTHRMMHMLXGYXPSCIKFBNJJYBHDOZAMUVPZLXORCWNCRWYGPWGBANLYBBLTIIWKTQXNLYXBFTUBALULDTYPEKCOQTJXMJYYPXFNYZMUZLAEZLYTNIAHRYVDTUQNSIPQTBBFISUURBIIZYVVIHEVDPYBDXWQESONRHVWVZUBUGQQHIIKDHNWAFNFVWCBQLMCPEMOTMJAWMMPOBPSYFECPHTOCANEGPGBPPMXNZZYAVMAAWLPZSJSOUNMJZDRRZLFNSXGZMVVNKYCGTOHAFNJLKNBYMUEXPUHNQNGNAASERIORFEAALCCBCWMPWVYASDFFRYREBRAFYOKVLDOVTVSOSZCBUUBHHFSXOEZAUJXODDFRZBMUOKIQBBLVNDDKSNYRTEKEJENAZTBUNDSHDCZXPNGARSCKFUXRFURABBHEAOGRLNPRVIQSTUQNIXATOLPXNMNWCTOTWTXSNKUHPHWABKLWBWFBLGWLSGSMARGMMFWPRHRFTSPRTEVYMOUMSISIESICRGELBYGDXQPOCHIRFEZKFHFCPKARNLGFYELNOFKQLSZJIRVWPUYMVNYQMRZWOXTGKQTZIUWYFWBPGYWQZMQJEYABJWDKUKKDLLSDOIIHGXPIOWSFZWKUPWVZJXKXZYKAHUVETXMLJQGXJXQYZEZXDGNTVTIYBHYZJQNNKCTVMOHDBPCYXBLPHMOIFLPAPLWQQXISSEWEYSSIQHYJTAUBLAMLOGXWIRFWIYTCHBNQOGJVVBLVZHDLBUDIIHPDTHZNIRDUKPOTUZZZEZDWXUJOWOQDHAAFINYOPQCMPRPHDCPWFFLYIOAZPENEOGGEWIWRDVWTTSFWNWRBRRPMAJCANZIUNCPJTRASVOKYIYXHANKRNUNPMQOEJHJWBLCHEUHUJOBCDWJTOMHEBKWDKGFKZYVJCGQHTENEKBBZAWLYNJCJGJOKHJOZFWPLMQCAZZPZKCCLLNYWFKRPWXKUNMDXUDPXVIUCVPZKAQNSVPDHEXNGEWKNSXWGNUAA
- 2017-11-03 19:45:53 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:53 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:53 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:53 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:53 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:53 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:53 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:53 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:54 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:54 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:54 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:54 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:54 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:54 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:54 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:54 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:54 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:54 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:54 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:54 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:54 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:54 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:55 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:55 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:45:55 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:55 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:55 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:55 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:55 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:45:55 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:55 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:45:55 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:45:56 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:45:57 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:45:59 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:00 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:00 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:00 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:00 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:01 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:01 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:02 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:03 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:05 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:06 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:06 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:06 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:06 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:06 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:06 INFO DriverStatsPrinter - Total Duration (nanos)=61,395,345,000.00, Processed Messages Throughput (records/sec)=.21, Processed Messages Throughput (bytes/s)=218.44, Processed Messages=13, Processed Message Avg. Time (nanos)=680,461.54, Processed Messages Cumulative Time (nanos)=8,846,000.00
- 2017-11-03 19:46:09 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:09 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:11 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:11 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:11 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:11 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:12 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:12 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:12 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:12 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:12 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:15 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:15 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:17 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:17 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:17 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:17 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:17 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:17 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:17 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:18 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:18 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:21 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:21 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:21 INFO DriverStatsPrinter - Total Duration (nanos)=61,395,345,000.00, Processed Messages Throughput (records/sec)=.21, Processed Messages Throughput (bytes/s)=218.44, Processed Messages=13, Processed Message Avg. Time (nanos)=680,461.54, Processed Messages Cumulative Time (nanos)=8,846,000.00
- 2017-11-03 19:46:22 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:22 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:22 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:22 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:23 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:23 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:23 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:24 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:24 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:27 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:27 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:28 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:28 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:28 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:28 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:28 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:28 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:28 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:30 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:30 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:33 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:33 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:33 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:33 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:33 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:33 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:34 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:34 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:34 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:36 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:36 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:36 INFO DriverStatsPrinter - Total Duration (nanos)=61,395,345,000.00, Processed Messages Throughput (records/sec)=.21, Processed Messages Throughput (bytes/s)=218.44, Processed Messages=13, Processed Message Avg. Time (nanos)=680,461.54, Processed Messages Cumulative Time (nanos)=8,846,000.00
- 2017-11-03 19:46:39 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:39 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:39 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:39 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:39 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:39 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:39 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:39 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:39 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:42 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:42 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:44 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:44 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:44 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:44 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:45 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:45 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:45 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:45 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:45 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:48 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:48 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:50 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:50 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:50 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:50 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:50 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:50 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:50 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:51 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:51 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:51 INFO DriverStatsPrinter - Total Duration (nanos)=61,395,345,000.00, Processed Messages Throughput (records/sec)=.21, Processed Messages Throughput (bytes/s)=218.44, Processed Messages=13, Processed Message Avg. Time (nanos)=680,461.54, Processed Messages Cumulative Time (nanos)=8,846,000.00
- 2017-11-03 19:46:54 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:54 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:46:55 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:46:55 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:55 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:55 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:46:56 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:46:56 INFO BufferedConsumerClientAdapterImpl - commitOffsets: partitionsToOffsets={0=3, 2=7}
- 2017-11-03 19:46:56 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:56 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:46:56 DEBUG ConsumerCoordinator - Group testgroup committed offset 3 for partition test-0
- 2017-11-03 19:46:56 DEBUG ConsumerCoordinator - Group testgroup committed offset 7 for partition test-2
- 2017-11-03 19:46:57 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:46:57 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:47:00 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:47:00 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:47:01 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:47:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:47:01 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:47:01 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:47:01 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- 2017-11-03 19:47:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:47:02 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:47:03 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:47:03 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:47:06 DEBUG AbstractCoordinator - Sending Heartbeat request for group testgroup to coordinator localhost:9092 (id: 2147483647 rack: null)
- 2017-11-03 19:47:06 DEBUG AbstractCoordinator - Received successful Heartbeat response for group testgroup
- 2017-11-03 19:47:06 INFO DriverStatsPrinter - Total Duration (nanos)=61,395,345,000.00, Processed Messages Throughput (records/sec)=.21, Processed Messages Throughput (bytes/s)=218.44, Processed Messages=13, Processed Message Avg. Time (nanos)=680,461.54, Processed Messages Cumulative Time (nanos)=8,846,000.00
- 2017-11-03 19:47:06 INFO BufferedConsumerClientAdapterImpl - prefetchRecords: calling consumer.poll().
- 2017-11-03 19:47:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:47:06 DEBUG Fetcher - Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3 to node localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:47:06 DEBUG Fetcher - Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0] to broker localhost:9092 (id: 0 rack: null)
- 2017-11-03 19:47:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=0, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:47:07 DEBUG Fetcher - Fetch READ_UNCOMMITTED at offset 3 for partition test-0 returned fetch data (error=NONE, highWaterMark=3, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=0)
- 2017-11-03 19:47:07 TRACE BufferedConsumerClientAdapterImpl - Received consumer records from Kafka. record count=0
- Process finished with exit code 130
Advertisement
Add Comment
Please, Sign In to add comment