12:02:51.227 [main] INFO kafkatest.consumer.Main - flushing redis ... 12:02:51.267 [main] INFO kafkatest.consumer.Main - redis flushing is completed 12:02:51.289 [main] INFO o.a.k.c.consumer.ConsumerConfig - ConsumerConfig values: auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [kafka-host-1:9092, kafka-host-2:9092, kafka-host-3:9092] check.crcs = true client.id = connections.max.idle.ms = 540000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = test-consumer-group 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.LongDeserializer 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 kafkatest.common.GsonMapDeserializer 12:02:51.290 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initializing the Kafka consumer 12:02:51.362 [main] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 1 to Cluster(id = null, nodes = [kafka-host-1:9092 (id: -1 rack: null), kafka-host-3:9092 (id: -3 rack: null), kafka-host-2:9092 (id: -2 rack: null)], partitions = []) 12:02:51.375 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name fetch-throttle-time 12:02:51.516 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name connections-closed: 12:02:51.518 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name connections-created: 12:02:51.518 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name successful-authentication: 12:02:51.518 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name failed-authentication: 12:02:51.519 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-sent-received: 12:02:51.519 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-sent: 12:02:51.519 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-received: 12:02:51.520 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name select-time: 12:02:51.520 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name io-time: 12:02:51.531 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name heartbeat-latency 12:02:51.532 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name join-latency 12:02:51.532 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name sync-latency 12:02:51.533 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name commit-latency 12:02:51.536 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-fetched 12:02:51.537 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name records-fetched 12:02:51.537 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name fetch-latency 12:02:51.537 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name records-lag 12:02:51.540 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka version : 1.0.0 12:02:51.540 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka commitId : aaa7af6d4a11b29d 12:02:51.541 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Kafka consumer initialized 12:02:51.606 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.606 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.607 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.609 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.614 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.614 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.614 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.615 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.615 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.615 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.615 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--1.bytes-sent 12:02:51.616 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--1.bytes-received 12:02:51.616 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--1.latency 12:02:51.617 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -1 12:02:51.617 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node -1. Fetching API versions. 12:02:51.617 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node -1. 12:02:51.617 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 1 to node -1. Assuming version 1. 12:02:51.618 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 1 to node -1 12:02:51.620 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.620 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.620 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.620 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: -3 rack: null) for sending metadata request 12:02:51.620 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.622 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.622 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.624 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--3.bytes-sent 12:02:51.625 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--3.bytes-received 12:02:51.625 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--3.latency 12:02:51.626 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -3 12:02:51.626 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node -3. Fetching API versions. 12:02:51.626 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node -3. 12:02:51.626 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 2 to node -3. Assuming version 1. 12:02:51.626 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 2 to node -3 12:02:51.626 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.626 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.626 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initialize connection to node kafka-host-2:9092 (id: -2 rack: null) for sending metadata request 12:02:51.626 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.629 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node -1 for API_VERSIONS with correlation id 1, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.631 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node -1: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.632 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.632 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.632 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--2.bytes-sent 12:02:51.633 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--2.bytes-received 12:02:51.634 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--2.latency 12:02:51.634 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -2 12:02:51.634 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node -2. Fetching API versions. 12:02:51.634 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node -2. 12:02:51.634 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 3 to node -2. Assuming version 1. 12:02:51.634 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 3 to node -2 12:02:51.634 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.634 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.634 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.634 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=) to node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.634 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending METADATA {topics=[],allow_auto_topic_creation=true} with correlation id 4 to node -1 12:02:51.635 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node -3 for API_VERSIONS with correlation id 2, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.635 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node -3: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.636 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 0 to node -1 12:02:51.641 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node -2 for API_VERSIONS with correlation id 3, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.641 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node -2: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.643 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node -1 for METADATA with correlation id 4, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[]} 12:02:51.644 [main] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 2 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-1:9092 (id: 1 rack: null)], partitions = []) 12:02:51.659 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node -1 for METADATA with correlation id 0, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=1,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=1,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:02:51.661 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Subscribed to partition(s): test-2, test-1, test-0 12:02:51.662 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Seeking to beginning of partition test-2 12:02:51.662 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Seeking to beginning of partition test-1 12:02:51.662 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Seeking to beginning of partition test-0 12:02:51.664 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Partition test-1 is unknown for fetching offset, wait for metadata refresh 12:02:51.664 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.664 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.664 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:02:51.665 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initialize connection to node kafka-host-2:9092 (id: 2 rack: null) for sending metadata request 12:02:51.665 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: 2 rack: null) 12:02:51.665 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.665 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.665 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:02:51.668 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2.bytes-sent 12:02:51.669 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2.bytes-received 12:02:51.669 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2.latency 12:02:51.669 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2 12:02:51.669 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node 2. Fetching API versions. 12:02:51.669 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node 2. 12:02:51.669 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 5 to node 2. Assuming version 1. 12:02:51.670 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 5 to node 2 12:02:51.670 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.670 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:02:51.670 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initialize connection to node kafka-host-1:9092 (id: 1 rack: null) for sending metadata request 12:02:51.670 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 1 rack: null) 12:02:51.671 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.671 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.671 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:02:51.673 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-1.bytes-sent 12:02:51.674 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-1.bytes-received 12:02:51.674 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-1.latency 12:02:51.675 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 1 12:02:51.675 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node 1. Fetching API versions. 12:02:51.675 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node 1. 12:02:51.675 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 6 to node 1. Assuming version 1. 12:02:51.675 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 6 to node 1 12:02:51.675 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.675 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.675 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:02:51.675 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:02:51.675 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:02:51.676 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 2 for API_VERSIONS with correlation id 5, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.677 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node 2: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.677 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.677 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.677 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:02:51.679 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-3.bytes-sent 12:02:51.679 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-3.bytes-received 12:02:51.680 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-3.latency 12:02:51.680 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 3 12:02:51.680 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node 3. Fetching API versions. 12:02:51.680 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node 3. 12:02:51.680 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 7 to node 3. Assuming version 1. 12:02:51.680 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 7 to node 3 12:02:51.680 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.680 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:02:51.681 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-2:9092 (id: 2 rack: null) 12:02:51.681 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 8 to node 2 12:02:51.681 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 1 for API_VERSIONS with correlation id 6, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.681 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node 1: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.685 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 3 for API_VERSIONS with correlation id 7, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.685 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node 3: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.698 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 2 for METADATA with correlation id 8, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=1,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=1,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:02:51.698 [main] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 3 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-1:9092 (id: 1 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 1, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 1, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:02:51.698 [main] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending ListOffsetRequest (type=ListOffsetRequest, replicaId=-1, partitionTimestamps={test-1=-2, test-0=-2, test-2=-2}, isolationLevel=READ_UNCOMMITTED) to broker kafka-host-1:9092 (id: 1 rack: null) 12:02:51.699 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending LIST_OFFSETS {replica_id=-1,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,timestamp=-2},{partition=1,timestamp=-2},{partition=2,timestamp=-2}]}]} with correlation id 9 to node 1 12:02:51.709 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 1 for LIST_OFFSETS with correlation id 9, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0,timestamp=-1,offset=0},{partition=1,error_code=0,timestamp=-1,offset=0},{partition=2,error_code=0,timestamp=-1,offset=0}]}]} 12:02:51.710 [main] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Received ListOffsetResponse (type=ListOffsetResponse, throttleTimeMs=0, responseData={test-1=PartitionData{errorCode: 0, timestamp: -1, offset: 0, offsets: null}, test-0=PartitionData{errorCode: 0, timestamp: -1, offset: 0, offsets: null}, test-2=PartitionData{errorCode: 0, timestamp: -1, offset: 0, offsets: null}}) from broker kafka-host-1:9092 (id: 1 rack: null) 12:02:51.710 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Handling ListOffsetResponse response for test-1. Fetched offset 0, timestamp -1 12:02:51.710 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Handling ListOffsetResponse response for test-0. Fetched offset 0, timestamp -1 12:02:51.710 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Handling ListOffsetResponse response for test-2. Fetched offset 0, timestamp -1 12:02:51.711 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Resetting offset for partition test-1 to offset 0. 12:02:51.711 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Resetting offset for partition test-0 to offset 0. 12:02:51.711 [main] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=test-consumer-group] Resetting offset for partition test-2 to offset 0. 12:02:51.711 [main] INFO kafkatest.consumer.Main - [test-0] position = 0 12:02:51.711 [main] INFO kafkatest.consumer.Main - [test-1] position = 0 12:02:51.711 [main] INFO kafkatest.consumer.Main - [test-2] position = 0 12:02:51.711 [main] TRACE o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Closing the Kafka consumer 12:02:51.712 [main] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending synchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=0, metadata=''}, test-0=OffsetAndMetadata{offset=0, metadata=''}, test-2=OffsetAndMetadata{offset=0, metadata=''}} 12:02:51.712 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) connected with no in-flight requests 12:02:51.712 [main] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-2:9092 (id: 2 rack: null) 12:02:51.713 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 10 to node 2 12:02:51.722 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 2 for FIND_COORDINATOR with correlation id 10, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=1,host=kafka-host-1,port=9092}} 12:02:51.722 [main] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972571722, latencyMs=9, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-1, correlationId=10), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-1:9092 (id: 1 rack: null))) 12:02:51.722 [main] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Discovered coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:51.722 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:51.723 [main] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=0, metadata=''}, test-0=OffsetAndMetadata{offset=0, metadata=''}, test-2=OffsetAndMetadata{offset=0, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:51.726 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483646.bytes-sent 12:02:51.726 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483646.bytes-received 12:02:51.727 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483646.latency 12:02:51.727 [main] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-1, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2147483646 12:02:51.727 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed connection to node 2147483646. Fetching API versions. 12:02:51.727 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Initiating API versions fetch from node 2147483646. 12:02:51.727 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 12 to node 2147483646. Assuming version 1. 12:02:51.727 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 12 to node 2147483646 12:02:51.732 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 2147483646 for API_VERSIONS with correlation id 12, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.732 [main] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Recorded API versions for node 2147483646: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.732 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=-1,member_id=,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=0,metadata=},{partition=1,offset=0,metadata=},{partition=2,offset=0,metadata=}]}]} with correlation id 11 to node 2147483646 12:02:51.784 [main] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-1, groupId=test-consumer-group] Completed receive from node 2147483646 for OFFSET_COMMIT with correlation id 11, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:02:51.784 [main] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Committed offset 0 for partition test-1 12:02:51.784 [main] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Committed offset 0 for partition test-0 12:02:51.784 [main] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-1, groupId=test-consumer-group] Committed offset 0 for partition test-2 12:02:51.786 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name connections-closed: 12:02:51.786 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name connections-created: 12:02:51.786 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name successful-authentication: 12:02:51.786 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name failed-authentication: 12:02:51.787 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name bytes-sent-received: 12:02:51.787 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name bytes-sent: 12:02:51.787 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name bytes-received: 12:02:51.787 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name select-time: 12:02:51.787 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name io-time: 12:02:51.788 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--1.bytes-sent 12:02:51.788 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--1.bytes-received 12:02:51.788 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--1.latency 12:02:51.788 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--3.bytes-sent 12:02:51.789 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--3.bytes-received 12:02:51.789 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--3.latency 12:02:51.789 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--2.bytes-sent 12:02:51.789 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--2.bytes-received 12:02:51.789 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node--2.latency 12:02:51.789 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-2.bytes-sent 12:02:51.790 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-2.bytes-received 12:02:51.790 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-2.latency 12:02:51.790 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-1.bytes-sent 12:02:51.790 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-1.bytes-received 12:02:51.790 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-1.latency 12:02:51.791 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-3.bytes-sent 12:02:51.791 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-3.bytes-received 12:02:51.791 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-3.latency 12:02:51.791 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-2147483646.bytes-sent 12:02:51.792 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-2147483646.bytes-received 12:02:51.792 [main] DEBUG o.a.kafka.common.metrics.Metrics - Removed sensor with name node-2147483646.latency 12:02:51.792 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-1, groupId=test-consumer-group] Kafka consumer has been closed 12:02:51.869 [main] INFO o.a.k.c.consumer.ConsumerConfig - ConsumerConfig values: auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [kafka-host-1:9092, kafka-host-2:9092, kafka-host-3:9092] check.crcs = true client.id = connections.max.idle.ms = 540000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = test-consumer-group 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.LongDeserializer 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 kafkatest.common.GsonMapDeserializer 12:02:51.869 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initializing the Kafka consumer 12:02:51.871 [main] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 1 to Cluster(id = null, nodes = [kafka-host-1:9092 (id: -1 rack: null), kafka-host-2:9092 (id: -2 rack: null), kafka-host-3:9092 (id: -3 rack: null)], partitions = []) 12:02:51.871 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name fetch-throttle-time 12:02:51.874 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name connections-closed: 12:02:51.881 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name connections-created: 12:02:51.883 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name successful-authentication: 12:02:51.884 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name failed-authentication: 12:02:51.884 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-sent-received: 12:02:51.885 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-sent: 12:02:51.888 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-received: 12:02:51.890 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name select-time: 12:02:51.891 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name io-time: 12:02:51.891 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name heartbeat-latency 12:02:51.894 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name join-latency 12:02:51.897 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name sync-latency 12:02:51.898 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name commit-latency 12:02:51.901 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name bytes-fetched 12:02:51.901 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name records-fetched 12:02:51.902 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name fetch-latency 12:02:51.904 [main] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name records-lag 12:02:51.904 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka version : 1.0.0 12:02:51.905 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka commitId : aaa7af6d4a11b29d 12:02:51.905 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-2, groupId=test-consumer-group] Kafka consumer initialized 12:02:51.906 [main] DEBUG o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-2, groupId=test-consumer-group] Subscribed to topic(s): test 12:02:51.965 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.966 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.966 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.966 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-2:9092 (id: -2 rack: null) 12:02:51.966 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: -2 rack: null) 12:02:51.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.968 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.970 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--2.bytes-sent 12:02:51.971 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--2.bytes-received 12:02:51.971 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--2.latency 12:02:51.971 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -2 12:02:51.971 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node -2. Fetching API versions. 12:02:51.971 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node -2. 12:02:51.971 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 1 to node -2. Assuming version 1. 12:02:51.971 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 1 to node -2 12:02:51.971 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.971 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.971 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.972 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-1:9092 (id: -1 rack: null) for sending metadata request 12:02:51.972 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.972 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.973 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.975 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--1.bytes-sent 12:02:51.975 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--1.bytes-received 12:02:51.976 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--1.latency 12:02:51.976 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -1 12:02:51.976 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node -1. Fetching API versions. 12:02:51.976 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node -1. 12:02:51.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 2 to node -1. Assuming version 1. 12:02:51.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 2 to node -1 12:02:51.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.976 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: -3 rack: null) for sending metadata request 12:02:51.976 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node -2 for API_VERSIONS with correlation id 1, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.978 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node -2: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: -1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: -3 rack: null) 12:02:51.983 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--3.bytes-sent 12:02:51.984 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--3.bytes-received 12:02:51.984 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node--3.latency 12:02:51.984 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -3 12:02:51.984 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node -1 for API_VERSIONS with correlation id 2, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.984 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node -1: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.984 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node -3. Fetching API versions. 12:02:51.984 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node -3. 12:02:51.984 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 3 to node -3. Assuming version 1. 12:02:51.984 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 3 to node -3 12:02:51.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: -2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:02:51.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: -3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:02:51.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.985 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-1:9092 (id: -1 rack: null) 12:02:51.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 4 to node -1 12:02:51.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 0 to node -2 12:02:51.989 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node -3 for API_VERSIONS with correlation id 3, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:51.989 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node -3: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:51.991 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node -1 for METADATA with correlation id 4, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=1,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=1,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:02:51.992 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 2 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-2:9092 (id: 2 rack: null), kafka-host-3:9092 (id: 3 rack: null), kafka-host-1:9092 (id: 1 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 1, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 1, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:02:51.993 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node -2 for FIND_COORDINATOR with correlation id 0, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=1,host=kafka-host-1,port=9092}} 12:02:51.993 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972571993, latencyMs=27, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=0), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-1:9092 (id: 1 rack: null))) 12:02:51.993 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Discovered coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:51.993 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:51.995 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending synchronous auto-commit of offsets {} 12:02:51.995 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Revoking previously assigned partitions [] 12:02:51.996 [RxCachedThreadScheduler-1] INFO kafkatest.consumer.Main - revoked partitions: [] 12:02:51.996 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Disabling heartbeat thread 12:02:51.996 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Heartbeat thread started 12:02:51.996 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] (Re-)joining group 12:02:51.997 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending JoinGroup ((type: JoinGroupRequest, groupId=test-consumer-group, sessionTimeout=10000, rebalanceTimeout=300000, memberId=, protocolType=consumer, groupProtocols=org.apache.kafka.common.requests.JoinGroupRequest$ProtocolMetadata@189b56b4)) to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:51.998 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483646.bytes-sent 12:02:51.998 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483646.bytes-received 12:02:51.999 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483646.latency 12:02:51.999 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2147483646 12:02:51.999 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node 2147483646. Fetching API versions. 12:02:51.999 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node 2147483646. 12:02:51.999 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 6 to node 2147483646. Assuming version 1. 12:02:51.999 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 6 to node 2147483646 12:02:52.003 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for API_VERSIONS with correlation id 6, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:52.003 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node 2147483646: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:52.003 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending JOIN_GROUP {group_id=test-consumer-group,session_timeout=10000,rebalance_timeout=300000,member_id=,protocol_type=consumer,group_protocols=[{protocol_name=range,protocol_metadata=java.nio.HeapByteBuffer[pos=0 lim=16 cap=16]}]} with correlation id 5 to node 2147483646 12:02:52.010 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for JOIN_GROUP with correlation id 5, received {throttle_time_ms=0,error_code=0,generation_id=58,group_protocol=range,leader_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,members=[{member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,member_metadata=java.nio.HeapByteBuffer[pos=0 lim=16 cap=16]}]} 12:02:52.010 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful JoinGroup response: org.apache.kafka.common.requests.JoinGroupResponse@18975d58 12:02:52.010 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Performing assignment using strategy range with subscriptions {consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f=Subscription(topics=[test])} 12:02:52.011 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Finished assignment for group: {consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f=Assignment(partitions=[test-0, test-1, test-2])} 12:02:52.011 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending leader SyncGroup to coordinator kafka-host-1:9092 (id: 2147483646 rack: null): (type=SyncGroupRequest, groupId=test-consumer-group, generationId=58, memberId=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f, groupAssignment=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f) 12:02:52.012 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending SYNC_GROUP {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,group_assignment=[{member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,member_assignment=java.nio.HeapByteBuffer[pos=0 lim=32 cap=32]}]} with correlation id 7 to node 2147483646 12:02:52.022 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for SYNC_GROUP with correlation id 7, received {throttle_time_ms=0,error_code=0,member_assignment=java.nio.HeapByteBuffer[pos=0 lim=32 cap=32]} 12:02:52.022 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Successfully joined group with generation 58 12:02:52.022 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Enabling heartbeat thread 12:02:52.023 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Setting newly assigned partitions [test-1, test-0, test-2] 12:02:52.023 [RxCachedThreadScheduler-1] INFO kafkatest.consumer.Main - assigned partitions: [test-1, test-0, test-2] 12:02:52.023 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetching committed offsets for partitions: [test-1, test-0, test-2] 12:02:52.023 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_FETCH {group_id=test-consumer-group,topics=[{topic=test,partitions=[{partition=1},{partition=0},{partition=2}]}]} with correlation id 8 to node 2147483646 12:02:52.143 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for OFFSET_FETCH with correlation id 8, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,offset=0,metadata=,error_code=0},{partition=1,offset=0,metadata=,error_code=0},{partition=2,offset=0,metadata=,error_code=0}]}],error_code=0} 12:02:52.143 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Resetting offset for partition test-1 to the committed offset 0 12:02:52.143 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Resetting offset for partition test-0 to the committed offset 0 12:02:52.143 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Resetting offset for partition test-2 to the committed offset 0 12:02:52.143 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 0 to node kafka-host-1:9092 (id: 1 rack: null) 12:02:52.143 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 0 to node kafka-host-1:9092 (id: 1 rack: null) 12:02:52.143 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 0 to node kafka-host-1:9092 (id: 1 rack: null) 12:02:52.144 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1, test-0, test-2] to broker kafka-host-1:9092 (id: 1 rack: null) 12:02:52.144 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 1 rack: null) 12:02:52.145 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.145 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.145 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.148 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-1.bytes-sent 12:02:52.148 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-1.bytes-received 12:02:52.148 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-1.latency 12:02:52.148 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 1 12:02:52.148 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node 1. Fetching API versions. 12:02:52.148 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node 1. 12:02:52.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 10 to node 1. Assuming version 1. 12:02:52.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 10 to node 1 12:02:52.148 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.148 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.148 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.149 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.149 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.149 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.152 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for API_VERSIONS with correlation id 10, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:02:52.153 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node 1: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:02:52.153 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=1,fetch_offset=0,log_start_offset=-1,max_bytes=1048576},{partition=0,fetch_offset=0,log_start_offset=-1,max_bytes=1048576},{partition=2,fetch_offset=0,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 9 to node 1 12:02:52.154 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.154 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.154 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.154 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.154 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.154 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.166 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.166 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.166 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.172 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.172 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.172 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.172 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.172 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.172 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.177 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.177 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.177 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.177 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.177 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.177 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.186 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.186 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.186 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.186 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.186 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.186 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.187 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.187 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.187 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.187 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.187 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.187 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.188 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.188 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.188 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.189 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.191 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.192 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.192 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.192 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.198 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.198 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.198 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.198 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.198 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.198 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.199 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.203 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.203 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.203 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.203 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.203 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.203 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.205 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.205 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.205 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.206 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.206 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.206 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.206 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.206 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.206 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.207 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.207 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.207 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.208 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.208 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.208 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.208 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.208 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.208 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.209 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.210 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.211 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.211 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.211 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.211 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.211 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.211 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.213 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.217 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.217 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.217 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.218 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.218 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.218 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.219 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.220 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.220 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.220 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.220 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.220 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.220 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.221 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.229 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.229 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.229 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.231 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.231 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.231 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.232 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.236 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.237 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.238 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.239 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.240 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.241 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.242 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.243 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.244 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.245 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.246 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.247 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.248 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.248 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.248 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.248 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.248 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.248 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.249 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.250 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.251 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.252 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.253 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.254 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.254 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.254 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.255 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.255 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.255 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.256 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.257 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.258 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.259 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.259 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.259 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.259 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.259 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.259 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.260 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.261 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.261 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.261 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.261 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.261 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.261 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.263 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.264 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.264 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.264 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.270 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.271 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.273 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.274 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.275 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.276 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.277 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.278 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.279 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.279 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.279 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.279 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.279 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.279 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.284 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.284 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.284 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.284 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.284 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.284 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.285 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.285 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.285 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.286 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.287 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.288 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.288 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.288 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.289 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.294 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.294 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.294 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.295 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.296 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.296 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.296 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.297 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.297 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.297 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.301 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.301 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.301 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.301 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.301 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.301 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.302 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.303 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.304 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.305 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.305 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.305 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.305 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.305 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.305 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.306 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.307 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.308 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.308 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.308 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.308 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.308 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.308 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.309 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.309 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.309 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.309 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.309 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.309 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.311 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.311 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.311 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.314 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.316 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.316 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.316 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.317 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.317 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.317 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.317 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.317 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.317 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.318 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.319 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.320 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.321 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.322 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.323 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.324 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.325 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.326 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.327 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.327 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.327 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.327 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.327 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.327 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.328 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.329 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.330 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.330 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.330 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.331 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.332 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.332 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.332 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.333 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.338 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.339 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.340 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.340 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.340 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.340 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.340 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.340 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.342 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.343 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.344 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.345 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.346 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.347 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.348 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.349 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:02:52.363 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for FETCH with correlation id 9, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=1,error_code=0,high_watermark=99942,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=0, timestamp=1517885219855, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1, timestamp=1517885219857, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=2, timestamp=1517885219858, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3, timestamp=1517885219859, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4, timestamp=1517885219860, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5, timestamp=1517885219862, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6, timestamp=1517885219862, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=7, timestamp=1517885219863, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8, timestamp=1517885219863, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9, timestamp=1517885219864, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=10, timestamp=1517885219865, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11, timestamp=1517885219866, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=12, timestamp=1517885219867, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=13, timestamp=1517885219867, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=14, timestamp=1517885219868, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=15, timestamp=1517885219868, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=16, timestamp=1517885219870, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=17, timestamp=1517885219870, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=18, timestamp=1517885219875, key=8 bytes, value=565 bytes)), (record=DefaultRecord(offset=19, timestamp=1517885219877, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=20, timestamp=1517885219878, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=21, timestamp=1517885219879, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=22, timestamp=1517885219880, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=23, timestamp=1517885219880, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=24, timestamp=1517885219880, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=25, timestamp=1517885219882, key=8 bytes, value=569 bytes)), (record=DefaultRecord(offset=26, timestamp=1517885219883, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=27, timestamp=1517885219883, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=28, timestamp=1517885219884, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=29, timestamp=1517885219884, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=30, timestamp=1517885219885, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=31, timestamp=1517885219886, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=32, timestamp=1517885219887, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=33, timestamp=1517885219888, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=34, timestamp=1517885219889, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=35, timestamp=1517885219890, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=36, timestamp=1517885219892, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=37, timestamp=1517885219893, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=38, timestamp=1517885219894, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=39, timestamp=1517885219895, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=40, timestamp=1517885219895, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=41, timestamp=1517885219896, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=42, timestamp=1517885219896, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=43, timestamp=1517885219896, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=44, timestamp=1517885219897, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=45, timestamp=1517885219897, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=46, timestamp=1517885219898, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=47, timestamp=1517885219898, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=48, timestamp=1517885219898, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=49, timestamp=1517885219899, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=50, timestamp=1517885219900, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=51, timestamp=1517885219901, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=52, timestamp=1517885219904, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=53, timestamp=1517885219904, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=54, timestamp=1517885219905, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=55, timestamp=1517885219906, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=56, timestamp=1517885219907, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=57, timestamp=1517885219908, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=58, timestamp=1517885219908, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=59, timestamp=1517885219909, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=60, timestamp=1517885219910, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=61, timestamp=1517885219911, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=62, timestamp=1517885219912, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=63, timestamp=1517885219912, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=64, timestamp=1517885219914, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=65, timestamp=1517885219915, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=66, timestamp=1517885219916, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=67, timestamp=1517885219916, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=68, timestamp=1517885219917, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=69, timestamp=1517885219917, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=70, timestamp=1517885219918, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=71, timestamp=1517885219919, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=72, timestamp=1517885219919, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=73, timestamp=1517885219920, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=74, timestamp=1517885219922, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=75, timestamp=1517885219923, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=76, timestamp=1517885219924, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=77, timestamp=1517885219925, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=78, timestamp=1517885219925, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=79, timestamp=1517885219926, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=80, timestamp=1517885219927, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=81, timestamp=1517885219927, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=82, timestamp=1517885219928, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=83, timestamp=1517885219928, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=84, timestamp=1517885219929, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=85, timestamp=1517885219929, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=86, timestamp=1517885219930, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=87, timestamp=1517885219930, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=88, timestamp=1517885219930, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=89, timestamp=1517885219931, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=90, timestamp=1517885219931, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=91, timestamp=1517885219931, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=92, timestamp=1517885219932, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=93, timestamp=1517885219933, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=94, timestamp=1517885219933, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=95, timestamp=1517885219933, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=96, timestamp=1517885219933, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=97, timestamp=1517885219934, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=98, timestamp=1517885219934, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=99, timestamp=1517885219934, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=100, timestamp=1517885219934, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=101, timestamp=1517885219935, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=102, timestamp=1517885219937, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=103, timestamp=1517885219937, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=104, timestamp=1517885219937, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=105, timestamp=1517885219938, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=106, timestamp=1517885219938, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=107, timestamp=1517885219939, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=108, timestamp=1517885219939, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=109, timestamp=1517885219940, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=110, timestamp=1517885219940, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=111, timestamp=1517885219941, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=112, timestamp=1517885219941, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=113, timestamp=1517885219941, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=114, timestamp=1517885219941, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=115, timestamp=1517885219942, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=116, timestamp=1517885219942, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=117, timestamp=1517885219942, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=118, timestamp=1517885219942, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=119, timestamp=1517885219942, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=120, timestamp=1517885219943, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=121, timestamp=1517885219943, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=122, timestamp=1517885219944, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=123, timestamp=1517885219944, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=124, timestamp=1517885219945, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=125, timestamp=1517885219945, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=126, timestamp=1517885219946, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=127, timestamp=1517885219946, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=128, timestamp=1517885219946, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=129, timestamp=1517885219946, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=130, timestamp=1517885219947, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=131, timestamp=1517885219948, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=132, timestamp=1517885219948, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=133, timestamp=1517885219949, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=134, timestamp=1517885219950, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=135, timestamp=1517885219950, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=136, timestamp=1517885219952, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=137, timestamp=1517885219952, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=138, timestamp=1517885219953, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=139, timestamp=1517885219953, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=140, timestamp=1517885219954, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=141, timestamp=1517885219955, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=142, timestamp=1517885219956, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=143, timestamp=1517885219956, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=144, timestamp=1517885219956, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=145, timestamp=1517885219956, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=146, timestamp=1517885219956, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=147, timestamp=1517885219958, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=148, timestamp=1517885219966, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=149, timestamp=1517885219966, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=150, timestamp=1517885219966, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=151, timestamp=1517885219966, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=152, timestamp=1517885219968, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=153, timestamp=1517885219968, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=154, timestamp=1517885219968, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=155, timestamp=1517885219968, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=156, timestamp=1517885219969, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=157, timestamp=1517885219970, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=158, timestamp=1517885219970, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=159, timestamp=1517885219971, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=160, timestamp=1517885219972, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=161, timestamp=1517885219972, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=162, timestamp=1517885219973, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=163, timestamp=1517885219973, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=164, timestamp=1517885219974, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=165, timestamp=1517885219975, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=166, timestamp=1517885219977, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=167, timestamp=1517885219977, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=168, timestamp=1517885219978, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=169, timestamp=1517885219979, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=170, timestamp=1517885219980, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=171, timestamp=1517885219980, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=172, timestamp=1517885219981, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=173, timestamp=1517885219981, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=174, timestamp=1517885219981, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=175, timestamp=1517885219982, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=176, timestamp=1517885219982, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=177, timestamp=1517885219982, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=178, timestamp=1517885219983, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=179, timestamp=1517885219983, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=180, timestamp=1517885219983, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=181, timestamp=1517885219983, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=182, timestamp=1517885219984, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=183, timestamp=1517885219985, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=184, timestamp=1517885219985, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=185, timestamp=1517885219985, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=186, timestamp=1517885219986, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=187, timestamp=1517885219986, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=188, timestamp=1517885219987, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=189, timestamp=1517885219988, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=190, timestamp=1517885219988, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=191, timestamp=1517885219988, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=192, timestamp=1517885219989, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=193, timestamp=1517885219989, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=194, timestamp=1517885219990, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=195, timestamp=1517885219990, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=196, timestamp=1517885219992, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=197, timestamp=1517885219993, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=198, timestamp=1517885219993, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=199, timestamp=1517885219994, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=200, timestamp=1517885219995, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=201, timestamp=1517885219996, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=202, timestamp=1517885219996, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=203, timestamp=1517885219997, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=204, timestamp=1517885219998, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=205, timestamp=1517885220000, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=206, timestamp=1517885220001, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=207, timestamp=1517885220002, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=208, timestamp=1517885220002, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=209, timestamp=1517885220002, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=210, timestamp=1517885220004, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=211, timestamp=1517885220004, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=212, timestamp=1517885220004, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=213, timestamp=1517885220004, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=214, timestamp=1517885220005, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=215, timestamp=1517885220006, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=216, timestamp=1517885220007, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=217, timestamp=1517885220007, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=218, timestamp=1517885220008, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=219, timestamp=1517885220008, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=220, timestamp=1517885220008, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=221, timestamp=1517885220008, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=222, timestamp=1517885220009, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=223, timestamp=1517885220009, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=224, timestamp=1517885220009, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=225, timestamp=1517885220009, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=226, timestamp=1517885220009, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=227, timestamp=1517885220010, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=228, timestamp=1517885220010, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=229, timestamp=1517885220011, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=230, timestamp=1517885220011, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=231, timestamp=1517885220011, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=232, timestamp=1517885220012, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=233, timestamp=1517885220012, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=234, timestamp=1517885220013, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=235, timestamp=1517885220013, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=236, timestamp=1517885220014, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=237, timestamp=1517885220014, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=238, timestamp=1517885220014, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=239, timestamp=1517885220015, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=240, timestamp=1517885220015, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=241, timestamp=1517885220015, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=242, timestamp=1517885220016, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=243, timestamp=1517885220017, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=244, timestamp=1517885220018, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=245, timestamp=1517885220018, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=246, timestamp=1517885220018, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=247, timestamp=1517885220019, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=248, timestamp=1517885220019, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=249, timestamp=1517885220019, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=250, timestamp=1517885220020, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=251, timestamp=1517885220020, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=252, timestamp=1517885220021, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=253, timestamp=1517885220022, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=254, timestamp=1517885220023, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=255, timestamp=1517885220023, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=256, timestamp=1517885220023, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=257, timestamp=1517885220025, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=258, timestamp=1517885220025, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=259, timestamp=1517885220026, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=260, timestamp=1517885220026, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=261, timestamp=1517885220026, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=262, timestamp=1517885220027, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=263, timestamp=1517885220028, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=264, timestamp=1517885220029, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=265, timestamp=1517885220029, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=266, timestamp=1517885220029, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=267, timestamp=1517885220029, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=268, timestamp=1517885220030, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=269, timestamp=1517885220030, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=270, timestamp=1517885220030, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=271, timestamp=1517885220031, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=272, timestamp=1517885220032, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=273, timestamp=1517885220034, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=274, timestamp=1517885220035, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=275, timestamp=1517885220035, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=276, timestamp=1517885220035, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=277, timestamp=1517885220036, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=278, timestamp=1517885220036, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=279, timestamp=1517885220037, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=280, timestamp=1517885220037, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=281, timestamp=1517885220037, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=282, timestamp=1517885220037, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=283, timestamp=1517885220038, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=284, timestamp=1517885220038, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=285, timestamp=1517885220038, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=286, timestamp=1517885220039, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=287, timestamp=1517885220040, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=288, timestamp=1517885220040, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=289, timestamp=1517885220041, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=290, timestamp=1517885220042, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=291, timestamp=1517885220042, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=292, timestamp=1517885220043, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=293, timestamp=1517885220043, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=294, timestamp=1517885220043, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=295, timestamp=1517885220044, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=296, timestamp=1517885220044, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=297, timestamp=1517885220045, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=298, timestamp=1517885220045, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=299, timestamp=1517885220045, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=300, timestamp=1517885220046, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=301, timestamp=1517885220046, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=302, timestamp=1517885220046, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=303, timestamp=1517885220046, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=304, timestamp=1517885220047, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=305, timestamp=1517885220048, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=306, timestamp=1517885220049, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=307, timestamp=1517885220049, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=308, timestamp=1517885220050, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=309, timestamp=1517885220051, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=310, timestamp=1517885220051, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=311, timestamp=1517885220052, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=312, timestamp=1517885220052, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=313, timestamp=1517885220052, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=314, timestamp=1517885220054, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=315, timestamp=1517885220054, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=316, timestamp=1517885220054, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=317, timestamp=1517885220056, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=318, timestamp=1517885220056, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=319, timestamp=1517885220060, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=320, timestamp=1517885220061, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=321, timestamp=1517885220061, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=322, timestamp=1517885220062, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=323, timestamp=1517885220062, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=324, timestamp=1517885220062, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=325, timestamp=1517885220062, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=326, timestamp=1517885220062, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=327, timestamp=1517885220062, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=328, timestamp=1517885220063, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=329, timestamp=1517885220063, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=330, timestamp=1517885220063, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=331, timestamp=1517885220063, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=332, timestamp=1517885220064, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=333, timestamp=1517885220064, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=334, timestamp=1517885220064, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=335, timestamp=1517885220065, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=336, timestamp=1517885220065, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=337, timestamp=1517885220066, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=338, timestamp=1517885220067, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=339, timestamp=1517885220067, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=340, timestamp=1517885220067, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=341, timestamp=1517885220067, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=342, timestamp=1517885220067, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=343, timestamp=1517885220068, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=344, timestamp=1517885220068, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=345, timestamp=1517885220068, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=346, timestamp=1517885220068, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=347, timestamp=1517885220069, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=348, timestamp=1517885220069, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=349, timestamp=1517885220070, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=350, timestamp=1517885220071, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=351, timestamp=1517885220071, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=352, timestamp=1517885220072, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=353, timestamp=1517885220073, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=354, timestamp=1517885220073, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=355, timestamp=1517885220074, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=356, timestamp=1517885220074, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=357, timestamp=1517885220075, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=358, timestamp=1517885220076, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=359, timestamp=1517885220076, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=360, timestamp=1517885220077, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=361, timestamp=1517885220077, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=362, timestamp=1517885220077, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=363, timestamp=1517885220078, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=364, timestamp=1517885220079, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=365, timestamp=1517885220079, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=366, timestamp=1517885220080, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=367, timestamp=1517885220080, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=368, timestamp=1517885220082, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=369, timestamp=1517885220083, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=370, timestamp=1517885220083, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=371, timestamp=1517885220084, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=372, timestamp=1517885220085, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=373, timestamp=1517885220085, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=374, timestamp=1517885220085, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=375, timestamp=1517885220086, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=376, timestamp=1517885220086, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=377, timestamp=1517885220086, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=378, timestamp=1517885220087, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=379, timestamp=1517885220088, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=380, timestamp=1517885220088, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=381, timestamp=1517885220088, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=382, timestamp=1517885220089, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=383, timestamp=1517885220089, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=384, timestamp=1517885220089, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=385, timestamp=1517885220089, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=386, timestamp=1517885220090, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=387, timestamp=1517885220090, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=388, timestamp=1517885220090, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=389, timestamp=1517885220090, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=390, timestamp=1517885220091, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=391, timestamp=1517885220091, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=392, timestamp=1517885220092, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=393, timestamp=1517885220093, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=394, timestamp=1517885220093, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=395, timestamp=1517885220094, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=396, timestamp=1517885220095, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=397, timestamp=1517885220095, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=398, timestamp=1517885220096, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=399, timestamp=1517885220097, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=400, timestamp=1517885220098, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=401, timestamp=1517885220098, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=402, timestamp=1517885220099, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=403, timestamp=1517885220099, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=404, timestamp=1517885220099, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=405, timestamp=1517885220100, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=406, timestamp=1517885220100, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=407, timestamp=1517885220100, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=408, timestamp=1517885220101, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=409, timestamp=1517885220101, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=410, timestamp=1517885220102, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=411, timestamp=1517885220102, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=412, timestamp=1517885220103, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=413, timestamp=1517885220103, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=414, timestamp=1517885220104, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=415, timestamp=1517885220104, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=416, timestamp=1517885220104, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=417, timestamp=1517885220104, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=418, timestamp=1517885220105, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=419, timestamp=1517885220105, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=420, timestamp=1517885220105, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=421, timestamp=1517885220105, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=422, timestamp=1517885220106, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=423, timestamp=1517885220106, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=424, timestamp=1517885220106, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=425, timestamp=1517885220107, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=426, timestamp=1517885220107, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=427, timestamp=1517885220107, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=428, timestamp=1517885220107, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=429, timestamp=1517885220107, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=430, timestamp=1517885220108, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=431, timestamp=1517885220108, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=432, timestamp=1517885220108, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=433, timestamp=1517885220108, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=434, timestamp=1517885220108, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=435, timestamp=1517885220109, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=436, timestamp=1517885220109, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=437, timestamp=1517885220109, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=438, timestamp=1517885220109, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=439, timestamp=1517885220110, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=440, timestamp=1517885220110, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=441, timestamp=1517885220110, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=442, timestamp=1517885220110, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=443, timestamp=1517885220110, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=444, timestamp=1517885220111, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=445, timestamp=1517885220111, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=446, timestamp=1517885220111, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=447, timestamp=1517885220111, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=448, timestamp=1517885220112, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=449, timestamp=1517885220112, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=450, timestamp=1517885220112, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=451, timestamp=1517885220112, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=452, timestamp=1517885220113, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=453, timestamp=1517885220114, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=454, timestamp=1517885220114, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=455, timestamp=1517885220114, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=456, timestamp=1517885220114, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=457, timestamp=1517885220115, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=458, timestamp=1517885220115, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=459, timestamp=1517885220115, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=460, timestamp=1517885220115, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=461, timestamp=1517885220116, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=462, timestamp=1517885220117, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=463, timestamp=1517885220117, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=464, timestamp=1517885220117, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=465, timestamp=1517885220117, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=466, timestamp=1517885220117, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=467, timestamp=1517885220118, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=468, timestamp=1517885220118, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=469, timestamp=1517885220118, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=470, timestamp=1517885220118, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=471, timestamp=1517885220119, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=472, timestamp=1517885220120, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=473, timestamp=1517885220120, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=474, timestamp=1517885220121, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=475, timestamp=1517885220121, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=476, timestamp=1517885220122, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=477, timestamp=1517885220122, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=478, timestamp=1517885220123, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=479, timestamp=1517885220124, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=480, timestamp=1517885220126, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=481, timestamp=1517885220127, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=482, timestamp=1517885220127, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=483, timestamp=1517885220130, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=484, timestamp=1517885220131, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=485, timestamp=1517885220133, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=486, timestamp=1517885220133, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=487, timestamp=1517885220134, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=488, timestamp=1517885220134, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=489, timestamp=1517885220135, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=490, timestamp=1517885220136, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=491, timestamp=1517885220136, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=492, timestamp=1517885220136, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=493, timestamp=1517885220136, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=494, timestamp=1517885220136, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=495, timestamp=1517885220137, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=496, timestamp=1517885220137, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=497, timestamp=1517885220138, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=498, timestamp=1517885220138, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=499, timestamp=1517885220139, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=500, timestamp=1517885220140, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=501, timestamp=1517885220141, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=502, timestamp=1517885220141, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=503, timestamp=1517885220148, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=504, timestamp=1517885220148, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=505, timestamp=1517885220148, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=506, timestamp=1517885220148, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=507, timestamp=1517885220149, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=508, timestamp=1517885220149, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=509, timestamp=1517885220149, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=510, timestamp=1517885220150, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=511, timestamp=1517885220150, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=512, timestamp=1517885220151, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=513, timestamp=1517885220151, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=514, timestamp=1517885220152, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=515, timestamp=1517885220152, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=516, timestamp=1517885220152, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=517, timestamp=1517885220152, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=518, timestamp=1517885220153, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=519, timestamp=1517885220153, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=520, timestamp=1517885220153, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=521, timestamp=1517885220153, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=522, timestamp=1517885220153, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=523, timestamp=1517885220154, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=524, timestamp=1517885220154, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=525, timestamp=1517885220154, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=526, timestamp=1517885220154, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=527, timestamp=1517885220155, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=528, timestamp=1517885220155, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=529, timestamp=1517885220155, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=530, timestamp=1517885220155, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=531, timestamp=1517885220156, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=532, timestamp=1517885220156, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=533, timestamp=1517885220157, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=534, timestamp=1517885220158, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=535, timestamp=1517885220158, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=536, timestamp=1517885220159, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=537, timestamp=1517885220160, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=538, timestamp=1517885220161, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=539, timestamp=1517885220163, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=540, timestamp=1517885220163, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=541, timestamp=1517885220164, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=542, timestamp=1517885220164, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=543, timestamp=1517885220165, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=544, timestamp=1517885220165, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=545, timestamp=1517885220166, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=546, timestamp=1517885220166, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=547, timestamp=1517885220166, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=548, timestamp=1517885220168, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=549, timestamp=1517885220168, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=550, timestamp=1517885220169, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=551, timestamp=1517885220170, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=552, timestamp=1517885220170, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=553, timestamp=1517885220171, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=554, timestamp=1517885220172, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=555, timestamp=1517885220172, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=556, timestamp=1517885220173, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=557, timestamp=1517885220173, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=558, timestamp=1517885220173, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=559, timestamp=1517885220174, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=560, timestamp=1517885220175, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=561, timestamp=1517885220176, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=562, timestamp=1517885220176, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=563, timestamp=1517885220178, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=564, timestamp=1517885220178, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=565, timestamp=1517885220178, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=566, timestamp=1517885220179, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=567, timestamp=1517885220181, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=568, timestamp=1517885220181, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=569, timestamp=1517885220182, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=570, timestamp=1517885220182, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=571, timestamp=1517885220183, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=572, timestamp=1517885220185, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=573, timestamp=1517885220185, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=574, timestamp=1517885220185, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=575, timestamp=1517885220186, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=576, timestamp=1517885220186, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=577, timestamp=1517885220188, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=578, timestamp=1517885220188, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=579, timestamp=1517885220189, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=580, timestamp=1517885220190, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=581, timestamp=1517885220191, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=582, timestamp=1517885220192, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=583, timestamp=1517885220193, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=584, timestamp=1517885220194, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=585, timestamp=1517885220194, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=586, timestamp=1517885220195, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=587, timestamp=1517885220195, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=588, timestamp=1517885220196, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=589, timestamp=1517885220196, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=590, timestamp=1517885220197, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=591, timestamp=1517885220197, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=592, timestamp=1517885220197, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=593, timestamp=1517885220198, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=594, timestamp=1517885220199, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=595, timestamp=1517885220199, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=596, timestamp=1517885220200, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=597, timestamp=1517885220202, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=598, timestamp=1517885220202, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=599, timestamp=1517885220203, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=600, timestamp=1517885220203, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=601, timestamp=1517885220204, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=602, timestamp=1517885220204, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=603, timestamp=1517885220205, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=604, timestamp=1517885220205, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=605, timestamp=1517885220205, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=606, timestamp=1517885220205, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=607, timestamp=1517885220206, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=608, timestamp=1517885220206, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=609, timestamp=1517885220206, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=610, timestamp=1517885220207, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=611, timestamp=1517885220208, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=612, timestamp=1517885220208, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=613, timestamp=1517885220208, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=614, timestamp=1517885220209, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=615, timestamp=1517885220209, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=616, timestamp=1517885220209, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=617, timestamp=1517885220209, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=618, timestamp=1517885220211, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=619, timestamp=1517885220211, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=620, timestamp=1517885220211, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=621, timestamp=1517885220211, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=622, timestamp=1517885220211, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=623, timestamp=1517885220211, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=624, timestamp=1517885220212, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=625, timestamp=1517885220212, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=626, timestamp=1517885220212, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=627, timestamp=1517885220212, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=628, timestamp=1517885220212, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=629, timestamp=1517885220213, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=630, timestamp=1517885220213, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=631, timestamp=1517885220213, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=632, timestamp=1517885220213, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=633, timestamp=1517885220213, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=634, timestamp=1517885220213, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=635, timestamp=1517885220214, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=636, timestamp=1517885220214, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=637, timestamp=1517885220214, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=638, timestamp=1517885220215, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=639, timestamp=1517885220215, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=640, timestamp=1517885220216, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=641, timestamp=1517885220216, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=642, timestamp=1517885220216, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=643, timestamp=1517885220216, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=644, timestamp=1517885220216, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=645, timestamp=1517885220216, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=646, timestamp=1517885220217, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=647, timestamp=1517885220217, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=648, timestamp=1517885220218, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=649, timestamp=1517885220218, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=650, timestamp=1517885220218, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=651, timestamp=1517885220218, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=652, timestamp=1517885220219, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=653, timestamp=1517885220219, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=654, timestamp=1517885220219, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=655, timestamp=1517885220219, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=656, timestamp=1517885220220, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=657, timestamp=1517885220220, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=658, timestamp=1517885220220, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=659, timestamp=1517885220221, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=660, timestamp=1517885220222, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=661, timestamp=1517885220222, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=662, timestamp=1517885220223, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=663, timestamp=1517885220223, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=664, timestamp=1517885220223, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=665, timestamp=1517885220223, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=666, timestamp=1517885220224, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=667, timestamp=1517885220225, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=668, timestamp=1517885220225, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=669, timestamp=1517885220225, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=670, timestamp=1517885220225, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=671, timestamp=1517885220226, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=672, timestamp=1517885220226, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=673, timestamp=1517885220227, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=674, timestamp=1517885220227, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=675, timestamp=1517885220227, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=676, timestamp=1517885220228, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=677, timestamp=1517885220228, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=678, timestamp=1517885220229, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=679, timestamp=1517885220229, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=680, timestamp=1517885220230, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=681, timestamp=1517885220230, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=682, timestamp=1517885220231, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=683, timestamp=1517885220231, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=684, timestamp=1517885220231, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=685, timestamp=1517885220232, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=686, timestamp=1517885220232, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=687, timestamp=1517885220233, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=688, timestamp=1517885220233, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=689, timestamp=1517885220233, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=690, timestamp=1517885220233, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=691, timestamp=1517885220234, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=692, timestamp=1517885220234, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=693, timestamp=1517885220234, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=694, timestamp=1517885220235, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=695, timestamp=1517885220235, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=696, timestamp=1517885220236, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=697, timestamp=1517885220236, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=698, timestamp=1517885220237, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=699, timestamp=1517885220237, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=700, timestamp=1517885220237, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=701, timestamp=1517885220237, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=702, timestamp=1517885220238, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=703, timestamp=1517885220238, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=704, timestamp=1517885220238, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=705, timestamp=1517885220238, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=706, timestamp=1517885220238, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=707, timestamp=1517885220239, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=708, timestamp=1517885220239, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=709, timestamp=1517885220239, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=710, timestamp=1517885220240, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=711, timestamp=1517885220240, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=712, timestamp=1517885220240, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=713, timestamp=1517885220241, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=714, timestamp=1517885220241, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=715, timestamp=1517885220241, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=716, timestamp=1517885220242, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=717, timestamp=1517885220242, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=718, timestamp=1517885220243, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=719, timestamp=1517885220244, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=720, timestamp=1517885220244, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=721, timestamp=1517885220245, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=722, timestamp=1517885220245, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=723, timestamp=1517885220246, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=724, timestamp=1517885220246, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=725, timestamp=1517885220247, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=726, timestamp=1517885220247, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=727, timestamp=1517885220247, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=728, timestamp=1517885220247, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=729, timestamp=1517885220247, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=730, timestamp=1517885220248, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=731, timestamp=1517885220248, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=732, timestamp=1517885220248, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=733, timestamp=1517885220248, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=734, timestamp=1517885220248, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=735, timestamp=1517885220249, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=736, timestamp=1517885220249, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=737, timestamp=1517885220249, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=738, timestamp=1517885220249, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=739, timestamp=1517885220251, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=740, timestamp=1517885220251, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=741, timestamp=1517885220252, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=742, timestamp=1517885220252, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=743, timestamp=1517885220252, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=744, timestamp=1517885220253, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=745, timestamp=1517885220253, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=746, timestamp=1517885220253, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=747, timestamp=1517885220255, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=748, timestamp=1517885220257, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=749, timestamp=1517885220258, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=750, timestamp=1517885220258, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=751, timestamp=1517885220261, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=752, timestamp=1517885220262, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=753, timestamp=1517885220264, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=754, timestamp=1517885220265, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=755, timestamp=1517885220265, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=756, timestamp=1517885220267, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=757, timestamp=1517885220268, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=758, timestamp=1517885220268, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=759, timestamp=1517885220269, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=760, timestamp=1517885220270, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=761, timestamp=1517885220271, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=762, timestamp=1517885220273, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=763, timestamp=1517885220274, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=764, timestamp=1517885220275, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=765, timestamp=1517885220275, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=766, timestamp=1517885220276, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=767, timestamp=1517885220279, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=768, timestamp=1517885220279, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=769, timestamp=1517885220280, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=770, timestamp=1517885220280, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=771, timestamp=1517885220281, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=772, timestamp=1517885220281, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=773, timestamp=1517885220282, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=774, timestamp=1517885220283, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=775, timestamp=1517885220286, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=776, timestamp=1517885220286, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=777, timestamp=1517885220286, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=778, timestamp=1517885220286, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=779, timestamp=1517885220286, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=780, timestamp=1517885220288, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=781, timestamp=1517885220288, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=782, timestamp=1517885220288, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=783, timestamp=1517885220289, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=784, timestamp=1517885220290, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=785, timestamp=1517885220290, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=786, timestamp=1517885220290, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=787, timestamp=1517885220290, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=788, timestamp=1517885220291, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=789, timestamp=1517885220293, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=790, timestamp=1517885220293, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=791, timestamp=1517885220293, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=792, timestamp=1517885220293, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=793, timestamp=1517885220293, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=794, timestamp=1517885220294, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=795, timestamp=1517885220294, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=796, timestamp=1517885220295, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=797, timestamp=1517885220296, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=798, timestamp=1517885220296, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=799, timestamp=1517885220297, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=800, timestamp=1517885220297, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=801, timestamp=1517885220298, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=802, timestamp=1517885220300, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=803, timestamp=1517885220302, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=804, timestamp=1517885220302, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=805, timestamp=1517885220304, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=806, timestamp=1517885220305, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=807, timestamp=1517885220307, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=808, timestamp=1517885220309, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=809, timestamp=1517885220309, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=810, timestamp=1517885220309, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=811, timestamp=1517885220309, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=812, timestamp=1517885220310, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=813, timestamp=1517885220310, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=814, timestamp=1517885220311, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=815, timestamp=1517885220313, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=816, timestamp=1517885220313, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=817, timestamp=1517885220313, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=818, timestamp=1517885220317, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=819, timestamp=1517885220318, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=820, timestamp=1517885220318, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=821, timestamp=1517885220318, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=822, timestamp=1517885220318, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=823, timestamp=1517885220319, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=824, timestamp=1517885220322, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=825, timestamp=1517885220323, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=826, timestamp=1517885220326, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=827, timestamp=1517885220327, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=828, timestamp=1517885220329, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=829, timestamp=1517885220330, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=830, timestamp=1517885220332, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=831, timestamp=1517885220333, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=832, timestamp=1517885220333, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=833, timestamp=1517885220334, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=834, timestamp=1517885220336, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=835, timestamp=1517885220336, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=836, timestamp=1517885220339, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=837, timestamp=1517885220339, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=838, timestamp=1517885220341, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=839, timestamp=1517885220341, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=840, timestamp=1517885220344, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=841, timestamp=1517885220345, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=842, timestamp=1517885220345, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=843, timestamp=1517885220346, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=844, timestamp=1517885220346, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=845, timestamp=1517885220346, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=846, timestamp=1517885220346, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=847, timestamp=1517885220346, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=848, timestamp=1517885220348, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=849, timestamp=1517885220353, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=850, timestamp=1517885220353, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=851, timestamp=1517885220354, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=852, timestamp=1517885220355, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=853, timestamp=1517885220357, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=854, timestamp=1517885220362, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=855, timestamp=1517885220363, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=856, timestamp=1517885220363, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=857, timestamp=1517885220363, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=858, timestamp=1517885220364, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=859, timestamp=1517885220366, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=860, timestamp=1517885220366, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=861, timestamp=1517885220367, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=862, timestamp=1517885220367, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=863, timestamp=1517885220367, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=864, timestamp=1517885220367, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=865, timestamp=1517885220368, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=866, timestamp=1517885220369, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=867, timestamp=1517885220370, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=868, timestamp=1517885220371, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=869, timestamp=1517885220371, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=870, timestamp=1517885220373, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=871, timestamp=1517885220373, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=872, timestamp=1517885220374, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=873, timestamp=1517885220374, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=874, timestamp=1517885220376, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=875, timestamp=1517885220377, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=876, timestamp=1517885220377, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=877, timestamp=1517885220377, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=878, timestamp=1517885220378, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=879, timestamp=1517885220379, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=880, timestamp=1517885220379, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=881, timestamp=1517885220380, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=882, timestamp=1517885220380, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=883, timestamp=1517885220380, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=884, timestamp=1517885220380, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=885, timestamp=1517885220380, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=886, timestamp=1517885220380, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=887, timestamp=1517885220381, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=888, timestamp=1517885220382, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=889, timestamp=1517885220383, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=890, timestamp=1517885220385, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=891, timestamp=1517885220386, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=892, timestamp=1517885220388, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=893, timestamp=1517885220388, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=894, timestamp=1517885220388, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=895, timestamp=1517885220389, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=896, timestamp=1517885220394, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=897, timestamp=1517885220396, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=898, timestamp=1517885220397, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=899, timestamp=1517885220398, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=900, timestamp=1517885220398, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=901, timestamp=1517885220400, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=902, timestamp=1517885220403, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=903, timestamp=1517885220405, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=904, timestamp=1517885220408, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=905, timestamp=1517885220410, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=906, timestamp=1517885220413, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=907, timestamp=1517885220413, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=908, timestamp=1517885220415, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=909, timestamp=1517885220416, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=910, timestamp=1517885220418, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=911, timestamp=1517885220419, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=912, timestamp=1517885220419, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=913, timestamp=1517885220421, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=914, timestamp=1517885220422, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=915, timestamp=1517885220423, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=916, timestamp=1517885220423, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=917, timestamp=1517885220423, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=918, timestamp=1517885220423, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=919, timestamp=1517885220425, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=920, timestamp=1517885220427, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=921, timestamp=1517885220427, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=922, timestamp=1517885220428, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=923, timestamp=1517885220429, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=924, timestamp=1517885220430, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=925, timestamp=1517885220430, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=926, timestamp=1517885220430, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=927, timestamp=1517885220430, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=928, timestamp=1517885220432, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=929, timestamp=1517885220434, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=930, timestamp=1517885220435, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=931, timestamp=1517885220435, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=932, timestamp=1517885220435, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=933, timestamp=1517885220436, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=934, timestamp=1517885220436, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=935, timestamp=1517885220437, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=936, timestamp=1517885220437, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=937, timestamp=1517885220437, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=938, timestamp=1517885220438, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=939, timestamp=1517885220439, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=940, timestamp=1517885220439, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=941, timestamp=1517885220440, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=942, timestamp=1517885220442, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=943, timestamp=1517885220442, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=944, timestamp=1517885220442, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=945, timestamp=1517885220443, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=946, timestamp=1517885220443, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=947, timestamp=1517885220445, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=948, timestamp=1517885220445, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=949, timestamp=1517885220445, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=950, timestamp=1517885220445, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=951, timestamp=1517885220445, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=952, timestamp=1517885220445, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=953, timestamp=1517885220445, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=954, timestamp=1517885220445, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=955, timestamp=1517885220446, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=956, timestamp=1517885220446, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=957, timestamp=1517885220446, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=958, timestamp=1517885220446, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=959, timestamp=1517885220446, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=960, timestamp=1517885220446, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=961, timestamp=1517885220446, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=962, timestamp=1517885220446, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=963, timestamp=1517885220446, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=964, timestamp=1517885220446, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=965, timestamp=1517885220446, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=966, timestamp=1517885220446, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=967, timestamp=1517885220446, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=968, timestamp=1517885220447, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=969, timestamp=1517885220447, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=970, timestamp=1517885220447, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=971, timestamp=1517885220448, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=972, timestamp=1517885220448, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=973, timestamp=1517885220448, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=974, timestamp=1517885220449, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=975, timestamp=1517885220449, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=976, timestamp=1517885220449, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=977, timestamp=1517885220449, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=978, timestamp=1517885220450, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=979, timestamp=1517885220450, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=980, timestamp=1517885220450, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=981, timestamp=1517885220450, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=982, timestamp=1517885220450, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=983, timestamp=1517885220450, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=984, timestamp=1517885220450, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=985, timestamp=1517885220450, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=986, timestamp=1517885220451, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=987, timestamp=1517885220452, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=988, timestamp=1517885220452, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=989, timestamp=1517885220452, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=990, timestamp=1517885220452, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=991, timestamp=1517885220452, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=992, timestamp=1517885220452, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=993, timestamp=1517885220452, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=994, timestamp=1517885220452, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=995, timestamp=1517885220453, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=996, timestamp=1517885220453, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=997, timestamp=1517885220453, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=998, timestamp=1517885220453, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=999, timestamp=1517885220453, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1000, timestamp=1517885220453, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1001, timestamp=1517885220453, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1002, timestamp=1517885220453, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1003, timestamp=1517885220453, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1004, timestamp=1517885220453, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1005, timestamp=1517885220454, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1006, timestamp=1517885220454, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1007, timestamp=1517885220454, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1008, timestamp=1517885220454, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1009, timestamp=1517885220454, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1010, timestamp=1517885220454, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1011, timestamp=1517885220454, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1012, timestamp=1517885220455, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1013, timestamp=1517885220455, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1014, timestamp=1517885220455, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1015, timestamp=1517885220455, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1016, timestamp=1517885220455, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1017, timestamp=1517885220455, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1018, timestamp=1517885220455, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1019, timestamp=1517885220455, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1020, timestamp=1517885220455, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1021, timestamp=1517885220455, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1022, timestamp=1517885220455, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1023, timestamp=1517885220456, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1024, timestamp=1517885220456, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1025, timestamp=1517885220456, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1026, timestamp=1517885220456, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1027, timestamp=1517885220456, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1028, timestamp=1517885220456, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1029, timestamp=1517885220456, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1030, timestamp=1517885220456, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1031, timestamp=1517885220456, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1032, timestamp=1517885220457, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1033, timestamp=1517885220457, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1034, timestamp=1517885220457, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1035, timestamp=1517885220457, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1036, timestamp=1517885220457, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1037, timestamp=1517885220457, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1038, timestamp=1517885220457, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1039, timestamp=1517885220457, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1040, timestamp=1517885220457, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1041, timestamp=1517885220457, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1042, timestamp=1517885220457, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1043, timestamp=1517885220458, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1044, timestamp=1517885220458, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1045, timestamp=1517885220458, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1046, timestamp=1517885220458, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1047, timestamp=1517885220458, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1048, timestamp=1517885220458, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1049, timestamp=1517885220458, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1050, timestamp=1517885220458, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1051, timestamp=1517885220459, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1052, timestamp=1517885220459, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1053, timestamp=1517885220459, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1054, timestamp=1517885220459, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1055, timestamp=1517885220459, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1056, timestamp=1517885220459, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1057, timestamp=1517885220460, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1058, timestamp=1517885220460, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1059, timestamp=1517885220460, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1060, timestamp=1517885220460, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1061, timestamp=1517885220460, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1062, timestamp=1517885220460, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1063, timestamp=1517885220460, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1064, timestamp=1517885220460, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1065, timestamp=1517885220460, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1066, timestamp=1517885220460, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1067, timestamp=1517885220460, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1068, timestamp=1517885220461, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1069, timestamp=1517885220461, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1070, timestamp=1517885220461, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1071, timestamp=1517885220461, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1072, timestamp=1517885220461, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1073, timestamp=1517885220461, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1074, timestamp=1517885220461, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1075, timestamp=1517885220461, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1076, timestamp=1517885220461, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1077, timestamp=1517885220461, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1078, timestamp=1517885220461, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1079, timestamp=1517885220462, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1080, timestamp=1517885220462, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1081, timestamp=1517885220463, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1082, timestamp=1517885220463, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1083, timestamp=1517885220463, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1084, timestamp=1517885220463, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1085, timestamp=1517885220463, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1086, timestamp=1517885220464, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1087, timestamp=1517885220464, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1088, timestamp=1517885220464, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1089, timestamp=1517885220464, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1090, timestamp=1517885220464, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1091, timestamp=1517885220464, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1092, timestamp=1517885220464, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1093, timestamp=1517885220464, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1094, timestamp=1517885220464, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1095, timestamp=1517885220464, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1096, timestamp=1517885220465, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1097, timestamp=1517885220465, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1098, timestamp=1517885220465, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1099, timestamp=1517885220465, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1100, timestamp=1517885220465, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1101, timestamp=1517885220466, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1102, timestamp=1517885220466, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1103, timestamp=1517885220466, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1104, timestamp=1517885220466, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1105, timestamp=1517885220466, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1106, timestamp=1517885220466, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1107, timestamp=1517885220467, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1108, timestamp=1517885220467, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1109, timestamp=1517885220467, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1110, timestamp=1517885220468, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1111, timestamp=1517885220468, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1112, timestamp=1517885220468, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1113, timestamp=1517885220469, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1114, timestamp=1517885220469, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1115, timestamp=1517885220469, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1116, timestamp=1517885220469, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1117, timestamp=1517885220469, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1118, timestamp=1517885220470, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1119, timestamp=1517885220470, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1120, timestamp=1517885220470, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1121, timestamp=1517885220470, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1122, timestamp=1517885220470, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1123, timestamp=1517885220470, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1124, timestamp=1517885220470, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1125, timestamp=1517885220470, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1126, timestamp=1517885220470, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1127, timestamp=1517885220470, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1128, timestamp=1517885220470, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1129, timestamp=1517885220471, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1130, timestamp=1517885220471, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1131, timestamp=1517885220471, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1132, timestamp=1517885220471, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1133, timestamp=1517885220471, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1134, timestamp=1517885220471, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1135, timestamp=1517885220471, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1136, timestamp=1517885220471, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1137, timestamp=1517885220471, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1138, timestamp=1517885220471, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1139, timestamp=1517885220471, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1140, timestamp=1517885220471, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1141, timestamp=1517885220471, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1142, timestamp=1517885220471, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1143, timestamp=1517885220472, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1144, timestamp=1517885220472, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1145, timestamp=1517885220472, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1146, timestamp=1517885220472, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1147, timestamp=1517885220472, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1148, timestamp=1517885220472, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1149, timestamp=1517885220472, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1150, timestamp=1517885220473, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1151, timestamp=1517885220473, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1152, timestamp=1517885220473, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1153, timestamp=1517885220473, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1154, timestamp=1517885220473, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1155, timestamp=1517885220473, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1156, timestamp=1517885220473, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1157, timestamp=1517885220473, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1158, timestamp=1517885220473, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1159, timestamp=1517885220473, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1160, timestamp=1517885220474, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1161, timestamp=1517885220474, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1162, timestamp=1517885220474, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1163, timestamp=1517885220474, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1164, timestamp=1517885220474, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1165, timestamp=1517885220474, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1166, timestamp=1517885220474, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1167, timestamp=1517885220474, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1168, timestamp=1517885220474, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1169, timestamp=1517885220474, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1170, timestamp=1517885220474, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1171, timestamp=1517885220475, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1172, timestamp=1517885220475, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1173, timestamp=1517885220475, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1174, timestamp=1517885220475, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1175, timestamp=1517885220475, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1176, timestamp=1517885220475, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1177, timestamp=1517885220475, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1178, timestamp=1517885220475, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1179, timestamp=1517885220475, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1180, timestamp=1517885220475, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1181, timestamp=1517885220476, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1182, timestamp=1517885220476, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1183, timestamp=1517885220476, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1184, timestamp=1517885220476, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1185, timestamp=1517885220476, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1186, timestamp=1517885220476, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1187, timestamp=1517885220476, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1188, timestamp=1517885220476, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1189, timestamp=1517885220476, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1190, timestamp=1517885220476, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1191, timestamp=1517885220477, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1192, timestamp=1517885220477, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1193, timestamp=1517885220477, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1194, timestamp=1517885220477, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1195, timestamp=1517885220477, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1196, timestamp=1517885220477, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1197, timestamp=1517885220477, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1198, timestamp=1517885220478, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1199, timestamp=1517885220478, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1200, timestamp=1517885220478, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1201, timestamp=1517885220478, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1202, timestamp=1517885220478, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1203, timestamp=1517885220478, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1204, timestamp=1517885220478, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1205, timestamp=1517885220478, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1206, timestamp=1517885220478, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1207, timestamp=1517885220478, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1208, timestamp=1517885220478, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1209, timestamp=1517885220478, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1210, timestamp=1517885220478, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1211, timestamp=1517885220479, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1212, timestamp=1517885220479, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1213, timestamp=1517885220479, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1214, timestamp=1517885220479, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1215, timestamp=1517885220479, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1216, timestamp=1517885220479, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1217, timestamp=1517885220479, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1218, timestamp=1517885220479, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1219, timestamp=1517885220480, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1220, timestamp=1517885220480, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1221, timestamp=1517885220480, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1222, timestamp=1517885220480, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1223, timestamp=1517885220480, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1224, timestamp=1517885220480, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1225, timestamp=1517885220480, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1226, timestamp=1517885220480, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1227, timestamp=1517885220480, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1228, timestamp=1517885220480, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1229, timestamp=1517885220480, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1230, timestamp=1517885220480, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1231, timestamp=1517885220481, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1232, timestamp=1517885220481, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1233, timestamp=1517885220481, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1234, timestamp=1517885220481, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1235, timestamp=1517885220481, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1236, timestamp=1517885220481, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1237, timestamp=1517885220481, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1238, timestamp=1517885220481, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1239, timestamp=1517885220482, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1240, timestamp=1517885220482, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1241, timestamp=1517885220482, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1242, timestamp=1517885220482, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1243, timestamp=1517885220482, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1244, timestamp=1517885220482, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1245, timestamp=1517885220482, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1246, timestamp=1517885220482, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1247, timestamp=1517885220482, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1248, timestamp=1517885220483, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1249, timestamp=1517885220483, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1250, timestamp=1517885220483, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1251, timestamp=1517885220483, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1252, timestamp=1517885220483, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1253, timestamp=1517885220483, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1254, timestamp=1517885220483, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1255, timestamp=1517885220483, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1256, timestamp=1517885220483, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1257, timestamp=1517885220483, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1258, timestamp=1517885220483, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1259, timestamp=1517885220483, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1260, timestamp=1517885220483, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1261, timestamp=1517885220484, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1262, timestamp=1517885220484, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1263, timestamp=1517885220484, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1264, timestamp=1517885220484, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1265, timestamp=1517885220484, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1266, timestamp=1517885220484, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1267, timestamp=1517885220484, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1268, timestamp=1517885220484, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1269, timestamp=1517885220484, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1270, timestamp=1517885220484, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1271, timestamp=1517885220484, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1272, timestamp=1517885220485, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1273, timestamp=1517885220485, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1274, timestamp=1517885220485, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1275, timestamp=1517885220485, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1276, timestamp=1517885220485, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1277, timestamp=1517885220485, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1278, timestamp=1517885220485, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1279, timestamp=1517885220485, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1280, timestamp=1517885220485, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1281, timestamp=1517885220485, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1282, timestamp=1517885220486, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1283, timestamp=1517885220486, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1284, timestamp=1517885220486, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1285, timestamp=1517885220486, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1286, timestamp=1517885220486, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1287, timestamp=1517885220486, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1288, timestamp=1517885220486, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1289, timestamp=1517885220486, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1290, timestamp=1517885220486, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1291, timestamp=1517885220486, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1292, timestamp=1517885220487, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1293, timestamp=1517885220487, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1294, timestamp=1517885220487, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1295, timestamp=1517885220487, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1296, timestamp=1517885220487, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1297, timestamp=1517885220487, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1298, timestamp=1517885220487, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1299, timestamp=1517885220487, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1300, timestamp=1517885220487, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1301, timestamp=1517885220488, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1302, timestamp=1517885220488, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1303, timestamp=1517885220488, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1304, timestamp=1517885220488, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1305, timestamp=1517885220488, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1306, timestamp=1517885220488, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1307, timestamp=1517885220488, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1308, timestamp=1517885220488, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1309, timestamp=1517885220488, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1310, timestamp=1517885220488, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1311, timestamp=1517885220488, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1312, timestamp=1517885220488, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1313, timestamp=1517885220489, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1314, timestamp=1517885220489, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1315, timestamp=1517885220489, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1316, timestamp=1517885220489, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1317, timestamp=1517885220489, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1318, timestamp=1517885220489, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1319, timestamp=1517885220489, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1320, timestamp=1517885220489, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1321, timestamp=1517885220489, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1322, timestamp=1517885220489, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1323, timestamp=1517885220489, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1324, timestamp=1517885220489, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1325, timestamp=1517885220489, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1326, timestamp=1517885220490, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1327, timestamp=1517885220490, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1328, timestamp=1517885220490, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1329, timestamp=1517885220490, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1330, timestamp=1517885220490, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1331, timestamp=1517885220490, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1332, timestamp=1517885220490, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1333, timestamp=1517885220490, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1334, timestamp=1517885220490, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1335, timestamp=1517885220490, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1336, timestamp=1517885220491, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1337, timestamp=1517885220491, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1338, timestamp=1517885220491, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1339, timestamp=1517885220491, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1340, timestamp=1517885220491, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1341, timestamp=1517885220491, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1342, timestamp=1517885220491, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1343, timestamp=1517885220491, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1344, timestamp=1517885220491, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1345, timestamp=1517885220492, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1346, timestamp=1517885220492, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1347, timestamp=1517885220492, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1348, timestamp=1517885220492, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1349, timestamp=1517885220492, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1350, timestamp=1517885220492, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1351, timestamp=1517885220492, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1352, timestamp=1517885220493, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1353, timestamp=1517885220497, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1354, timestamp=1517885220497, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1355, timestamp=1517885220497, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1356, timestamp=1517885220497, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1357, timestamp=1517885220497, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1358, timestamp=1517885220497, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1359, timestamp=1517885220497, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1360, timestamp=1517885220497, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1361, timestamp=1517885220498, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1362, timestamp=1517885220498, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1363, timestamp=1517885220498, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1364, timestamp=1517885220498, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1365, timestamp=1517885220498, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1366, timestamp=1517885220498, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1367, timestamp=1517885220498, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1368, timestamp=1517885220498, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1369, timestamp=1517885220499, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1370, timestamp=1517885220499, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1371, timestamp=1517885220499, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1372, timestamp=1517885220499, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1373, timestamp=1517885220499, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1374, timestamp=1517885220499, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1375, timestamp=1517885220499, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1376, timestamp=1517885220499, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1377, timestamp=1517885220499, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1378, timestamp=1517885220499, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1379, timestamp=1517885220500, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1380, timestamp=1517885220500, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1381, timestamp=1517885220500, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1382, timestamp=1517885220500, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1383, timestamp=1517885220500, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1384, timestamp=1517885220500, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1385, timestamp=1517885220500, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1386, timestamp=1517885220500, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1387, timestamp=1517885220500, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1388, timestamp=1517885220500, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1389, timestamp=1517885220500, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1390, timestamp=1517885220500, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1391, timestamp=1517885220500, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1392, timestamp=1517885220500, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1393, timestamp=1517885220501, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1394, timestamp=1517885220501, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1395, timestamp=1517885220501, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1396, timestamp=1517885220501, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1397, timestamp=1517885220501, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1398, timestamp=1517885220501, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1399, timestamp=1517885220501, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1400, timestamp=1517885220501, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1401, timestamp=1517885220501, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1402, timestamp=1517885220501, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1403, timestamp=1517885220501, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1404, timestamp=1517885220502, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1405, timestamp=1517885220502, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1406, timestamp=1517885220502, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1407, timestamp=1517885220502, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1408, timestamp=1517885220502, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1409, timestamp=1517885220502, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1410, timestamp=1517885220502, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1411, timestamp=1517885220502, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1412, timestamp=1517885220502, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1413, timestamp=1517885220502, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1414, timestamp=1517885220502, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1415, timestamp=1517885220503, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1416, timestamp=1517885220503, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1417, timestamp=1517885220503, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1418, timestamp=1517885220503, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1419, timestamp=1517885220503, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1420, timestamp=1517885220503, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1421, timestamp=1517885220503, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1422, timestamp=1517885220503, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1423, timestamp=1517885220503, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1424, timestamp=1517885220504, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1425, timestamp=1517885220504, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1426, timestamp=1517885220504, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1427, timestamp=1517885220504, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1428, timestamp=1517885220504, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1429, timestamp=1517885220504, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1430, timestamp=1517885220504, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1431, timestamp=1517885220504, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1432, timestamp=1517885220504, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1433, timestamp=1517885220504, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1434, timestamp=1517885220504, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1435, timestamp=1517885220505, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1436, timestamp=1517885220505, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1437, timestamp=1517885220505, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1438, timestamp=1517885220505, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1439, timestamp=1517885220505, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1440, timestamp=1517885220505, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1441, timestamp=1517885220505, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1442, timestamp=1517885220505, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1443, timestamp=1517885220505, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1444, timestamp=1517885220505, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1445, timestamp=1517885220505, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1446, timestamp=1517885220505, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1447, timestamp=1517885220506, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1448, timestamp=1517885220506, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1449, timestamp=1517885220506, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1450, timestamp=1517885220506, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1451, timestamp=1517885220506, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1452, timestamp=1517885220506, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1453, timestamp=1517885220506, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1454, timestamp=1517885220506, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1455, timestamp=1517885220507, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1456, timestamp=1517885220507, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1457, timestamp=1517885220507, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1458, timestamp=1517885220507, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1459, timestamp=1517885220508, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1460, timestamp=1517885220509, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1461, timestamp=1517885220509, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1462, timestamp=1517885220510, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1463, timestamp=1517885220510, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1464, timestamp=1517885220510, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1465, timestamp=1517885220510, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1466, timestamp=1517885220510, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1467, timestamp=1517885220510, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1468, timestamp=1517885220510, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1469, timestamp=1517885220510, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1470, timestamp=1517885220511, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1471, timestamp=1517885220511, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1472, timestamp=1517885220511, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1473, timestamp=1517885220511, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1474, timestamp=1517885220511, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1475, timestamp=1517885220511, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1476, timestamp=1517885220512, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1477, timestamp=1517885220512, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1478, timestamp=1517885220513, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1479, timestamp=1517885220513, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1480, timestamp=1517885220513, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1481, timestamp=1517885220513, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1482, timestamp=1517885220513, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1483, timestamp=1517885220514, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1484, timestamp=1517885220514, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1485, timestamp=1517885220515, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1486, timestamp=1517885220516, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1487, timestamp=1517885220516, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1488, timestamp=1517885220516, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1489, timestamp=1517885220517, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1490, timestamp=1517885220517, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1491, timestamp=1517885220518, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1492, timestamp=1517885220518, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1493, timestamp=1517885220518, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1494, timestamp=1517885220518, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1495, timestamp=1517885220518, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1496, timestamp=1517885220519, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1497, timestamp=1517885220519, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1498, timestamp=1517885220519, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1499, timestamp=1517885220519, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1500, timestamp=1517885220519, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1501, timestamp=1517885220519, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1502, timestamp=1517885220519, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1503, timestamp=1517885220519, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1504, timestamp=1517885220520, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1505, timestamp=1517885220520, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1506, timestamp=1517885220520, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1507, timestamp=1517885220520, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1508, timestamp=1517885220520, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1509, timestamp=1517885220520, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1510, timestamp=1517885220520, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1511, timestamp=1517885220520, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1512, timestamp=1517885220520, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1513, timestamp=1517885220521, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1514, timestamp=1517885220521, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1515, timestamp=1517885220521, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1516, timestamp=1517885220521, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1517, timestamp=1517885220521, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1518, timestamp=1517885220521, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1519, timestamp=1517885220522, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1520, timestamp=1517885220522, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1521, timestamp=1517885220522, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1522, timestamp=1517885220523, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1523, timestamp=1517885220523, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1524, timestamp=1517885220524, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1525, timestamp=1517885220524, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1526, timestamp=1517885220525, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1527, timestamp=1517885220525, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1528, timestamp=1517885220525, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1529, timestamp=1517885220525, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1530, timestamp=1517885220525, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1531, timestamp=1517885220526, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1532, timestamp=1517885220526, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1533, timestamp=1517885220526, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1534, timestamp=1517885220527, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1535, timestamp=1517885220527, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1536, timestamp=1517885220527, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1537, timestamp=1517885220527, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1538, timestamp=1517885220528, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1539, timestamp=1517885220528, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1540, timestamp=1517885220528, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1541, timestamp=1517885220528, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1542, timestamp=1517885220528, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1543, timestamp=1517885220528, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1544, timestamp=1517885220528, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1545, timestamp=1517885220528, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1546, timestamp=1517885220529, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1547, timestamp=1517885220529, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1548, timestamp=1517885220529, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1549, timestamp=1517885220529, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1550, timestamp=1517885220529, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1551, timestamp=1517885220529, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1552, timestamp=1517885220529, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1553, timestamp=1517885220529, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1554, timestamp=1517885220530, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1555, timestamp=1517885220530, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1556, timestamp=1517885220530, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1557, timestamp=1517885220530, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1558, timestamp=1517885220530, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1559, timestamp=1517885220530, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1560, timestamp=1517885220531, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1561, timestamp=1517885220531, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1562, timestamp=1517885220531, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1563, timestamp=1517885220531, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1564, timestamp=1517885220531, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1565, timestamp=1517885220531, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1566, timestamp=1517885220532, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1567, timestamp=1517885220532, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1568, timestamp=1517885220532, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1569, timestamp=1517885220532, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1570, timestamp=1517885220532, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1571, timestamp=1517885220533, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1572, timestamp=1517885220533, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1573, timestamp=1517885220533, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1574, timestamp=1517885220533, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1575, timestamp=1517885220533, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1576, timestamp=1517885220533, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1577, timestamp=1517885220533, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1578, timestamp=1517885220534, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1579, timestamp=1517885220534, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1580, timestamp=1517885220534, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1581, timestamp=1517885220534, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1582, timestamp=1517885220535, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1583, timestamp=1517885220535, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1584, timestamp=1517885220535, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1585, timestamp=1517885220535, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1586, timestamp=1517885220535, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1587, timestamp=1517885220535, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1588, timestamp=1517885220536, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1589, timestamp=1517885220536, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1590, timestamp=1517885220536, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1591, timestamp=1517885220536, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1592, timestamp=1517885220536, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1593, timestamp=1517885220536, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1594, timestamp=1517885220536, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1595, timestamp=1517885220537, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1596, timestamp=1517885220537, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1597, timestamp=1517885220537, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1598, timestamp=1517885220537, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1599, timestamp=1517885220537, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1600, timestamp=1517885220538, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1601, timestamp=1517885220538, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1602, timestamp=1517885220538, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1603, timestamp=1517885220538, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1604, timestamp=1517885220538, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1605, timestamp=1517885220538, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1606, timestamp=1517885220538, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1607, timestamp=1517885220539, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1608, timestamp=1517885220539, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1609, timestamp=1517885220539, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1610, timestamp=1517885220539, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1611, timestamp=1517885220540, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1612, timestamp=1517885220540, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1613, timestamp=1517885220540, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1614, timestamp=1517885220541, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1615, timestamp=1517885220541, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1616, timestamp=1517885220541, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1617, timestamp=1517885220541, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1618, timestamp=1517885220541, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1619, timestamp=1517885220541, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1620, timestamp=1517885220542, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1621, timestamp=1517885220542, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1622, timestamp=1517885220542, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1623, timestamp=1517885220542, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1624, timestamp=1517885220542, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1625, timestamp=1517885220542, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1626, timestamp=1517885220542, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1627, timestamp=1517885220542, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1628, timestamp=1517885220542, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1629, timestamp=1517885220542, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1630, timestamp=1517885220542, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1631, timestamp=1517885220542, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1632, timestamp=1517885220542, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1633, timestamp=1517885220542, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1634, timestamp=1517885220543, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1635, timestamp=1517885220543, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1636, timestamp=1517885220543, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1637, timestamp=1517885220543, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1638, timestamp=1517885220543, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1639, timestamp=1517885220543, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1640, timestamp=1517885220543, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1641, timestamp=1517885220543, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1642, timestamp=1517885220543, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1643, timestamp=1517885220543, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1644, timestamp=1517885220543, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1645, timestamp=1517885220544, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1646, timestamp=1517885220544, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1647, timestamp=1517885220544, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1648, timestamp=1517885220544, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1649, timestamp=1517885220544, key=8 bytes, value=624 bytes))]},{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=0, timestamp=1517885219610, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=1, timestamp=1517885219854, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2, timestamp=1517885219856, key=8 bytes, value=564 bytes)), (record=DefaultRecord(offset=3, timestamp=1517885219861, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4, timestamp=1517885219870, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5, timestamp=1517885219871, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6, timestamp=1517885219872, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7, timestamp=1517885219873, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8, timestamp=1517885219874, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=9, timestamp=1517885219876, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=10, timestamp=1517885219877, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11, timestamp=1517885219879, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=12, timestamp=1517885219881, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=13, timestamp=1517885219882, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=14, timestamp=1517885219882, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=15, timestamp=1517885219884, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=16, timestamp=1517885219885, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=17, timestamp=1517885219885, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=18, timestamp=1517885219885, key=8 bytes, value=569 bytes)), (record=DefaultRecord(offset=19, timestamp=1517885219886, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=20, timestamp=1517885219886, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=21, timestamp=1517885219887, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=22, timestamp=1517885219889, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=23, timestamp=1517885219890, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=24, timestamp=1517885219891, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=25, timestamp=1517885219891, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=26, timestamp=1517885219892, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=27, timestamp=1517885219892, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=28, timestamp=1517885219893, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=29, timestamp=1517885219893, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=30, timestamp=1517885219894, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=31, timestamp=1517885219895, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=32, timestamp=1517885219895, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=33, timestamp=1517885219896, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=34, timestamp=1517885219896, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=35, timestamp=1517885219898, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=36, timestamp=1517885219899, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=37, timestamp=1517885219899, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=38, timestamp=1517885219901, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=39, timestamp=1517885219902, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=40, timestamp=1517885219902, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=41, timestamp=1517885219902, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=42, timestamp=1517885219905, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=43, timestamp=1517885219905, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=44, timestamp=1517885219906, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=45, timestamp=1517885219907, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=46, timestamp=1517885219909, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=47, timestamp=1517885219910, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=48, timestamp=1517885219911, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=49, timestamp=1517885219911, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=50, timestamp=1517885219913, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=51, timestamp=1517885219913, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=52, timestamp=1517885219914, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=53, timestamp=1517885219915, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=54, timestamp=1517885219916, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=55, timestamp=1517885219917, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=56, timestamp=1517885219918, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=57, timestamp=1517885219919, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=58, timestamp=1517885219919, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=59, timestamp=1517885219919, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=60, timestamp=1517885219920, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=61, timestamp=1517885219921, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=62, timestamp=1517885219922, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=63, timestamp=1517885219923, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=64, timestamp=1517885219925, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=65, timestamp=1517885219925, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=66, timestamp=1517885219926, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=67, timestamp=1517885219926, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=68, timestamp=1517885219926, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=69, timestamp=1517885219926, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=70, timestamp=1517885219927, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=71, timestamp=1517885219927, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=72, timestamp=1517885219928, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=73, timestamp=1517885219928, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=74, timestamp=1517885219929, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=75, timestamp=1517885219929, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=76, timestamp=1517885219929, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=77, timestamp=1517885219930, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=78, timestamp=1517885219930, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=79, timestamp=1517885219931, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=80, timestamp=1517885219932, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=81, timestamp=1517885219932, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=82, timestamp=1517885219932, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=83, timestamp=1517885219932, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=84, timestamp=1517885219933, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=85, timestamp=1517885219933, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=86, timestamp=1517885219934, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=87, timestamp=1517885219935, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=88, timestamp=1517885219935, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=89, timestamp=1517885219935, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=90, timestamp=1517885219935, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=91, timestamp=1517885219936, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=92, timestamp=1517885219936, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=93, timestamp=1517885219936, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=94, timestamp=1517885219936, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=95, timestamp=1517885219937, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=96, timestamp=1517885219937, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=97, timestamp=1517885219938, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=98, timestamp=1517885219938, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=99, timestamp=1517885219941, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=100, timestamp=1517885219942, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=101, timestamp=1517885219943, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=102, timestamp=1517885219943, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=103, timestamp=1517885219944, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=104, timestamp=1517885219945, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=105, timestamp=1517885219945, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=106, timestamp=1517885219946, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=107, timestamp=1517885219947, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=108, timestamp=1517885219947, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=109, timestamp=1517885219947, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=110, timestamp=1517885219947, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=111, timestamp=1517885219947, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=112, timestamp=1517885219947, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=113, timestamp=1517885219947, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=114, timestamp=1517885219948, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=115, timestamp=1517885219948, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=116, timestamp=1517885219948, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=117, timestamp=1517885219948, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=118, timestamp=1517885219949, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=119, timestamp=1517885219949, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=120, timestamp=1517885219949, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=121, timestamp=1517885219949, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=122, timestamp=1517885219950, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=123, timestamp=1517885219950, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=124, timestamp=1517885219950, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=125, timestamp=1517885219950, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=126, timestamp=1517885219950, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=127, timestamp=1517885219951, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=128, timestamp=1517885219951, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=129, timestamp=1517885219951, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=130, timestamp=1517885219952, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=131, timestamp=1517885219953, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=132, timestamp=1517885219953, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=133, timestamp=1517885219953, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=134, timestamp=1517885219955, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=135, timestamp=1517885219956, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=136, timestamp=1517885219956, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=137, timestamp=1517885219957, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=138, timestamp=1517885219957, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=139, timestamp=1517885219957, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=140, timestamp=1517885219965, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=141, timestamp=1517885219967, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=142, timestamp=1517885219967, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=143, timestamp=1517885219968, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=144, timestamp=1517885219970, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=145, timestamp=1517885219970, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=146, timestamp=1517885219971, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=147, timestamp=1517885219972, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=148, timestamp=1517885219973, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=149, timestamp=1517885219973, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=150, timestamp=1517885219974, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=151, timestamp=1517885219974, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=152, timestamp=1517885219974, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=153, timestamp=1517885219975, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=154, timestamp=1517885219976, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=155, timestamp=1517885219976, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=156, timestamp=1517885219977, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=157, timestamp=1517885219978, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=158, timestamp=1517885219978, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=159, timestamp=1517885219979, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=160, timestamp=1517885219979, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=161, timestamp=1517885219980, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=162, timestamp=1517885219981, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=163, timestamp=1517885219981, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=164, timestamp=1517885219982, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=165, timestamp=1517885219982, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=166, timestamp=1517885219982, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=167, timestamp=1517885219982, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=168, timestamp=1517885219984, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=169, timestamp=1517885219984, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=170, timestamp=1517885219984, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=171, timestamp=1517885219985, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=172, timestamp=1517885219985, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=173, timestamp=1517885219986, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=174, timestamp=1517885219986, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=175, timestamp=1517885219986, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=176, timestamp=1517885219987, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=177, timestamp=1517885219988, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=178, timestamp=1517885219988, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=179, timestamp=1517885219988, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=180, timestamp=1517885219989, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=181, timestamp=1517885219991, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=182, timestamp=1517885219992, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=183, timestamp=1517885219993, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=184, timestamp=1517885219993, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=185, timestamp=1517885219994, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=186, timestamp=1517885219995, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=187, timestamp=1517885219995, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=188, timestamp=1517885219996, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=189, timestamp=1517885219997, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=190, timestamp=1517885219998, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=191, timestamp=1517885219999, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=192, timestamp=1517885219999, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=193, timestamp=1517885220000, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=194, timestamp=1517885220001, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=195, timestamp=1517885220001, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=196, timestamp=1517885220002, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=197, timestamp=1517885220002, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=198, timestamp=1517885220003, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=199, timestamp=1517885220003, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=200, timestamp=1517885220003, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=201, timestamp=1517885220003, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=202, timestamp=1517885220004, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=203, timestamp=1517885220005, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=204, timestamp=1517885220005, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=205, timestamp=1517885220006, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=206, timestamp=1517885220006, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=207, timestamp=1517885220007, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=208, timestamp=1517885220008, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=209, timestamp=1517885220008, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=210, timestamp=1517885220010, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=211, timestamp=1517885220011, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=212, timestamp=1517885220012, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=213, timestamp=1517885220013, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=214, timestamp=1517885220014, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=215, timestamp=1517885220015, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=216, timestamp=1517885220015, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=217, timestamp=1517885220016, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=218, timestamp=1517885220016, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=219, timestamp=1517885220017, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=220, timestamp=1517885220017, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=221, timestamp=1517885220017, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=222, timestamp=1517885220018, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=223, timestamp=1517885220019, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=224, timestamp=1517885220020, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=225, timestamp=1517885220020, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=226, timestamp=1517885220020, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=227, timestamp=1517885220020, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=228, timestamp=1517885220020, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=229, timestamp=1517885220021, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=230, timestamp=1517885220021, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=231, timestamp=1517885220022, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=232, timestamp=1517885220022, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=233, timestamp=1517885220022, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=234, timestamp=1517885220023, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=235, timestamp=1517885220024, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=236, timestamp=1517885220024, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=237, timestamp=1517885220024, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=238, timestamp=1517885220025, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=239, timestamp=1517885220025, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=240, timestamp=1517885220026, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=241, timestamp=1517885220026, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=242, timestamp=1517885220027, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=243, timestamp=1517885220027, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=244, timestamp=1517885220027, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=245, timestamp=1517885220028, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=246, timestamp=1517885220028, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=247, timestamp=1517885220028, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=248, timestamp=1517885220029, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=249, timestamp=1517885220029, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=250, timestamp=1517885220029, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=251, timestamp=1517885220029, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=252, timestamp=1517885220030, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=253, timestamp=1517885220031, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=254, timestamp=1517885220032, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=255, timestamp=1517885220033, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=256, timestamp=1517885220033, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=257, timestamp=1517885220034, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=258, timestamp=1517885220034, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=259, timestamp=1517885220034, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=260, timestamp=1517885220035, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=261, timestamp=1517885220036, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=262, timestamp=1517885220036, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=263, timestamp=1517885220037, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=264, timestamp=1517885220037, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=265, timestamp=1517885220038, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=266, timestamp=1517885220038, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=267, timestamp=1517885220038, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=268, timestamp=1517885220039, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=269, timestamp=1517885220039, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=270, timestamp=1517885220039, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=271, timestamp=1517885220039, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=272, timestamp=1517885220040, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=273, timestamp=1517885220040, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=274, timestamp=1517885220040, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=275, timestamp=1517885220040, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=276, timestamp=1517885220041, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=277, timestamp=1517885220041, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=278, timestamp=1517885220042, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=279, timestamp=1517885220042, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=280, timestamp=1517885220043, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=281, timestamp=1517885220043, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=282, timestamp=1517885220045, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=283, timestamp=1517885220045, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=284, timestamp=1517885220046, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=285, timestamp=1517885220047, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=286, timestamp=1517885220047, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=287, timestamp=1517885220048, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=288, timestamp=1517885220048, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=289, timestamp=1517885220049, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=290, timestamp=1517885220049, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=291, timestamp=1517885220050, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=292, timestamp=1517885220050, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=293, timestamp=1517885220051, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=294, timestamp=1517885220051, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=295, timestamp=1517885220052, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=296, timestamp=1517885220053, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=297, timestamp=1517885220053, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=298, timestamp=1517885220053, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=299, timestamp=1517885220054, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=300, timestamp=1517885220054, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=301, timestamp=1517885220054, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=302, timestamp=1517885220055, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=303, timestamp=1517885220055, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=304, timestamp=1517885220060, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=305, timestamp=1517885220061, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=306, timestamp=1517885220061, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=307, timestamp=1517885220061, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=308, timestamp=1517885220061, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=309, timestamp=1517885220061, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=310, timestamp=1517885220061, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=311, timestamp=1517885220063, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=312, timestamp=1517885220063, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=313, timestamp=1517885220063, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=314, timestamp=1517885220064, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=315, timestamp=1517885220064, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=316, timestamp=1517885220064, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=317, timestamp=1517885220064, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=318, timestamp=1517885220064, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=319, timestamp=1517885220065, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=320, timestamp=1517885220065, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=321, timestamp=1517885220065, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=322, timestamp=1517885220065, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=323, timestamp=1517885220068, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=324, timestamp=1517885220068, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=325, timestamp=1517885220068, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=326, timestamp=1517885220069, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=327, timestamp=1517885220069, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=328, timestamp=1517885220070, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=329, timestamp=1517885220071, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=330, timestamp=1517885220072, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=331, timestamp=1517885220072, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=332, timestamp=1517885220072, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=333, timestamp=1517885220073, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=334, timestamp=1517885220074, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=335, timestamp=1517885220074, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=336, timestamp=1517885220075, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=337, timestamp=1517885220075, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=338, timestamp=1517885220075, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=339, timestamp=1517885220078, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=340, timestamp=1517885220078, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=341, timestamp=1517885220079, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=342, timestamp=1517885220079, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=343, timestamp=1517885220080, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=344, timestamp=1517885220080, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=345, timestamp=1517885220080, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=346, timestamp=1517885220081, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=347, timestamp=1517885220082, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=348, timestamp=1517885220082, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=349, timestamp=1517885220082, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=350, timestamp=1517885220082, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=351, timestamp=1517885220083, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=352, timestamp=1517885220084, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=353, timestamp=1517885220084, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=354, timestamp=1517885220084, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=355, timestamp=1517885220085, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=356, timestamp=1517885220085, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=357, timestamp=1517885220086, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=358, timestamp=1517885220087, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=359, timestamp=1517885220087, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=360, timestamp=1517885220088, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=361, timestamp=1517885220088, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=362, timestamp=1517885220089, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=363, timestamp=1517885220089, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=364, timestamp=1517885220090, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=365, timestamp=1517885220091, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=366, timestamp=1517885220091, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=367, timestamp=1517885220092, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=368, timestamp=1517885220093, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=369, timestamp=1517885220093, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=370, timestamp=1517885220093, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=371, timestamp=1517885220094, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=372, timestamp=1517885220094, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=373, timestamp=1517885220094, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=374, timestamp=1517885220094, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=375, timestamp=1517885220094, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=376, timestamp=1517885220094, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=377, timestamp=1517885220094, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=378, timestamp=1517885220095, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=379, timestamp=1517885220095, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=380, timestamp=1517885220096, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=381, timestamp=1517885220096, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=382, timestamp=1517885220096, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=383, timestamp=1517885220096, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=384, timestamp=1517885220097, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=385, timestamp=1517885220097, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=386, timestamp=1517885220097, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=387, timestamp=1517885220098, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=388, timestamp=1517885220099, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=389, timestamp=1517885220099, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=390, timestamp=1517885220100, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=391, timestamp=1517885220100, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=392, timestamp=1517885220100, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=393, timestamp=1517885220100, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=394, timestamp=1517885220101, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=395, timestamp=1517885220103, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=396, timestamp=1517885220103, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=397, timestamp=1517885220103, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=398, timestamp=1517885220104, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=399, timestamp=1517885220104, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=400, timestamp=1517885220105, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=401, timestamp=1517885220105, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=402, timestamp=1517885220106, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=403, timestamp=1517885220106, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=404, timestamp=1517885220107, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=405, timestamp=1517885220107, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=406, timestamp=1517885220107, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=407, timestamp=1517885220108, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=408, timestamp=1517885220108, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=409, timestamp=1517885220108, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=410, timestamp=1517885220108, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=411, timestamp=1517885220108, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=412, timestamp=1517885220108, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=413, timestamp=1517885220108, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=414, timestamp=1517885220108, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=415, timestamp=1517885220108, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=416, timestamp=1517885220109, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=417, timestamp=1517885220109, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=418, timestamp=1517885220109, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=419, timestamp=1517885220109, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=420, timestamp=1517885220109, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=421, timestamp=1517885220109, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=422, timestamp=1517885220109, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=423, timestamp=1517885220109, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=424, timestamp=1517885220110, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=425, timestamp=1517885220110, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=426, timestamp=1517885220110, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=427, timestamp=1517885220110, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=428, timestamp=1517885220110, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=429, timestamp=1517885220110, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=430, timestamp=1517885220110, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=431, timestamp=1517885220111, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=432, timestamp=1517885220111, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=433, timestamp=1517885220111, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=434, timestamp=1517885220111, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=435, timestamp=1517885220112, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=436, timestamp=1517885220112, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=437, timestamp=1517885220113, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=438, timestamp=1517885220113, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=439, timestamp=1517885220113, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=440, timestamp=1517885220114, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=441, timestamp=1517885220114, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=442, timestamp=1517885220114, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=443, timestamp=1517885220114, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=444, timestamp=1517885220114, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=445, timestamp=1517885220115, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=446, timestamp=1517885220115, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=447, timestamp=1517885220115, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=448, timestamp=1517885220115, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=449, timestamp=1517885220115, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=450, timestamp=1517885220115, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=451, timestamp=1517885220116, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=452, timestamp=1517885220116, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=453, timestamp=1517885220116, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=454, timestamp=1517885220116, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=455, timestamp=1517885220116, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=456, timestamp=1517885220116, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=457, timestamp=1517885220117, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=458, timestamp=1517885220118, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=459, timestamp=1517885220118, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=460, timestamp=1517885220118, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=461, timestamp=1517885220118, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=462, timestamp=1517885220118, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=463, timestamp=1517885220119, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=464, timestamp=1517885220119, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=465, timestamp=1517885220119, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=466, timestamp=1517885220120, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=467, timestamp=1517885220121, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=468, timestamp=1517885220121, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=469, timestamp=1517885220122, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=470, timestamp=1517885220122, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=471, timestamp=1517885220122, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=472, timestamp=1517885220123, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=473, timestamp=1517885220123, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=474, timestamp=1517885220124, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=475, timestamp=1517885220125, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=476, timestamp=1517885220126, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=477, timestamp=1517885220126, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=478, timestamp=1517885220127, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=479, timestamp=1517885220127, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=480, timestamp=1517885220127, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=481, timestamp=1517885220130, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=482, timestamp=1517885220131, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=483, timestamp=1517885220132, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=484, timestamp=1517885220132, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=485, timestamp=1517885220134, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=486, timestamp=1517885220135, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=487, timestamp=1517885220135, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=488, timestamp=1517885220137, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=489, timestamp=1517885220137, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=490, timestamp=1517885220137, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=491, timestamp=1517885220137, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=492, timestamp=1517885220138, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=493, timestamp=1517885220138, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=494, timestamp=1517885220140, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=495, timestamp=1517885220140, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=496, timestamp=1517885220140, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=497, timestamp=1517885220140, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=498, timestamp=1517885220141, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=499, timestamp=1517885220142, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=500, timestamp=1517885220142, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=501, timestamp=1517885220142, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=502, timestamp=1517885220148, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=503, timestamp=1517885220148, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=504, timestamp=1517885220149, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=505, timestamp=1517885220149, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=506, timestamp=1517885220149, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=507, timestamp=1517885220149, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=508, timestamp=1517885220149, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=509, timestamp=1517885220149, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=510, timestamp=1517885220150, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=511, timestamp=1517885220150, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=512, timestamp=1517885220151, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=513, timestamp=1517885220151, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=514, timestamp=1517885220151, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=515, timestamp=1517885220151, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=516, timestamp=1517885220152, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=517, timestamp=1517885220152, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=518, timestamp=1517885220152, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=519, timestamp=1517885220152, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=520, timestamp=1517885220152, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=521, timestamp=1517885220153, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=522, timestamp=1517885220153, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=523, timestamp=1517885220154, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=524, timestamp=1517885220154, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=525, timestamp=1517885220154, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=526, timestamp=1517885220155, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=527, timestamp=1517885220157, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=528, timestamp=1517885220157, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=529, timestamp=1517885220158, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=530, timestamp=1517885220159, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=531, timestamp=1517885220159, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=532, timestamp=1517885220159, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=533, timestamp=1517885220161, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=534, timestamp=1517885220161, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=535, timestamp=1517885220161, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=536, timestamp=1517885220162, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=537, timestamp=1517885220162, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=538, timestamp=1517885220162, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=539, timestamp=1517885220162, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=540, timestamp=1517885220162, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=541, timestamp=1517885220163, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=542, timestamp=1517885220163, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=543, timestamp=1517885220163, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=544, timestamp=1517885220166, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=545, timestamp=1517885220166, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=546, timestamp=1517885220167, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=547, timestamp=1517885220168, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=548, timestamp=1517885220168, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=549, timestamp=1517885220169, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=550, timestamp=1517885220169, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=551, timestamp=1517885220170, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=552, timestamp=1517885220174, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=553, timestamp=1517885220174, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=554, timestamp=1517885220175, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=555, timestamp=1517885220177, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=556, timestamp=1517885220179, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=557, timestamp=1517885220179, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=558, timestamp=1517885220180, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=559, timestamp=1517885220180, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=560, timestamp=1517885220180, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=561, timestamp=1517885220181, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=562, timestamp=1517885220182, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=563, timestamp=1517885220183, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=564, timestamp=1517885220183, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=565, timestamp=1517885220184, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=566, timestamp=1517885220187, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=567, timestamp=1517885220188, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=568, timestamp=1517885220189, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=569, timestamp=1517885220189, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=570, timestamp=1517885220190, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=571, timestamp=1517885220190, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=572, timestamp=1517885220191, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=573, timestamp=1517885220191, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=574, timestamp=1517885220192, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=575, timestamp=1517885220192, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=576, timestamp=1517885220192, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=577, timestamp=1517885220193, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=578, timestamp=1517885220193, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=579, timestamp=1517885220194, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=580, timestamp=1517885220195, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=581, timestamp=1517885220196, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=582, timestamp=1517885220196, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=583, timestamp=1517885220196, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=584, timestamp=1517885220196, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=585, timestamp=1517885220196, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=586, timestamp=1517885220197, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=587, timestamp=1517885220197, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=588, timestamp=1517885220198, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=589, timestamp=1517885220201, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=590, timestamp=1517885220203, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=591, timestamp=1517885220203, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=592, timestamp=1517885220203, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=593, timestamp=1517885220204, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=594, timestamp=1517885220205, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=595, timestamp=1517885220205, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=596, timestamp=1517885220206, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=597, timestamp=1517885220206, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=598, timestamp=1517885220207, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=599, timestamp=1517885220207, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=600, timestamp=1517885220207, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=601, timestamp=1517885220207, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=602, timestamp=1517885220207, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=603, timestamp=1517885220208, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=604, timestamp=1517885220208, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=605, timestamp=1517885220208, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=606, timestamp=1517885220208, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=607, timestamp=1517885220208, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=608, timestamp=1517885220208, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=609, timestamp=1517885220209, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=610, timestamp=1517885220209, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=611, timestamp=1517885220210, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=612, timestamp=1517885220210, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=613, timestamp=1517885220210, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=614, timestamp=1517885220210, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=615, timestamp=1517885220210, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=616, timestamp=1517885220210, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=617, timestamp=1517885220210, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=618, timestamp=1517885220210, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=619, timestamp=1517885220210, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=620, timestamp=1517885220211, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=621, timestamp=1517885220211, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=622, timestamp=1517885220211, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=623, timestamp=1517885220211, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=624, timestamp=1517885220212, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=625, timestamp=1517885220212, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=626, timestamp=1517885220212, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=627, timestamp=1517885220213, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=628, timestamp=1517885220213, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=629, timestamp=1517885220213, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=630, timestamp=1517885220213, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=631, timestamp=1517885220214, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=632, timestamp=1517885220214, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=633, timestamp=1517885220215, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=634, timestamp=1517885220215, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=635, timestamp=1517885220216, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=636, timestamp=1517885220216, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=637, timestamp=1517885220217, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=638, timestamp=1517885220218, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=639, timestamp=1517885220218, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=640, timestamp=1517885220218, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=641, timestamp=1517885220218, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=642, timestamp=1517885220219, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=643, timestamp=1517885220219, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=644, timestamp=1517885220219, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=645, timestamp=1517885220219, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=646, timestamp=1517885220219, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=647, timestamp=1517885220220, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=648, timestamp=1517885220221, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=649, timestamp=1517885220221, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=650, timestamp=1517885220222, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=651, timestamp=1517885220222, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=652, timestamp=1517885220222, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=653, timestamp=1517885220223, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=654, timestamp=1517885220223, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=655, timestamp=1517885220223, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=656, timestamp=1517885220223, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=657, timestamp=1517885220224, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=658, timestamp=1517885220224, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=659, timestamp=1517885220224, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=660, timestamp=1517885220227, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=661, timestamp=1517885220228, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=662, timestamp=1517885220228, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=663, timestamp=1517885220228, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=664, timestamp=1517885220228, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=665, timestamp=1517885220229, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=666, timestamp=1517885220229, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=667, timestamp=1517885220229, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=668, timestamp=1517885220229, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=669, timestamp=1517885220229, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=670, timestamp=1517885220230, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=671, timestamp=1517885220230, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=672, timestamp=1517885220230, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=673, timestamp=1517885220230, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=674, timestamp=1517885220231, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=675, timestamp=1517885220231, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=676, timestamp=1517885220231, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=677, timestamp=1517885220232, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=678, timestamp=1517885220232, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=679, timestamp=1517885220232, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=680, timestamp=1517885220232, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=681, timestamp=1517885220232, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=682, timestamp=1517885220232, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=683, timestamp=1517885220232, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=684, timestamp=1517885220233, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=685, timestamp=1517885220233, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=686, timestamp=1517885220233, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=687, timestamp=1517885220234, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=688, timestamp=1517885220234, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=689, timestamp=1517885220234, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=690, timestamp=1517885220234, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=691, timestamp=1517885220235, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=692, timestamp=1517885220235, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=693, timestamp=1517885220235, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=694, timestamp=1517885220235, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=695, timestamp=1517885220235, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=696, timestamp=1517885220235, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=697, timestamp=1517885220236, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=698, timestamp=1517885220236, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=699, timestamp=1517885220236, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=700, timestamp=1517885220236, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=701, timestamp=1517885220237, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=702, timestamp=1517885220237, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=703, timestamp=1517885220237, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=704, timestamp=1517885220237, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=705, timestamp=1517885220237, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=706, timestamp=1517885220237, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=707, timestamp=1517885220237, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=708, timestamp=1517885220237, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=709, timestamp=1517885220237, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=710, timestamp=1517885220238, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=711, timestamp=1517885220238, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=712, timestamp=1517885220238, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=713, timestamp=1517885220239, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=714, timestamp=1517885220239, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=715, timestamp=1517885220239, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=716, timestamp=1517885220239, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=717, timestamp=1517885220240, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=718, timestamp=1517885220240, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=719, timestamp=1517885220241, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=720, timestamp=1517885220241, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=721, timestamp=1517885220241, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=722, timestamp=1517885220242, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=723, timestamp=1517885220246, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=724, timestamp=1517885220246, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=725, timestamp=1517885220247, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=726, timestamp=1517885220247, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=727, timestamp=1517885220248, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=728, timestamp=1517885220248, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=729, timestamp=1517885220248, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=730, timestamp=1517885220249, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=731, timestamp=1517885220249, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=732, timestamp=1517885220250, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=733, timestamp=1517885220250, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=734, timestamp=1517885220251, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=735, timestamp=1517885220252, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=736, timestamp=1517885220252, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=737, timestamp=1517885220254, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=738, timestamp=1517885220255, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=739, timestamp=1517885220256, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=740, timestamp=1517885220256, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=741, timestamp=1517885220257, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=742, timestamp=1517885220259, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=743, timestamp=1517885220260, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=744, timestamp=1517885220260, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=745, timestamp=1517885220261, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=746, timestamp=1517885220261, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=747, timestamp=1517885220263, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=748, timestamp=1517885220264, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=749, timestamp=1517885220265, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=750, timestamp=1517885220266, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=751, timestamp=1517885220266, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=752, timestamp=1517885220267, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=753, timestamp=1517885220268, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=754, timestamp=1517885220268, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=755, timestamp=1517885220269, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=756, timestamp=1517885220270, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=757, timestamp=1517885220270, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=758, timestamp=1517885220271, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=759, timestamp=1517885220272, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=760, timestamp=1517885220274, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=761, timestamp=1517885220274, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=762, timestamp=1517885220275, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=763, timestamp=1517885220275, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=764, timestamp=1517885220275, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=765, timestamp=1517885220276, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=766, timestamp=1517885220279, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=767, timestamp=1517885220280, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=768, timestamp=1517885220281, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=769, timestamp=1517885220282, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=770, timestamp=1517885220282, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=771, timestamp=1517885220283, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=772, timestamp=1517885220284, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=773, timestamp=1517885220287, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=774, timestamp=1517885220288, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=775, timestamp=1517885220290, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=776, timestamp=1517885220290, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=777, timestamp=1517885220291, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=778, timestamp=1517885220292, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=779, timestamp=1517885220295, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=780, timestamp=1517885220295, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=781, timestamp=1517885220298, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=782, timestamp=1517885220300, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=783, timestamp=1517885220301, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=784, timestamp=1517885220303, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=785, timestamp=1517885220303, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=786, timestamp=1517885220305, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=787, timestamp=1517885220305, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=788, timestamp=1517885220306, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=789, timestamp=1517885220306, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=790, timestamp=1517885220308, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=791, timestamp=1517885220308, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=792, timestamp=1517885220308, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=793, timestamp=1517885220309, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=794, timestamp=1517885220310, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=795, timestamp=1517885220310, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=796, timestamp=1517885220311, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=797, timestamp=1517885220312, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=798, timestamp=1517885220313, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=799, timestamp=1517885220314, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=800, timestamp=1517885220314, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=801, timestamp=1517885220315, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=802, timestamp=1517885220316, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=803, timestamp=1517885220316, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=804, timestamp=1517885220318, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=805, timestamp=1517885220319, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=806, timestamp=1517885220320, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=807, timestamp=1517885220320, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=808, timestamp=1517885220321, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=809, timestamp=1517885220322, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=810, timestamp=1517885220323, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=811, timestamp=1517885220324, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=812, timestamp=1517885220325, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=813, timestamp=1517885220329, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=814, timestamp=1517885220330, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=815, timestamp=1517885220330, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=816, timestamp=1517885220331, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=817, timestamp=1517885220331, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=818, timestamp=1517885220334, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=819, timestamp=1517885220335, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=820, timestamp=1517885220335, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=821, timestamp=1517885220336, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=822, timestamp=1517885220336, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=823, timestamp=1517885220340, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=824, timestamp=1517885220340, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=825, timestamp=1517885220341, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=826, timestamp=1517885220342, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=827, timestamp=1517885220343, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=828, timestamp=1517885220344, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=829, timestamp=1517885220347, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=830, timestamp=1517885220348, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=831, timestamp=1517885220350, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=832, timestamp=1517885220350, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=833, timestamp=1517885220351, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=834, timestamp=1517885220351, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=835, timestamp=1517885220352, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=836, timestamp=1517885220355, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=837, timestamp=1517885220355, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=838, timestamp=1517885220356, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=839, timestamp=1517885220357, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=840, timestamp=1517885220362, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=841, timestamp=1517885220363, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=842, timestamp=1517885220363, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=843, timestamp=1517885220363, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=844, timestamp=1517885220364, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=845, timestamp=1517885220365, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=846, timestamp=1517885220365, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=847, timestamp=1517885220365, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=848, timestamp=1517885220365, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=849, timestamp=1517885220365, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=850, timestamp=1517885220365, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=851, timestamp=1517885220366, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=852, timestamp=1517885220367, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=853, timestamp=1517885220367, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=854, timestamp=1517885220368, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=855, timestamp=1517885220368, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=856, timestamp=1517885220368, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=857, timestamp=1517885220369, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=858, timestamp=1517885220372, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=859, timestamp=1517885220373, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=860, timestamp=1517885220374, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=861, timestamp=1517885220376, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=862, timestamp=1517885220376, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=863, timestamp=1517885220377, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=864, timestamp=1517885220377, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=865, timestamp=1517885220378, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=866, timestamp=1517885220378, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=867, timestamp=1517885220379, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=868, timestamp=1517885220380, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=869, timestamp=1517885220381, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=870, timestamp=1517885220381, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=871, timestamp=1517885220383, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=872, timestamp=1517885220384, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=873, timestamp=1517885220384, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=874, timestamp=1517885220387, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=875, timestamp=1517885220387, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=876, timestamp=1517885220387, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=877, timestamp=1517885220388, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=878, timestamp=1517885220389, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=879, timestamp=1517885220389, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=880, timestamp=1517885220389, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=881, timestamp=1517885220389, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=882, timestamp=1517885220390, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=883, timestamp=1517885220391, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=884, timestamp=1517885220391, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=885, timestamp=1517885220391, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=886, timestamp=1517885220392, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=887, timestamp=1517885220393, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=888, timestamp=1517885220394, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=889, timestamp=1517885220396, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=890, timestamp=1517885220397, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=891, timestamp=1517885220399, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=892, timestamp=1517885220399, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=893, timestamp=1517885220401, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=894, timestamp=1517885220402, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=895, timestamp=1517885220403, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=896, timestamp=1517885220404, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=897, timestamp=1517885220405, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=898, timestamp=1517885220406, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=899, timestamp=1517885220407, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=900, timestamp=1517885220408, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=901, timestamp=1517885220411, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=902, timestamp=1517885220412, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=903, timestamp=1517885220412, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=904, timestamp=1517885220413, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=905, timestamp=1517885220414, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=906, timestamp=1517885220414, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=907, timestamp=1517885220415, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=908, timestamp=1517885220416, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=909, timestamp=1517885220417, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=910, timestamp=1517885220417, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=911, timestamp=1517885220418, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=912, timestamp=1517885220419, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=913, timestamp=1517885220420, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=914, timestamp=1517885220420, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=915, timestamp=1517885220420, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=916, timestamp=1517885220420, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=917, timestamp=1517885220421, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=918, timestamp=1517885220421, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=919, timestamp=1517885220421, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=920, timestamp=1517885220421, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=921, timestamp=1517885220422, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=922, timestamp=1517885220426, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=923, timestamp=1517885220430, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=924, timestamp=1517885220431, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=925, timestamp=1517885220432, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=926, timestamp=1517885220433, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=927, timestamp=1517885220434, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=928, timestamp=1517885220434, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=929, timestamp=1517885220434, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=930, timestamp=1517885220435, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=931, timestamp=1517885220435, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=932, timestamp=1517885220435, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=933, timestamp=1517885220435, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=934, timestamp=1517885220436, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=935, timestamp=1517885220436, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=936, timestamp=1517885220437, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=937, timestamp=1517885220437, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=938, timestamp=1517885220438, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=939, timestamp=1517885220438, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=940, timestamp=1517885220439, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=941, timestamp=1517885220440, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=942, timestamp=1517885220440, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=943, timestamp=1517885220441, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=944, timestamp=1517885220441, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=945, timestamp=1517885220441, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=946, timestamp=1517885220442, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=947, timestamp=1517885220442, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=948, timestamp=1517885220443, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=949, timestamp=1517885220444, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=950, timestamp=1517885220445, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=951, timestamp=1517885220445, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=952, timestamp=1517885220445, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=953, timestamp=1517885220445, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=954, timestamp=1517885220445, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=955, timestamp=1517885220445, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=956, timestamp=1517885220445, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=957, timestamp=1517885220445, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=958, timestamp=1517885220445, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=959, timestamp=1517885220446, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=960, timestamp=1517885220446, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=961, timestamp=1517885220446, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=962, timestamp=1517885220446, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=963, timestamp=1517885220447, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=964, timestamp=1517885220447, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=965, timestamp=1517885220447, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=966, timestamp=1517885220447, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=967, timestamp=1517885220448, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=968, timestamp=1517885220448, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=969, timestamp=1517885220448, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=970, timestamp=1517885220448, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=971, timestamp=1517885220448, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=972, timestamp=1517885220448, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=973, timestamp=1517885220449, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=974, timestamp=1517885220449, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=975, timestamp=1517885220449, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=976, timestamp=1517885220449, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=977, timestamp=1517885220450, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=978, timestamp=1517885220450, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=979, timestamp=1517885220451, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=980, timestamp=1517885220451, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=981, timestamp=1517885220451, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=982, timestamp=1517885220452, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=983, timestamp=1517885220452, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=984, timestamp=1517885220452, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=985, timestamp=1517885220452, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=986, timestamp=1517885220452, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=987, timestamp=1517885220452, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=988, timestamp=1517885220453, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=989, timestamp=1517885220453, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=990, timestamp=1517885220453, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=991, timestamp=1517885220453, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=992, timestamp=1517885220453, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=993, timestamp=1517885220453, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=994, timestamp=1517885220454, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=995, timestamp=1517885220454, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=996, timestamp=1517885220454, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=997, timestamp=1517885220454, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=998, timestamp=1517885220454, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=999, timestamp=1517885220454, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1000, timestamp=1517885220454, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1001, timestamp=1517885220454, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1002, timestamp=1517885220455, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1003, timestamp=1517885220455, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1004, timestamp=1517885220455, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1005, timestamp=1517885220455, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1006, timestamp=1517885220456, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1007, timestamp=1517885220456, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1008, timestamp=1517885220456, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1009, timestamp=1517885220456, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1010, timestamp=1517885220456, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1011, timestamp=1517885220456, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1012, timestamp=1517885220456, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1013, timestamp=1517885220457, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1014, timestamp=1517885220457, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1015, timestamp=1517885220457, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1016, timestamp=1517885220457, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1017, timestamp=1517885220457, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1018, timestamp=1517885220457, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1019, timestamp=1517885220457, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1020, timestamp=1517885220457, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1021, timestamp=1517885220457, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1022, timestamp=1517885220457, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1023, timestamp=1517885220457, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1024, timestamp=1517885220458, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1025, timestamp=1517885220458, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1026, timestamp=1517885220458, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1027, timestamp=1517885220458, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1028, timestamp=1517885220458, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1029, timestamp=1517885220458, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1030, timestamp=1517885220458, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1031, timestamp=1517885220459, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1032, timestamp=1517885220459, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1033, timestamp=1517885220459, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1034, timestamp=1517885220459, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1035, timestamp=1517885220459, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1036, timestamp=1517885220459, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1037, timestamp=1517885220459, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1038, timestamp=1517885220459, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1039, timestamp=1517885220460, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1040, timestamp=1517885220460, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1041, timestamp=1517885220460, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1042, timestamp=1517885220460, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1043, timestamp=1517885220460, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1044, timestamp=1517885220461, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1045, timestamp=1517885220461, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1046, timestamp=1517885220462, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1047, timestamp=1517885220462, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1048, timestamp=1517885220462, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1049, timestamp=1517885220462, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1050, timestamp=1517885220462, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1051, timestamp=1517885220462, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1052, timestamp=1517885220462, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1053, timestamp=1517885220462, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1054, timestamp=1517885220463, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1055, timestamp=1517885220463, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1056, timestamp=1517885220463, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1057, timestamp=1517885220463, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1058, timestamp=1517885220463, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1059, timestamp=1517885220463, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1060, timestamp=1517885220463, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1061, timestamp=1517885220463, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1062, timestamp=1517885220463, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1063, timestamp=1517885220463, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1064, timestamp=1517885220463, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1065, timestamp=1517885220464, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1066, timestamp=1517885220464, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1067, timestamp=1517885220464, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1068, timestamp=1517885220464, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1069, timestamp=1517885220464, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1070, timestamp=1517885220464, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1071, timestamp=1517885220464, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1072, timestamp=1517885220464, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1073, timestamp=1517885220464, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1074, timestamp=1517885220464, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1075, timestamp=1517885220465, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1076, timestamp=1517885220465, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1077, timestamp=1517885220465, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1078, timestamp=1517885220465, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1079, timestamp=1517885220465, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1080, timestamp=1517885220465, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1081, timestamp=1517885220465, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1082, timestamp=1517885220465, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1083, timestamp=1517885220465, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1084, timestamp=1517885220465, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1085, timestamp=1517885220465, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1086, timestamp=1517885220465, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1087, timestamp=1517885220466, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1088, timestamp=1517885220466, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1089, timestamp=1517885220466, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1090, timestamp=1517885220466, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1091, timestamp=1517885220466, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1092, timestamp=1517885220467, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1093, timestamp=1517885220467, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1094, timestamp=1517885220467, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1095, timestamp=1517885220467, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1096, timestamp=1517885220467, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1097, timestamp=1517885220467, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1098, timestamp=1517885220468, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1099, timestamp=1517885220468, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1100, timestamp=1517885220468, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1101, timestamp=1517885220468, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1102, timestamp=1517885220468, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1103, timestamp=1517885220468, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1104, timestamp=1517885220468, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1105, timestamp=1517885220469, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1106, timestamp=1517885220469, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1107, timestamp=1517885220469, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1108, timestamp=1517885220469, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1109, timestamp=1517885220469, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1110, timestamp=1517885220470, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1111, timestamp=1517885220470, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1112, timestamp=1517885220470, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1113, timestamp=1517885220470, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1114, timestamp=1517885220470, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1115, timestamp=1517885220470, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1116, timestamp=1517885220470, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1117, timestamp=1517885220470, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1118, timestamp=1517885220471, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1119, timestamp=1517885220471, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1120, timestamp=1517885220471, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1121, timestamp=1517885220471, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1122, timestamp=1517885220471, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1123, timestamp=1517885220471, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1124, timestamp=1517885220471, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1125, timestamp=1517885220471, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1126, timestamp=1517885220471, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1127, timestamp=1517885220472, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1128, timestamp=1517885220472, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1129, timestamp=1517885220472, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1130, timestamp=1517885220472, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1131, timestamp=1517885220473, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1132, timestamp=1517885220473, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1133, timestamp=1517885220473, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1134, timestamp=1517885220473, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1135, timestamp=1517885220473, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1136, timestamp=1517885220473, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1137, timestamp=1517885220473, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1138, timestamp=1517885220473, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1139, timestamp=1517885220473, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1140, timestamp=1517885220474, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1141, timestamp=1517885220474, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1142, timestamp=1517885220474, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1143, timestamp=1517885220474, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1144, timestamp=1517885220474, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1145, timestamp=1517885220474, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1146, timestamp=1517885220474, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1147, timestamp=1517885220474, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1148, timestamp=1517885220474, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1149, timestamp=1517885220474, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1150, timestamp=1517885220474, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1151, timestamp=1517885220474, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1152, timestamp=1517885220474, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1153, timestamp=1517885220475, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1154, timestamp=1517885220475, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1155, timestamp=1517885220475, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1156, timestamp=1517885220475, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1157, timestamp=1517885220475, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1158, timestamp=1517885220475, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1159, timestamp=1517885220475, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1160, timestamp=1517885220475, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1161, timestamp=1517885220475, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1162, timestamp=1517885220475, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1163, timestamp=1517885220476, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1164, timestamp=1517885220476, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1165, timestamp=1517885220476, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1166, timestamp=1517885220476, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1167, timestamp=1517885220476, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1168, timestamp=1517885220476, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1169, timestamp=1517885220476, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1170, timestamp=1517885220476, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1171, timestamp=1517885220476, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1172, timestamp=1517885220476, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1173, timestamp=1517885220476, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1174, timestamp=1517885220476, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1175, timestamp=1517885220477, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1176, timestamp=1517885220477, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1177, timestamp=1517885220477, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1178, timestamp=1517885220477, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1179, timestamp=1517885220477, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1180, timestamp=1517885220477, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1181, timestamp=1517885220477, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1182, timestamp=1517885220477, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1183, timestamp=1517885220477, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1184, timestamp=1517885220478, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1185, timestamp=1517885220478, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1186, timestamp=1517885220478, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1187, timestamp=1517885220478, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1188, timestamp=1517885220478, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1189, timestamp=1517885220478, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1190, timestamp=1517885220478, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1191, timestamp=1517885220478, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1192, timestamp=1517885220478, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1193, timestamp=1517885220478, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1194, timestamp=1517885220479, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1195, timestamp=1517885220479, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1196, timestamp=1517885220479, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1197, timestamp=1517885220479, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1198, timestamp=1517885220479, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1199, timestamp=1517885220479, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1200, timestamp=1517885220479, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1201, timestamp=1517885220479, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1202, timestamp=1517885220479, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1203, timestamp=1517885220479, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1204, timestamp=1517885220479, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1205, timestamp=1517885220479, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1206, timestamp=1517885220479, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1207, timestamp=1517885220479, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1208, timestamp=1517885220479, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1209, timestamp=1517885220479, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1210, timestamp=1517885220479, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1211, timestamp=1517885220479, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1212, timestamp=1517885220479, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1213, timestamp=1517885220480, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1214, timestamp=1517885220480, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1215, timestamp=1517885220480, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1216, timestamp=1517885220480, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1217, timestamp=1517885220480, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1218, timestamp=1517885220480, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1219, timestamp=1517885220481, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1220, timestamp=1517885220481, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1221, timestamp=1517885220481, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1222, timestamp=1517885220481, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1223, timestamp=1517885220481, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1224, timestamp=1517885220481, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1225, timestamp=1517885220481, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1226, timestamp=1517885220481, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1227, timestamp=1517885220481, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1228, timestamp=1517885220481, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1229, timestamp=1517885220482, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1230, timestamp=1517885220482, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1231, timestamp=1517885220482, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1232, timestamp=1517885220482, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1233, timestamp=1517885220482, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1234, timestamp=1517885220482, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1235, timestamp=1517885220482, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1236, timestamp=1517885220482, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1237, timestamp=1517885220482, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1238, timestamp=1517885220482, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1239, timestamp=1517885220482, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1240, timestamp=1517885220482, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1241, timestamp=1517885220482, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1242, timestamp=1517885220482, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1243, timestamp=1517885220482, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1244, timestamp=1517885220483, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1245, timestamp=1517885220483, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1246, timestamp=1517885220483, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1247, timestamp=1517885220483, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1248, timestamp=1517885220483, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1249, timestamp=1517885220483, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1250, timestamp=1517885220483, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1251, timestamp=1517885220484, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1252, timestamp=1517885220484, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1253, timestamp=1517885220484, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1254, timestamp=1517885220484, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1255, timestamp=1517885220484, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1256, timestamp=1517885220484, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1257, timestamp=1517885220484, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1258, timestamp=1517885220484, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1259, timestamp=1517885220484, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1260, timestamp=1517885220484, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1261, timestamp=1517885220484, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1262, timestamp=1517885220484, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1263, timestamp=1517885220484, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1264, timestamp=1517885220485, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1265, timestamp=1517885220485, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1266, timestamp=1517885220485, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1267, timestamp=1517885220485, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1268, timestamp=1517885220485, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1269, timestamp=1517885220485, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1270, timestamp=1517885220485, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1271, timestamp=1517885220485, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1272, timestamp=1517885220486, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1273, timestamp=1517885220486, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1274, timestamp=1517885220486, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1275, timestamp=1517885220486, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1276, timestamp=1517885220486, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1277, timestamp=1517885220486, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1278, timestamp=1517885220486, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1279, timestamp=1517885220486, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1280, timestamp=1517885220486, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1281, timestamp=1517885220486, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1282, timestamp=1517885220486, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1283, timestamp=1517885220486, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1284, timestamp=1517885220486, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1285, timestamp=1517885220486, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1286, timestamp=1517885220487, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1287, timestamp=1517885220487, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1288, timestamp=1517885220487, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1289, timestamp=1517885220487, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1290, timestamp=1517885220487, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1291, timestamp=1517885220487, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1292, timestamp=1517885220487, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1293, timestamp=1517885220487, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1294, timestamp=1517885220487, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1295, timestamp=1517885220488, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1296, timestamp=1517885220488, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1297, timestamp=1517885220488, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1298, timestamp=1517885220488, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1299, timestamp=1517885220488, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1300, timestamp=1517885220489, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1301, timestamp=1517885220489, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1302, timestamp=1517885220489, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1303, timestamp=1517885220489, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1304, timestamp=1517885220489, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1305, timestamp=1517885220489, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1306, timestamp=1517885220489, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1307, timestamp=1517885220489, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1308, timestamp=1517885220489, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1309, timestamp=1517885220489, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1310, timestamp=1517885220489, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1311, timestamp=1517885220489, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1312, timestamp=1517885220489, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1313, timestamp=1517885220489, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1314, timestamp=1517885220490, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1315, timestamp=1517885220490, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1316, timestamp=1517885220490, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1317, timestamp=1517885220490, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1318, timestamp=1517885220490, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1319, timestamp=1517885220490, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1320, timestamp=1517885220490, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1321, timestamp=1517885220490, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1322, timestamp=1517885220490, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1323, timestamp=1517885220490, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1324, timestamp=1517885220490, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1325, timestamp=1517885220490, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1326, timestamp=1517885220491, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1327, timestamp=1517885220491, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1328, timestamp=1517885220491, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1329, timestamp=1517885220491, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1330, timestamp=1517885220491, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1331, timestamp=1517885220491, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1332, timestamp=1517885220491, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1333, timestamp=1517885220492, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1334, timestamp=1517885220492, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1335, timestamp=1517885220492, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1336, timestamp=1517885220492, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1337, timestamp=1517885220492, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1338, timestamp=1517885220492, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1339, timestamp=1517885220492, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1340, timestamp=1517885220492, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1341, timestamp=1517885220492, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1342, timestamp=1517885220492, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1343, timestamp=1517885220492, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1344, timestamp=1517885220492, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1345, timestamp=1517885220493, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1346, timestamp=1517885220497, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1347, timestamp=1517885220497, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1348, timestamp=1517885220497, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1349, timestamp=1517885220497, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1350, timestamp=1517885220497, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1351, timestamp=1517885220497, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1352, timestamp=1517885220497, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1353, timestamp=1517885220498, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1354, timestamp=1517885220498, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1355, timestamp=1517885220498, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1356, timestamp=1517885220498, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1357, timestamp=1517885220499, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1358, timestamp=1517885220499, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1359, timestamp=1517885220499, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1360, timestamp=1517885220499, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1361, timestamp=1517885220499, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1362, timestamp=1517885220499, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1363, timestamp=1517885220499, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1364, timestamp=1517885220499, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1365, timestamp=1517885220499, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1366, timestamp=1517885220499, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1367, timestamp=1517885220499, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1368, timestamp=1517885220499, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1369, timestamp=1517885220499, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1370, timestamp=1517885220500, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1371, timestamp=1517885220500, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1372, timestamp=1517885220500, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1373, timestamp=1517885220500, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1374, timestamp=1517885220500, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1375, timestamp=1517885220500, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1376, timestamp=1517885220500, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1377, timestamp=1517885220501, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1378, timestamp=1517885220501, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1379, timestamp=1517885220501, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1380, timestamp=1517885220501, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1381, timestamp=1517885220501, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1382, timestamp=1517885220501, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1383, timestamp=1517885220501, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1384, timestamp=1517885220502, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1385, timestamp=1517885220502, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1386, timestamp=1517885220502, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1387, timestamp=1517885220502, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1388, timestamp=1517885220502, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1389, timestamp=1517885220502, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1390, timestamp=1517885220503, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1391, timestamp=1517885220503, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1392, timestamp=1517885220503, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1393, timestamp=1517885220503, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1394, timestamp=1517885220503, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1395, timestamp=1517885220503, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1396, timestamp=1517885220503, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1397, timestamp=1517885220503, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1398, timestamp=1517885220503, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1399, timestamp=1517885220503, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1400, timestamp=1517885220503, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1401, timestamp=1517885220503, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1402, timestamp=1517885220504, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1403, timestamp=1517885220504, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1404, timestamp=1517885220504, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1405, timestamp=1517885220504, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1406, timestamp=1517885220504, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1407, timestamp=1517885220504, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1408, timestamp=1517885220504, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1409, timestamp=1517885220504, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1410, timestamp=1517885220504, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1411, timestamp=1517885220505, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1412, timestamp=1517885220505, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1413, timestamp=1517885220505, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1414, timestamp=1517885220505, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1415, timestamp=1517885220505, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1416, timestamp=1517885220505, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1417, timestamp=1517885220505, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1418, timestamp=1517885220506, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1419, timestamp=1517885220506, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1420, timestamp=1517885220506, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1421, timestamp=1517885220506, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1422, timestamp=1517885220507, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1423, timestamp=1517885220507, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1424, timestamp=1517885220507, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1425, timestamp=1517885220507, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1426, timestamp=1517885220507, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1427, timestamp=1517885220507, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1428, timestamp=1517885220507, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1429, timestamp=1517885220507, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1430, timestamp=1517885220508, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1431, timestamp=1517885220508, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1432, timestamp=1517885220508, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1433, timestamp=1517885220509, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1434, timestamp=1517885220509, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1435, timestamp=1517885220509, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1436, timestamp=1517885220509, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1437, timestamp=1517885220509, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1438, timestamp=1517885220509, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1439, timestamp=1517885220510, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1440, timestamp=1517885220510, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1441, timestamp=1517885220510, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1442, timestamp=1517885220510, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1443, timestamp=1517885220510, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1444, timestamp=1517885220510, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1445, timestamp=1517885220510, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1446, timestamp=1517885220510, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1447, timestamp=1517885220511, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1448, timestamp=1517885220511, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1449, timestamp=1517885220511, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1450, timestamp=1517885220511, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1451, timestamp=1517885220511, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1452, timestamp=1517885220511, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1453, timestamp=1517885220512, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1454, timestamp=1517885220512, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1455, timestamp=1517885220512, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1456, timestamp=1517885220512, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1457, timestamp=1517885220512, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1458, timestamp=1517885220512, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1459, timestamp=1517885220512, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1460, timestamp=1517885220513, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1461, timestamp=1517885220513, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1462, timestamp=1517885220513, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1463, timestamp=1517885220513, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1464, timestamp=1517885220513, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1465, timestamp=1517885220513, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1466, timestamp=1517885220514, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1467, timestamp=1517885220514, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1468, timestamp=1517885220514, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1469, timestamp=1517885220514, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1470, timestamp=1517885220514, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1471, timestamp=1517885220514, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1472, timestamp=1517885220514, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1473, timestamp=1517885220514, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1474, timestamp=1517885220514, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1475, timestamp=1517885220514, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1476, timestamp=1517885220515, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1477, timestamp=1517885220515, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1478, timestamp=1517885220515, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1479, timestamp=1517885220515, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1480, timestamp=1517885220515, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1481, timestamp=1517885220515, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1482, timestamp=1517885220515, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1483, timestamp=1517885220516, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1484, timestamp=1517885220516, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1485, timestamp=1517885220517, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1486, timestamp=1517885220517, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1487, timestamp=1517885220517, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1488, timestamp=1517885220517, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1489, timestamp=1517885220517, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1490, timestamp=1517885220517, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1491, timestamp=1517885220518, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1492, timestamp=1517885220518, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1493, timestamp=1517885220518, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1494, timestamp=1517885220518, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1495, timestamp=1517885220518, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1496, timestamp=1517885220518, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1497, timestamp=1517885220518, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1498, timestamp=1517885220518, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1499, timestamp=1517885220519, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1500, timestamp=1517885220519, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1501, timestamp=1517885220519, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1502, timestamp=1517885220519, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1503, timestamp=1517885220520, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1504, timestamp=1517885220520, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1505, timestamp=1517885220520, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1506, timestamp=1517885220520, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1507, timestamp=1517885220520, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1508, timestamp=1517885220520, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1509, timestamp=1517885220520, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1510, timestamp=1517885220521, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1511, timestamp=1517885220521, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1512, timestamp=1517885220521, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1513, timestamp=1517885220521, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1514, timestamp=1517885220521, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1515, timestamp=1517885220521, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1516, timestamp=1517885220522, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1517, timestamp=1517885220523, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1518, timestamp=1517885220523, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1519, timestamp=1517885220523, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1520, timestamp=1517885220524, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1521, timestamp=1517885220524, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1522, timestamp=1517885220524, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1523, timestamp=1517885220524, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1524, timestamp=1517885220524, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1525, timestamp=1517885220525, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1526, timestamp=1517885220525, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1527, timestamp=1517885220525, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1528, timestamp=1517885220526, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1529, timestamp=1517885220526, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1530, timestamp=1517885220526, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1531, timestamp=1517885220526, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1532, timestamp=1517885220526, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1533, timestamp=1517885220528, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1534, timestamp=1517885220528, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1535, timestamp=1517885220528, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1536, timestamp=1517885220528, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1537, timestamp=1517885220528, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1538, timestamp=1517885220528, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1539, timestamp=1517885220529, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1540, timestamp=1517885220529, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1541, timestamp=1517885220529, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1542, timestamp=1517885220530, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1543, timestamp=1517885220530, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1544, timestamp=1517885220530, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1545, timestamp=1517885220530, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1546, timestamp=1517885220530, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1547, timestamp=1517885220530, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1548, timestamp=1517885220530, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1549, timestamp=1517885220531, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1550, timestamp=1517885220531, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1551, timestamp=1517885220531, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1552, timestamp=1517885220531, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1553, timestamp=1517885220531, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1554, timestamp=1517885220531, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1555, timestamp=1517885220531, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1556, timestamp=1517885220531, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1557, timestamp=1517885220531, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1558, timestamp=1517885220532, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1559, timestamp=1517885220532, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1560, timestamp=1517885220532, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1561, timestamp=1517885220532, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1562, timestamp=1517885220532, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1563, timestamp=1517885220532, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1564, timestamp=1517885220532, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1565, timestamp=1517885220532, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1566, timestamp=1517885220533, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1567, timestamp=1517885220533, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1568, timestamp=1517885220533, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1569, timestamp=1517885220533, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1570, timestamp=1517885220533, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1571, timestamp=1517885220534, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1572, timestamp=1517885220534, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1573, timestamp=1517885220534, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1574, timestamp=1517885220534, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1575, timestamp=1517885220534, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1576, timestamp=1517885220534, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1577, timestamp=1517885220534, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1578, timestamp=1517885220535, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1579, timestamp=1517885220535, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1580, timestamp=1517885220535, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1581, timestamp=1517885220535, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1582, timestamp=1517885220535, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1583, timestamp=1517885220535, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1584, timestamp=1517885220535, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1585, timestamp=1517885220535, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1586, timestamp=1517885220536, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1587, timestamp=1517885220536, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1588, timestamp=1517885220536, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1589, timestamp=1517885220536, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1590, timestamp=1517885220536, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1591, timestamp=1517885220537, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1592, timestamp=1517885220537, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1593, timestamp=1517885220537, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1594, timestamp=1517885220537, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1595, timestamp=1517885220537, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1596, timestamp=1517885220537, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1597, timestamp=1517885220538, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1598, timestamp=1517885220538, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1599, timestamp=1517885220538, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1600, timestamp=1517885220538, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1601, timestamp=1517885220538, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1602, timestamp=1517885220538, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1603, timestamp=1517885220538, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1604, timestamp=1517885220538, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1605, timestamp=1517885220539, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1606, timestamp=1517885220539, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1607, timestamp=1517885220539, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1608, timestamp=1517885220539, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1609, timestamp=1517885220539, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1610, timestamp=1517885220539, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1611, timestamp=1517885220539, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1612, timestamp=1517885220539, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1613, timestamp=1517885220540, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1614, timestamp=1517885220540, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1615, timestamp=1517885220540, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1616, timestamp=1517885220540, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1617, timestamp=1517885220540, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1618, timestamp=1517885220541, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1619, timestamp=1517885220541, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1620, timestamp=1517885220541, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1621, timestamp=1517885220541, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1622, timestamp=1517885220541, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1623, timestamp=1517885220541, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1624, timestamp=1517885220541, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1625, timestamp=1517885220541, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1626, timestamp=1517885220542, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1627, timestamp=1517885220542, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1628, timestamp=1517885220542, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1629, timestamp=1517885220542, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1630, timestamp=1517885220542, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1631, timestamp=1517885220542, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1632, timestamp=1517885220543, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1633, timestamp=1517885220543, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1634, timestamp=1517885220543, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1635, timestamp=1517885220543, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1636, timestamp=1517885220543, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1637, timestamp=1517885220543, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1638, timestamp=1517885220543, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1639, timestamp=1517885220543, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1640, timestamp=1517885220543, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1641, timestamp=1517885220543, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1642, timestamp=1517885220544, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1643, timestamp=1517885220544, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1644, timestamp=1517885220544, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1645, timestamp=1517885220544, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1646, timestamp=1517885220544, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1647, timestamp=1517885220544, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1648, timestamp=1517885220545, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1649, timestamp=1517885220545, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1650, timestamp=1517885220545, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1651, timestamp=1517885220545, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1652, timestamp=1517885220545, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1653, timestamp=1517885220545, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1654, timestamp=1517885220545, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1655, timestamp=1517885220545, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1656, timestamp=1517885220545, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1657, timestamp=1517885220546, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1658, timestamp=1517885220546, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1659, timestamp=1517885220546, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1660, timestamp=1517885220546, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1661, timestamp=1517885220546, key=8 bytes, value=581 bytes))]},{partition_header={partition=2,error_code=0,high_watermark=99967,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=0, timestamp=1517885219858, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=1, timestamp=1517885219860, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2, timestamp=1517885219865, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3, timestamp=1517885219867, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=4, timestamp=1517885219869, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5, timestamp=1517885219869, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6, timestamp=1517885219871, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=7, timestamp=1517885219871, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8, timestamp=1517885219873, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9, timestamp=1517885219874, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=10, timestamp=1517885219876, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11, timestamp=1517885219878, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=12, timestamp=1517885219878, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=13, timestamp=1517885219881, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=14, timestamp=1517885219883, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=15, timestamp=1517885219885, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=16, timestamp=1517885219886, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=17, timestamp=1517885219887, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=18, timestamp=1517885219889, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=19, timestamp=1517885219890, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=20, timestamp=1517885219891, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=21, timestamp=1517885219892, key=8 bytes, value=565 bytes)), (record=DefaultRecord(offset=22, timestamp=1517885219894, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=23, timestamp=1517885219897, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=24, timestamp=1517885219897, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=25, timestamp=1517885219897, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=26, timestamp=1517885219898, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=27, timestamp=1517885219898, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=28, timestamp=1517885219900, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=29, timestamp=1517885219900, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=30, timestamp=1517885219901, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=31, timestamp=1517885219902, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=32, timestamp=1517885219904, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=33, timestamp=1517885219904, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=34, timestamp=1517885219905, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=35, timestamp=1517885219905, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=36, timestamp=1517885219905, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=37, timestamp=1517885219906, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=38, timestamp=1517885219907, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=39, timestamp=1517885219908, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=40, timestamp=1517885219908, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=41, timestamp=1517885219909, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=42, timestamp=1517885219910, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=43, timestamp=1517885219910, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=44, timestamp=1517885219912, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=45, timestamp=1517885219912, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=46, timestamp=1517885219913, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=47, timestamp=1517885219913, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=48, timestamp=1517885219914, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=49, timestamp=1517885219915, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=50, timestamp=1517885219915, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=51, timestamp=1517885219917, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=52, timestamp=1517885219918, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=53, timestamp=1517885219920, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=54, timestamp=1517885219920, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=55, timestamp=1517885219921, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=56, timestamp=1517885219921, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=57, timestamp=1517885219921, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=58, timestamp=1517885219921, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=59, timestamp=1517885219922, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=60, timestamp=1517885219922, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=61, timestamp=1517885219923, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=62, timestamp=1517885219924, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=63, timestamp=1517885219924, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=64, timestamp=1517885219924, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=65, timestamp=1517885219927, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=66, timestamp=1517885219930, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=67, timestamp=1517885219930, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=68, timestamp=1517885219931, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=69, timestamp=1517885219932, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=70, timestamp=1517885219933, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=71, timestamp=1517885219934, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=72, timestamp=1517885219934, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=73, timestamp=1517885219935, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=74, timestamp=1517885219935, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=75, timestamp=1517885219935, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=76, timestamp=1517885219936, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=77, timestamp=1517885219936, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=78, timestamp=1517885219936, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=79, timestamp=1517885219937, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=80, timestamp=1517885219937, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=81, timestamp=1517885219938, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=82, timestamp=1517885219938, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=83, timestamp=1517885219938, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=84, timestamp=1517885219938, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=85, timestamp=1517885219939, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=86, timestamp=1517885219939, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=87, timestamp=1517885219939, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=88, timestamp=1517885219939, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=89, timestamp=1517885219939, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=90, timestamp=1517885219940, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=91, timestamp=1517885219940, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=92, timestamp=1517885219940, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=93, timestamp=1517885219941, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=94, timestamp=1517885219941, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=95, timestamp=1517885219942, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=96, timestamp=1517885219942, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=97, timestamp=1517885219943, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=98, timestamp=1517885219943, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=99, timestamp=1517885219943, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=100, timestamp=1517885219944, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=101, timestamp=1517885219944, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=102, timestamp=1517885219946, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=103, timestamp=1517885219946, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=104, timestamp=1517885219947, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=105, timestamp=1517885219947, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=106, timestamp=1517885219948, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=107, timestamp=1517885219948, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=108, timestamp=1517885219949, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=109, timestamp=1517885219949, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=110, timestamp=1517885219949, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=111, timestamp=1517885219951, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=112, timestamp=1517885219951, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=113, timestamp=1517885219952, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=114, timestamp=1517885219954, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=115, timestamp=1517885219954, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=116, timestamp=1517885219954, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=117, timestamp=1517885219954, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=118, timestamp=1517885219955, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=119, timestamp=1517885219955, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=120, timestamp=1517885219956, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=121, timestamp=1517885219957, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=122, timestamp=1517885219957, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=123, timestamp=1517885219957, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=124, timestamp=1517885219958, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=125, timestamp=1517885219958, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=126, timestamp=1517885219966, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=127, timestamp=1517885219967, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=128, timestamp=1517885219967, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=129, timestamp=1517885219969, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=130, timestamp=1517885219969, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=131, timestamp=1517885219970, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=132, timestamp=1517885219971, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=133, timestamp=1517885219971, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=134, timestamp=1517885219972, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=135, timestamp=1517885219973, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=136, timestamp=1517885219974, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=137, timestamp=1517885219975, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=138, timestamp=1517885219975, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=139, timestamp=1517885219976, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=140, timestamp=1517885219977, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=141, timestamp=1517885219977, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=142, timestamp=1517885219978, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=143, timestamp=1517885219978, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=144, timestamp=1517885219979, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=145, timestamp=1517885219980, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=146, timestamp=1517885219980, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=147, timestamp=1517885219981, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=148, timestamp=1517885219982, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=149, timestamp=1517885219983, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=150, timestamp=1517885219983, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=151, timestamp=1517885219984, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=152, timestamp=1517885219987, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=153, timestamp=1517885219987, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=154, timestamp=1517885219987, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=155, timestamp=1517885219988, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=156, timestamp=1517885219988, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=157, timestamp=1517885219989, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=158, timestamp=1517885219989, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=159, timestamp=1517885219990, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=160, timestamp=1517885219990, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=161, timestamp=1517885219990, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=162, timestamp=1517885219990, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=163, timestamp=1517885219990, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=164, timestamp=1517885219990, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=165, timestamp=1517885219991, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=166, timestamp=1517885219992, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=167, timestamp=1517885219994, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=168, timestamp=1517885219995, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=169, timestamp=1517885219995, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=170, timestamp=1517885219996, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=171, timestamp=1517885219996, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=172, timestamp=1517885219997, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=173, timestamp=1517885219997, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=174, timestamp=1517885219998, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=175, timestamp=1517885219998, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=176, timestamp=1517885219999, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=177, timestamp=1517885219999, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=178, timestamp=1517885220000, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=179, timestamp=1517885220000, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=180, timestamp=1517885220001, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=181, timestamp=1517885220003, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=182, timestamp=1517885220003, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=183, timestamp=1517885220004, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=184, timestamp=1517885220005, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=185, timestamp=1517885220006, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=186, timestamp=1517885220006, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=187, timestamp=1517885220006, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=188, timestamp=1517885220006, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=189, timestamp=1517885220006, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=190, timestamp=1517885220007, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=191, timestamp=1517885220007, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=192, timestamp=1517885220008, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=193, timestamp=1517885220009, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=194, timestamp=1517885220010, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=195, timestamp=1517885220010, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=196, timestamp=1517885220010, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=197, timestamp=1517885220011, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=198, timestamp=1517885220012, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=199, timestamp=1517885220012, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=200, timestamp=1517885220012, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=201, timestamp=1517885220012, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=202, timestamp=1517885220013, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=203, timestamp=1517885220013, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=204, timestamp=1517885220014, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=205, timestamp=1517885220014, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=206, timestamp=1517885220015, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=207, timestamp=1517885220016, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=208, timestamp=1517885220016, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=209, timestamp=1517885220016, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=210, timestamp=1517885220017, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=211, timestamp=1517885220017, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=212, timestamp=1517885220017, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=213, timestamp=1517885220018, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=214, timestamp=1517885220018, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=215, timestamp=1517885220018, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=216, timestamp=1517885220019, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=217, timestamp=1517885220021, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=218, timestamp=1517885220021, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=219, timestamp=1517885220022, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=220, timestamp=1517885220023, key=8 bytes, value=635 bytes)), (record=DefaultRecord(offset=221, timestamp=1517885220023, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=222, timestamp=1517885220024, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=223, timestamp=1517885220024, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=224, timestamp=1517885220025, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=225, timestamp=1517885220026, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=226, timestamp=1517885220027, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=227, timestamp=1517885220027, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=228, timestamp=1517885220027, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=229, timestamp=1517885220028, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=230, timestamp=1517885220030, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=231, timestamp=1517885220030, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=232, timestamp=1517885220030, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=233, timestamp=1517885220031, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=234, timestamp=1517885220031, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=235, timestamp=1517885220031, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=236, timestamp=1517885220032, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=237, timestamp=1517885220032, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=238, timestamp=1517885220032, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=239, timestamp=1517885220032, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=240, timestamp=1517885220033, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=241, timestamp=1517885220033, key=8 bytes, value=578 bytes)), (record=DefaultRecord(offset=242, timestamp=1517885220033, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=243, timestamp=1517885220033, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=244, timestamp=1517885220034, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=245, timestamp=1517885220034, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=246, timestamp=1517885220035, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=247, timestamp=1517885220035, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=248, timestamp=1517885220036, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=249, timestamp=1517885220037, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=250, timestamp=1517885220038, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=251, timestamp=1517885220039, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=252, timestamp=1517885220041, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=253, timestamp=1517885220041, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=254, timestamp=1517885220042, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=255, timestamp=1517885220042, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=256, timestamp=1517885220043, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=257, timestamp=1517885220044, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=258, timestamp=1517885220044, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=259, timestamp=1517885220044, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=260, timestamp=1517885220045, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=261, timestamp=1517885220046, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=262, timestamp=1517885220047, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=263, timestamp=1517885220048, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=264, timestamp=1517885220048, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=265, timestamp=1517885220049, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=266, timestamp=1517885220050, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=267, timestamp=1517885220050, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=268, timestamp=1517885220051, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=269, timestamp=1517885220051, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=270, timestamp=1517885220052, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=271, timestamp=1517885220053, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=272, timestamp=1517885220053, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=273, timestamp=1517885220053, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=274, timestamp=1517885220053, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=275, timestamp=1517885220054, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=276, timestamp=1517885220055, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=277, timestamp=1517885220055, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=278, timestamp=1517885220056, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=279, timestamp=1517885220061, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=280, timestamp=1517885220061, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=281, timestamp=1517885220061, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=282, timestamp=1517885220061, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=283, timestamp=1517885220062, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=284, timestamp=1517885220062, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=285, timestamp=1517885220062, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=286, timestamp=1517885220062, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=287, timestamp=1517885220062, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=288, timestamp=1517885220062, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=289, timestamp=1517885220063, key=8 bytes, value=574 bytes)), (record=DefaultRecord(offset=290, timestamp=1517885220063, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=291, timestamp=1517885220063, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=292, timestamp=1517885220064, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=293, timestamp=1517885220064, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=294, timestamp=1517885220064, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=295, timestamp=1517885220064, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=296, timestamp=1517885220064, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=297, timestamp=1517885220065, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=298, timestamp=1517885220065, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=299, timestamp=1517885220066, key=8 bytes, value=566 bytes)), (record=DefaultRecord(offset=300, timestamp=1517885220066, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=301, timestamp=1517885220067, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=302, timestamp=1517885220067, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=303, timestamp=1517885220069, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=304, timestamp=1517885220070, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=305, timestamp=1517885220070, key=8 bytes, value=570 bytes)), (record=DefaultRecord(offset=306, timestamp=1517885220071, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=307, timestamp=1517885220071, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=308, timestamp=1517885220072, key=8 bytes, value=640 bytes)), (record=DefaultRecord(offset=309, timestamp=1517885220072, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=310, timestamp=1517885220073, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=311, timestamp=1517885220073, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=312, timestamp=1517885220074, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=313, timestamp=1517885220074, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=314, timestamp=1517885220075, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=315, timestamp=1517885220076, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=316, timestamp=1517885220076, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=317, timestamp=1517885220076, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=318, timestamp=1517885220076, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=319, timestamp=1517885220076, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=320, timestamp=1517885220076, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=321, timestamp=1517885220077, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=322, timestamp=1517885220077, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=323, timestamp=1517885220078, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=324, timestamp=1517885220079, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=325, timestamp=1517885220079, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=326, timestamp=1517885220080, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=327, timestamp=1517885220080, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=328, timestamp=1517885220081, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=329, timestamp=1517885220081, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=330, timestamp=1517885220081, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=331, timestamp=1517885220082, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=332, timestamp=1517885220083, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=333, timestamp=1517885220083, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=334, timestamp=1517885220083, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=335, timestamp=1517885220083, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=336, timestamp=1517885220084, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=337, timestamp=1517885220084, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=338, timestamp=1517885220085, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=339, timestamp=1517885220086, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=340, timestamp=1517885220086, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=341, timestamp=1517885220087, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=342, timestamp=1517885220088, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=343, timestamp=1517885220088, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=344, timestamp=1517885220088, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=345, timestamp=1517885220088, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=346, timestamp=1517885220089, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=347, timestamp=1517885220090, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=348, timestamp=1517885220090, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=349, timestamp=1517885220091, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=350, timestamp=1517885220091, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=351, timestamp=1517885220092, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=352, timestamp=1517885220092, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=353, timestamp=1517885220092, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=354, timestamp=1517885220093, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=355, timestamp=1517885220093, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=356, timestamp=1517885220095, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=357, timestamp=1517885220095, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=358, timestamp=1517885220096, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=359, timestamp=1517885220097, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=360, timestamp=1517885220097, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=361, timestamp=1517885220098, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=362, timestamp=1517885220098, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=363, timestamp=1517885220098, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=364, timestamp=1517885220099, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=365, timestamp=1517885220100, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=366, timestamp=1517885220101, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=367, timestamp=1517885220101, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=368, timestamp=1517885220102, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=369, timestamp=1517885220102, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=370, timestamp=1517885220102, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=371, timestamp=1517885220102, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=372, timestamp=1517885220103, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=373, timestamp=1517885220103, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=374, timestamp=1517885220104, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=375, timestamp=1517885220104, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=376, timestamp=1517885220105, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=377, timestamp=1517885220105, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=378, timestamp=1517885220105, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=379, timestamp=1517885220106, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=380, timestamp=1517885220107, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=381, timestamp=1517885220107, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=382, timestamp=1517885220108, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=383, timestamp=1517885220108, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=384, timestamp=1517885220108, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=385, timestamp=1517885220108, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=386, timestamp=1517885220109, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=387, timestamp=1517885220109, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=388, timestamp=1517885220109, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=389, timestamp=1517885220110, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=390, timestamp=1517885220111, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=391, timestamp=1517885220111, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=392, timestamp=1517885220111, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=393, timestamp=1517885220111, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=394, timestamp=1517885220112, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=395, timestamp=1517885220112, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=396, timestamp=1517885220112, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=397, timestamp=1517885220112, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=398, timestamp=1517885220112, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=399, timestamp=1517885220113, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=400, timestamp=1517885220113, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=401, timestamp=1517885220113, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=402, timestamp=1517885220113, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=403, timestamp=1517885220113, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=404, timestamp=1517885220113, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=405, timestamp=1517885220114, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=406, timestamp=1517885220114, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=407, timestamp=1517885220114, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=408, timestamp=1517885220115, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=409, timestamp=1517885220115, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=410, timestamp=1517885220115, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=411, timestamp=1517885220115, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=412, timestamp=1517885220116, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=413, timestamp=1517885220116, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=414, timestamp=1517885220117, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=415, timestamp=1517885220117, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=416, timestamp=1517885220117, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=417, timestamp=1517885220117, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=418, timestamp=1517885220118, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=419, timestamp=1517885220118, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=420, timestamp=1517885220118, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=421, timestamp=1517885220119, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=422, timestamp=1517885220119, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=423, timestamp=1517885220120, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=424, timestamp=1517885220121, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=425, timestamp=1517885220122, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=426, timestamp=1517885220123, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=427, timestamp=1517885220123, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=428, timestamp=1517885220124, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=429, timestamp=1517885220124, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=430, timestamp=1517885220125, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=431, timestamp=1517885220125, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=432, timestamp=1517885220125, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=433, timestamp=1517885220126, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=434, timestamp=1517885220126, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=435, timestamp=1517885220131, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=436, timestamp=1517885220131, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=437, timestamp=1517885220132, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=438, timestamp=1517885220132, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=439, timestamp=1517885220132, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=440, timestamp=1517885220133, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=441, timestamp=1517885220133, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=442, timestamp=1517885220134, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=443, timestamp=1517885220134, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=444, timestamp=1517885220134, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=445, timestamp=1517885220135, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=446, timestamp=1517885220136, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=447, timestamp=1517885220136, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=448, timestamp=1517885220137, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=449, timestamp=1517885220137, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=450, timestamp=1517885220138, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=451, timestamp=1517885220139, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=452, timestamp=1517885220139, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=453, timestamp=1517885220139, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=454, timestamp=1517885220139, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=455, timestamp=1517885220139, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=456, timestamp=1517885220140, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=457, timestamp=1517885220141, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=458, timestamp=1517885220142, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=459, timestamp=1517885220147, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=460, timestamp=1517885220148, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=461, timestamp=1517885220148, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=462, timestamp=1517885220149, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=463, timestamp=1517885220149, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=464, timestamp=1517885220150, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=465, timestamp=1517885220150, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=466, timestamp=1517885220151, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=467, timestamp=1517885220151, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=468, timestamp=1517885220151, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=469, timestamp=1517885220151, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=470, timestamp=1517885220151, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=471, timestamp=1517885220151, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=472, timestamp=1517885220152, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=473, timestamp=1517885220152, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=474, timestamp=1517885220152, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=475, timestamp=1517885220153, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=476, timestamp=1517885220153, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=477, timestamp=1517885220154, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=478, timestamp=1517885220154, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=479, timestamp=1517885220154, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=480, timestamp=1517885220154, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=481, timestamp=1517885220155, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=482, timestamp=1517885220155, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=483, timestamp=1517885220155, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=484, timestamp=1517885220156, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=485, timestamp=1517885220156, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=486, timestamp=1517885220157, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=487, timestamp=1517885220157, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=488, timestamp=1517885220158, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=489, timestamp=1517885220159, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=490, timestamp=1517885220160, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=491, timestamp=1517885220160, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=492, timestamp=1517885220161, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=493, timestamp=1517885220162, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=494, timestamp=1517885220163, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=495, timestamp=1517885220163, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=496, timestamp=1517885220164, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=497, timestamp=1517885220164, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=498, timestamp=1517885220165, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=499, timestamp=1517885220165, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=500, timestamp=1517885220165, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=501, timestamp=1517885220166, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=502, timestamp=1517885220167, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=503, timestamp=1517885220167, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=504, timestamp=1517885220168, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=505, timestamp=1517885220169, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=506, timestamp=1517885220170, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=507, timestamp=1517885220170, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=508, timestamp=1517885220171, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=509, timestamp=1517885220171, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=510, timestamp=1517885220172, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=511, timestamp=1517885220172, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=512, timestamp=1517885220173, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=513, timestamp=1517885220173, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=514, timestamp=1517885220174, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=515, timestamp=1517885220175, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=516, timestamp=1517885220175, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=517, timestamp=1517885220176, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=518, timestamp=1517885220176, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=519, timestamp=1517885220177, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=520, timestamp=1517885220177, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=521, timestamp=1517885220178, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=522, timestamp=1517885220178, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=523, timestamp=1517885220179, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=524, timestamp=1517885220180, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=525, timestamp=1517885220180, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=526, timestamp=1517885220181, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=527, timestamp=1517885220182, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=528, timestamp=1517885220184, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=529, timestamp=1517885220184, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=530, timestamp=1517885220184, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=531, timestamp=1517885220184, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=532, timestamp=1517885220185, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=533, timestamp=1517885220186, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=534, timestamp=1517885220187, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=535, timestamp=1517885220187, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=536, timestamp=1517885220188, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=537, timestamp=1517885220189, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=538, timestamp=1517885220190, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=539, timestamp=1517885220191, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=540, timestamp=1517885220192, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=541, timestamp=1517885220193, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=542, timestamp=1517885220193, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=543, timestamp=1517885220194, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=544, timestamp=1517885220195, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=545, timestamp=1517885220196, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=546, timestamp=1517885220197, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=547, timestamp=1517885220198, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=548, timestamp=1517885220198, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=549, timestamp=1517885220199, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=550, timestamp=1517885220200, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=551, timestamp=1517885220200, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=552, timestamp=1517885220200, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=553, timestamp=1517885220201, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=554, timestamp=1517885220201, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=555, timestamp=1517885220202, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=556, timestamp=1517885220202, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=557, timestamp=1517885220202, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=558, timestamp=1517885220204, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=559, timestamp=1517885220204, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=560, timestamp=1517885220204, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=561, timestamp=1517885220205, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=562, timestamp=1517885220205, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=563, timestamp=1517885220206, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=564, timestamp=1517885220206, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=565, timestamp=1517885220206, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=566, timestamp=1517885220207, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=567, timestamp=1517885220207, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=568, timestamp=1517885220207, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=569, timestamp=1517885220207, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=570, timestamp=1517885220207, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=571, timestamp=1517885220207, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=572, timestamp=1517885220207, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=573, timestamp=1517885220207, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=574, timestamp=1517885220207, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=575, timestamp=1517885220208, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=576, timestamp=1517885220208, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=577, timestamp=1517885220209, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=578, timestamp=1517885220210, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=579, timestamp=1517885220210, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=580, timestamp=1517885220210, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=581, timestamp=1517885220210, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=582, timestamp=1517885220210, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=583, timestamp=1517885220210, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=584, timestamp=1517885220211, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=585, timestamp=1517885220212, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=586, timestamp=1517885220212, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=587, timestamp=1517885220212, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=588, timestamp=1517885220213, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=589, timestamp=1517885220213, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=590, timestamp=1517885220213, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=591, timestamp=1517885220214, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=592, timestamp=1517885220214, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=593, timestamp=1517885220214, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=594, timestamp=1517885220215, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=595, timestamp=1517885220216, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=596, timestamp=1517885220216, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=597, timestamp=1517885220216, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=598, timestamp=1517885220217, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=599, timestamp=1517885220217, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=600, timestamp=1517885220217, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=601, timestamp=1517885220217, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=602, timestamp=1517885220217, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=603, timestamp=1517885220218, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=604, timestamp=1517885220218, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=605, timestamp=1517885220219, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=606, timestamp=1517885220219, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=607, timestamp=1517885220219, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=608, timestamp=1517885220220, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=609, timestamp=1517885220220, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=610, timestamp=1517885220220, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=611, timestamp=1517885220220, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=612, timestamp=1517885220220, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=613, timestamp=1517885220220, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=614, timestamp=1517885220220, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=615, timestamp=1517885220221, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=616, timestamp=1517885220221, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=617, timestamp=1517885220222, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=618, timestamp=1517885220223, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=619, timestamp=1517885220224, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=620, timestamp=1517885220224, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=621, timestamp=1517885220225, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=622, timestamp=1517885220225, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=623, timestamp=1517885220226, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=624, timestamp=1517885220226, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=625, timestamp=1517885220226, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=626, timestamp=1517885220227, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=627, timestamp=1517885220227, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=628, timestamp=1517885220227, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=629, timestamp=1517885220229, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=630, timestamp=1517885220230, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=631, timestamp=1517885220230, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=632, timestamp=1517885220230, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=633, timestamp=1517885220231, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=634, timestamp=1517885220231, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=635, timestamp=1517885220232, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=636, timestamp=1517885220232, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=637, timestamp=1517885220232, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=638, timestamp=1517885220232, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=639, timestamp=1517885220232, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=640, timestamp=1517885220232, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=641, timestamp=1517885220232, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=642, timestamp=1517885220232, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=643, timestamp=1517885220232, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=644, timestamp=1517885220233, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=645, timestamp=1517885220233, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=646, timestamp=1517885220233, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=647, timestamp=1517885220234, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=648, timestamp=1517885220234, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=649, timestamp=1517885220234, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=650, timestamp=1517885220234, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=651, timestamp=1517885220234, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=652, timestamp=1517885220234, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=653, timestamp=1517885220234, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=654, timestamp=1517885220235, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=655, timestamp=1517885220235, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=656, timestamp=1517885220237, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=657, timestamp=1517885220237, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=658, timestamp=1517885220238, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=659, timestamp=1517885220239, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=660, timestamp=1517885220239, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=661, timestamp=1517885220239, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=662, timestamp=1517885220239, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=663, timestamp=1517885220240, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=664, timestamp=1517885220240, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=665, timestamp=1517885220240, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=666, timestamp=1517885220241, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=667, timestamp=1517885220241, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=668, timestamp=1517885220241, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=669, timestamp=1517885220242, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=670, timestamp=1517885220242, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=671, timestamp=1517885220243, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=672, timestamp=1517885220243, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=673, timestamp=1517885220243, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=674, timestamp=1517885220244, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=675, timestamp=1517885220244, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=676, timestamp=1517885220245, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=677, timestamp=1517885220245, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=678, timestamp=1517885220246, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=679, timestamp=1517885220246, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=680, timestamp=1517885220247, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=681, timestamp=1517885220248, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=682, timestamp=1517885220249, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=683, timestamp=1517885220249, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=684, timestamp=1517885220249, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=685, timestamp=1517885220250, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=686, timestamp=1517885220250, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=687, timestamp=1517885220251, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=688, timestamp=1517885220251, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=689, timestamp=1517885220252, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=690, timestamp=1517885220253, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=691, timestamp=1517885220253, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=692, timestamp=1517885220254, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=693, timestamp=1517885220254, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=694, timestamp=1517885220255, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=695, timestamp=1517885220255, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=696, timestamp=1517885220255, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=697, timestamp=1517885220257, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=698, timestamp=1517885220258, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=699, timestamp=1517885220258, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=700, timestamp=1517885220259, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=701, timestamp=1517885220262, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=702, timestamp=1517885220262, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=703, timestamp=1517885220263, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=704, timestamp=1517885220265, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=705, timestamp=1517885220266, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=706, timestamp=1517885220267, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=707, timestamp=1517885220268, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=708, timestamp=1517885220269, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=709, timestamp=1517885220269, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=710, timestamp=1517885220270, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=711, timestamp=1517885220271, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=712, timestamp=1517885220272, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=713, timestamp=1517885220272, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=714, timestamp=1517885220273, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=715, timestamp=1517885220273, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=716, timestamp=1517885220276, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=717, timestamp=1517885220277, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=718, timestamp=1517885220277, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=719, timestamp=1517885220277, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=720, timestamp=1517885220279, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=721, timestamp=1517885220279, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=722, timestamp=1517885220279, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=723, timestamp=1517885220279, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=724, timestamp=1517885220280, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=725, timestamp=1517885220280, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=726, timestamp=1517885220281, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=727, timestamp=1517885220281, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=728, timestamp=1517885220281, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=729, timestamp=1517885220281, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=730, timestamp=1517885220282, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=731, timestamp=1517885220283, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=732, timestamp=1517885220284, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=733, timestamp=1517885220285, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=734, timestamp=1517885220286, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=735, timestamp=1517885220287, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=736, timestamp=1517885220289, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=737, timestamp=1517885220289, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=738, timestamp=1517885220291, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=739, timestamp=1517885220292, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=740, timestamp=1517885220293, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=741, timestamp=1517885220293, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=742, timestamp=1517885220294, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=743, timestamp=1517885220294, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=744, timestamp=1517885220296, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=745, timestamp=1517885220298, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=746, timestamp=1517885220299, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=747, timestamp=1517885220299, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=748, timestamp=1517885220300, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=749, timestamp=1517885220301, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=750, timestamp=1517885220302, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=751, timestamp=1517885220303, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=752, timestamp=1517885220304, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=753, timestamp=1517885220304, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=754, timestamp=1517885220307, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=755, timestamp=1517885220307, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=756, timestamp=1517885220309, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=757, timestamp=1517885220311, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=758, timestamp=1517885220311, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=759, timestamp=1517885220312, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=760, timestamp=1517885220312, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=761, timestamp=1517885220313, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=762, timestamp=1517885220314, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=763, timestamp=1517885220315, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=764, timestamp=1517885220316, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=765, timestamp=1517885220317, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=766, timestamp=1517885220317, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=767, timestamp=1517885220319, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=768, timestamp=1517885220320, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=769, timestamp=1517885220321, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=770, timestamp=1517885220324, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=771, timestamp=1517885220324, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=772, timestamp=1517885220325, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=773, timestamp=1517885220326, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=774, timestamp=1517885220327, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=775, timestamp=1517885220328, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=776, timestamp=1517885220328, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=777, timestamp=1517885220332, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=778, timestamp=1517885220334, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=779, timestamp=1517885220335, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=780, timestamp=1517885220337, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=781, timestamp=1517885220337, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=782, timestamp=1517885220338, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=783, timestamp=1517885220338, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=784, timestamp=1517885220341, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=785, timestamp=1517885220342, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=786, timestamp=1517885220343, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=787, timestamp=1517885220344, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=788, timestamp=1517885220345, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=789, timestamp=1517885220345, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=790, timestamp=1517885220346, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=791, timestamp=1517885220347, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=792, timestamp=1517885220347, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=793, timestamp=1517885220348, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=794, timestamp=1517885220349, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=795, timestamp=1517885220349, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=796, timestamp=1517885220350, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=797, timestamp=1517885220352, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=798, timestamp=1517885220353, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=799, timestamp=1517885220354, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=800, timestamp=1517885220356, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=801, timestamp=1517885220357, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=802, timestamp=1517885220362, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=803, timestamp=1517885220362, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=804, timestamp=1517885220362, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=805, timestamp=1517885220362, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=806, timestamp=1517885220364, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=807, timestamp=1517885220364, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=808, timestamp=1517885220365, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=809, timestamp=1517885220365, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=810, timestamp=1517885220366, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=811, timestamp=1517885220367, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=812, timestamp=1517885220367, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=813, timestamp=1517885220368, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=814, timestamp=1517885220368, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=815, timestamp=1517885220369, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=816, timestamp=1517885220369, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=817, timestamp=1517885220369, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=818, timestamp=1517885220370, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=819, timestamp=1517885220371, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=820, timestamp=1517885220371, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=821, timestamp=1517885220372, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=822, timestamp=1517885220373, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=823, timestamp=1517885220374, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=824, timestamp=1517885220375, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=825, timestamp=1517885220375, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=826, timestamp=1517885220375, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=827, timestamp=1517885220376, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=828, timestamp=1517885220376, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=829, timestamp=1517885220376, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=830, timestamp=1517885220377, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=831, timestamp=1517885220378, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=832, timestamp=1517885220378, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=833, timestamp=1517885220379, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=834, timestamp=1517885220380, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=835, timestamp=1517885220380, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=836, timestamp=1517885220380, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=837, timestamp=1517885220381, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=838, timestamp=1517885220381, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=839, timestamp=1517885220381, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=840, timestamp=1517885220382, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=841, timestamp=1517885220383, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=842, timestamp=1517885220383, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=843, timestamp=1517885220384, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=844, timestamp=1517885220384, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=845, timestamp=1517885220385, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=846, timestamp=1517885220385, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=847, timestamp=1517885220386, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=848, timestamp=1517885220387, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=849, timestamp=1517885220388, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=850, timestamp=1517885220388, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=851, timestamp=1517885220389, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=852, timestamp=1517885220389, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=853, timestamp=1517885220390, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=854, timestamp=1517885220390, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=855, timestamp=1517885220390, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=856, timestamp=1517885220391, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=857, timestamp=1517885220392, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=858, timestamp=1517885220393, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=859, timestamp=1517885220394, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=860, timestamp=1517885220395, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=861, timestamp=1517885220395, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=862, timestamp=1517885220396, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=863, timestamp=1517885220397, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=864, timestamp=1517885220398, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=865, timestamp=1517885220398, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=866, timestamp=1517885220400, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=867, timestamp=1517885220400, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=868, timestamp=1517885220401, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=869, timestamp=1517885220402, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=870, timestamp=1517885220404, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=871, timestamp=1517885220406, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=872, timestamp=1517885220406, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=873, timestamp=1517885220407, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=874, timestamp=1517885220408, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=875, timestamp=1517885220409, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=876, timestamp=1517885220409, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=877, timestamp=1517885220410, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=878, timestamp=1517885220410, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=879, timestamp=1517885220411, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=880, timestamp=1517885220415, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=881, timestamp=1517885220416, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=882, timestamp=1517885220417, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=883, timestamp=1517885220418, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=884, timestamp=1517885220420, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=885, timestamp=1517885220421, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=886, timestamp=1517885220421, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=887, timestamp=1517885220422, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=888, timestamp=1517885220423, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=889, timestamp=1517885220423, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=890, timestamp=1517885220424, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=891, timestamp=1517885220424, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=892, timestamp=1517885220425, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=893, timestamp=1517885220426, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=894, timestamp=1517885220426, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=895, timestamp=1517885220426, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=896, timestamp=1517885220428, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=897, timestamp=1517885220428, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=898, timestamp=1517885220429, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=899, timestamp=1517885220429, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=900, timestamp=1517885220431, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=901, timestamp=1517885220431, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=902, timestamp=1517885220432, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=903, timestamp=1517885220432, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=904, timestamp=1517885220433, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=905, timestamp=1517885220433, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=906, timestamp=1517885220434, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=907, timestamp=1517885220434, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=908, timestamp=1517885220435, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=909, timestamp=1517885220435, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=910, timestamp=1517885220435, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=911, timestamp=1517885220435, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=912, timestamp=1517885220435, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=913, timestamp=1517885220436, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=914, timestamp=1517885220437, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=915, timestamp=1517885220437, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=916, timestamp=1517885220438, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=917, timestamp=1517885220439, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=918, timestamp=1517885220439, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=919, timestamp=1517885220440, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=920, timestamp=1517885220441, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=921, timestamp=1517885220441, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=922, timestamp=1517885220441, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=923, timestamp=1517885220444, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=924, timestamp=1517885220445, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=925, timestamp=1517885220445, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=926, timestamp=1517885220445, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=927, timestamp=1517885220445, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=928, timestamp=1517885220445, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=929, timestamp=1517885220445, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=930, timestamp=1517885220445, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=931, timestamp=1517885220445, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=932, timestamp=1517885220446, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=933, timestamp=1517885220446, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=934, timestamp=1517885220446, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=935, timestamp=1517885220446, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=936, timestamp=1517885220446, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=937, timestamp=1517885220446, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=938, timestamp=1517885220447, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=939, timestamp=1517885220447, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=940, timestamp=1517885220447, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=941, timestamp=1517885220447, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=942, timestamp=1517885220447, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=943, timestamp=1517885220447, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=944, timestamp=1517885220447, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=945, timestamp=1517885220447, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=946, timestamp=1517885220448, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=947, timestamp=1517885220448, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=948, timestamp=1517885220448, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=949, timestamp=1517885220448, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=950, timestamp=1517885220448, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=951, timestamp=1517885220449, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=952, timestamp=1517885220449, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=953, timestamp=1517885220449, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=954, timestamp=1517885220449, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=955, timestamp=1517885220449, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=956, timestamp=1517885220450, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=957, timestamp=1517885220450, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=958, timestamp=1517885220451, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=959, timestamp=1517885220451, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=960, timestamp=1517885220451, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=961, timestamp=1517885220452, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=962, timestamp=1517885220452, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=963, timestamp=1517885220452, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=964, timestamp=1517885220452, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=965, timestamp=1517885220452, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=966, timestamp=1517885220452, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=967, timestamp=1517885220452, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=968, timestamp=1517885220452, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=969, timestamp=1517885220453, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=970, timestamp=1517885220453, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=971, timestamp=1517885220453, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=972, timestamp=1517885220453, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=973, timestamp=1517885220453, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=974, timestamp=1517885220453, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=975, timestamp=1517885220454, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=976, timestamp=1517885220454, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=977, timestamp=1517885220454, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=978, timestamp=1517885220454, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=979, timestamp=1517885220454, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=980, timestamp=1517885220454, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=981, timestamp=1517885220454, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=982, timestamp=1517885220455, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=983, timestamp=1517885220455, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=984, timestamp=1517885220455, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=985, timestamp=1517885220455, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=986, timestamp=1517885220455, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=987, timestamp=1517885220455, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=988, timestamp=1517885220455, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=989, timestamp=1517885220455, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=990, timestamp=1517885220455, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=991, timestamp=1517885220456, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=992, timestamp=1517885220456, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=993, timestamp=1517885220456, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=994, timestamp=1517885220456, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=995, timestamp=1517885220456, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=996, timestamp=1517885220456, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=997, timestamp=1517885220456, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=998, timestamp=1517885220457, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=999, timestamp=1517885220457, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1000, timestamp=1517885220457, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1001, timestamp=1517885220457, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1002, timestamp=1517885220457, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1003, timestamp=1517885220457, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1004, timestamp=1517885220457, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1005, timestamp=1517885220458, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1006, timestamp=1517885220458, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1007, timestamp=1517885220458, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1008, timestamp=1517885220458, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1009, timestamp=1517885220458, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1010, timestamp=1517885220458, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1011, timestamp=1517885220458, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1012, timestamp=1517885220458, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1013, timestamp=1517885220458, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1014, timestamp=1517885220458, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1015, timestamp=1517885220459, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1016, timestamp=1517885220459, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1017, timestamp=1517885220459, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1018, timestamp=1517885220459, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1019, timestamp=1517885220459, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1020, timestamp=1517885220459, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1021, timestamp=1517885220459, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1022, timestamp=1517885220459, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1023, timestamp=1517885220459, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1024, timestamp=1517885220459, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1025, timestamp=1517885220459, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1026, timestamp=1517885220460, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1027, timestamp=1517885220460, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1028, timestamp=1517885220460, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1029, timestamp=1517885220460, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1030, timestamp=1517885220460, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1031, timestamp=1517885220460, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1032, timestamp=1517885220460, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1033, timestamp=1517885220460, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1034, timestamp=1517885220461, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1035, timestamp=1517885220461, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1036, timestamp=1517885220461, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1037, timestamp=1517885220461, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1038, timestamp=1517885220461, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1039, timestamp=1517885220461, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1040, timestamp=1517885220461, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1041, timestamp=1517885220462, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1042, timestamp=1517885220462, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1043, timestamp=1517885220462, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1044, timestamp=1517885220462, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1045, timestamp=1517885220462, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1046, timestamp=1517885220462, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1047, timestamp=1517885220462, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1048, timestamp=1517885220462, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1049, timestamp=1517885220462, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1050, timestamp=1517885220462, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1051, timestamp=1517885220462, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1052, timestamp=1517885220462, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1053, timestamp=1517885220462, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1054, timestamp=1517885220462, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1055, timestamp=1517885220462, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1056, timestamp=1517885220463, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1057, timestamp=1517885220463, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1058, timestamp=1517885220463, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1059, timestamp=1517885220463, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1060, timestamp=1517885220463, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1061, timestamp=1517885220463, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1062, timestamp=1517885220464, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1063, timestamp=1517885220464, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1064, timestamp=1517885220464, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1065, timestamp=1517885220464, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1066, timestamp=1517885220464, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1067, timestamp=1517885220464, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1068, timestamp=1517885220464, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1069, timestamp=1517885220464, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1070, timestamp=1517885220464, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1071, timestamp=1517885220464, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1072, timestamp=1517885220465, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1073, timestamp=1517885220465, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1074, timestamp=1517885220465, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1075, timestamp=1517885220465, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1076, timestamp=1517885220465, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1077, timestamp=1517885220465, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1078, timestamp=1517885220465, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1079, timestamp=1517885220465, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1080, timestamp=1517885220466, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1081, timestamp=1517885220466, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1082, timestamp=1517885220466, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1083, timestamp=1517885220466, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1084, timestamp=1517885220466, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1085, timestamp=1517885220466, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1086, timestamp=1517885220466, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1087, timestamp=1517885220466, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1088, timestamp=1517885220466, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1089, timestamp=1517885220466, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1090, timestamp=1517885220466, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1091, timestamp=1517885220466, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1092, timestamp=1517885220467, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1093, timestamp=1517885220467, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1094, timestamp=1517885220467, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1095, timestamp=1517885220467, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1096, timestamp=1517885220467, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1097, timestamp=1517885220467, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1098, timestamp=1517885220467, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1099, timestamp=1517885220468, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1100, timestamp=1517885220468, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1101, timestamp=1517885220468, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1102, timestamp=1517885220468, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1103, timestamp=1517885220468, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1104, timestamp=1517885220468, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1105, timestamp=1517885220468, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1106, timestamp=1517885220468, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1107, timestamp=1517885220468, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1108, timestamp=1517885220469, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1109, timestamp=1517885220469, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1110, timestamp=1517885220469, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1111, timestamp=1517885220469, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1112, timestamp=1517885220469, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1113, timestamp=1517885220469, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1114, timestamp=1517885220470, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1115, timestamp=1517885220470, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1116, timestamp=1517885220470, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1117, timestamp=1517885220470, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1118, timestamp=1517885220470, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1119, timestamp=1517885220470, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1120, timestamp=1517885220470, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1121, timestamp=1517885220470, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1122, timestamp=1517885220470, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1123, timestamp=1517885220471, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1124, timestamp=1517885220471, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1125, timestamp=1517885220471, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1126, timestamp=1517885220471, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1127, timestamp=1517885220471, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1128, timestamp=1517885220472, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1129, timestamp=1517885220472, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1130, timestamp=1517885220472, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1131, timestamp=1517885220472, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1132, timestamp=1517885220472, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1133, timestamp=1517885220472, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1134, timestamp=1517885220472, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1135, timestamp=1517885220472, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1136, timestamp=1517885220472, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1137, timestamp=1517885220472, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1138, timestamp=1517885220472, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1139, timestamp=1517885220472, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1140, timestamp=1517885220472, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1141, timestamp=1517885220472, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1142, timestamp=1517885220472, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1143, timestamp=1517885220473, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1144, timestamp=1517885220473, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1145, timestamp=1517885220473, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1146, timestamp=1517885220473, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1147, timestamp=1517885220473, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1148, timestamp=1517885220473, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1149, timestamp=1517885220473, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1150, timestamp=1517885220473, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1151, timestamp=1517885220474, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1152, timestamp=1517885220474, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1153, timestamp=1517885220474, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1154, timestamp=1517885220474, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1155, timestamp=1517885220474, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1156, timestamp=1517885220475, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1157, timestamp=1517885220475, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1158, timestamp=1517885220475, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1159, timestamp=1517885220475, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1160, timestamp=1517885220475, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1161, timestamp=1517885220475, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1162, timestamp=1517885220475, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1163, timestamp=1517885220475, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1164, timestamp=1517885220475, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1165, timestamp=1517885220475, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1166, timestamp=1517885220475, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1167, timestamp=1517885220475, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1168, timestamp=1517885220475, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1169, timestamp=1517885220475, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1170, timestamp=1517885220475, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1171, timestamp=1517885220475, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1172, timestamp=1517885220476, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1173, timestamp=1517885220476, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1174, timestamp=1517885220476, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1175, timestamp=1517885220476, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1176, timestamp=1517885220476, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1177, timestamp=1517885220476, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1178, timestamp=1517885220476, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1179, timestamp=1517885220476, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1180, timestamp=1517885220476, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1181, timestamp=1517885220476, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1182, timestamp=1517885220477, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1183, timestamp=1517885220477, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1184, timestamp=1517885220477, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1185, timestamp=1517885220477, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1186, timestamp=1517885220477, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1187, timestamp=1517885220477, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1188, timestamp=1517885220477, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1189, timestamp=1517885220477, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1190, timestamp=1517885220477, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1191, timestamp=1517885220477, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1192, timestamp=1517885220477, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1193, timestamp=1517885220477, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1194, timestamp=1517885220478, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1195, timestamp=1517885220478, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1196, timestamp=1517885220478, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1197, timestamp=1517885220478, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1198, timestamp=1517885220478, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1199, timestamp=1517885220478, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1200, timestamp=1517885220478, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1201, timestamp=1517885220478, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1202, timestamp=1517885220478, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1203, timestamp=1517885220478, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1204, timestamp=1517885220479, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1205, timestamp=1517885220479, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1206, timestamp=1517885220479, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1207, timestamp=1517885220479, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1208, timestamp=1517885220479, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1209, timestamp=1517885220479, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1210, timestamp=1517885220479, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1211, timestamp=1517885220479, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1212, timestamp=1517885220479, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1213, timestamp=1517885220480, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1214, timestamp=1517885220480, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1215, timestamp=1517885220480, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1216, timestamp=1517885220480, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1217, timestamp=1517885220480, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1218, timestamp=1517885220480, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1219, timestamp=1517885220480, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1220, timestamp=1517885220480, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1221, timestamp=1517885220480, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1222, timestamp=1517885220480, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1223, timestamp=1517885220480, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1224, timestamp=1517885220480, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1225, timestamp=1517885220480, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1226, timestamp=1517885220481, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1227, timestamp=1517885220481, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1228, timestamp=1517885220481, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1229, timestamp=1517885220481, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1230, timestamp=1517885220481, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1231, timestamp=1517885220481, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1232, timestamp=1517885220481, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1233, timestamp=1517885220481, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1234, timestamp=1517885220481, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1235, timestamp=1517885220482, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1236, timestamp=1517885220482, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1237, timestamp=1517885220482, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1238, timestamp=1517885220482, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1239, timestamp=1517885220482, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1240, timestamp=1517885220482, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1241, timestamp=1517885220482, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1242, timestamp=1517885220482, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1243, timestamp=1517885220482, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1244, timestamp=1517885220482, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1245, timestamp=1517885220483, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1246, timestamp=1517885220483, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1247, timestamp=1517885220483, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1248, timestamp=1517885220483, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1249, timestamp=1517885220483, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1250, timestamp=1517885220483, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1251, timestamp=1517885220483, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1252, timestamp=1517885220483, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1253, timestamp=1517885220483, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1254, timestamp=1517885220483, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1255, timestamp=1517885220483, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1256, timestamp=1517885220483, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1257, timestamp=1517885220483, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1258, timestamp=1517885220484, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1259, timestamp=1517885220484, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1260, timestamp=1517885220484, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1261, timestamp=1517885220484, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1262, timestamp=1517885220484, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1263, timestamp=1517885220484, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1264, timestamp=1517885220484, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1265, timestamp=1517885220484, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1266, timestamp=1517885220485, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1267, timestamp=1517885220485, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1268, timestamp=1517885220485, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1269, timestamp=1517885220485, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1270, timestamp=1517885220485, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1271, timestamp=1517885220485, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1272, timestamp=1517885220485, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1273, timestamp=1517885220485, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1274, timestamp=1517885220485, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1275, timestamp=1517885220485, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1276, timestamp=1517885220486, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1277, timestamp=1517885220486, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1278, timestamp=1517885220486, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1279, timestamp=1517885220486, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1280, timestamp=1517885220486, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1281, timestamp=1517885220486, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1282, timestamp=1517885220486, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1283, timestamp=1517885220486, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1284, timestamp=1517885220487, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1285, timestamp=1517885220487, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1286, timestamp=1517885220487, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1287, timestamp=1517885220487, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1288, timestamp=1517885220487, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1289, timestamp=1517885220487, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1290, timestamp=1517885220487, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1291, timestamp=1517885220487, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1292, timestamp=1517885220487, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1293, timestamp=1517885220487, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1294, timestamp=1517885220488, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1295, timestamp=1517885220488, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1296, timestamp=1517885220488, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1297, timestamp=1517885220488, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1298, timestamp=1517885220488, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1299, timestamp=1517885220488, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1300, timestamp=1517885220488, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1301, timestamp=1517885220488, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1302, timestamp=1517885220488, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1303, timestamp=1517885220488, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1304, timestamp=1517885220488, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1305, timestamp=1517885220488, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1306, timestamp=1517885220488, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1307, timestamp=1517885220489, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1308, timestamp=1517885220489, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1309, timestamp=1517885220489, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1310, timestamp=1517885220489, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1311, timestamp=1517885220489, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1312, timestamp=1517885220489, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1313, timestamp=1517885220489, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1314, timestamp=1517885220490, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1315, timestamp=1517885220490, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1316, timestamp=1517885220490, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1317, timestamp=1517885220490, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1318, timestamp=1517885220490, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1319, timestamp=1517885220490, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1320, timestamp=1517885220490, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1321, timestamp=1517885220490, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1322, timestamp=1517885220490, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1323, timestamp=1517885220490, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1324, timestamp=1517885220491, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1325, timestamp=1517885220491, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1326, timestamp=1517885220491, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1327, timestamp=1517885220491, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1328, timestamp=1517885220491, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1329, timestamp=1517885220491, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1330, timestamp=1517885220491, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1331, timestamp=1517885220491, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1332, timestamp=1517885220491, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1333, timestamp=1517885220491, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1334, timestamp=1517885220491, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1335, timestamp=1517885220491, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1336, timestamp=1517885220491, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1337, timestamp=1517885220491, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1338, timestamp=1517885220492, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1339, timestamp=1517885220492, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1340, timestamp=1517885220492, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1341, timestamp=1517885220492, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1342, timestamp=1517885220492, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1343, timestamp=1517885220492, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1344, timestamp=1517885220492, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1345, timestamp=1517885220492, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1346, timestamp=1517885220492, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1347, timestamp=1517885220492, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1348, timestamp=1517885220493, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1349, timestamp=1517885220493, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1350, timestamp=1517885220493, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1351, timestamp=1517885220493, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1352, timestamp=1517885220497, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1353, timestamp=1517885220497, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1354, timestamp=1517885220497, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1355, timestamp=1517885220497, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1356, timestamp=1517885220497, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1357, timestamp=1517885220498, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1358, timestamp=1517885220498, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1359, timestamp=1517885220498, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1360, timestamp=1517885220498, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1361, timestamp=1517885220498, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1362, timestamp=1517885220498, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1363, timestamp=1517885220498, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1364, timestamp=1517885220499, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1365, timestamp=1517885220499, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1366, timestamp=1517885220499, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1367, timestamp=1517885220499, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1368, timestamp=1517885220499, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1369, timestamp=1517885220499, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1370, timestamp=1517885220499, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1371, timestamp=1517885220499, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1372, timestamp=1517885220499, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1373, timestamp=1517885220499, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1374, timestamp=1517885220500, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1375, timestamp=1517885220500, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1376, timestamp=1517885220500, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1377, timestamp=1517885220500, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1378, timestamp=1517885220500, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1379, timestamp=1517885220500, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1380, timestamp=1517885220500, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1381, timestamp=1517885220500, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1382, timestamp=1517885220500, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1383, timestamp=1517885220500, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1384, timestamp=1517885220500, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1385, timestamp=1517885220500, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1386, timestamp=1517885220500, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1387, timestamp=1517885220501, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1388, timestamp=1517885220501, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1389, timestamp=1517885220501, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1390, timestamp=1517885220501, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1391, timestamp=1517885220501, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1392, timestamp=1517885220501, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1393, timestamp=1517885220501, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1394, timestamp=1517885220502, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1395, timestamp=1517885220502, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1396, timestamp=1517885220502, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1397, timestamp=1517885220502, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1398, timestamp=1517885220502, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1399, timestamp=1517885220502, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1400, timestamp=1517885220502, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1401, timestamp=1517885220502, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1402, timestamp=1517885220502, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1403, timestamp=1517885220502, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1404, timestamp=1517885220502, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1405, timestamp=1517885220502, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1406, timestamp=1517885220502, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1407, timestamp=1517885220503, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1408, timestamp=1517885220503, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1409, timestamp=1517885220503, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1410, timestamp=1517885220503, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1411, timestamp=1517885220503, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1412, timestamp=1517885220503, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1413, timestamp=1517885220503, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1414, timestamp=1517885220503, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1415, timestamp=1517885220503, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1416, timestamp=1517885220504, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1417, timestamp=1517885220504, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1418, timestamp=1517885220504, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1419, timestamp=1517885220504, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1420, timestamp=1517885220504, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1421, timestamp=1517885220504, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1422, timestamp=1517885220504, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1423, timestamp=1517885220504, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1424, timestamp=1517885220504, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1425, timestamp=1517885220505, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1426, timestamp=1517885220505, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1427, timestamp=1517885220505, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1428, timestamp=1517885220505, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1429, timestamp=1517885220505, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1430, timestamp=1517885220505, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1431, timestamp=1517885220505, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1432, timestamp=1517885220506, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1433, timestamp=1517885220506, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1434, timestamp=1517885220506, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1435, timestamp=1517885220506, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1436, timestamp=1517885220506, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1437, timestamp=1517885220506, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1438, timestamp=1517885220506, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1439, timestamp=1517885220506, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1440, timestamp=1517885220506, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1441, timestamp=1517885220506, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1442, timestamp=1517885220507, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1443, timestamp=1517885220507, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1444, timestamp=1517885220507, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1445, timestamp=1517885220507, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1446, timestamp=1517885220507, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1447, timestamp=1517885220508, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1448, timestamp=1517885220508, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1449, timestamp=1517885220508, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1450, timestamp=1517885220509, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1451, timestamp=1517885220509, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1452, timestamp=1517885220509, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1453, timestamp=1517885220510, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1454, timestamp=1517885220510, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1455, timestamp=1517885220510, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1456, timestamp=1517885220510, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1457, timestamp=1517885220510, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1458, timestamp=1517885220510, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1459, timestamp=1517885220510, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1460, timestamp=1517885220510, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1461, timestamp=1517885220510, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1462, timestamp=1517885220510, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1463, timestamp=1517885220511, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1464, timestamp=1517885220511, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1465, timestamp=1517885220511, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1466, timestamp=1517885220512, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1467, timestamp=1517885220512, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1468, timestamp=1517885220512, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1469, timestamp=1517885220512, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1470, timestamp=1517885220513, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1471, timestamp=1517885220513, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1472, timestamp=1517885220513, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1473, timestamp=1517885220513, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1474, timestamp=1517885220513, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1475, timestamp=1517885220513, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1476, timestamp=1517885220513, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1477, timestamp=1517885220513, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1478, timestamp=1517885220514, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1479, timestamp=1517885220514, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1480, timestamp=1517885220514, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1481, timestamp=1517885220514, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1482, timestamp=1517885220514, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1483, timestamp=1517885220514, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1484, timestamp=1517885220514, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1485, timestamp=1517885220515, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1486, timestamp=1517885220515, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1487, timestamp=1517885220515, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1488, timestamp=1517885220516, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1489, timestamp=1517885220516, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1490, timestamp=1517885220516, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1491, timestamp=1517885220516, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1492, timestamp=1517885220516, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1493, timestamp=1517885220516, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1494, timestamp=1517885220516, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1495, timestamp=1517885220517, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1496, timestamp=1517885220517, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1497, timestamp=1517885220517, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1498, timestamp=1517885220517, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1499, timestamp=1517885220517, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1500, timestamp=1517885220517, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1501, timestamp=1517885220518, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1502, timestamp=1517885220518, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1503, timestamp=1517885220518, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1504, timestamp=1517885220518, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1505, timestamp=1517885220518, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1506, timestamp=1517885220519, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1507, timestamp=1517885220519, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1508, timestamp=1517885220519, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1509, timestamp=1517885220519, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1510, timestamp=1517885220519, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1511, timestamp=1517885220519, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1512, timestamp=1517885220519, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1513, timestamp=1517885220519, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1514, timestamp=1517885220520, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1515, timestamp=1517885220520, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1516, timestamp=1517885220520, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1517, timestamp=1517885220520, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1518, timestamp=1517885220520, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1519, timestamp=1517885220520, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1520, timestamp=1517885220521, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1521, timestamp=1517885220521, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1522, timestamp=1517885220521, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1523, timestamp=1517885220521, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1524, timestamp=1517885220521, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1525, timestamp=1517885220521, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1526, timestamp=1517885220521, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1527, timestamp=1517885220521, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1528, timestamp=1517885220522, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1529, timestamp=1517885220522, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1530, timestamp=1517885220522, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1531, timestamp=1517885220522, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1532, timestamp=1517885220522, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1533, timestamp=1517885220523, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1534, timestamp=1517885220523, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1535, timestamp=1517885220524, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1536, timestamp=1517885220524, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1537, timestamp=1517885220524, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1538, timestamp=1517885220525, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1539, timestamp=1517885220525, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1540, timestamp=1517885220525, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1541, timestamp=1517885220525, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1542, timestamp=1517885220526, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1543, timestamp=1517885220526, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1544, timestamp=1517885220526, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1545, timestamp=1517885220526, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1546, timestamp=1517885220526, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1547, timestamp=1517885220526, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1548, timestamp=1517885220527, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1549, timestamp=1517885220527, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1550, timestamp=1517885220527, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1551, timestamp=1517885220528, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1552, timestamp=1517885220528, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1553, timestamp=1517885220528, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1554, timestamp=1517885220529, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1555, timestamp=1517885220529, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1556, timestamp=1517885220529, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1557, timestamp=1517885220529, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1558, timestamp=1517885220529, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1559, timestamp=1517885220529, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1560, timestamp=1517885220530, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1561, timestamp=1517885220530, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1562, timestamp=1517885220530, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1563, timestamp=1517885220530, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1564, timestamp=1517885220530, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1565, timestamp=1517885220530, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1566, timestamp=1517885220531, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1567, timestamp=1517885220531, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1568, timestamp=1517885220531, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1569, timestamp=1517885220531, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1570, timestamp=1517885220531, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1571, timestamp=1517885220531, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1572, timestamp=1517885220532, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1573, timestamp=1517885220532, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1574, timestamp=1517885220532, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1575, timestamp=1517885220532, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1576, timestamp=1517885220532, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1577, timestamp=1517885220532, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1578, timestamp=1517885220532, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1579, timestamp=1517885220533, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1580, timestamp=1517885220533, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1581, timestamp=1517885220533, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1582, timestamp=1517885220533, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1583, timestamp=1517885220533, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1584, timestamp=1517885220533, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1585, timestamp=1517885220534, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1586, timestamp=1517885220534, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1587, timestamp=1517885220534, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1588, timestamp=1517885220534, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1589, timestamp=1517885220534, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1590, timestamp=1517885220534, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1591, timestamp=1517885220534, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1592, timestamp=1517885220534, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1593, timestamp=1517885220535, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1594, timestamp=1517885220535, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1595, timestamp=1517885220535, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1596, timestamp=1517885220535, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1597, timestamp=1517885220536, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1598, timestamp=1517885220536, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1599, timestamp=1517885220536, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1600, timestamp=1517885220536, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1601, timestamp=1517885220536, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1602, timestamp=1517885220536, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1603, timestamp=1517885220536, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1604, timestamp=1517885220536, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1605, timestamp=1517885220537, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1606, timestamp=1517885220537, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1607, timestamp=1517885220537, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1608, timestamp=1517885220537, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1609, timestamp=1517885220537, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1610, timestamp=1517885220537, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1611, timestamp=1517885220537, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1612, timestamp=1517885220537, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1613, timestamp=1517885220538, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1614, timestamp=1517885220538, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1615, timestamp=1517885220538, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1616, timestamp=1517885220538, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1617, timestamp=1517885220538, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1618, timestamp=1517885220538, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1619, timestamp=1517885220538, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1620, timestamp=1517885220538, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1621, timestamp=1517885220538, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1622, timestamp=1517885220539, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1623, timestamp=1517885220539, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1624, timestamp=1517885220539, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1625, timestamp=1517885220539, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1626, timestamp=1517885220539, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1627, timestamp=1517885220540, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1628, timestamp=1517885220540, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1629, timestamp=1517885220540, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1630, timestamp=1517885220540, key=8 bytes, value=629 bytes))]}]}]} 12:02:52.676 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 0 for partition test-1 returned fetch data (error=NONE, highWaterMark=99942, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:02:52.676 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 0 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:02:52.676 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 0 for partition test-2 returned fetch data (error=NONE, highWaterMark=99967, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:02:52.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-1 with offset 0 12:02:52.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-1 to 99942 12:02:52.736 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 0 for assigned partition test-1 and update position to 500 12:02:52.736 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name test-1.records-lag 12:02:52.877 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 27 12:02:53.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 418 12:02:54.047 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 500 for assigned partition test-1 and update position to 1000 12:02:54.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 893 12:02:55.072 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:55.073 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 11 to node 2147483646 12:02:55.087 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1000 for assigned partition test-1 and update position to 1500 12:02:55.173 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 11, received {throttle_time_ms=0,error_code=0} 12:02:55.173 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:02:55.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 1283 12:02:56.315 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1500 for assigned partition test-1 and update position to 1650 12:02:56.315 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-0 with offset 0 12:02:56.315 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-0 to 100091 12:02:56.318 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 0 for assigned partition test-0 and update position to 350 12:02:56.318 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name test-0.records-lag 12:02:56.318 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 1650 to node kafka-host-1:9092 (id: 1 rack: null) 12:02:56.318 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-1:9092 (id: 1 rack: null) 12:02:56.318 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=1,fetch_offset=1650,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 12 to node 1 12:02:56.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 1662 12:02:57.279 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for FETCH with correlation id 12, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=1,error_code=0,high_watermark=99942,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=1650, timestamp=1517885220544, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1651, timestamp=1517885220544, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1652, timestamp=1517885220544, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1653, timestamp=1517885220544, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1654, timestamp=1517885220545, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1655, timestamp=1517885220545, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1656, timestamp=1517885220545, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1657, timestamp=1517885220545, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1658, timestamp=1517885220545, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1659, timestamp=1517885220545, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1660, timestamp=1517885220545, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1661, timestamp=1517885220545, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1662, timestamp=1517885220545, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1663, timestamp=1517885220546, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1664, timestamp=1517885220546, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1665, timestamp=1517885220546, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1666, timestamp=1517885220546, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1667, timestamp=1517885220546, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1668, timestamp=1517885220546, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1669, timestamp=1517885220546, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1670, timestamp=1517885220547, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1671, timestamp=1517885220547, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1672, timestamp=1517885220547, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1673, timestamp=1517885220547, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1674, timestamp=1517885220547, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1675, timestamp=1517885220547, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1676, timestamp=1517885220547, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1677, timestamp=1517885220547, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1678, timestamp=1517885220547, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1679, timestamp=1517885220547, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1680, timestamp=1517885220547, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1681, timestamp=1517885220548, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1682, timestamp=1517885220548, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1683, timestamp=1517885220548, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1684, timestamp=1517885220548, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1685, timestamp=1517885220548, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1686, timestamp=1517885220548, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1687, timestamp=1517885220548, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1688, timestamp=1517885220548, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1689, timestamp=1517885220549, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1690, timestamp=1517885220549, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1691, timestamp=1517885220549, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1692, timestamp=1517885220549, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1693, timestamp=1517885220549, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1694, timestamp=1517885220549, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1695, timestamp=1517885220549, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1696, timestamp=1517885220549, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1697, timestamp=1517885220549, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1698, timestamp=1517885220549, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1699, timestamp=1517885220550, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1700, timestamp=1517885220550, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1701, timestamp=1517885220550, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1702, timestamp=1517885220550, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1703, timestamp=1517885220550, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1704, timestamp=1517885220550, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1705, timestamp=1517885220550, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1706, timestamp=1517885220550, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1707, timestamp=1517885220550, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1708, timestamp=1517885220550, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1709, timestamp=1517885220551, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1710, timestamp=1517885220551, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1711, timestamp=1517885220551, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1712, timestamp=1517885220551, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1713, timestamp=1517885220551, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1714, timestamp=1517885220551, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1715, timestamp=1517885220551, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1716, timestamp=1517885220551, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1717, timestamp=1517885220551, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1718, timestamp=1517885220552, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1719, timestamp=1517885220552, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1720, timestamp=1517885220552, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1721, timestamp=1517885220552, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1722, timestamp=1517885220552, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1723, timestamp=1517885220552, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1724, timestamp=1517885220552, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1725, timestamp=1517885220552, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1726, timestamp=1517885220553, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1727, timestamp=1517885220553, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1728, timestamp=1517885220553, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1729, timestamp=1517885220553, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1730, timestamp=1517885220553, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1731, timestamp=1517885220553, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1732, timestamp=1517885220553, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1733, timestamp=1517885220553, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1734, timestamp=1517885220553, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1735, timestamp=1517885220554, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1736, timestamp=1517885220554, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1737, timestamp=1517885220554, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1738, timestamp=1517885220554, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1739, timestamp=1517885220554, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1740, timestamp=1517885220554, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1741, timestamp=1517885220555, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1742, timestamp=1517885220555, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1743, timestamp=1517885220555, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1744, timestamp=1517885220556, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1745, timestamp=1517885220556, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1746, timestamp=1517885220556, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1747, timestamp=1517885220556, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1748, timestamp=1517885220556, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1749, timestamp=1517885220556, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1750, timestamp=1517885220556, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1751, timestamp=1517885220556, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1752, timestamp=1517885220556, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1753, timestamp=1517885220557, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1754, timestamp=1517885220557, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1755, timestamp=1517885220557, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1756, timestamp=1517885220557, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1757, timestamp=1517885220557, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1758, timestamp=1517885220557, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1759, timestamp=1517885220557, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1760, timestamp=1517885220557, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1761, timestamp=1517885220558, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1762, timestamp=1517885220558, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1763, timestamp=1517885220558, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1764, timestamp=1517885220558, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1765, timestamp=1517885220558, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1766, timestamp=1517885220558, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1767, timestamp=1517885220558, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1768, timestamp=1517885220558, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1769, timestamp=1517885220558, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1770, timestamp=1517885220558, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1771, timestamp=1517885220558, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1772, timestamp=1517885220559, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1773, timestamp=1517885220559, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1774, timestamp=1517885220559, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1775, timestamp=1517885220559, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1776, timestamp=1517885220559, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1777, timestamp=1517885220559, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1778, timestamp=1517885220559, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1779, timestamp=1517885220560, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1780, timestamp=1517885220560, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1781, timestamp=1517885220560, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1782, timestamp=1517885220560, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1783, timestamp=1517885220560, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1784, timestamp=1517885220560, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1785, timestamp=1517885220560, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1786, timestamp=1517885220560, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1787, timestamp=1517885220561, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1788, timestamp=1517885220561, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1789, timestamp=1517885220561, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1790, timestamp=1517885220561, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1791, timestamp=1517885220561, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1792, timestamp=1517885220561, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1793, timestamp=1517885220561, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1794, timestamp=1517885220561, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1795, timestamp=1517885220561, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1796, timestamp=1517885220561, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1797, timestamp=1517885220562, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1798, timestamp=1517885220563, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1799, timestamp=1517885220564, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1800, timestamp=1517885220564, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1801, timestamp=1517885220564, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1802, timestamp=1517885220564, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1803, timestamp=1517885220564, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1804, timestamp=1517885220564, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1805, timestamp=1517885220564, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1806, timestamp=1517885220564, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1807, timestamp=1517885220564, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1808, timestamp=1517885220564, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1809, timestamp=1517885220564, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1810, timestamp=1517885220564, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1811, timestamp=1517885220565, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1812, timestamp=1517885220565, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1813, timestamp=1517885220566, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1814, timestamp=1517885220566, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1815, timestamp=1517885220566, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1816, timestamp=1517885220567, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1817, timestamp=1517885220567, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1818, timestamp=1517885220567, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1819, timestamp=1517885220567, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1820, timestamp=1517885220567, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1821, timestamp=1517885220567, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1822, timestamp=1517885220567, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1823, timestamp=1517885220568, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1824, timestamp=1517885220568, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1825, timestamp=1517885220568, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1826, timestamp=1517885220568, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1827, timestamp=1517885220569, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1828, timestamp=1517885220569, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1829, timestamp=1517885220569, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1830, timestamp=1517885220569, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1831, timestamp=1517885220569, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1832, timestamp=1517885220570, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1833, timestamp=1517885220570, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1834, timestamp=1517885220570, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1835, timestamp=1517885220570, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1836, timestamp=1517885220570, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1837, timestamp=1517885220571, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1838, timestamp=1517885220571, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1839, timestamp=1517885220571, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1840, timestamp=1517885220571, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1841, timestamp=1517885220571, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1842, timestamp=1517885220572, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1843, timestamp=1517885220572, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1844, timestamp=1517885220572, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1845, timestamp=1517885220572, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1846, timestamp=1517885220572, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1847, timestamp=1517885220572, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1848, timestamp=1517885220572, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1849, timestamp=1517885220573, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1850, timestamp=1517885220573, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1851, timestamp=1517885220573, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1852, timestamp=1517885220574, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1853, timestamp=1517885220574, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1854, timestamp=1517885220574, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1855, timestamp=1517885220574, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1856, timestamp=1517885220575, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1857, timestamp=1517885220575, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1858, timestamp=1517885220575, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1859, timestamp=1517885220575, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1860, timestamp=1517885220576, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1861, timestamp=1517885220576, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1862, timestamp=1517885220576, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1863, timestamp=1517885220576, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1864, timestamp=1517885220576, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1865, timestamp=1517885220577, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1866, timestamp=1517885220577, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1867, timestamp=1517885220577, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1868, timestamp=1517885220577, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1869, timestamp=1517885220577, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1870, timestamp=1517885220578, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1871, timestamp=1517885220578, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1872, timestamp=1517885220578, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1873, timestamp=1517885220578, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1874, timestamp=1517885220578, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1875, timestamp=1517885220578, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1876, timestamp=1517885220578, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1877, timestamp=1517885220578, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1878, timestamp=1517885220579, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1879, timestamp=1517885220579, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1880, timestamp=1517885220579, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1881, timestamp=1517885220579, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1882, timestamp=1517885220579, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1883, timestamp=1517885220579, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1884, timestamp=1517885220579, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1885, timestamp=1517885220579, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1886, timestamp=1517885220580, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1887, timestamp=1517885220580, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1888, timestamp=1517885220580, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1889, timestamp=1517885220580, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1890, timestamp=1517885220580, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1891, timestamp=1517885220580, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1892, timestamp=1517885220580, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1893, timestamp=1517885220580, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1894, timestamp=1517885220580, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1895, timestamp=1517885220581, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1896, timestamp=1517885220581, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1897, timestamp=1517885220581, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1898, timestamp=1517885220581, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1899, timestamp=1517885220581, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1900, timestamp=1517885220581, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1901, timestamp=1517885220581, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1902, timestamp=1517885220582, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1903, timestamp=1517885220582, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1904, timestamp=1517885220582, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1905, timestamp=1517885220582, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1906, timestamp=1517885220582, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1907, timestamp=1517885220582, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1908, timestamp=1517885220582, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1909, timestamp=1517885220582, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1910, timestamp=1517885220582, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1911, timestamp=1517885220582, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1912, timestamp=1517885220583, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1913, timestamp=1517885220583, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1914, timestamp=1517885220583, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1915, timestamp=1517885220583, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1916, timestamp=1517885220583, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1917, timestamp=1517885220583, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1918, timestamp=1517885220583, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1919, timestamp=1517885220583, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1920, timestamp=1517885220583, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1921, timestamp=1517885220584, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1922, timestamp=1517885220584, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1923, timestamp=1517885220584, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1924, timestamp=1517885220584, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1925, timestamp=1517885220585, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1926, timestamp=1517885220585, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1927, timestamp=1517885220585, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1928, timestamp=1517885220585, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1929, timestamp=1517885220585, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1930, timestamp=1517885220585, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1931, timestamp=1517885220585, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1932, timestamp=1517885220585, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1933, timestamp=1517885220586, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1934, timestamp=1517885220586, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1935, timestamp=1517885220586, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1936, timestamp=1517885220586, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1937, timestamp=1517885220586, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1938, timestamp=1517885220586, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1939, timestamp=1517885220587, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1940, timestamp=1517885220587, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1941, timestamp=1517885220587, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1942, timestamp=1517885220587, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1943, timestamp=1517885220587, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1944, timestamp=1517885220587, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1945, timestamp=1517885220587, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1946, timestamp=1517885220587, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1947, timestamp=1517885220588, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1948, timestamp=1517885220588, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1949, timestamp=1517885220588, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1950, timestamp=1517885220588, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1951, timestamp=1517885220588, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1952, timestamp=1517885220588, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1953, timestamp=1517885220588, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1954, timestamp=1517885220588, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1955, timestamp=1517885220588, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1956, timestamp=1517885220589, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1957, timestamp=1517885220589, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1958, timestamp=1517885220589, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1959, timestamp=1517885220589, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1960, timestamp=1517885220589, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1961, timestamp=1517885220589, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1962, timestamp=1517885220590, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1963, timestamp=1517885220590, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1964, timestamp=1517885220591, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1965, timestamp=1517885220591, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1966, timestamp=1517885220591, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1967, timestamp=1517885220591, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1968, timestamp=1517885220592, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1969, timestamp=1517885220592, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1970, timestamp=1517885220592, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1971, timestamp=1517885220592, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1972, timestamp=1517885220592, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1973, timestamp=1517885220592, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1974, timestamp=1517885220593, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1975, timestamp=1517885220593, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1976, timestamp=1517885220593, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1977, timestamp=1517885220593, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1978, timestamp=1517885220594, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1979, timestamp=1517885220594, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1980, timestamp=1517885220594, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1981, timestamp=1517885220594, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1982, timestamp=1517885220594, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1983, timestamp=1517885220594, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1984, timestamp=1517885220594, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1985, timestamp=1517885220594, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1986, timestamp=1517885220594, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1987, timestamp=1517885220595, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1988, timestamp=1517885220595, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1989, timestamp=1517885220595, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1990, timestamp=1517885220595, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1991, timestamp=1517885220595, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1992, timestamp=1517885220596, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1993, timestamp=1517885220596, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1994, timestamp=1517885220596, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1995, timestamp=1517885220596, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1996, timestamp=1517885220596, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1997, timestamp=1517885220596, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1998, timestamp=1517885220596, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1999, timestamp=1517885220597, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2000, timestamp=1517885220597, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2001, timestamp=1517885220597, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2002, timestamp=1517885220597, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2003, timestamp=1517885220597, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2004, timestamp=1517885220598, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2005, timestamp=1517885220598, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2006, timestamp=1517885220598, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2007, timestamp=1517885220598, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2008, timestamp=1517885220598, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2009, timestamp=1517885220599, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2010, timestamp=1517885220599, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2011, timestamp=1517885220599, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2012, timestamp=1517885220600, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2013, timestamp=1517885220600, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2014, timestamp=1517885220600, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2015, timestamp=1517885220600, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2016, timestamp=1517885220600, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2017, timestamp=1517885220600, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2018, timestamp=1517885220601, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2019, timestamp=1517885220601, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2020, timestamp=1517885220601, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2021, timestamp=1517885220601, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2022, timestamp=1517885220601, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2023, timestamp=1517885220601, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2024, timestamp=1517885220601, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2025, timestamp=1517885220602, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2026, timestamp=1517885220602, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2027, timestamp=1517885220602, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2028, timestamp=1517885220603, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2029, timestamp=1517885220603, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2030, timestamp=1517885220603, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2031, timestamp=1517885220604, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2032, timestamp=1517885220604, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2033, timestamp=1517885220604, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2034, timestamp=1517885220605, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2035, timestamp=1517885220605, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2036, timestamp=1517885220605, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2037, timestamp=1517885220605, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2038, timestamp=1517885220605, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2039, timestamp=1517885220605, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2040, timestamp=1517885220606, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2041, timestamp=1517885220607, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2042, timestamp=1517885220607, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2043, timestamp=1517885220608, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2044, timestamp=1517885220608, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2045, timestamp=1517885220608, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2046, timestamp=1517885220609, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2047, timestamp=1517885220609, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2048, timestamp=1517885220609, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2049, timestamp=1517885220610, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2050, timestamp=1517885220610, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2051, timestamp=1517885220610, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2052, timestamp=1517885220611, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2053, timestamp=1517885220611, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2054, timestamp=1517885220611, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2055, timestamp=1517885220611, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2056, timestamp=1517885220611, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2057, timestamp=1517885220611, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2058, timestamp=1517885220612, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2059, timestamp=1517885220612, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2060, timestamp=1517885220612, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2061, timestamp=1517885220613, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2062, timestamp=1517885220613, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2063, timestamp=1517885220613, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2064, timestamp=1517885220613, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2065, timestamp=1517885220613, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2066, timestamp=1517885220613, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2067, timestamp=1517885220614, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2068, timestamp=1517885220614, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2069, timestamp=1517885220614, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2070, timestamp=1517885220614, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2071, timestamp=1517885220614, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2072, timestamp=1517885220614, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2073, timestamp=1517885220615, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2074, timestamp=1517885220615, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2075, timestamp=1517885220615, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2076, timestamp=1517885220615, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2077, timestamp=1517885220616, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2078, timestamp=1517885220616, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2079, timestamp=1517885220616, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2080, timestamp=1517885220616, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2081, timestamp=1517885220616, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2082, timestamp=1517885220617, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2083, timestamp=1517885220617, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2084, timestamp=1517885220617, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2085, timestamp=1517885220617, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2086, timestamp=1517885220617, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2087, timestamp=1517885220617, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2088, timestamp=1517885220617, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2089, timestamp=1517885220618, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2090, timestamp=1517885220618, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2091, timestamp=1517885220618, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2092, timestamp=1517885220618, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2093, timestamp=1517885220618, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2094, timestamp=1517885220618, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2095, timestamp=1517885220619, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2096, timestamp=1517885220619, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2097, timestamp=1517885220619, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2098, timestamp=1517885220619, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2099, timestamp=1517885220619, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2100, timestamp=1517885220619, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2101, timestamp=1517885220620, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2102, timestamp=1517885220620, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2103, timestamp=1517885220620, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2104, timestamp=1517885220620, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2105, timestamp=1517885220620, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2106, timestamp=1517885220620, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2107, timestamp=1517885220620, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2108, timestamp=1517885220621, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2109, timestamp=1517885220621, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2110, timestamp=1517885220621, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2111, timestamp=1517885220621, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2112, timestamp=1517885220622, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2113, timestamp=1517885220622, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2114, timestamp=1517885220623, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2115, timestamp=1517885220623, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2116, timestamp=1517885220623, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2117, timestamp=1517885220624, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2118, timestamp=1517885220624, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2119, timestamp=1517885220624, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2120, timestamp=1517885220624, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2121, timestamp=1517885220624, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2122, timestamp=1517885220625, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2123, timestamp=1517885220625, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2124, timestamp=1517885220625, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2125, timestamp=1517885220626, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2126, timestamp=1517885220626, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2127, timestamp=1517885220626, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2128, timestamp=1517885220627, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2129, timestamp=1517885220627, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2130, timestamp=1517885220627, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2131, timestamp=1517885220627, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2132, timestamp=1517885220628, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2133, timestamp=1517885220628, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2134, timestamp=1517885220628, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2135, timestamp=1517885220628, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2136, timestamp=1517885220629, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2137, timestamp=1517885220629, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2138, timestamp=1517885220629, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2139, timestamp=1517885220629, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2140, timestamp=1517885220630, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2141, timestamp=1517885220630, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2142, timestamp=1517885220630, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2143, timestamp=1517885220630, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2144, timestamp=1517885220630, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2145, timestamp=1517885220631, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2146, timestamp=1517885220631, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2147, timestamp=1517885220631, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2148, timestamp=1517885220631, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2149, timestamp=1517885220631, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2150, timestamp=1517885220631, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2151, timestamp=1517885220632, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2152, timestamp=1517885220632, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2153, timestamp=1517885220632, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2154, timestamp=1517885220632, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2155, timestamp=1517885220632, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2156, timestamp=1517885220632, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2157, timestamp=1517885220632, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2158, timestamp=1517885220632, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2159, timestamp=1517885220633, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2160, timestamp=1517885220633, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2161, timestamp=1517885220633, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2162, timestamp=1517885220634, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2163, timestamp=1517885220634, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2164, timestamp=1517885220634, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2165, timestamp=1517885220634, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2166, timestamp=1517885220635, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2167, timestamp=1517885220635, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2168, timestamp=1517885220635, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2169, timestamp=1517885220635, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2170, timestamp=1517885220635, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2171, timestamp=1517885220636, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2172, timestamp=1517885220636, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2173, timestamp=1517885220636, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2174, timestamp=1517885220636, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2175, timestamp=1517885220636, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2176, timestamp=1517885220636, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2177, timestamp=1517885220637, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2178, timestamp=1517885220637, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2179, timestamp=1517885220637, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2180, timestamp=1517885220637, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2181, timestamp=1517885220638, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2182, timestamp=1517885220638, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2183, timestamp=1517885220638, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2184, timestamp=1517885220638, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2185, timestamp=1517885220638, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2186, timestamp=1517885220639, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2187, timestamp=1517885220639, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2188, timestamp=1517885220640, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2189, timestamp=1517885220640, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2190, timestamp=1517885220640, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2191, timestamp=1517885220640, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2192, timestamp=1517885220640, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2193, timestamp=1517885220640, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2194, timestamp=1517885220640, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2195, timestamp=1517885220640, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2196, timestamp=1517885220641, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2197, timestamp=1517885220641, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2198, timestamp=1517885220641, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2199, timestamp=1517885220641, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2200, timestamp=1517885220641, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2201, timestamp=1517885220641, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2202, timestamp=1517885220641, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2203, timestamp=1517885220642, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2204, timestamp=1517885220642, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2205, timestamp=1517885220642, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2206, timestamp=1517885220642, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2207, timestamp=1517885220643, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2208, timestamp=1517885220643, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2209, timestamp=1517885220643, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2210, timestamp=1517885220643, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2211, timestamp=1517885220644, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2212, timestamp=1517885220644, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2213, timestamp=1517885220644, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2214, timestamp=1517885220644, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2215, timestamp=1517885220644, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2216, timestamp=1517885220644, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2217, timestamp=1517885220644, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2218, timestamp=1517885220644, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2219, timestamp=1517885220645, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2220, timestamp=1517885220645, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2221, timestamp=1517885220645, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2222, timestamp=1517885220645, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2223, timestamp=1517885220645, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2224, timestamp=1517885220645, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2225, timestamp=1517885220646, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2226, timestamp=1517885220646, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2227, timestamp=1517885220646, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2228, timestamp=1517885220646, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2229, timestamp=1517885220646, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2230, timestamp=1517885220646, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2231, timestamp=1517885220646, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2232, timestamp=1517885220647, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2233, timestamp=1517885220647, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2234, timestamp=1517885220647, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2235, timestamp=1517885220647, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2236, timestamp=1517885220647, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2237, timestamp=1517885220647, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2238, timestamp=1517885220647, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2239, timestamp=1517885220647, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2240, timestamp=1517885220647, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2241, timestamp=1517885220648, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2242, timestamp=1517885220648, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2243, timestamp=1517885220648, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2244, timestamp=1517885220648, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2245, timestamp=1517885220648, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2246, timestamp=1517885220649, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2247, timestamp=1517885220649, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2248, timestamp=1517885220649, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2249, timestamp=1517885220650, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2250, timestamp=1517885220650, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2251, timestamp=1517885220650, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2252, timestamp=1517885220650, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2253, timestamp=1517885220650, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2254, timestamp=1517885220650, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2255, timestamp=1517885220650, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2256, timestamp=1517885220650, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2257, timestamp=1517885220651, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2258, timestamp=1517885220651, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2259, timestamp=1517885220651, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2260, timestamp=1517885220651, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2261, timestamp=1517885220651, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2262, timestamp=1517885220651, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2263, timestamp=1517885220652, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2264, timestamp=1517885220652, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2265, timestamp=1517885220652, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2266, timestamp=1517885220652, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2267, timestamp=1517885220652, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2268, timestamp=1517885220653, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2269, timestamp=1517885220653, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2270, timestamp=1517885220653, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2271, timestamp=1517885220654, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2272, timestamp=1517885220654, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2273, timestamp=1517885220654, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2274, timestamp=1517885220654, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2275, timestamp=1517885220654, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2276, timestamp=1517885220654, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2277, timestamp=1517885220656, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2278, timestamp=1517885220656, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2279, timestamp=1517885220656, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2280, timestamp=1517885220656, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2281, timestamp=1517885220657, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2282, timestamp=1517885220657, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2283, timestamp=1517885220657, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2284, timestamp=1517885220657, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2285, timestamp=1517885220657, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2286, timestamp=1517885220657, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2287, timestamp=1517885220657, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2288, timestamp=1517885220658, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2289, timestamp=1517885220658, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2290, timestamp=1517885220658, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2291, timestamp=1517885220658, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2292, timestamp=1517885220659, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2293, timestamp=1517885220659, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2294, timestamp=1517885220659, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2295, timestamp=1517885220659, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2296, timestamp=1517885220659, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2297, timestamp=1517885220659, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2298, timestamp=1517885220659, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2299, timestamp=1517885220659, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2300, timestamp=1517885220660, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2301, timestamp=1517885220660, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2302, timestamp=1517885220660, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2303, timestamp=1517885220660, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2304, timestamp=1517885220660, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2305, timestamp=1517885220660, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2306, timestamp=1517885220660, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2307, timestamp=1517885220661, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2308, timestamp=1517885220661, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2309, timestamp=1517885220661, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2310, timestamp=1517885220661, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2311, timestamp=1517885220661, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2312, timestamp=1517885220661, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2313, timestamp=1517885220662, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2314, timestamp=1517885220662, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2315, timestamp=1517885220662, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2316, timestamp=1517885220662, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2317, timestamp=1517885220662, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2318, timestamp=1517885220662, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2319, timestamp=1517885220662, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2320, timestamp=1517885220663, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2321, timestamp=1517885220663, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2322, timestamp=1517885220663, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2323, timestamp=1517885220663, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2324, timestamp=1517885220663, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2325, timestamp=1517885220663, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2326, timestamp=1517885220663, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2327, timestamp=1517885220664, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2328, timestamp=1517885220664, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2329, timestamp=1517885220664, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2330, timestamp=1517885220664, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2331, timestamp=1517885220664, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2332, timestamp=1517885220664, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2333, timestamp=1517885220664, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2334, timestamp=1517885220664, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2335, timestamp=1517885220664, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2336, timestamp=1517885220665, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2337, timestamp=1517885220665, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2338, timestamp=1517885220665, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2339, timestamp=1517885220665, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2340, timestamp=1517885220665, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2341, timestamp=1517885220665, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2342, timestamp=1517885220666, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2343, timestamp=1517885220666, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2344, timestamp=1517885220666, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2345, timestamp=1517885220666, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2346, timestamp=1517885220666, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2347, timestamp=1517885220666, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2348, timestamp=1517885220666, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2349, timestamp=1517885220666, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2350, timestamp=1517885220667, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2351, timestamp=1517885220667, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2352, timestamp=1517885220667, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2353, timestamp=1517885220667, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2354, timestamp=1517885220667, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2355, timestamp=1517885220667, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2356, timestamp=1517885220668, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2357, timestamp=1517885220668, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2358, timestamp=1517885220668, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2359, timestamp=1517885220668, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2360, timestamp=1517885220668, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2361, timestamp=1517885220668, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2362, timestamp=1517885220668, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2363, timestamp=1517885220668, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2364, timestamp=1517885220669, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2365, timestamp=1517885220669, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2366, timestamp=1517885220669, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2367, timestamp=1517885220669, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2368, timestamp=1517885220669, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2369, timestamp=1517885220670, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2370, timestamp=1517885220670, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2371, timestamp=1517885220670, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2372, timestamp=1517885220670, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2373, timestamp=1517885220670, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2374, timestamp=1517885220670, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2375, timestamp=1517885220670, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2376, timestamp=1517885220670, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2377, timestamp=1517885220670, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2378, timestamp=1517885220671, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2379, timestamp=1517885220671, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2380, timestamp=1517885220671, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2381, timestamp=1517885220671, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2382, timestamp=1517885220671, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2383, timestamp=1517885220671, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2384, timestamp=1517885220671, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2385, timestamp=1517885220671, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2386, timestamp=1517885220671, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2387, timestamp=1517885220672, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2388, timestamp=1517885220672, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2389, timestamp=1517885220672, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2390, timestamp=1517885220672, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2391, timestamp=1517885220672, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2392, timestamp=1517885220673, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2393, timestamp=1517885220673, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2394, timestamp=1517885220673, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2395, timestamp=1517885220673, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2396, timestamp=1517885220673, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2397, timestamp=1517885220673, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2398, timestamp=1517885220673, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2399, timestamp=1517885220673, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2400, timestamp=1517885220674, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2401, timestamp=1517885220674, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2402, timestamp=1517885220674, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2403, timestamp=1517885220674, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2404, timestamp=1517885220675, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2405, timestamp=1517885220675, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2406, timestamp=1517885220675, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2407, timestamp=1517885220675, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2408, timestamp=1517885220676, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2409, timestamp=1517885220676, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2410, timestamp=1517885220676, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2411, timestamp=1517885220676, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2412, timestamp=1517885220676, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2413, timestamp=1517885220676, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2414, timestamp=1517885220677, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2415, timestamp=1517885220677, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2416, timestamp=1517885220677, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2417, timestamp=1517885220677, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2418, timestamp=1517885220678, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2419, timestamp=1517885220678, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2420, timestamp=1517885220678, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2421, timestamp=1517885220679, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2422, timestamp=1517885220679, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2423, timestamp=1517885220679, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2424, timestamp=1517885220680, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2425, timestamp=1517885220680, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2426, timestamp=1517885220680, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2427, timestamp=1517885220680, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2428, timestamp=1517885220680, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2429, timestamp=1517885220681, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2430, timestamp=1517885220681, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2431, timestamp=1517885220681, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2432, timestamp=1517885220681, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2433, timestamp=1517885220683, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2434, timestamp=1517885220683, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2435, timestamp=1517885220683, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2436, timestamp=1517885220683, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2437, timestamp=1517885220683, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2438, timestamp=1517885220684, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2439, timestamp=1517885220684, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2440, timestamp=1517885220684, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2441, timestamp=1517885220684, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2442, timestamp=1517885220684, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2443, timestamp=1517885220685, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2444, timestamp=1517885220685, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2445, timestamp=1517885220685, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2446, timestamp=1517885220685, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2447, timestamp=1517885220685, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2448, timestamp=1517885220685, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2449, timestamp=1517885220686, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2450, timestamp=1517885220686, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2451, timestamp=1517885220686, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2452, timestamp=1517885220687, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2453, timestamp=1517885220687, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2454, timestamp=1517885220687, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2455, timestamp=1517885220687, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2456, timestamp=1517885220687, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2457, timestamp=1517885220688, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2458, timestamp=1517885220688, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2459, timestamp=1517885220688, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2460, timestamp=1517885220689, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2461, timestamp=1517885220689, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2462, timestamp=1517885220689, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2463, timestamp=1517885220689, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2464, timestamp=1517885220689, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2465, timestamp=1517885220689, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2466, timestamp=1517885220689, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2467, timestamp=1517885220689, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2468, timestamp=1517885220689, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2469, timestamp=1517885220690, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2470, timestamp=1517885220690, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2471, timestamp=1517885220690, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2472, timestamp=1517885220690, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2473, timestamp=1517885220690, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2474, timestamp=1517885220690, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2475, timestamp=1517885220690, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2476, timestamp=1517885220696, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2477, timestamp=1517885220696, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2478, timestamp=1517885220696, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2479, timestamp=1517885220696, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2480, timestamp=1517885220696, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2481, timestamp=1517885220696, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2482, timestamp=1517885220697, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2483, timestamp=1517885220697, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2484, timestamp=1517885220697, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2485, timestamp=1517885220697, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2486, timestamp=1517885220697, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2487, timestamp=1517885220697, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2488, timestamp=1517885220697, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2489, timestamp=1517885220697, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2490, timestamp=1517885220697, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2491, timestamp=1517885220697, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2492, timestamp=1517885220697, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2493, timestamp=1517885220698, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2494, timestamp=1517885220698, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2495, timestamp=1517885220698, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2496, timestamp=1517885220698, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2497, timestamp=1517885220698, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2498, timestamp=1517885220698, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2499, timestamp=1517885220699, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2500, timestamp=1517885220699, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2501, timestamp=1517885220699, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2502, timestamp=1517885220699, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2503, timestamp=1517885220699, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2504, timestamp=1517885220699, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2505, timestamp=1517885220699, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2506, timestamp=1517885220699, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2507, timestamp=1517885220699, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2508, timestamp=1517885220699, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2509, timestamp=1517885220699, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2510, timestamp=1517885220700, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2511, timestamp=1517885220700, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2512, timestamp=1517885220700, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2513, timestamp=1517885220700, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2514, timestamp=1517885220700, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2515, timestamp=1517885220700, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2516, timestamp=1517885220700, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2517, timestamp=1517885220700, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2518, timestamp=1517885220700, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2519, timestamp=1517885220700, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2520, timestamp=1517885220701, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2521, timestamp=1517885220701, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2522, timestamp=1517885220701, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2523, timestamp=1517885220701, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2524, timestamp=1517885220701, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2525, timestamp=1517885220701, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2526, timestamp=1517885220701, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2527, timestamp=1517885220701, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2528, timestamp=1517885220701, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2529, timestamp=1517885220701, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2530, timestamp=1517885220702, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2531, timestamp=1517885220702, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2532, timestamp=1517885220702, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2533, timestamp=1517885220702, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2534, timestamp=1517885220702, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2535, timestamp=1517885220702, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2536, timestamp=1517885220703, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2537, timestamp=1517885220703, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2538, timestamp=1517885220703, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2539, timestamp=1517885220703, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2540, timestamp=1517885220703, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2541, timestamp=1517885220703, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2542, timestamp=1517885220703, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2543, timestamp=1517885220703, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2544, timestamp=1517885220704, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2545, timestamp=1517885220704, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2546, timestamp=1517885220704, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2547, timestamp=1517885220704, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2548, timestamp=1517885220704, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2549, timestamp=1517885220704, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2550, timestamp=1517885220704, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2551, timestamp=1517885220704, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2552, timestamp=1517885220705, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2553, timestamp=1517885220705, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2554, timestamp=1517885220705, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2555, timestamp=1517885220705, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2556, timestamp=1517885220705, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2557, timestamp=1517885220705, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2558, timestamp=1517885220705, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2559, timestamp=1517885220705, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2560, timestamp=1517885220705, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2561, timestamp=1517885220706, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2562, timestamp=1517885220706, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2563, timestamp=1517885220706, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2564, timestamp=1517885220706, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2565, timestamp=1517885220706, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2566, timestamp=1517885220706, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2567, timestamp=1517885220706, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2568, timestamp=1517885220707, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2569, timestamp=1517885220707, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2570, timestamp=1517885220707, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2571, timestamp=1517885220707, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2572, timestamp=1517885220707, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2573, timestamp=1517885220707, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2574, timestamp=1517885220707, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2575, timestamp=1517885220707, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2576, timestamp=1517885220708, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2577, timestamp=1517885220708, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2578, timestamp=1517885220708, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2579, timestamp=1517885220708, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2580, timestamp=1517885220708, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2581, timestamp=1517885220708, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2582, timestamp=1517885220708, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2583, timestamp=1517885220708, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2584, timestamp=1517885220708, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2585, timestamp=1517885220709, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2586, timestamp=1517885220709, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2587, timestamp=1517885220709, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2588, timestamp=1517885220709, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2589, timestamp=1517885220709, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2590, timestamp=1517885220709, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2591, timestamp=1517885220709, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2592, timestamp=1517885220709, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2593, timestamp=1517885220710, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2594, timestamp=1517885220710, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2595, timestamp=1517885220710, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2596, timestamp=1517885220710, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2597, timestamp=1517885220710, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2598, timestamp=1517885220710, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2599, timestamp=1517885220710, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2600, timestamp=1517885220711, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2601, timestamp=1517885220711, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2602, timestamp=1517885220711, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2603, timestamp=1517885220711, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2604, timestamp=1517885220711, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2605, timestamp=1517885220711, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2606, timestamp=1517885220711, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2607, timestamp=1517885220711, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2608, timestamp=1517885220711, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2609, timestamp=1517885220712, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2610, timestamp=1517885220712, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2611, timestamp=1517885220712, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2612, timestamp=1517885220712, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2613, timestamp=1517885220712, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2614, timestamp=1517885220712, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2615, timestamp=1517885220712, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2616, timestamp=1517885220713, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2617, timestamp=1517885220713, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2618, timestamp=1517885220713, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2619, timestamp=1517885220713, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2620, timestamp=1517885220713, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2621, timestamp=1517885220713, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2622, timestamp=1517885220714, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2623, timestamp=1517885220714, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2624, timestamp=1517885220714, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2625, timestamp=1517885220714, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2626, timestamp=1517885220714, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2627, timestamp=1517885220714, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2628, timestamp=1517885220714, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2629, timestamp=1517885220714, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2630, timestamp=1517885220714, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2631, timestamp=1517885220714, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2632, timestamp=1517885220714, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2633, timestamp=1517885220715, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2634, timestamp=1517885220715, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2635, timestamp=1517885220715, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2636, timestamp=1517885220715, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2637, timestamp=1517885220715, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2638, timestamp=1517885220715, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2639, timestamp=1517885220715, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2640, timestamp=1517885220715, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2641, timestamp=1517885220715, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2642, timestamp=1517885220715, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2643, timestamp=1517885220715, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2644, timestamp=1517885220716, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2645, timestamp=1517885220716, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2646, timestamp=1517885220716, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2647, timestamp=1517885220716, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2648, timestamp=1517885220716, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2649, timestamp=1517885220717, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2650, timestamp=1517885220717, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2651, timestamp=1517885220717, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2652, timestamp=1517885220717, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2653, timestamp=1517885220717, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2654, timestamp=1517885220717, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2655, timestamp=1517885220717, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2656, timestamp=1517885220718, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2657, timestamp=1517885220718, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2658, timestamp=1517885220718, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2659, timestamp=1517885220718, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2660, timestamp=1517885220718, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2661, timestamp=1517885220718, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2662, timestamp=1517885220718, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2663, timestamp=1517885220718, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2664, timestamp=1517885220719, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2665, timestamp=1517885220719, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2666, timestamp=1517885220719, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2667, timestamp=1517885220719, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2668, timestamp=1517885220719, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2669, timestamp=1517885220719, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2670, timestamp=1517885220719, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2671, timestamp=1517885220719, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2672, timestamp=1517885220719, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2673, timestamp=1517885220719, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2674, timestamp=1517885220719, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2675, timestamp=1517885220719, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2676, timestamp=1517885220719, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2677, timestamp=1517885220719, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2678, timestamp=1517885220719, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2679, timestamp=1517885220720, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2680, timestamp=1517885220720, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2681, timestamp=1517885220720, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2682, timestamp=1517885220720, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2683, timestamp=1517885220720, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2684, timestamp=1517885220720, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2685, timestamp=1517885220720, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2686, timestamp=1517885220720, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2687, timestamp=1517885220721, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2688, timestamp=1517885220721, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2689, timestamp=1517885220721, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2690, timestamp=1517885220721, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2691, timestamp=1517885220721, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2692, timestamp=1517885220721, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2693, timestamp=1517885220721, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2694, timestamp=1517885220721, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2695, timestamp=1517885220722, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2696, timestamp=1517885220722, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2697, timestamp=1517885220722, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2698, timestamp=1517885220722, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2699, timestamp=1517885220722, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2700, timestamp=1517885220722, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2701, timestamp=1517885220722, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2702, timestamp=1517885220722, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2703, timestamp=1517885220722, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2704, timestamp=1517885220722, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2705, timestamp=1517885220722, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2706, timestamp=1517885220723, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2707, timestamp=1517885220723, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2708, timestamp=1517885220723, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2709, timestamp=1517885220723, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2710, timestamp=1517885220723, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2711, timestamp=1517885220723, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2712, timestamp=1517885220723, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2713, timestamp=1517885220723, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2714, timestamp=1517885220723, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2715, timestamp=1517885220723, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2716, timestamp=1517885220724, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2717, timestamp=1517885220724, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2718, timestamp=1517885220724, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2719, timestamp=1517885220724, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2720, timestamp=1517885220724, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2721, timestamp=1517885220724, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2722, timestamp=1517885220724, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2723, timestamp=1517885220724, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2724, timestamp=1517885220724, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2725, timestamp=1517885220724, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2726, timestamp=1517885220725, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2727, timestamp=1517885220725, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2728, timestamp=1517885220725, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2729, timestamp=1517885220725, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2730, timestamp=1517885220725, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2731, timestamp=1517885220725, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2732, timestamp=1517885220725, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2733, timestamp=1517885220725, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2734, timestamp=1517885220725, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2735, timestamp=1517885220725, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2736, timestamp=1517885220725, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2737, timestamp=1517885220725, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2738, timestamp=1517885220725, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2739, timestamp=1517885220726, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2740, timestamp=1517885220726, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2741, timestamp=1517885220726, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2742, timestamp=1517885220726, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2743, timestamp=1517885220726, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2744, timestamp=1517885220726, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2745, timestamp=1517885220726, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2746, timestamp=1517885220726, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2747, timestamp=1517885220727, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2748, timestamp=1517885220727, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2749, timestamp=1517885220727, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2750, timestamp=1517885220727, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2751, timestamp=1517885220727, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2752, timestamp=1517885220727, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2753, timestamp=1517885220727, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2754, timestamp=1517885220727, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2755, timestamp=1517885220728, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2756, timestamp=1517885220728, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2757, timestamp=1517885220728, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2758, timestamp=1517885220728, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2759, timestamp=1517885220728, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2760, timestamp=1517885220728, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2761, timestamp=1517885220728, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2762, timestamp=1517885220728, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2763, timestamp=1517885220729, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2764, timestamp=1517885220729, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2765, timestamp=1517885220729, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2766, timestamp=1517885220729, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2767, timestamp=1517885220729, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2768, timestamp=1517885220729, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2769, timestamp=1517885220729, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2770, timestamp=1517885220729, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2771, timestamp=1517885220729, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2772, timestamp=1517885220730, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2773, timestamp=1517885220730, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2774, timestamp=1517885220730, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2775, timestamp=1517885220730, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2776, timestamp=1517885220730, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2777, timestamp=1517885220730, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2778, timestamp=1517885220730, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2779, timestamp=1517885220730, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2780, timestamp=1517885220730, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2781, timestamp=1517885220730, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2782, timestamp=1517885220731, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2783, timestamp=1517885220731, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2784, timestamp=1517885220731, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2785, timestamp=1517885220731, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2786, timestamp=1517885220731, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2787, timestamp=1517885220731, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2788, timestamp=1517885220731, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2789, timestamp=1517885220731, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2790, timestamp=1517885220731, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2791, timestamp=1517885220731, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2792, timestamp=1517885220732, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2793, timestamp=1517885220732, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2794, timestamp=1517885220732, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2795, timestamp=1517885220732, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2796, timestamp=1517885220732, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2797, timestamp=1517885220732, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2798, timestamp=1517885220732, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2799, timestamp=1517885220733, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2800, timestamp=1517885220733, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2801, timestamp=1517885220733, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2802, timestamp=1517885220733, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2803, timestamp=1517885220733, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2804, timestamp=1517885220733, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2805, timestamp=1517885220733, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2806, timestamp=1517885220733, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2807, timestamp=1517885220733, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2808, timestamp=1517885220733, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2809, timestamp=1517885220733, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2810, timestamp=1517885220734, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2811, timestamp=1517885220734, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2812, timestamp=1517885220734, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2813, timestamp=1517885220734, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2814, timestamp=1517885220734, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2815, timestamp=1517885220734, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2816, timestamp=1517885220734, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2817, timestamp=1517885220734, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2818, timestamp=1517885220734, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2819, timestamp=1517885220735, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2820, timestamp=1517885220735, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2821, timestamp=1517885220735, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2822, timestamp=1517885220735, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2823, timestamp=1517885220735, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2824, timestamp=1517885220735, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2825, timestamp=1517885220735, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2826, timestamp=1517885220735, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2827, timestamp=1517885220735, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2828, timestamp=1517885220736, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2829, timestamp=1517885220736, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2830, timestamp=1517885220736, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2831, timestamp=1517885220736, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2832, timestamp=1517885220736, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2833, timestamp=1517885220736, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2834, timestamp=1517885220737, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2835, timestamp=1517885220737, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2836, timestamp=1517885220737, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2837, timestamp=1517885220737, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2838, timestamp=1517885220737, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2839, timestamp=1517885220737, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2840, timestamp=1517885220737, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2841, timestamp=1517885220737, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2842, timestamp=1517885220737, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2843, timestamp=1517885220737, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2844, timestamp=1517885220737, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2845, timestamp=1517885220737, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2846, timestamp=1517885220737, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2847, timestamp=1517885220738, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2848, timestamp=1517885220738, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2849, timestamp=1517885220738, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2850, timestamp=1517885220738, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2851, timestamp=1517885220738, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2852, timestamp=1517885220738, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2853, timestamp=1517885220738, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2854, timestamp=1517885220738, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2855, timestamp=1517885220738, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2856, timestamp=1517885220738, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2857, timestamp=1517885220739, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2858, timestamp=1517885220739, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2859, timestamp=1517885220739, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2860, timestamp=1517885220739, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2861, timestamp=1517885220739, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2862, timestamp=1517885220739, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2863, timestamp=1517885220739, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2864, timestamp=1517885220739, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2865, timestamp=1517885220739, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2866, timestamp=1517885220739, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2867, timestamp=1517885220739, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2868, timestamp=1517885220739, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2869, timestamp=1517885220740, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2870, timestamp=1517885220740, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2871, timestamp=1517885220740, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2872, timestamp=1517885220740, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2873, timestamp=1517885220740, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2874, timestamp=1517885220740, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2875, timestamp=1517885220740, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2876, timestamp=1517885220740, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2877, timestamp=1517885220740, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2878, timestamp=1517885220741, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2879, timestamp=1517885220741, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2880, timestamp=1517885220741, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2881, timestamp=1517885220741, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2882, timestamp=1517885220741, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2883, timestamp=1517885220741, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2884, timestamp=1517885220741, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2885, timestamp=1517885220741, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2886, timestamp=1517885220742, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2887, timestamp=1517885220742, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2888, timestamp=1517885220742, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2889, timestamp=1517885220742, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2890, timestamp=1517885220742, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2891, timestamp=1517885220742, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2892, timestamp=1517885220742, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2893, timestamp=1517885220742, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2894, timestamp=1517885220742, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2895, timestamp=1517885220742, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2896, timestamp=1517885220742, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2897, timestamp=1517885220743, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2898, timestamp=1517885220743, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2899, timestamp=1517885220743, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2900, timestamp=1517885220743, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2901, timestamp=1517885220744, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2902, timestamp=1517885220744, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2903, timestamp=1517885220744, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2904, timestamp=1517885220744, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2905, timestamp=1517885220744, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2906, timestamp=1517885220744, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2907, timestamp=1517885220744, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2908, timestamp=1517885220744, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2909, timestamp=1517885220745, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2910, timestamp=1517885220745, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2911, timestamp=1517885220745, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2912, timestamp=1517885220745, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2913, timestamp=1517885220745, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2914, timestamp=1517885220745, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2915, timestamp=1517885220745, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2916, timestamp=1517885220745, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2917, timestamp=1517885220746, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2918, timestamp=1517885220746, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2919, timestamp=1517885220746, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2920, timestamp=1517885220746, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2921, timestamp=1517885220746, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2922, timestamp=1517885220746, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2923, timestamp=1517885220746, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2924, timestamp=1517885220746, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2925, timestamp=1517885220747, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2926, timestamp=1517885220747, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2927, timestamp=1517885220747, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2928, timestamp=1517885220747, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2929, timestamp=1517885220747, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2930, timestamp=1517885220747, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2931, timestamp=1517885220747, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2932, timestamp=1517885220747, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2933, timestamp=1517885220747, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2934, timestamp=1517885220747, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2935, timestamp=1517885220747, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2936, timestamp=1517885220747, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2937, timestamp=1517885220747, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2938, timestamp=1517885220747, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2939, timestamp=1517885220747, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2940, timestamp=1517885220747, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2941, timestamp=1517885220748, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2942, timestamp=1517885220748, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2943, timestamp=1517885220748, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2944, timestamp=1517885220748, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2945, timestamp=1517885220748, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2946, timestamp=1517885220748, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2947, timestamp=1517885220748, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2948, timestamp=1517885220748, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2949, timestamp=1517885220748, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2950, timestamp=1517885220748, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2951, timestamp=1517885220749, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2952, timestamp=1517885220749, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2953, timestamp=1517885220749, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2954, timestamp=1517885220749, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2955, timestamp=1517885220749, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2956, timestamp=1517885220749, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2957, timestamp=1517885220749, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2958, timestamp=1517885220749, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2959, timestamp=1517885220749, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2960, timestamp=1517885220749, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2961, timestamp=1517885220749, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2962, timestamp=1517885220749, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2963, timestamp=1517885220750, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2964, timestamp=1517885220750, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2965, timestamp=1517885220750, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2966, timestamp=1517885220750, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2967, timestamp=1517885220750, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2968, timestamp=1517885220750, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2969, timestamp=1517885220750, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2970, timestamp=1517885220750, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2971, timestamp=1517885220750, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2972, timestamp=1517885220750, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2973, timestamp=1517885220750, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2974, timestamp=1517885220751, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2975, timestamp=1517885220751, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2976, timestamp=1517885220751, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2977, timestamp=1517885220751, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2978, timestamp=1517885220751, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2979, timestamp=1517885220751, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2980, timestamp=1517885220751, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2981, timestamp=1517885220751, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2982, timestamp=1517885220751, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2983, timestamp=1517885220751, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2984, timestamp=1517885220751, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2985, timestamp=1517885220752, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2986, timestamp=1517885220752, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2987, timestamp=1517885220752, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2988, timestamp=1517885220752, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2989, timestamp=1517885220752, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2990, timestamp=1517885220752, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2991, timestamp=1517885220752, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2992, timestamp=1517885220752, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2993, timestamp=1517885220752, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2994, timestamp=1517885220752, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2995, timestamp=1517885220753, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2996, timestamp=1517885220753, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2997, timestamp=1517885220753, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2998, timestamp=1517885220753, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2999, timestamp=1517885220753, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3000, timestamp=1517885220753, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3001, timestamp=1517885220753, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3002, timestamp=1517885220753, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3003, timestamp=1517885220753, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3004, timestamp=1517885220753, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3005, timestamp=1517885220754, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3006, timestamp=1517885220754, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3007, timestamp=1517885220754, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3008, timestamp=1517885220754, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3009, timestamp=1517885220754, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3010, timestamp=1517885220754, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3011, timestamp=1517885220754, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3012, timestamp=1517885220754, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3013, timestamp=1517885220754, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3014, timestamp=1517885220754, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3015, timestamp=1517885220754, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3016, timestamp=1517885220755, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3017, timestamp=1517885220755, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3018, timestamp=1517885220755, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3019, timestamp=1517885220755, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3020, timestamp=1517885220755, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3021, timestamp=1517885220755, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3022, timestamp=1517885220755, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3023, timestamp=1517885220755, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3024, timestamp=1517885220756, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3025, timestamp=1517885220756, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3026, timestamp=1517885220756, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3027, timestamp=1517885220756, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3028, timestamp=1517885220756, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3029, timestamp=1517885220756, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3030, timestamp=1517885220756, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3031, timestamp=1517885220756, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3032, timestamp=1517885220756, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3033, timestamp=1517885220757, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3034, timestamp=1517885220757, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3035, timestamp=1517885220757, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3036, timestamp=1517885220757, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3037, timestamp=1517885220757, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3038, timestamp=1517885220757, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3039, timestamp=1517885220757, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3040, timestamp=1517885220757, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3041, timestamp=1517885220757, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3042, timestamp=1517885220757, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3043, timestamp=1517885220758, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3044, timestamp=1517885220758, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3045, timestamp=1517885220758, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3046, timestamp=1517885220758, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3047, timestamp=1517885220758, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3048, timestamp=1517885220758, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3049, timestamp=1517885220758, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3050, timestamp=1517885220758, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3051, timestamp=1517885220758, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3052, timestamp=1517885220759, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3053, timestamp=1517885220759, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3054, timestamp=1517885220759, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3055, timestamp=1517885220759, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3056, timestamp=1517885220759, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3057, timestamp=1517885220759, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3058, timestamp=1517885220759, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3059, timestamp=1517885220759, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3060, timestamp=1517885220759, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3061, timestamp=1517885220759, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3062, timestamp=1517885220759, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3063, timestamp=1517885220759, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3064, timestamp=1517885220759, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3065, timestamp=1517885220759, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3066, timestamp=1517885220760, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3067, timestamp=1517885220760, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3068, timestamp=1517885220760, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3069, timestamp=1517885220760, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3070, timestamp=1517885220760, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3071, timestamp=1517885220760, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3072, timestamp=1517885220760, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3073, timestamp=1517885220760, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3074, timestamp=1517885220760, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3075, timestamp=1517885220760, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3076, timestamp=1517885220760, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3077, timestamp=1517885220761, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3078, timestamp=1517885220761, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3079, timestamp=1517885220761, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3080, timestamp=1517885220761, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3081, timestamp=1517885220761, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3082, timestamp=1517885220761, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3083, timestamp=1517885220761, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3084, timestamp=1517885220761, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3085, timestamp=1517885220761, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3086, timestamp=1517885220761, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3087, timestamp=1517885220762, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3088, timestamp=1517885220762, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3089, timestamp=1517885220762, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3090, timestamp=1517885220762, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3091, timestamp=1517885220762, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3092, timestamp=1517885220762, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3093, timestamp=1517885220762, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3094, timestamp=1517885220762, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3095, timestamp=1517885220762, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3096, timestamp=1517885220762, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3097, timestamp=1517885220762, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3098, timestamp=1517885220762, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3099, timestamp=1517885220762, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3100, timestamp=1517885220763, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3101, timestamp=1517885220763, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3102, timestamp=1517885220763, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3103, timestamp=1517885220763, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3104, timestamp=1517885220763, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3105, timestamp=1517885220763, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3106, timestamp=1517885220763, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3107, timestamp=1517885220763, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3108, timestamp=1517885220763, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3109, timestamp=1517885220763, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3110, timestamp=1517885220763, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3111, timestamp=1517885220763, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3112, timestamp=1517885220763, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3113, timestamp=1517885220763, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3114, timestamp=1517885220763, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3115, timestamp=1517885220764, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3116, timestamp=1517885220764, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3117, timestamp=1517885220764, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3118, timestamp=1517885220764, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3119, timestamp=1517885220764, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3120, timestamp=1517885220764, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3121, timestamp=1517885220764, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3122, timestamp=1517885220764, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3123, timestamp=1517885220764, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3124, timestamp=1517885220764, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3125, timestamp=1517885220764, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3126, timestamp=1517885220765, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3127, timestamp=1517885220765, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3128, timestamp=1517885220765, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3129, timestamp=1517885220765, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3130, timestamp=1517885220765, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3131, timestamp=1517885220765, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3132, timestamp=1517885220765, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3133, timestamp=1517885220765, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3134, timestamp=1517885220765, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3135, timestamp=1517885220765, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3136, timestamp=1517885220765, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3137, timestamp=1517885220765, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3138, timestamp=1517885220765, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3139, timestamp=1517885220766, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3140, timestamp=1517885220766, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3141, timestamp=1517885220766, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3142, timestamp=1517885220766, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3143, timestamp=1517885220766, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3144, timestamp=1517885220766, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3145, timestamp=1517885220766, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3146, timestamp=1517885220766, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3147, timestamp=1517885220766, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3148, timestamp=1517885220766, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3149, timestamp=1517885220766, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3150, timestamp=1517885220766, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3151, timestamp=1517885220767, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3152, timestamp=1517885220767, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3153, timestamp=1517885220767, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3154, timestamp=1517885220767, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3155, timestamp=1517885220767, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3156, timestamp=1517885220767, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3157, timestamp=1517885220767, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3158, timestamp=1517885220767, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3159, timestamp=1517885220767, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3160, timestamp=1517885220767, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3161, timestamp=1517885220768, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3162, timestamp=1517885220768, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3163, timestamp=1517885220768, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3164, timestamp=1517885220768, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3165, timestamp=1517885220768, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3166, timestamp=1517885220768, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3167, timestamp=1517885220768, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3168, timestamp=1517885220768, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3169, timestamp=1517885220768, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3170, timestamp=1517885220768, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3171, timestamp=1517885220768, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3172, timestamp=1517885220769, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3173, timestamp=1517885220769, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3174, timestamp=1517885220769, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3175, timestamp=1517885220769, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3176, timestamp=1517885220769, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3177, timestamp=1517885220769, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3178, timestamp=1517885220769, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3179, timestamp=1517885220769, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3180, timestamp=1517885220769, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3181, timestamp=1517885220770, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3182, timestamp=1517885220770, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3183, timestamp=1517885220770, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3184, timestamp=1517885220770, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3185, timestamp=1517885220770, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3186, timestamp=1517885220770, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3187, timestamp=1517885220770, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3188, timestamp=1517885220770, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3189, timestamp=1517885220770, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3190, timestamp=1517885220771, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3191, timestamp=1517885220771, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3192, timestamp=1517885220771, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3193, timestamp=1517885220771, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3194, timestamp=1517885220771, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3195, timestamp=1517885220771, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3196, timestamp=1517885220771, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3197, timestamp=1517885220771, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3198, timestamp=1517885220771, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3199, timestamp=1517885220771, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3200, timestamp=1517885220771, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3201, timestamp=1517885220771, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3202, timestamp=1517885220772, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3203, timestamp=1517885220772, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3204, timestamp=1517885220772, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3205, timestamp=1517885220772, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3206, timestamp=1517885220772, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3207, timestamp=1517885220772, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3208, timestamp=1517885220772, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3209, timestamp=1517885220773, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3210, timestamp=1517885220773, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3211, timestamp=1517885220773, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3212, timestamp=1517885220773, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3213, timestamp=1517885220773, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3214, timestamp=1517885220773, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3215, timestamp=1517885220774, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3216, timestamp=1517885220774, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3217, timestamp=1517885220774, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3218, timestamp=1517885220774, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3219, timestamp=1517885220774, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3220, timestamp=1517885220775, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3221, timestamp=1517885220775, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3222, timestamp=1517885220775, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3223, timestamp=1517885220775, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3224, timestamp=1517885220775, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3225, timestamp=1517885220775, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3226, timestamp=1517885220775, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3227, timestamp=1517885220775, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3228, timestamp=1517885220775, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3229, timestamp=1517885220776, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3230, timestamp=1517885220776, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3231, timestamp=1517885220776, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3232, timestamp=1517885220777, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3233, timestamp=1517885220777, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3234, timestamp=1517885220777, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3235, timestamp=1517885220777, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3236, timestamp=1517885220777, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3237, timestamp=1517885220778, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3238, timestamp=1517885220778, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3239, timestamp=1517885220778, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3240, timestamp=1517885220778, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3241, timestamp=1517885220778, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3242, timestamp=1517885220778, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3243, timestamp=1517885220778, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3244, timestamp=1517885220778, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3245, timestamp=1517885220778, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3246, timestamp=1517885220779, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3247, timestamp=1517885220779, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3248, timestamp=1517885220779, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3249, timestamp=1517885220779, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3250, timestamp=1517885220779, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3251, timestamp=1517885220779, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3252, timestamp=1517885220779, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3253, timestamp=1517885220779, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3254, timestamp=1517885220780, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3255, timestamp=1517885220780, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3256, timestamp=1517885220780, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3257, timestamp=1517885220780, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3258, timestamp=1517885220780, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3259, timestamp=1517885220780, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3260, timestamp=1517885220780, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3261, timestamp=1517885220781, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3262, timestamp=1517885220781, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3263, timestamp=1517885220781, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3264, timestamp=1517885220781, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3265, timestamp=1517885220781, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3266, timestamp=1517885220781, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3267, timestamp=1517885220781, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3268, timestamp=1517885220781, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3269, timestamp=1517885220782, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3270, timestamp=1517885220782, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3271, timestamp=1517885220782, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3272, timestamp=1517885220782, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3273, timestamp=1517885220782, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3274, timestamp=1517885220782, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3275, timestamp=1517885220782, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3276, timestamp=1517885220782, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3277, timestamp=1517885220782, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3278, timestamp=1517885220783, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3279, timestamp=1517885220783, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3280, timestamp=1517885220783, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3281, timestamp=1517885220783, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3282, timestamp=1517885220784, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3283, timestamp=1517885220784, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3284, timestamp=1517885220784, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3285, timestamp=1517885220784, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3286, timestamp=1517885220784, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3287, timestamp=1517885220784, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3288, timestamp=1517885220785, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3289, timestamp=1517885220785, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3290, timestamp=1517885220785, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3291, timestamp=1517885220785, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3292, timestamp=1517885220785, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3293, timestamp=1517885220785, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3294, timestamp=1517885220785, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3295, timestamp=1517885220786, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3296, timestamp=1517885220786, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3297, timestamp=1517885220786, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3298, timestamp=1517885220786, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3299, timestamp=1517885220786, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3300, timestamp=1517885220786, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3301, timestamp=1517885220786, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3302, timestamp=1517885220787, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3303, timestamp=1517885220787, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3304, timestamp=1517885220787, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3305, timestamp=1517885220787, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3306, timestamp=1517885220787, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3307, timestamp=1517885220787, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3308, timestamp=1517885220788, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3309, timestamp=1517885220788, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3310, timestamp=1517885220788, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3311, timestamp=1517885220788, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3312, timestamp=1517885220788, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3313, timestamp=1517885220788, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3314, timestamp=1517885220788, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3315, timestamp=1517885220788, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3316, timestamp=1517885220789, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3317, timestamp=1517885220789, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3318, timestamp=1517885220789, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3319, timestamp=1517885220789, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3320, timestamp=1517885220789, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3321, timestamp=1517885220789, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3322, timestamp=1517885220789, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3323, timestamp=1517885220789, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3324, timestamp=1517885220789, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3325, timestamp=1517885220790, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3326, timestamp=1517885220790, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3327, timestamp=1517885220790, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3328, timestamp=1517885220790, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3329, timestamp=1517885220790, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3330, timestamp=1517885220790, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3331, timestamp=1517885220790, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3332, timestamp=1517885220791, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3333, timestamp=1517885220791, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3334, timestamp=1517885220791, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3335, timestamp=1517885220791, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3336, timestamp=1517885220791, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3337, timestamp=1517885220791, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3338, timestamp=1517885220791, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3339, timestamp=1517885220792, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3340, timestamp=1517885220792, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3341, timestamp=1517885220792, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3342, timestamp=1517885220792, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3343, timestamp=1517885220792, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3344, timestamp=1517885220792, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3345, timestamp=1517885220792, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3346, timestamp=1517885220793, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3347, timestamp=1517885220793, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3348, timestamp=1517885220793, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3349, timestamp=1517885220793, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3350, timestamp=1517885220793, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3351, timestamp=1517885220793, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3352, timestamp=1517885220793, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3353, timestamp=1517885220793, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3354, timestamp=1517885220794, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3355, timestamp=1517885220794, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3356, timestamp=1517885220794, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3357, timestamp=1517885220794, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3358, timestamp=1517885220794, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3359, timestamp=1517885220794, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3360, timestamp=1517885220794, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3361, timestamp=1517885220794, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3362, timestamp=1517885220794, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3363, timestamp=1517885220795, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3364, timestamp=1517885220795, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3365, timestamp=1517885220795, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3366, timestamp=1517885220795, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3367, timestamp=1517885220795, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3368, timestamp=1517885220795, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3369, timestamp=1517885220795, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3370, timestamp=1517885220795, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3371, timestamp=1517885220795, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3372, timestamp=1517885220795, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3373, timestamp=1517885220795, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3374, timestamp=1517885220795, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3375, timestamp=1517885220795, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3376, timestamp=1517885220795, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3377, timestamp=1517885220796, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3378, timestamp=1517885220796, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3379, timestamp=1517885220796, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3380, timestamp=1517885220796, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3381, timestamp=1517885220796, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3382, timestamp=1517885220796, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3383, timestamp=1517885220796, key=8 bytes, value=568 bytes))]}]}]} 12:02:57.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 1650 for partition test-1 returned fetch data (error=NONE, highWaterMark=99942, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:02:57.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 1846 12:02:58.099 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:58.099 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 13 to node 2147483646 12:02:58.197 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=1650, metadata=''}, test-0=OffsetAndMetadata{offset=350, metadata=''}, test-2=OffsetAndMetadata{offset=0, metadata=''}} 12:02:58.197 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=1650, metadata=''}, test-0=OffsetAndMetadata{offset=350, metadata=''}, test-2=OffsetAndMetadata{offset=0, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:02:58.199 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=350,metadata=},{partition=1,offset=1650,metadata=},{partition=2,offset=0,metadata=}]}]} with correlation id 14 to node 2147483646 12:02:58.202 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 350 for assigned partition test-0 and update position to 850 12:02:58.300 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 13, received {throttle_time_ms=0,error_code=0} 12:02:58.300 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:02:58.400 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for OFFSET_COMMIT with correlation id 14, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:02:58.400 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 1650 for partition test-1 12:02:58.400 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 350 for partition test-0 12:02:58.400 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 0 for partition test-2 12:02:58.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 2312 12:02:59.262 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=1650, metadata=''}, test-0=OffsetAndMetadata{offset=350, metadata=''}, test-2=OffsetAndMetadata{offset=0, metadata=''}} 12:02:59.265 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 850 for assigned partition test-0 and update position to 1350 12:02:59.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 2787 12:03:00.310 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1350 for assigned partition test-0 and update position to 1662 12:03:00.310 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-2 with offset 0 12:03:00.310 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-2 to 99967 12:03:00.311 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 0 for assigned partition test-2 and update position to 188 12:03:00.311 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name test-2.records-lag 12:03:00.312 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 1662 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:00.312 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-0] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:00.312 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,fetch_offset=1662,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 15 to node 1 12:03:00.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 3269 12:03:01.107 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:01.107 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 16 to node 2147483646 12:03:01.308 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for FETCH with correlation id 15, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=1662, timestamp=1517885220546, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1663, timestamp=1517885220547, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1664, timestamp=1517885220547, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1665, timestamp=1517885220547, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1666, timestamp=1517885220547, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1667, timestamp=1517885220547, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1668, timestamp=1517885220547, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1669, timestamp=1517885220547, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1670, timestamp=1517885220547, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1671, timestamp=1517885220547, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1672, timestamp=1517885220547, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1673, timestamp=1517885220547, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1674, timestamp=1517885220547, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1675, timestamp=1517885220548, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1676, timestamp=1517885220548, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1677, timestamp=1517885220548, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1678, timestamp=1517885220548, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1679, timestamp=1517885220548, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1680, timestamp=1517885220548, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1681, timestamp=1517885220548, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1682, timestamp=1517885220548, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1683, timestamp=1517885220548, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1684, timestamp=1517885220549, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1685, timestamp=1517885220549, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1686, timestamp=1517885220549, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1687, timestamp=1517885220549, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1688, timestamp=1517885220549, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1689, timestamp=1517885220549, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1690, timestamp=1517885220549, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1691, timestamp=1517885220550, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1692, timestamp=1517885220550, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1693, timestamp=1517885220550, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1694, timestamp=1517885220550, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1695, timestamp=1517885220550, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1696, timestamp=1517885220550, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1697, timestamp=1517885220550, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1698, timestamp=1517885220550, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1699, timestamp=1517885220550, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1700, timestamp=1517885220550, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1701, timestamp=1517885220550, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1702, timestamp=1517885220551, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1703, timestamp=1517885220551, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1704, timestamp=1517885220551, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1705, timestamp=1517885220551, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1706, timestamp=1517885220551, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1707, timestamp=1517885220551, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1708, timestamp=1517885220552, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1709, timestamp=1517885220552, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1710, timestamp=1517885220552, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1711, timestamp=1517885220552, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1712, timestamp=1517885220552, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1713, timestamp=1517885220552, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1714, timestamp=1517885220552, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1715, timestamp=1517885220552, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1716, timestamp=1517885220553, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1717, timestamp=1517885220553, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1718, timestamp=1517885220553, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1719, timestamp=1517885220553, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1720, timestamp=1517885220553, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1721, timestamp=1517885220554, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1722, timestamp=1517885220554, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1723, timestamp=1517885220554, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1724, timestamp=1517885220554, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1725, timestamp=1517885220554, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1726, timestamp=1517885220554, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1727, timestamp=1517885220554, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1728, timestamp=1517885220554, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1729, timestamp=1517885220555, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1730, timestamp=1517885220555, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1731, timestamp=1517885220555, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1732, timestamp=1517885220555, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1733, timestamp=1517885220555, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1734, timestamp=1517885220555, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1735, timestamp=1517885220555, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1736, timestamp=1517885220556, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1737, timestamp=1517885220556, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1738, timestamp=1517885220556, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1739, timestamp=1517885220556, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1740, timestamp=1517885220556, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1741, timestamp=1517885220556, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1742, timestamp=1517885220557, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1743, timestamp=1517885220557, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1744, timestamp=1517885220557, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1745, timestamp=1517885220557, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1746, timestamp=1517885220557, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1747, timestamp=1517885220557, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1748, timestamp=1517885220557, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1749, timestamp=1517885220557, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1750, timestamp=1517885220557, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1751, timestamp=1517885220558, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1752, timestamp=1517885220558, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1753, timestamp=1517885220558, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1754, timestamp=1517885220558, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1755, timestamp=1517885220558, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1756, timestamp=1517885220558, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1757, timestamp=1517885220558, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1758, timestamp=1517885220558, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1759, timestamp=1517885220558, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1760, timestamp=1517885220558, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1761, timestamp=1517885220558, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1762, timestamp=1517885220559, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1763, timestamp=1517885220559, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1764, timestamp=1517885220559, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1765, timestamp=1517885220559, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1766, timestamp=1517885220559, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1767, timestamp=1517885220559, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1768, timestamp=1517885220559, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1769, timestamp=1517885220559, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1770, timestamp=1517885220559, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1771, timestamp=1517885220560, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1772, timestamp=1517885220560, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1773, timestamp=1517885220560, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1774, timestamp=1517885220560, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1775, timestamp=1517885220561, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1776, timestamp=1517885220561, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1777, timestamp=1517885220561, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1778, timestamp=1517885220561, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1779, timestamp=1517885220561, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1780, timestamp=1517885220562, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1781, timestamp=1517885220562, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1782, timestamp=1517885220562, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1783, timestamp=1517885220563, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1784, timestamp=1517885220563, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1785, timestamp=1517885220564, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1786, timestamp=1517885220564, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1787, timestamp=1517885220564, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1788, timestamp=1517885220564, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1789, timestamp=1517885220564, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1790, timestamp=1517885220564, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1791, timestamp=1517885220565, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1792, timestamp=1517885220565, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1793, timestamp=1517885220566, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1794, timestamp=1517885220566, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1795, timestamp=1517885220566, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1796, timestamp=1517885220567, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1797, timestamp=1517885220567, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1798, timestamp=1517885220568, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1799, timestamp=1517885220568, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1800, timestamp=1517885220568, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1801, timestamp=1517885220568, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1802, timestamp=1517885220568, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1803, timestamp=1517885220568, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1804, timestamp=1517885220568, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1805, timestamp=1517885220568, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1806, timestamp=1517885220569, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1807, timestamp=1517885220569, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1808, timestamp=1517885220570, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1809, timestamp=1517885220570, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1810, timestamp=1517885220570, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1811, timestamp=1517885220571, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1812, timestamp=1517885220571, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1813, timestamp=1517885220571, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1814, timestamp=1517885220571, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1815, timestamp=1517885220571, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1816, timestamp=1517885220571, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1817, timestamp=1517885220571, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1818, timestamp=1517885220571, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1819, timestamp=1517885220571, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1820, timestamp=1517885220572, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1821, timestamp=1517885220572, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1822, timestamp=1517885220572, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1823, timestamp=1517885220572, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1824, timestamp=1517885220572, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1825, timestamp=1517885220572, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1826, timestamp=1517885220572, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1827, timestamp=1517885220573, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1828, timestamp=1517885220573, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1829, timestamp=1517885220573, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1830, timestamp=1517885220573, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1831, timestamp=1517885220573, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1832, timestamp=1517885220573, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1833, timestamp=1517885220573, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1834, timestamp=1517885220573, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1835, timestamp=1517885220574, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1836, timestamp=1517885220574, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1837, timestamp=1517885220574, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1838, timestamp=1517885220574, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1839, timestamp=1517885220574, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1840, timestamp=1517885220574, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1841, timestamp=1517885220574, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1842, timestamp=1517885220575, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1843, timestamp=1517885220575, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1844, timestamp=1517885220575, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1845, timestamp=1517885220575, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1846, timestamp=1517885220575, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1847, timestamp=1517885220575, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1848, timestamp=1517885220576, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1849, timestamp=1517885220576, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1850, timestamp=1517885220576, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1851, timestamp=1517885220576, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1852, timestamp=1517885220576, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1853, timestamp=1517885220576, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1854, timestamp=1517885220576, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1855, timestamp=1517885220577, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1856, timestamp=1517885220577, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1857, timestamp=1517885220578, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1858, timestamp=1517885220578, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1859, timestamp=1517885220578, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1860, timestamp=1517885220578, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1861, timestamp=1517885220578, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1862, timestamp=1517885220578, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1863, timestamp=1517885220578, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1864, timestamp=1517885220579, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1865, timestamp=1517885220579, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1866, timestamp=1517885220579, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1867, timestamp=1517885220579, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1868, timestamp=1517885220579, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1869, timestamp=1517885220579, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1870, timestamp=1517885220580, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1871, timestamp=1517885220580, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1872, timestamp=1517885220580, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1873, timestamp=1517885220580, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1874, timestamp=1517885220580, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1875, timestamp=1517885220580, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1876, timestamp=1517885220581, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1877, timestamp=1517885220581, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1878, timestamp=1517885220581, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1879, timestamp=1517885220581, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1880, timestamp=1517885220582, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1881, timestamp=1517885220582, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1882, timestamp=1517885220582, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1883, timestamp=1517885220582, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1884, timestamp=1517885220582, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1885, timestamp=1517885220582, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1886, timestamp=1517885220582, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1887, timestamp=1517885220582, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1888, timestamp=1517885220582, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1889, timestamp=1517885220582, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1890, timestamp=1517885220582, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1891, timestamp=1517885220582, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1892, timestamp=1517885220582, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1893, timestamp=1517885220582, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1894, timestamp=1517885220583, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1895, timestamp=1517885220583, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1896, timestamp=1517885220583, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1897, timestamp=1517885220583, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1898, timestamp=1517885220583, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1899, timestamp=1517885220583, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1900, timestamp=1517885220583, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1901, timestamp=1517885220583, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1902, timestamp=1517885220583, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1903, timestamp=1517885220583, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1904, timestamp=1517885220584, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1905, timestamp=1517885220584, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1906, timestamp=1517885220584, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1907, timestamp=1517885220584, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1908, timestamp=1517885220584, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1909, timestamp=1517885220584, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1910, timestamp=1517885220584, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1911, timestamp=1517885220585, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1912, timestamp=1517885220585, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1913, timestamp=1517885220585, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1914, timestamp=1517885220585, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1915, timestamp=1517885220585, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1916, timestamp=1517885220586, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1917, timestamp=1517885220586, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1918, timestamp=1517885220586, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1919, timestamp=1517885220587, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1920, timestamp=1517885220587, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1921, timestamp=1517885220587, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1922, timestamp=1517885220587, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1923, timestamp=1517885220587, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1924, timestamp=1517885220587, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1925, timestamp=1517885220587, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1926, timestamp=1517885220587, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1927, timestamp=1517885220587, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1928, timestamp=1517885220587, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1929, timestamp=1517885220587, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1930, timestamp=1517885220587, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1931, timestamp=1517885220587, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1932, timestamp=1517885220587, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1933, timestamp=1517885220588, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1934, timestamp=1517885220588, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1935, timestamp=1517885220588, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1936, timestamp=1517885220588, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1937, timestamp=1517885220588, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1938, timestamp=1517885220588, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1939, timestamp=1517885220588, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1940, timestamp=1517885220588, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1941, timestamp=1517885220589, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1942, timestamp=1517885220589, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1943, timestamp=1517885220589, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1944, timestamp=1517885220589, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1945, timestamp=1517885220589, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1946, timestamp=1517885220589, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1947, timestamp=1517885220589, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1948, timestamp=1517885220589, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1949, timestamp=1517885220589, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1950, timestamp=1517885220590, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1951, timestamp=1517885220590, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1952, timestamp=1517885220590, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1953, timestamp=1517885220590, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1954, timestamp=1517885220590, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1955, timestamp=1517885220590, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1956, timestamp=1517885220590, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1957, timestamp=1517885220590, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1958, timestamp=1517885220590, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1959, timestamp=1517885220590, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1960, timestamp=1517885220590, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1961, timestamp=1517885220591, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1962, timestamp=1517885220591, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1963, timestamp=1517885220591, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1964, timestamp=1517885220591, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1965, timestamp=1517885220591, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1966, timestamp=1517885220592, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1967, timestamp=1517885220592, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1968, timestamp=1517885220592, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1969, timestamp=1517885220593, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1970, timestamp=1517885220593, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1971, timestamp=1517885220593, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1972, timestamp=1517885220593, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1973, timestamp=1517885220593, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1974, timestamp=1517885220593, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1975, timestamp=1517885220593, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1976, timestamp=1517885220593, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1977, timestamp=1517885220593, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1978, timestamp=1517885220593, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1979, timestamp=1517885220593, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1980, timestamp=1517885220594, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1981, timestamp=1517885220594, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1982, timestamp=1517885220594, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1983, timestamp=1517885220594, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1984, timestamp=1517885220594, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1985, timestamp=1517885220594, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1986, timestamp=1517885220594, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1987, timestamp=1517885220594, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1988, timestamp=1517885220594, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1989, timestamp=1517885220594, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1990, timestamp=1517885220594, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1991, timestamp=1517885220594, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1992, timestamp=1517885220594, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1993, timestamp=1517885220594, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1994, timestamp=1517885220594, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1995, timestamp=1517885220594, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1996, timestamp=1517885220594, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1997, timestamp=1517885220595, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1998, timestamp=1517885220595, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1999, timestamp=1517885220595, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2000, timestamp=1517885220595, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2001, timestamp=1517885220595, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2002, timestamp=1517885220595, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2003, timestamp=1517885220595, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2004, timestamp=1517885220596, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2005, timestamp=1517885220596, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2006, timestamp=1517885220596, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2007, timestamp=1517885220596, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2008, timestamp=1517885220596, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2009, timestamp=1517885220596, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2010, timestamp=1517885220596, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2011, timestamp=1517885220596, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2012, timestamp=1517885220597, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2013, timestamp=1517885220597, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2014, timestamp=1517885220597, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2015, timestamp=1517885220598, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2016, timestamp=1517885220598, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2017, timestamp=1517885220598, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2018, timestamp=1517885220599, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2019, timestamp=1517885220599, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2020, timestamp=1517885220599, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2021, timestamp=1517885220599, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2022, timestamp=1517885220599, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2023, timestamp=1517885220600, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2024, timestamp=1517885220600, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2025, timestamp=1517885220600, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2026, timestamp=1517885220600, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2027, timestamp=1517885220600, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2028, timestamp=1517885220601, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2029, timestamp=1517885220601, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2030, timestamp=1517885220601, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2031, timestamp=1517885220601, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2032, timestamp=1517885220602, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2033, timestamp=1517885220602, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2034, timestamp=1517885220602, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2035, timestamp=1517885220602, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2036, timestamp=1517885220602, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2037, timestamp=1517885220602, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2038, timestamp=1517885220602, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2039, timestamp=1517885220602, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2040, timestamp=1517885220602, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2041, timestamp=1517885220602, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2042, timestamp=1517885220603, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2043, timestamp=1517885220603, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2044, timestamp=1517885220603, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2045, timestamp=1517885220603, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2046, timestamp=1517885220603, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2047, timestamp=1517885220603, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2048, timestamp=1517885220603, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2049, timestamp=1517885220604, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2050, timestamp=1517885220604, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2051, timestamp=1517885220604, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2052, timestamp=1517885220604, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2053, timestamp=1517885220604, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2054, timestamp=1517885220605, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2055, timestamp=1517885220605, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2056, timestamp=1517885220606, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2057, timestamp=1517885220606, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2058, timestamp=1517885220607, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2059, timestamp=1517885220607, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2060, timestamp=1517885220607, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2061, timestamp=1517885220607, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2062, timestamp=1517885220607, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2063, timestamp=1517885220607, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2064, timestamp=1517885220608, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2065, timestamp=1517885220608, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2066, timestamp=1517885220608, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2067, timestamp=1517885220608, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2068, timestamp=1517885220608, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2069, timestamp=1517885220609, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2070, timestamp=1517885220609, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2071, timestamp=1517885220609, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2072, timestamp=1517885220609, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2073, timestamp=1517885220609, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2074, timestamp=1517885220609, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2075, timestamp=1517885220610, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2076, timestamp=1517885220610, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2077, timestamp=1517885220610, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2078, timestamp=1517885220610, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2079, timestamp=1517885220611, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2080, timestamp=1517885220611, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2081, timestamp=1517885220611, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2082, timestamp=1517885220612, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2083, timestamp=1517885220612, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2084, timestamp=1517885220612, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2085, timestamp=1517885220612, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2086, timestamp=1517885220612, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2087, timestamp=1517885220612, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2088, timestamp=1517885220612, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2089, timestamp=1517885220613, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2090, timestamp=1517885220613, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2091, timestamp=1517885220613, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2092, timestamp=1517885220613, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2093, timestamp=1517885220613, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2094, timestamp=1517885220614, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2095, timestamp=1517885220614, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2096, timestamp=1517885220614, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2097, timestamp=1517885220614, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2098, timestamp=1517885220614, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2099, timestamp=1517885220614, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2100, timestamp=1517885220615, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2101, timestamp=1517885220615, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2102, timestamp=1517885220615, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2103, timestamp=1517885220615, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2104, timestamp=1517885220615, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2105, timestamp=1517885220615, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2106, timestamp=1517885220615, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2107, timestamp=1517885220615, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2108, timestamp=1517885220616, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2109, timestamp=1517885220616, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2110, timestamp=1517885220616, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2111, timestamp=1517885220616, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2112, timestamp=1517885220616, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2113, timestamp=1517885220616, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2114, timestamp=1517885220616, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2115, timestamp=1517885220616, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2116, timestamp=1517885220616, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2117, timestamp=1517885220616, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2118, timestamp=1517885220616, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2119, timestamp=1517885220616, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2120, timestamp=1517885220616, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2121, timestamp=1517885220617, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2122, timestamp=1517885220617, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2123, timestamp=1517885220617, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2124, timestamp=1517885220617, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2125, timestamp=1517885220617, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2126, timestamp=1517885220617, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2127, timestamp=1517885220617, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2128, timestamp=1517885220617, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2129, timestamp=1517885220618, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2130, timestamp=1517885220618, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2131, timestamp=1517885220618, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2132, timestamp=1517885220618, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2133, timestamp=1517885220618, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2134, timestamp=1517885220618, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2135, timestamp=1517885220618, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2136, timestamp=1517885220618, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2137, timestamp=1517885220619, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2138, timestamp=1517885220619, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2139, timestamp=1517885220619, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2140, timestamp=1517885220619, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2141, timestamp=1517885220620, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2142, timestamp=1517885220621, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2143, timestamp=1517885220621, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2144, timestamp=1517885220621, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2145, timestamp=1517885220621, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2146, timestamp=1517885220622, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2147, timestamp=1517885220622, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2148, timestamp=1517885220623, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2149, timestamp=1517885220623, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2150, timestamp=1517885220623, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2151, timestamp=1517885220623, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2152, timestamp=1517885220624, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2153, timestamp=1517885220624, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2154, timestamp=1517885220624, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2155, timestamp=1517885220624, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2156, timestamp=1517885220625, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2157, timestamp=1517885220625, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2158, timestamp=1517885220625, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2159, timestamp=1517885220625, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2160, timestamp=1517885220625, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2161, timestamp=1517885220625, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2162, timestamp=1517885220625, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2163, timestamp=1517885220625, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2164, timestamp=1517885220626, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2165, timestamp=1517885220626, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2166, timestamp=1517885220626, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2167, timestamp=1517885220626, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2168, timestamp=1517885220626, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2169, timestamp=1517885220627, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2170, timestamp=1517885220627, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2171, timestamp=1517885220627, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2172, timestamp=1517885220628, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2173, timestamp=1517885220628, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2174, timestamp=1517885220628, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2175, timestamp=1517885220628, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2176, timestamp=1517885220628, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2177, timestamp=1517885220628, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2178, timestamp=1517885220629, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2179, timestamp=1517885220629, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2180, timestamp=1517885220629, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2181, timestamp=1517885220629, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2182, timestamp=1517885220629, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2183, timestamp=1517885220630, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2184, timestamp=1517885220631, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2185, timestamp=1517885220631, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2186, timestamp=1517885220631, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2187, timestamp=1517885220631, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2188, timestamp=1517885220631, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2189, timestamp=1517885220631, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2190, timestamp=1517885220631, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2191, timestamp=1517885220632, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2192, timestamp=1517885220632, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2193, timestamp=1517885220632, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2194, timestamp=1517885220632, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2195, timestamp=1517885220632, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2196, timestamp=1517885220633, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2197, timestamp=1517885220633, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2198, timestamp=1517885220633, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2199, timestamp=1517885220633, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2200, timestamp=1517885220633, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2201, timestamp=1517885220633, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2202, timestamp=1517885220633, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2203, timestamp=1517885220634, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2204, timestamp=1517885220634, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2205, timestamp=1517885220634, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2206, timestamp=1517885220635, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2207, timestamp=1517885220635, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2208, timestamp=1517885220635, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2209, timestamp=1517885220635, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2210, timestamp=1517885220636, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2211, timestamp=1517885220636, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2212, timestamp=1517885220636, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2213, timestamp=1517885220636, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2214, timestamp=1517885220637, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2215, timestamp=1517885220637, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2216, timestamp=1517885220637, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2217, timestamp=1517885220638, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2218, timestamp=1517885220638, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2219, timestamp=1517885220638, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2220, timestamp=1517885220638, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2221, timestamp=1517885220638, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2222, timestamp=1517885220638, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2223, timestamp=1517885220638, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2224, timestamp=1517885220638, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2225, timestamp=1517885220639, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2226, timestamp=1517885220639, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2227, timestamp=1517885220639, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2228, timestamp=1517885220639, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2229, timestamp=1517885220639, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2230, timestamp=1517885220639, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2231, timestamp=1517885220640, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2232, timestamp=1517885220640, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2233, timestamp=1517885220640, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2234, timestamp=1517885220640, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2235, timestamp=1517885220640, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2236, timestamp=1517885220641, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2237, timestamp=1517885220641, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2238, timestamp=1517885220641, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2239, timestamp=1517885220642, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2240, timestamp=1517885220642, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2241, timestamp=1517885220643, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2242, timestamp=1517885220643, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2243, timestamp=1517885220643, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2244, timestamp=1517885220643, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2245, timestamp=1517885220643, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2246, timestamp=1517885220643, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2247, timestamp=1517885220643, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2248, timestamp=1517885220644, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2249, timestamp=1517885220644, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2250, timestamp=1517885220645, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2251, timestamp=1517885220645, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2252, timestamp=1517885220645, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2253, timestamp=1517885220645, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2254, timestamp=1517885220646, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2255, timestamp=1517885220646, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2256, timestamp=1517885220646, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2257, timestamp=1517885220646, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2258, timestamp=1517885220646, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2259, timestamp=1517885220646, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2260, timestamp=1517885220646, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2261, timestamp=1517885220647, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2262, timestamp=1517885220647, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2263, timestamp=1517885220647, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2264, timestamp=1517885220647, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2265, timestamp=1517885220647, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2266, timestamp=1517885220647, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2267, timestamp=1517885220647, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2268, timestamp=1517885220648, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2269, timestamp=1517885220648, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2270, timestamp=1517885220648, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2271, timestamp=1517885220648, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2272, timestamp=1517885220648, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2273, timestamp=1517885220648, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2274, timestamp=1517885220648, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2275, timestamp=1517885220649, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2276, timestamp=1517885220649, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2277, timestamp=1517885220649, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2278, timestamp=1517885220650, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2279, timestamp=1517885220650, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2280, timestamp=1517885220650, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2281, timestamp=1517885220650, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2282, timestamp=1517885220650, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2283, timestamp=1517885220650, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2284, timestamp=1517885220650, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2285, timestamp=1517885220650, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2286, timestamp=1517885220650, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2287, timestamp=1517885220651, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2288, timestamp=1517885220651, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2289, timestamp=1517885220651, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2290, timestamp=1517885220651, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2291, timestamp=1517885220651, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2292, timestamp=1517885220652, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2293, timestamp=1517885220652, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2294, timestamp=1517885220652, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2295, timestamp=1517885220652, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2296, timestamp=1517885220653, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2297, timestamp=1517885220653, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2298, timestamp=1517885220653, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2299, timestamp=1517885220653, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2300, timestamp=1517885220653, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2301, timestamp=1517885220654, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2302, timestamp=1517885220654, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2303, timestamp=1517885220654, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2304, timestamp=1517885220654, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2305, timestamp=1517885220654, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2306, timestamp=1517885220654, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2307, timestamp=1517885220654, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2308, timestamp=1517885220656, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2309, timestamp=1517885220656, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2310, timestamp=1517885220656, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2311, timestamp=1517885220656, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2312, timestamp=1517885220656, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2313, timestamp=1517885220657, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2314, timestamp=1517885220658, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2315, timestamp=1517885220658, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2316, timestamp=1517885220658, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2317, timestamp=1517885220658, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2318, timestamp=1517885220658, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2319, timestamp=1517885220658, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2320, timestamp=1517885220658, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2321, timestamp=1517885220658, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2322, timestamp=1517885220658, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2323, timestamp=1517885220659, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2324, timestamp=1517885220659, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2325, timestamp=1517885220659, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2326, timestamp=1517885220659, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2327, timestamp=1517885220659, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2328, timestamp=1517885220659, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2329, timestamp=1517885220660, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2330, timestamp=1517885220660, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2331, timestamp=1517885220661, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2332, timestamp=1517885220661, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2333, timestamp=1517885220661, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2334, timestamp=1517885220661, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2335, timestamp=1517885220661, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2336, timestamp=1517885220661, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2337, timestamp=1517885220661, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2338, timestamp=1517885220661, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2339, timestamp=1517885220661, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2340, timestamp=1517885220662, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2341, timestamp=1517885220662, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2342, timestamp=1517885220662, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2343, timestamp=1517885220662, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2344, timestamp=1517885220662, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2345, timestamp=1517885220663, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2346, timestamp=1517885220663, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2347, timestamp=1517885220663, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2348, timestamp=1517885220663, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2349, timestamp=1517885220663, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2350, timestamp=1517885220663, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2351, timestamp=1517885220664, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2352, timestamp=1517885220664, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2353, timestamp=1517885220664, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2354, timestamp=1517885220664, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2355, timestamp=1517885220664, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2356, timestamp=1517885220664, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2357, timestamp=1517885220664, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2358, timestamp=1517885220664, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2359, timestamp=1517885220665, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2360, timestamp=1517885220665, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2361, timestamp=1517885220665, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2362, timestamp=1517885220665, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2363, timestamp=1517885220665, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2364, timestamp=1517885220665, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2365, timestamp=1517885220665, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2366, timestamp=1517885220665, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2367, timestamp=1517885220665, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2368, timestamp=1517885220665, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2369, timestamp=1517885220666, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2370, timestamp=1517885220666, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2371, timestamp=1517885220666, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2372, timestamp=1517885220667, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2373, timestamp=1517885220667, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2374, timestamp=1517885220667, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2375, timestamp=1517885220667, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2376, timestamp=1517885220667, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2377, timestamp=1517885220667, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2378, timestamp=1517885220667, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2379, timestamp=1517885220668, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2380, timestamp=1517885220668, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2381, timestamp=1517885220668, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2382, timestamp=1517885220668, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2383, timestamp=1517885220668, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2384, timestamp=1517885220669, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2385, timestamp=1517885220669, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2386, timestamp=1517885220669, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2387, timestamp=1517885220669, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2388, timestamp=1517885220670, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2389, timestamp=1517885220670, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2390, timestamp=1517885220670, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2391, timestamp=1517885220670, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2392, timestamp=1517885220671, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2393, timestamp=1517885220671, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2394, timestamp=1517885220671, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2395, timestamp=1517885220671, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2396, timestamp=1517885220671, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2397, timestamp=1517885220672, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2398, timestamp=1517885220672, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2399, timestamp=1517885220672, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2400, timestamp=1517885220672, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2401, timestamp=1517885220672, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2402, timestamp=1517885220672, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2403, timestamp=1517885220672, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2404, timestamp=1517885220672, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2405, timestamp=1517885220673, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2406, timestamp=1517885220673, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2407, timestamp=1517885220673, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2408, timestamp=1517885220673, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2409, timestamp=1517885220673, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2410, timestamp=1517885220673, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2411, timestamp=1517885220674, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2412, timestamp=1517885220674, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2413, timestamp=1517885220674, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2414, timestamp=1517885220674, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2415, timestamp=1517885220674, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2416, timestamp=1517885220675, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2417, timestamp=1517885220675, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2418, timestamp=1517885220675, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2419, timestamp=1517885220675, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2420, timestamp=1517885220676, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2421, timestamp=1517885220676, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2422, timestamp=1517885220676, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2423, timestamp=1517885220676, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2424, timestamp=1517885220676, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2425, timestamp=1517885220677, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2426, timestamp=1517885220677, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2427, timestamp=1517885220677, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2428, timestamp=1517885220678, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2429, timestamp=1517885220678, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2430, timestamp=1517885220678, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2431, timestamp=1517885220679, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2432, timestamp=1517885220679, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2433, timestamp=1517885220679, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2434, timestamp=1517885220679, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2435, timestamp=1517885220680, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2436, timestamp=1517885220680, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2437, timestamp=1517885220680, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2438, timestamp=1517885220680, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2439, timestamp=1517885220681, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2440, timestamp=1517885220681, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2441, timestamp=1517885220681, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2442, timestamp=1517885220681, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2443, timestamp=1517885220682, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2444, timestamp=1517885220682, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2445, timestamp=1517885220682, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2446, timestamp=1517885220682, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2447, timestamp=1517885220682, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2448, timestamp=1517885220683, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2449, timestamp=1517885220683, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2450, timestamp=1517885220683, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2451, timestamp=1517885220683, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2452, timestamp=1517885220683, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2453, timestamp=1517885220683, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2454, timestamp=1517885220683, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2455, timestamp=1517885220683, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2456, timestamp=1517885220684, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2457, timestamp=1517885220684, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2458, timestamp=1517885220684, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2459, timestamp=1517885220684, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2460, timestamp=1517885220684, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2461, timestamp=1517885220684, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2462, timestamp=1517885220684, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2463, timestamp=1517885220685, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2464, timestamp=1517885220685, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2465, timestamp=1517885220686, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2466, timestamp=1517885220686, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2467, timestamp=1517885220686, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2468, timestamp=1517885220686, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2469, timestamp=1517885220686, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2470, timestamp=1517885220686, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2471, timestamp=1517885220686, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2472, timestamp=1517885220687, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2473, timestamp=1517885220687, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2474, timestamp=1517885220687, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2475, timestamp=1517885220687, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2476, timestamp=1517885220687, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2477, timestamp=1517885220687, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2478, timestamp=1517885220687, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2479, timestamp=1517885220687, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2480, timestamp=1517885220688, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2481, timestamp=1517885220688, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2482, timestamp=1517885220688, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2483, timestamp=1517885220688, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2484, timestamp=1517885220688, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2485, timestamp=1517885220688, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2486, timestamp=1517885220689, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2487, timestamp=1517885220689, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2488, timestamp=1517885220689, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2489, timestamp=1517885220689, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2490, timestamp=1517885220689, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2491, timestamp=1517885220689, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2492, timestamp=1517885220689, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2493, timestamp=1517885220689, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2494, timestamp=1517885220690, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2495, timestamp=1517885220690, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2496, timestamp=1517885220690, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2497, timestamp=1517885220690, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2498, timestamp=1517885220691, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2499, timestamp=1517885220696, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2500, timestamp=1517885220696, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2501, timestamp=1517885220697, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2502, timestamp=1517885220697, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2503, timestamp=1517885220697, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2504, timestamp=1517885220697, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2505, timestamp=1517885220697, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2506, timestamp=1517885220697, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2507, timestamp=1517885220697, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2508, timestamp=1517885220697, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2509, timestamp=1517885220697, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2510, timestamp=1517885220697, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2511, timestamp=1517885220698, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2512, timestamp=1517885220698, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2513, timestamp=1517885220698, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2514, timestamp=1517885220698, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2515, timestamp=1517885220698, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2516, timestamp=1517885220698, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2517, timestamp=1517885220698, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2518, timestamp=1517885220698, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2519, timestamp=1517885220699, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2520, timestamp=1517885220699, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2521, timestamp=1517885220699, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2522, timestamp=1517885220699, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2523, timestamp=1517885220699, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2524, timestamp=1517885220699, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2525, timestamp=1517885220699, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2526, timestamp=1517885220699, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2527, timestamp=1517885220699, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2528, timestamp=1517885220700, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2529, timestamp=1517885220700, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2530, timestamp=1517885220700, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2531, timestamp=1517885220700, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2532, timestamp=1517885220700, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2533, timestamp=1517885220701, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2534, timestamp=1517885220701, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2535, timestamp=1517885220701, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2536, timestamp=1517885220701, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2537, timestamp=1517885220701, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2538, timestamp=1517885220701, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2539, timestamp=1517885220701, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2540, timestamp=1517885220702, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2541, timestamp=1517885220702, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2542, timestamp=1517885220702, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2543, timestamp=1517885220702, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2544, timestamp=1517885220702, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2545, timestamp=1517885220702, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2546, timestamp=1517885220702, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2547, timestamp=1517885220702, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2548, timestamp=1517885220702, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2549, timestamp=1517885220702, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2550, timestamp=1517885220702, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2551, timestamp=1517885220702, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2552, timestamp=1517885220702, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2553, timestamp=1517885220703, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2554, timestamp=1517885220703, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2555, timestamp=1517885220703, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2556, timestamp=1517885220703, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2557, timestamp=1517885220703, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2558, timestamp=1517885220703, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2559, timestamp=1517885220703, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2560, timestamp=1517885220703, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2561, timestamp=1517885220703, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2562, timestamp=1517885220703, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2563, timestamp=1517885220703, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2564, timestamp=1517885220703, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2565, timestamp=1517885220704, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2566, timestamp=1517885220704, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2567, timestamp=1517885220704, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2568, timestamp=1517885220704, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2569, timestamp=1517885220704, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2570, timestamp=1517885220704, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2571, timestamp=1517885220704, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2572, timestamp=1517885220704, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2573, timestamp=1517885220704, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2574, timestamp=1517885220705, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2575, timestamp=1517885220705, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2576, timestamp=1517885220705, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2577, timestamp=1517885220705, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2578, timestamp=1517885220705, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2579, timestamp=1517885220705, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2580, timestamp=1517885220705, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2581, timestamp=1517885220705, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2582, timestamp=1517885220705, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2583, timestamp=1517885220706, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2584, timestamp=1517885220706, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2585, timestamp=1517885220706, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2586, timestamp=1517885220706, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2587, timestamp=1517885220706, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2588, timestamp=1517885220706, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2589, timestamp=1517885220706, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2590, timestamp=1517885220706, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2591, timestamp=1517885220706, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2592, timestamp=1517885220706, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2593, timestamp=1517885220706, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2594, timestamp=1517885220706, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2595, timestamp=1517885220706, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2596, timestamp=1517885220707, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2597, timestamp=1517885220707, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2598, timestamp=1517885220707, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2599, timestamp=1517885220707, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2600, timestamp=1517885220707, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2601, timestamp=1517885220707, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2602, timestamp=1517885220708, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2603, timestamp=1517885220708, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2604, timestamp=1517885220708, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2605, timestamp=1517885220708, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2606, timestamp=1517885220708, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2607, timestamp=1517885220708, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2608, timestamp=1517885220708, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2609, timestamp=1517885220708, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2610, timestamp=1517885220708, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2611, timestamp=1517885220709, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2612, timestamp=1517885220709, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2613, timestamp=1517885220709, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2614, timestamp=1517885220709, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2615, timestamp=1517885220709, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2616, timestamp=1517885220709, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2617, timestamp=1517885220709, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2618, timestamp=1517885220709, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2619, timestamp=1517885220709, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2620, timestamp=1517885220709, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2621, timestamp=1517885220710, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2622, timestamp=1517885220710, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2623, timestamp=1517885220710, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2624, timestamp=1517885220710, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2625, timestamp=1517885220710, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2626, timestamp=1517885220710, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2627, timestamp=1517885220710, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2628, timestamp=1517885220710, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2629, timestamp=1517885220710, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2630, timestamp=1517885220710, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2631, timestamp=1517885220710, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2632, timestamp=1517885220710, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2633, timestamp=1517885220711, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2634, timestamp=1517885220711, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2635, timestamp=1517885220711, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2636, timestamp=1517885220711, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2637, timestamp=1517885220711, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2638, timestamp=1517885220712, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2639, timestamp=1517885220712, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2640, timestamp=1517885220712, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2641, timestamp=1517885220712, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2642, timestamp=1517885220712, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2643, timestamp=1517885220712, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2644, timestamp=1517885220712, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2645, timestamp=1517885220712, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2646, timestamp=1517885220713, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2647, timestamp=1517885220713, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2648, timestamp=1517885220713, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2649, timestamp=1517885220713, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2650, timestamp=1517885220713, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2651, timestamp=1517885220713, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2652, timestamp=1517885220713, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2653, timestamp=1517885220713, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2654, timestamp=1517885220713, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2655, timestamp=1517885220713, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2656, timestamp=1517885220713, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2657, timestamp=1517885220714, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2658, timestamp=1517885220714, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2659, timestamp=1517885220714, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2660, timestamp=1517885220714, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2661, timestamp=1517885220714, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2662, timestamp=1517885220714, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2663, timestamp=1517885220715, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2664, timestamp=1517885220715, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2665, timestamp=1517885220715, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2666, timestamp=1517885220715, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2667, timestamp=1517885220715, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2668, timestamp=1517885220715, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2669, timestamp=1517885220716, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2670, timestamp=1517885220716, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2671, timestamp=1517885220716, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2672, timestamp=1517885220716, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2673, timestamp=1517885220716, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2674, timestamp=1517885220716, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2675, timestamp=1517885220716, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2676, timestamp=1517885220716, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2677, timestamp=1517885220716, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2678, timestamp=1517885220716, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2679, timestamp=1517885220716, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2680, timestamp=1517885220716, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2681, timestamp=1517885220717, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2682, timestamp=1517885220717, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2683, timestamp=1517885220717, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2684, timestamp=1517885220717, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2685, timestamp=1517885220717, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2686, timestamp=1517885220717, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2687, timestamp=1517885220717, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2688, timestamp=1517885220718, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2689, timestamp=1517885220718, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2690, timestamp=1517885220718, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2691, timestamp=1517885220718, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2692, timestamp=1517885220718, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2693, timestamp=1517885220718, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2694, timestamp=1517885220718, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2695, timestamp=1517885220718, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2696, timestamp=1517885220718, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2697, timestamp=1517885220718, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2698, timestamp=1517885220718, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2699, timestamp=1517885220718, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2700, timestamp=1517885220719, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2701, timestamp=1517885220719, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2702, timestamp=1517885220719, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2703, timestamp=1517885220719, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2704, timestamp=1517885220719, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2705, timestamp=1517885220719, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2706, timestamp=1517885220719, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2707, timestamp=1517885220720, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2708, timestamp=1517885220720, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2709, timestamp=1517885220720, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2710, timestamp=1517885220720, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2711, timestamp=1517885220720, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2712, timestamp=1517885220720, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2713, timestamp=1517885220720, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2714, timestamp=1517885220720, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2715, timestamp=1517885220720, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2716, timestamp=1517885220721, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2717, timestamp=1517885220721, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2718, timestamp=1517885220721, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2719, timestamp=1517885220721, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2720, timestamp=1517885220721, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2721, timestamp=1517885220721, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2722, timestamp=1517885220721, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2723, timestamp=1517885220721, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2724, timestamp=1517885220721, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2725, timestamp=1517885220722, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2726, timestamp=1517885220722, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2727, timestamp=1517885220722, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2728, timestamp=1517885220722, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2729, timestamp=1517885220722, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2730, timestamp=1517885220722, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2731, timestamp=1517885220722, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2732, timestamp=1517885220722, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2733, timestamp=1517885220722, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2734, timestamp=1517885220723, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2735, timestamp=1517885220723, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2736, timestamp=1517885220723, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2737, timestamp=1517885220723, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2738, timestamp=1517885220723, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2739, timestamp=1517885220723, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2740, timestamp=1517885220723, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2741, timestamp=1517885220723, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2742, timestamp=1517885220723, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2743, timestamp=1517885220724, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2744, timestamp=1517885220724, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2745, timestamp=1517885220724, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2746, timestamp=1517885220724, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2747, timestamp=1517885220724, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2748, timestamp=1517885220724, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2749, timestamp=1517885220724, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2750, timestamp=1517885220724, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2751, timestamp=1517885220724, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2752, timestamp=1517885220725, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2753, timestamp=1517885220725, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2754, timestamp=1517885220725, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2755, timestamp=1517885220725, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2756, timestamp=1517885220725, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2757, timestamp=1517885220725, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2758, timestamp=1517885220725, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2759, timestamp=1517885220725, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2760, timestamp=1517885220725, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2761, timestamp=1517885220726, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2762, timestamp=1517885220726, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2763, timestamp=1517885220726, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2764, timestamp=1517885220726, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2765, timestamp=1517885220726, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2766, timestamp=1517885220726, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2767, timestamp=1517885220726, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2768, timestamp=1517885220726, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2769, timestamp=1517885220726, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2770, timestamp=1517885220726, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2771, timestamp=1517885220727, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2772, timestamp=1517885220727, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2773, timestamp=1517885220727, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2774, timestamp=1517885220727, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2775, timestamp=1517885220727, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2776, timestamp=1517885220727, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2777, timestamp=1517885220727, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2778, timestamp=1517885220727, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2779, timestamp=1517885220727, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2780, timestamp=1517885220728, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2781, timestamp=1517885220728, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2782, timestamp=1517885220728, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2783, timestamp=1517885220728, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2784, timestamp=1517885220728, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2785, timestamp=1517885220728, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2786, timestamp=1517885220728, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2787, timestamp=1517885220728, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2788, timestamp=1517885220728, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2789, timestamp=1517885220728, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2790, timestamp=1517885220729, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2791, timestamp=1517885220729, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2792, timestamp=1517885220729, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2793, timestamp=1517885220729, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2794, timestamp=1517885220729, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2795, timestamp=1517885220729, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2796, timestamp=1517885220729, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2797, timestamp=1517885220729, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2798, timestamp=1517885220729, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2799, timestamp=1517885220729, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2800, timestamp=1517885220729, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2801, timestamp=1517885220729, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2802, timestamp=1517885220729, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2803, timestamp=1517885220730, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2804, timestamp=1517885220730, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2805, timestamp=1517885220730, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2806, timestamp=1517885220730, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2807, timestamp=1517885220731, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2808, timestamp=1517885220731, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2809, timestamp=1517885220731, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2810, timestamp=1517885220731, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2811, timestamp=1517885220731, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2812, timestamp=1517885220731, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2813, timestamp=1517885220731, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2814, timestamp=1517885220731, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2815, timestamp=1517885220731, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2816, timestamp=1517885220731, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2817, timestamp=1517885220731, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2818, timestamp=1517885220732, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2819, timestamp=1517885220732, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2820, timestamp=1517885220732, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2821, timestamp=1517885220732, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2822, timestamp=1517885220732, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2823, timestamp=1517885220732, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2824, timestamp=1517885220732, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2825, timestamp=1517885220732, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2826, timestamp=1517885220732, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2827, timestamp=1517885220732, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2828, timestamp=1517885220732, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2829, timestamp=1517885220732, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2830, timestamp=1517885220733, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2831, timestamp=1517885220733, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2832, timestamp=1517885220733, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2833, timestamp=1517885220733, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2834, timestamp=1517885220733, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2835, timestamp=1517885220733, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2836, timestamp=1517885220733, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2837, timestamp=1517885220733, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2838, timestamp=1517885220734, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2839, timestamp=1517885220734, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2840, timestamp=1517885220734, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2841, timestamp=1517885220734, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2842, timestamp=1517885220734, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2843, timestamp=1517885220734, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2844, timestamp=1517885220734, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2845, timestamp=1517885220735, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2846, timestamp=1517885220735, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2847, timestamp=1517885220735, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2848, timestamp=1517885220735, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2849, timestamp=1517885220735, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2850, timestamp=1517885220735, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2851, timestamp=1517885220735, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2852, timestamp=1517885220736, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2853, timestamp=1517885220736, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2854, timestamp=1517885220736, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2855, timestamp=1517885220736, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2856, timestamp=1517885220736, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2857, timestamp=1517885220736, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2858, timestamp=1517885220736, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2859, timestamp=1517885220736, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2860, timestamp=1517885220736, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2861, timestamp=1517885220736, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2862, timestamp=1517885220736, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2863, timestamp=1517885220736, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2864, timestamp=1517885220736, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2865, timestamp=1517885220736, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2866, timestamp=1517885220737, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2867, timestamp=1517885220737, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2868, timestamp=1517885220737, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2869, timestamp=1517885220737, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2870, timestamp=1517885220737, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2871, timestamp=1517885220737, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2872, timestamp=1517885220737, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2873, timestamp=1517885220738, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2874, timestamp=1517885220738, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2875, timestamp=1517885220738, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2876, timestamp=1517885220738, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2877, timestamp=1517885220738, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2878, timestamp=1517885220738, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2879, timestamp=1517885220738, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2880, timestamp=1517885220738, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2881, timestamp=1517885220738, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2882, timestamp=1517885220738, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2883, timestamp=1517885220739, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2884, timestamp=1517885220739, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2885, timestamp=1517885220739, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2886, timestamp=1517885220739, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2887, timestamp=1517885220739, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2888, timestamp=1517885220739, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2889, timestamp=1517885220739, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2890, timestamp=1517885220740, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2891, timestamp=1517885220740, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2892, timestamp=1517885220740, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2893, timestamp=1517885220740, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2894, timestamp=1517885220740, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2895, timestamp=1517885220741, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2896, timestamp=1517885220741, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2897, timestamp=1517885220741, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2898, timestamp=1517885220741, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2899, timestamp=1517885220741, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2900, timestamp=1517885220741, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2901, timestamp=1517885220741, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2902, timestamp=1517885220741, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2903, timestamp=1517885220742, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2904, timestamp=1517885220742, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2905, timestamp=1517885220742, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2906, timestamp=1517885220742, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2907, timestamp=1517885220743, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2908, timestamp=1517885220743, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2909, timestamp=1517885220743, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2910, timestamp=1517885220744, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2911, timestamp=1517885220744, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2912, timestamp=1517885220744, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2913, timestamp=1517885220744, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2914, timestamp=1517885220745, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2915, timestamp=1517885220745, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2916, timestamp=1517885220745, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2917, timestamp=1517885220745, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2918, timestamp=1517885220745, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2919, timestamp=1517885220745, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2920, timestamp=1517885220745, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2921, timestamp=1517885220745, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2922, timestamp=1517885220745, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2923, timestamp=1517885220745, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2924, timestamp=1517885220745, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2925, timestamp=1517885220745, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2926, timestamp=1517885220746, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2927, timestamp=1517885220746, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2928, timestamp=1517885220746, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2929, timestamp=1517885220746, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2930, timestamp=1517885220746, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2931, timestamp=1517885220746, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2932, timestamp=1517885220746, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2933, timestamp=1517885220746, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2934, timestamp=1517885220746, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2935, timestamp=1517885220746, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2936, timestamp=1517885220747, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2937, timestamp=1517885220747, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2938, timestamp=1517885220747, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2939, timestamp=1517885220747, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2940, timestamp=1517885220747, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2941, timestamp=1517885220747, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2942, timestamp=1517885220747, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2943, timestamp=1517885220747, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2944, timestamp=1517885220747, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2945, timestamp=1517885220747, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2946, timestamp=1517885220747, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2947, timestamp=1517885220747, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2948, timestamp=1517885220748, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2949, timestamp=1517885220748, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2950, timestamp=1517885220748, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2951, timestamp=1517885220748, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2952, timestamp=1517885220748, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2953, timestamp=1517885220748, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2954, timestamp=1517885220748, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2955, timestamp=1517885220748, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2956, timestamp=1517885220749, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2957, timestamp=1517885220749, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2958, timestamp=1517885220749, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2959, timestamp=1517885220749, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2960, timestamp=1517885220749, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2961, timestamp=1517885220749, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2962, timestamp=1517885220749, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2963, timestamp=1517885220749, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2964, timestamp=1517885220750, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2965, timestamp=1517885220750, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2966, timestamp=1517885220750, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2967, timestamp=1517885220750, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2968, timestamp=1517885220750, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2969, timestamp=1517885220750, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2970, timestamp=1517885220750, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2971, timestamp=1517885220750, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2972, timestamp=1517885220750, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2973, timestamp=1517885220750, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2974, timestamp=1517885220750, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2975, timestamp=1517885220750, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2976, timestamp=1517885220751, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2977, timestamp=1517885220751, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2978, timestamp=1517885220751, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2979, timestamp=1517885220751, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2980, timestamp=1517885220751, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2981, timestamp=1517885220751, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2982, timestamp=1517885220751, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2983, timestamp=1517885220751, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2984, timestamp=1517885220751, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2985, timestamp=1517885220751, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2986, timestamp=1517885220751, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2987, timestamp=1517885220752, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2988, timestamp=1517885220752, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2989, timestamp=1517885220752, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2990, timestamp=1517885220752, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2991, timestamp=1517885220752, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2992, timestamp=1517885220752, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2993, timestamp=1517885220752, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2994, timestamp=1517885220752, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2995, timestamp=1517885220752, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2996, timestamp=1517885220752, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2997, timestamp=1517885220752, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2998, timestamp=1517885220752, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2999, timestamp=1517885220752, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3000, timestamp=1517885220752, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3001, timestamp=1517885220753, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3002, timestamp=1517885220753, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3003, timestamp=1517885220753, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3004, timestamp=1517885220753, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3005, timestamp=1517885220753, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3006, timestamp=1517885220753, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3007, timestamp=1517885220753, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3008, timestamp=1517885220753, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3009, timestamp=1517885220753, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3010, timestamp=1517885220753, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3011, timestamp=1517885220753, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3012, timestamp=1517885220754, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3013, timestamp=1517885220754, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3014, timestamp=1517885220754, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3015, timestamp=1517885220754, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3016, timestamp=1517885220754, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3017, timestamp=1517885220754, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3018, timestamp=1517885220754, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3019, timestamp=1517885220754, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3020, timestamp=1517885220754, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3021, timestamp=1517885220754, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3022, timestamp=1517885220754, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3023, timestamp=1517885220754, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3024, timestamp=1517885220754, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3025, timestamp=1517885220754, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3026, timestamp=1517885220755, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3027, timestamp=1517885220755, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3028, timestamp=1517885220755, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3029, timestamp=1517885220755, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3030, timestamp=1517885220755, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3031, timestamp=1517885220755, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3032, timestamp=1517885220755, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3033, timestamp=1517885220755, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3034, timestamp=1517885220755, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3035, timestamp=1517885220756, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3036, timestamp=1517885220756, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3037, timestamp=1517885220756, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3038, timestamp=1517885220756, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3039, timestamp=1517885220756, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3040, timestamp=1517885220756, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3041, timestamp=1517885220756, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3042, timestamp=1517885220756, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3043, timestamp=1517885220756, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3044, timestamp=1517885220756, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3045, timestamp=1517885220756, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3046, timestamp=1517885220756, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3047, timestamp=1517885220756, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3048, timestamp=1517885220757, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3049, timestamp=1517885220757, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3050, timestamp=1517885220757, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3051, timestamp=1517885220757, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3052, timestamp=1517885220757, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3053, timestamp=1517885220757, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3054, timestamp=1517885220757, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3055, timestamp=1517885220757, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3056, timestamp=1517885220757, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3057, timestamp=1517885220757, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3058, timestamp=1517885220757, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3059, timestamp=1517885220757, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3060, timestamp=1517885220758, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3061, timestamp=1517885220758, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3062, timestamp=1517885220758, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3063, timestamp=1517885220758, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3064, timestamp=1517885220758, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3065, timestamp=1517885220758, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3066, timestamp=1517885220758, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3067, timestamp=1517885220758, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3068, timestamp=1517885220758, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3069, timestamp=1517885220758, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3070, timestamp=1517885220759, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3071, timestamp=1517885220759, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3072, timestamp=1517885220759, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3073, timestamp=1517885220759, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3074, timestamp=1517885220759, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3075, timestamp=1517885220759, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3076, timestamp=1517885220759, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3077, timestamp=1517885220759, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3078, timestamp=1517885220759, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3079, timestamp=1517885220759, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3080, timestamp=1517885220759, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3081, timestamp=1517885220760, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3082, timestamp=1517885220760, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3083, timestamp=1517885220760, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3084, timestamp=1517885220760, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3085, timestamp=1517885220760, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3086, timestamp=1517885220760, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3087, timestamp=1517885220760, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3088, timestamp=1517885220760, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3089, timestamp=1517885220760, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3090, timestamp=1517885220761, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3091, timestamp=1517885220761, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3092, timestamp=1517885220761, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3093, timestamp=1517885220761, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3094, timestamp=1517885220761, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3095, timestamp=1517885220761, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3096, timestamp=1517885220761, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3097, timestamp=1517885220761, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3098, timestamp=1517885220761, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3099, timestamp=1517885220761, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3100, timestamp=1517885220762, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3101, timestamp=1517885220762, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3102, timestamp=1517885220762, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3103, timestamp=1517885220762, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3104, timestamp=1517885220762, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3105, timestamp=1517885220762, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3106, timestamp=1517885220762, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3107, timestamp=1517885220762, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3108, timestamp=1517885220762, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3109, timestamp=1517885220762, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3110, timestamp=1517885220763, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3111, timestamp=1517885220763, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3112, timestamp=1517885220763, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3113, timestamp=1517885220764, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3114, timestamp=1517885220764, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3115, timestamp=1517885220764, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3116, timestamp=1517885220764, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3117, timestamp=1517885220764, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3118, timestamp=1517885220764, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3119, timestamp=1517885220764, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3120, timestamp=1517885220764, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3121, timestamp=1517885220764, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3122, timestamp=1517885220764, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3123, timestamp=1517885220764, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3124, timestamp=1517885220765, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3125, timestamp=1517885220765, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3126, timestamp=1517885220765, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3127, timestamp=1517885220765, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3128, timestamp=1517885220765, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3129, timestamp=1517885220765, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3130, timestamp=1517885220765, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3131, timestamp=1517885220765, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3132, timestamp=1517885220765, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3133, timestamp=1517885220765, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3134, timestamp=1517885220766, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3135, timestamp=1517885220766, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3136, timestamp=1517885220766, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3137, timestamp=1517885220766, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3138, timestamp=1517885220766, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3139, timestamp=1517885220766, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3140, timestamp=1517885220766, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3141, timestamp=1517885220766, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3142, timestamp=1517885220766, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3143, timestamp=1517885220766, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3144, timestamp=1517885220767, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3145, timestamp=1517885220767, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3146, timestamp=1517885220767, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3147, timestamp=1517885220767, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3148, timestamp=1517885220767, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3149, timestamp=1517885220767, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3150, timestamp=1517885220767, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3151, timestamp=1517885220767, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3152, timestamp=1517885220768, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3153, timestamp=1517885220768, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3154, timestamp=1517885220768, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3155, timestamp=1517885220768, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3156, timestamp=1517885220768, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3157, timestamp=1517885220768, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3158, timestamp=1517885220768, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3159, timestamp=1517885220768, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3160, timestamp=1517885220769, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3161, timestamp=1517885220769, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3162, timestamp=1517885220769, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3163, timestamp=1517885220769, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3164, timestamp=1517885220769, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3165, timestamp=1517885220769, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3166, timestamp=1517885220769, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3167, timestamp=1517885220769, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3168, timestamp=1517885220769, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3169, timestamp=1517885220769, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3170, timestamp=1517885220770, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3171, timestamp=1517885220770, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3172, timestamp=1517885220770, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3173, timestamp=1517885220770, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3174, timestamp=1517885220770, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3175, timestamp=1517885220770, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3176, timestamp=1517885220770, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3177, timestamp=1517885220770, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3178, timestamp=1517885220770, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3179, timestamp=1517885220770, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3180, timestamp=1517885220770, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3181, timestamp=1517885220770, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3182, timestamp=1517885220770, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3183, timestamp=1517885220771, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3184, timestamp=1517885220771, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3185, timestamp=1517885220771, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3186, timestamp=1517885220771, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3187, timestamp=1517885220771, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3188, timestamp=1517885220771, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3189, timestamp=1517885220771, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3190, timestamp=1517885220771, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3191, timestamp=1517885220771, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3192, timestamp=1517885220772, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3193, timestamp=1517885220772, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3194, timestamp=1517885220772, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3195, timestamp=1517885220772, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3196, timestamp=1517885220772, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3197, timestamp=1517885220772, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3198, timestamp=1517885220772, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3199, timestamp=1517885220772, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3200, timestamp=1517885220772, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3201, timestamp=1517885220772, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3202, timestamp=1517885220773, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3203, timestamp=1517885220773, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3204, timestamp=1517885220773, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3205, timestamp=1517885220773, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3206, timestamp=1517885220773, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3207, timestamp=1517885220773, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3208, timestamp=1517885220773, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3209, timestamp=1517885220773, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3210, timestamp=1517885220773, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3211, timestamp=1517885220774, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3212, timestamp=1517885220774, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3213, timestamp=1517885220774, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3214, timestamp=1517885220774, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3215, timestamp=1517885220774, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3216, timestamp=1517885220774, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3217, timestamp=1517885220775, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3218, timestamp=1517885220775, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3219, timestamp=1517885220775, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3220, timestamp=1517885220775, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3221, timestamp=1517885220775, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3222, timestamp=1517885220775, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3223, timestamp=1517885220775, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3224, timestamp=1517885220775, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3225, timestamp=1517885220775, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3226, timestamp=1517885220775, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3227, timestamp=1517885220775, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3228, timestamp=1517885220775, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3229, timestamp=1517885220775, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3230, timestamp=1517885220776, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3231, timestamp=1517885220776, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3232, timestamp=1517885220776, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3233, timestamp=1517885220776, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3234, timestamp=1517885220776, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3235, timestamp=1517885220776, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3236, timestamp=1517885220777, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3237, timestamp=1517885220777, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3238, timestamp=1517885220777, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3239, timestamp=1517885220777, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3240, timestamp=1517885220777, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3241, timestamp=1517885220777, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3242, timestamp=1517885220777, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3243, timestamp=1517885220777, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3244, timestamp=1517885220777, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3245, timestamp=1517885220778, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3246, timestamp=1517885220778, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3247, timestamp=1517885220778, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3248, timestamp=1517885220778, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3249, timestamp=1517885220779, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3250, timestamp=1517885220779, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3251, timestamp=1517885220779, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3252, timestamp=1517885220779, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3253, timestamp=1517885220779, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3254, timestamp=1517885220779, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3255, timestamp=1517885220779, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3256, timestamp=1517885220779, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3257, timestamp=1517885220779, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3258, timestamp=1517885220779, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3259, timestamp=1517885220779, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3260, timestamp=1517885220780, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3261, timestamp=1517885220780, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3262, timestamp=1517885220780, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3263, timestamp=1517885220780, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3264, timestamp=1517885220780, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3265, timestamp=1517885220780, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3266, timestamp=1517885220780, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3267, timestamp=1517885220780, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3268, timestamp=1517885220780, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3269, timestamp=1517885220780, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3270, timestamp=1517885220780, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3271, timestamp=1517885220780, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3272, timestamp=1517885220781, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3273, timestamp=1517885220781, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3274, timestamp=1517885220781, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3275, timestamp=1517885220781, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3276, timestamp=1517885220781, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3277, timestamp=1517885220781, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3278, timestamp=1517885220781, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3279, timestamp=1517885220781, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3280, timestamp=1517885220781, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3281, timestamp=1517885220781, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3282, timestamp=1517885220781, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3283, timestamp=1517885220781, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3284, timestamp=1517885220782, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3285, timestamp=1517885220782, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3286, timestamp=1517885220782, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3287, timestamp=1517885220782, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3288, timestamp=1517885220782, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3289, timestamp=1517885220782, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3290, timestamp=1517885220782, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3291, timestamp=1517885220782, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3292, timestamp=1517885220782, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3293, timestamp=1517885220783, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3294, timestamp=1517885220783, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3295, timestamp=1517885220783, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3296, timestamp=1517885220783, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3297, timestamp=1517885220783, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3298, timestamp=1517885220784, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3299, timestamp=1517885220784, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3300, timestamp=1517885220785, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3301, timestamp=1517885220785, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3302, timestamp=1517885220785, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3303, timestamp=1517885220785, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3304, timestamp=1517885220786, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3305, timestamp=1517885220786, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3306, timestamp=1517885220786, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3307, timestamp=1517885220786, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3308, timestamp=1517885220786, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3309, timestamp=1517885220786, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3310, timestamp=1517885220787, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3311, timestamp=1517885220787, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3312, timestamp=1517885220787, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3313, timestamp=1517885220787, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3314, timestamp=1517885220787, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3315, timestamp=1517885220787, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3316, timestamp=1517885220788, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3317, timestamp=1517885220788, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3318, timestamp=1517885220788, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3319, timestamp=1517885220788, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3320, timestamp=1517885220788, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3321, timestamp=1517885220789, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3322, timestamp=1517885220789, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3323, timestamp=1517885220789, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3324, timestamp=1517885220789, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3325, timestamp=1517885220789, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3326, timestamp=1517885220790, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3327, timestamp=1517885220790, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3328, timestamp=1517885220790, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3329, timestamp=1517885220790, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3330, timestamp=1517885220790, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3331, timestamp=1517885220790, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3332, timestamp=1517885220790, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3333, timestamp=1517885220791, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3334, timestamp=1517885220791, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3335, timestamp=1517885220791, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3336, timestamp=1517885220792, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3337, timestamp=1517885220792, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3338, timestamp=1517885220792, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3339, timestamp=1517885220792, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3340, timestamp=1517885220792, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3341, timestamp=1517885220792, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3342, timestamp=1517885220792, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3343, timestamp=1517885220792, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3344, timestamp=1517885220792, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3345, timestamp=1517885220792, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3346, timestamp=1517885220793, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3347, timestamp=1517885220793, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3348, timestamp=1517885220793, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3349, timestamp=1517885220793, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3350, timestamp=1517885220793, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3351, timestamp=1517885220793, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3352, timestamp=1517885220793, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3353, timestamp=1517885220793, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3354, timestamp=1517885220793, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3355, timestamp=1517885220793, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3356, timestamp=1517885220794, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3357, timestamp=1517885220794, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3358, timestamp=1517885220794, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3359, timestamp=1517885220794, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3360, timestamp=1517885220794, key=8 bytes, value=577 bytes))]}]}]} 12:03:01.320 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 16, received {throttle_time_ms=0,error_code=0} 12:03:01.320 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 1662 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:01.320 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:01.341 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 188 for assigned partition test-2 and update position to 688 12:03:01.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 3737 12:03:02.563 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 688 for assigned partition test-2 and update position to 1188 12:03:02.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 4090 12:03:03.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 4435 12:03:04.019 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=1650, metadata=''}, test-0=OffsetAndMetadata{offset=1662, metadata=''}, test-2=OffsetAndMetadata{offset=1188, metadata=''}} 12:03:04.019 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=1650, metadata=''}, test-0=OffsetAndMetadata{offset=1662, metadata=''}, test-2=OffsetAndMetadata{offset=1188, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:04.019 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=1662,metadata=},{partition=1,offset=1650,metadata=},{partition=2,offset=1188,metadata=}]}]} with correlation id 17 to node 2147483646 12:03:04.021 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name topic.test.bytes-fetched 12:03:04.021 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name topic.test.records-fetched 12:03:04.021 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1188 for assigned partition test-2 and update position to 1631 12:03:04.021 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-1 with offset 1650 12:03:04.021 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-1 to 99942 12:03:04.022 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1650 for assigned partition test-1 and update position to 1707 12:03:04.022 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 1631 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:04.022 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:04.022 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=2,fetch_offset=1631,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 18 to node 1 12:03:04.127 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for OFFSET_COMMIT with correlation id 17, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:04.127 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 1650 for partition test-1 12:03:04.127 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 1662 for partition test-0 12:03:04.127 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 1188 for partition test-2 12:03:04.127 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:04.127 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 19 to node 2147483646 12:03:04.329 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 19, received {throttle_time_ms=0,error_code=0} 12:03:04.329 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:04.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 4697 12:03:05.031 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for FETCH with correlation id 18, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=2,error_code=0,high_watermark=99967,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=1631, timestamp=1517885220540, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1632, timestamp=1517885220540, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1633, timestamp=1517885220540, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1634, timestamp=1517885220540, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1635, timestamp=1517885220540, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1636, timestamp=1517885220540, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1637, timestamp=1517885220540, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1638, timestamp=1517885220540, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1639, timestamp=1517885220540, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1640, timestamp=1517885220540, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1641, timestamp=1517885220541, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1642, timestamp=1517885220541, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1643, timestamp=1517885220541, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1644, timestamp=1517885220541, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1645, timestamp=1517885220541, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1646, timestamp=1517885220541, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1647, timestamp=1517885220541, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1648, timestamp=1517885220541, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1649, timestamp=1517885220541, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1650, timestamp=1517885220542, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1651, timestamp=1517885220542, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1652, timestamp=1517885220542, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1653, timestamp=1517885220542, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1654, timestamp=1517885220542, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1655, timestamp=1517885220542, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1656, timestamp=1517885220542, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1657, timestamp=1517885220542, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1658, timestamp=1517885220542, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1659, timestamp=1517885220542, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1660, timestamp=1517885220542, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1661, timestamp=1517885220543, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1662, timestamp=1517885220543, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1663, timestamp=1517885220543, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1664, timestamp=1517885220543, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1665, timestamp=1517885220543, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1666, timestamp=1517885220543, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1667, timestamp=1517885220543, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1668, timestamp=1517885220543, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1669, timestamp=1517885220543, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1670, timestamp=1517885220544, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1671, timestamp=1517885220544, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1672, timestamp=1517885220544, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1673, timestamp=1517885220544, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1674, timestamp=1517885220544, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1675, timestamp=1517885220544, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1676, timestamp=1517885220544, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1677, timestamp=1517885220544, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1678, timestamp=1517885220544, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1679, timestamp=1517885220544, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1680, timestamp=1517885220545, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1681, timestamp=1517885220545, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1682, timestamp=1517885220545, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1683, timestamp=1517885220545, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1684, timestamp=1517885220545, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1685, timestamp=1517885220545, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1686, timestamp=1517885220545, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1687, timestamp=1517885220545, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1688, timestamp=1517885220545, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1689, timestamp=1517885220546, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1690, timestamp=1517885220546, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1691, timestamp=1517885220546, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1692, timestamp=1517885220546, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1693, timestamp=1517885220546, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1694, timestamp=1517885220546, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1695, timestamp=1517885220546, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1696, timestamp=1517885220546, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1697, timestamp=1517885220546, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1698, timestamp=1517885220546, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1699, timestamp=1517885220546, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1700, timestamp=1517885220546, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1701, timestamp=1517885220547, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1702, timestamp=1517885220547, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1703, timestamp=1517885220547, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1704, timestamp=1517885220547, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1705, timestamp=1517885220548, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1706, timestamp=1517885220548, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1707, timestamp=1517885220548, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1708, timestamp=1517885220548, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1709, timestamp=1517885220548, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1710, timestamp=1517885220548, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1711, timestamp=1517885220548, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1712, timestamp=1517885220548, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1713, timestamp=1517885220548, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1714, timestamp=1517885220548, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1715, timestamp=1517885220548, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1716, timestamp=1517885220548, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1717, timestamp=1517885220549, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1718, timestamp=1517885220549, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1719, timestamp=1517885220549, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1720, timestamp=1517885220549, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1721, timestamp=1517885220549, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1722, timestamp=1517885220549, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1723, timestamp=1517885220549, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1724, timestamp=1517885220549, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1725, timestamp=1517885220550, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1726, timestamp=1517885220550, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1727, timestamp=1517885220550, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1728, timestamp=1517885220550, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1729, timestamp=1517885220550, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1730, timestamp=1517885220551, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1731, timestamp=1517885220551, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1732, timestamp=1517885220551, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1733, timestamp=1517885220551, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1734, timestamp=1517885220551, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1735, timestamp=1517885220551, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1736, timestamp=1517885220551, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1737, timestamp=1517885220551, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1738, timestamp=1517885220551, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1739, timestamp=1517885220551, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1740, timestamp=1517885220551, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1741, timestamp=1517885220551, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1742, timestamp=1517885220552, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1743, timestamp=1517885220552, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1744, timestamp=1517885220552, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1745, timestamp=1517885220552, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1746, timestamp=1517885220552, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1747, timestamp=1517885220552, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1748, timestamp=1517885220552, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1749, timestamp=1517885220552, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1750, timestamp=1517885220552, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1751, timestamp=1517885220552, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1752, timestamp=1517885220553, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1753, timestamp=1517885220553, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1754, timestamp=1517885220553, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1755, timestamp=1517885220553, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1756, timestamp=1517885220553, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1757, timestamp=1517885220553, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1758, timestamp=1517885220553, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1759, timestamp=1517885220553, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1760, timestamp=1517885220553, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1761, timestamp=1517885220553, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1762, timestamp=1517885220554, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1763, timestamp=1517885220554, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1764, timestamp=1517885220554, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1765, timestamp=1517885220554, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1766, timestamp=1517885220554, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1767, timestamp=1517885220554, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1768, timestamp=1517885220555, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1769, timestamp=1517885220555, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1770, timestamp=1517885220555, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1771, timestamp=1517885220555, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1772, timestamp=1517885220555, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1773, timestamp=1517885220555, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1774, timestamp=1517885220555, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1775, timestamp=1517885220555, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1776, timestamp=1517885220555, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1777, timestamp=1517885220555, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1778, timestamp=1517885220555, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1779, timestamp=1517885220555, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1780, timestamp=1517885220556, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1781, timestamp=1517885220556, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1782, timestamp=1517885220556, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1783, timestamp=1517885220556, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1784, timestamp=1517885220556, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1785, timestamp=1517885220556, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1786, timestamp=1517885220556, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1787, timestamp=1517885220557, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1788, timestamp=1517885220557, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1789, timestamp=1517885220557, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1790, timestamp=1517885220557, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1791, timestamp=1517885220557, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=1792, timestamp=1517885220557, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1793, timestamp=1517885220557, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1794, timestamp=1517885220557, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1795, timestamp=1517885220558, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1796, timestamp=1517885220558, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1797, timestamp=1517885220558, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1798, timestamp=1517885220558, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1799, timestamp=1517885220558, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1800, timestamp=1517885220558, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1801, timestamp=1517885220558, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1802, timestamp=1517885220558, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1803, timestamp=1517885220558, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1804, timestamp=1517885220558, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1805, timestamp=1517885220559, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1806, timestamp=1517885220559, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1807, timestamp=1517885220559, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1808, timestamp=1517885220559, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1809, timestamp=1517885220559, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1810, timestamp=1517885220559, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1811, timestamp=1517885220559, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=1812, timestamp=1517885220560, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1813, timestamp=1517885220560, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1814, timestamp=1517885220560, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1815, timestamp=1517885220560, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1816, timestamp=1517885220560, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1817, timestamp=1517885220560, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1818, timestamp=1517885220560, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=1819, timestamp=1517885220560, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1820, timestamp=1517885220560, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1821, timestamp=1517885220560, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1822, timestamp=1517885220561, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1823, timestamp=1517885220561, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1824, timestamp=1517885220561, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1825, timestamp=1517885220561, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1826, timestamp=1517885220561, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1827, timestamp=1517885220561, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1828, timestamp=1517885220561, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1829, timestamp=1517885220561, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1830, timestamp=1517885220561, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1831, timestamp=1517885220561, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1832, timestamp=1517885220561, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=1833, timestamp=1517885220561, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1834, timestamp=1517885220561, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1835, timestamp=1517885220561, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1836, timestamp=1517885220561, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1837, timestamp=1517885220561, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1838, timestamp=1517885220562, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1839, timestamp=1517885220562, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1840, timestamp=1517885220562, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1841, timestamp=1517885220563, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1842, timestamp=1517885220563, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1843, timestamp=1517885220563, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1844, timestamp=1517885220563, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1845, timestamp=1517885220564, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1846, timestamp=1517885220564, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1847, timestamp=1517885220564, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1848, timestamp=1517885220564, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1849, timestamp=1517885220564, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1850, timestamp=1517885220565, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1851, timestamp=1517885220565, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1852, timestamp=1517885220565, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1853, timestamp=1517885220565, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1854, timestamp=1517885220565, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1855, timestamp=1517885220566, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1856, timestamp=1517885220566, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1857, timestamp=1517885220567, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1858, timestamp=1517885220567, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1859, timestamp=1517885220567, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=1860, timestamp=1517885220567, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1861, timestamp=1517885220567, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1862, timestamp=1517885220567, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1863, timestamp=1517885220567, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1864, timestamp=1517885220568, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1865, timestamp=1517885220568, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1866, timestamp=1517885220568, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=1867, timestamp=1517885220568, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1868, timestamp=1517885220568, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1869, timestamp=1517885220568, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1870, timestamp=1517885220568, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1871, timestamp=1517885220568, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1872, timestamp=1517885220568, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1873, timestamp=1517885220568, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1874, timestamp=1517885220568, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1875, timestamp=1517885220568, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1876, timestamp=1517885220569, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1877, timestamp=1517885220569, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1878, timestamp=1517885220569, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1879, timestamp=1517885220569, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1880, timestamp=1517885220569, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1881, timestamp=1517885220569, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1882, timestamp=1517885220570, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=1883, timestamp=1517885220570, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1884, timestamp=1517885220570, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1885, timestamp=1517885220571, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1886, timestamp=1517885220571, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1887, timestamp=1517885220571, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1888, timestamp=1517885220572, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1889, timestamp=1517885220572, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1890, timestamp=1517885220572, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1891, timestamp=1517885220572, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1892, timestamp=1517885220572, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1893, timestamp=1517885220572, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=1894, timestamp=1517885220572, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1895, timestamp=1517885220573, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1896, timestamp=1517885220573, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1897, timestamp=1517885220573, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1898, timestamp=1517885220573, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1899, timestamp=1517885220573, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1900, timestamp=1517885220574, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1901, timestamp=1517885220574, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1902, timestamp=1517885220574, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1903, timestamp=1517885220574, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=1904, timestamp=1517885220575, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1905, timestamp=1517885220575, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=1906, timestamp=1517885220575, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1907, timestamp=1517885220575, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1908, timestamp=1517885220575, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1909, timestamp=1517885220575, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1910, timestamp=1517885220575, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1911, timestamp=1517885220575, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1912, timestamp=1517885220576, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1913, timestamp=1517885220576, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1914, timestamp=1517885220576, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1915, timestamp=1517885220576, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=1916, timestamp=1517885220576, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1917, timestamp=1517885220576, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1918, timestamp=1517885220577, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1919, timestamp=1517885220577, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1920, timestamp=1517885220577, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1921, timestamp=1517885220577, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1922, timestamp=1517885220577, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1923, timestamp=1517885220578, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1924, timestamp=1517885220578, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1925, timestamp=1517885220578, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1926, timestamp=1517885220578, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1927, timestamp=1517885220579, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1928, timestamp=1517885220579, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1929, timestamp=1517885220579, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1930, timestamp=1517885220579, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1931, timestamp=1517885220579, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=1932, timestamp=1517885220580, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1933, timestamp=1517885220580, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1934, timestamp=1517885220580, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1935, timestamp=1517885220580, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1936, timestamp=1517885220580, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1937, timestamp=1517885220581, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1938, timestamp=1517885220581, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1939, timestamp=1517885220581, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1940, timestamp=1517885220581, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1941, timestamp=1517885220581, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1942, timestamp=1517885220581, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1943, timestamp=1517885220581, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=1944, timestamp=1517885220581, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1945, timestamp=1517885220582, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1946, timestamp=1517885220582, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1947, timestamp=1517885220582, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=1948, timestamp=1517885220582, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1949, timestamp=1517885220582, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1950, timestamp=1517885220582, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1951, timestamp=1517885220582, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=1952, timestamp=1517885220582, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1953, timestamp=1517885220583, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=1954, timestamp=1517885220583, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=1955, timestamp=1517885220583, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1956, timestamp=1517885220583, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=1957, timestamp=1517885220583, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=1958, timestamp=1517885220583, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=1959, timestamp=1517885220583, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=1960, timestamp=1517885220583, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1961, timestamp=1517885220583, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=1962, timestamp=1517885220583, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1963, timestamp=1517885220584, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=1964, timestamp=1517885220584, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=1965, timestamp=1517885220584, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=1966, timestamp=1517885220584, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1967, timestamp=1517885220584, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1968, timestamp=1517885220584, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=1969, timestamp=1517885220584, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1970, timestamp=1517885220585, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1971, timestamp=1517885220585, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1972, timestamp=1517885220585, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=1973, timestamp=1517885220585, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1974, timestamp=1517885220585, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=1975, timestamp=1517885220586, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=1976, timestamp=1517885220586, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=1977, timestamp=1517885220586, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=1978, timestamp=1517885220586, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1979, timestamp=1517885220586, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=1980, timestamp=1517885220586, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=1981, timestamp=1517885220587, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=1982, timestamp=1517885220587, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=1983, timestamp=1517885220587, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=1984, timestamp=1517885220587, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=1985, timestamp=1517885220587, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1986, timestamp=1517885220587, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=1987, timestamp=1517885220588, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=1988, timestamp=1517885220588, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=1989, timestamp=1517885220588, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=1990, timestamp=1517885220588, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=1991, timestamp=1517885220589, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=1992, timestamp=1517885220589, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=1993, timestamp=1517885220589, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=1994, timestamp=1517885220589, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=1995, timestamp=1517885220589, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=1996, timestamp=1517885220589, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=1997, timestamp=1517885220590, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=1998, timestamp=1517885220590, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=1999, timestamp=1517885220590, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2000, timestamp=1517885220590, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2001, timestamp=1517885220590, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2002, timestamp=1517885220590, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2003, timestamp=1517885220590, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2004, timestamp=1517885220591, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2005, timestamp=1517885220591, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2006, timestamp=1517885220591, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2007, timestamp=1517885220591, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2008, timestamp=1517885220591, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2009, timestamp=1517885220591, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2010, timestamp=1517885220591, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2011, timestamp=1517885220591, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2012, timestamp=1517885220591, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2013, timestamp=1517885220592, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2014, timestamp=1517885220592, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2015, timestamp=1517885220592, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2016, timestamp=1517885220592, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2017, timestamp=1517885220592, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2018, timestamp=1517885220592, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2019, timestamp=1517885220592, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2020, timestamp=1517885220593, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2021, timestamp=1517885220593, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2022, timestamp=1517885220593, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2023, timestamp=1517885220593, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2024, timestamp=1517885220594, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2025, timestamp=1517885220594, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2026, timestamp=1517885220594, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2027, timestamp=1517885220594, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2028, timestamp=1517885220594, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2029, timestamp=1517885220594, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2030, timestamp=1517885220594, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2031, timestamp=1517885220594, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2032, timestamp=1517885220594, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2033, timestamp=1517885220595, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2034, timestamp=1517885220595, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2035, timestamp=1517885220595, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2036, timestamp=1517885220595, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2037, timestamp=1517885220595, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2038, timestamp=1517885220596, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2039, timestamp=1517885220596, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2040, timestamp=1517885220596, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2041, timestamp=1517885220596, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2042, timestamp=1517885220596, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2043, timestamp=1517885220596, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2044, timestamp=1517885220596, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2045, timestamp=1517885220596, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2046, timestamp=1517885220596, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2047, timestamp=1517885220597, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2048, timestamp=1517885220597, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2049, timestamp=1517885220597, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2050, timestamp=1517885220597, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2051, timestamp=1517885220597, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2052, timestamp=1517885220597, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2053, timestamp=1517885220597, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2054, timestamp=1517885220598, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2055, timestamp=1517885220598, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2056, timestamp=1517885220599, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2057, timestamp=1517885220599, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2058, timestamp=1517885220599, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2059, timestamp=1517885220599, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2060, timestamp=1517885220600, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2061, timestamp=1517885220600, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2062, timestamp=1517885220600, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2063, timestamp=1517885220600, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2064, timestamp=1517885220600, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2065, timestamp=1517885220601, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2066, timestamp=1517885220601, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2067, timestamp=1517885220601, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2068, timestamp=1517885220601, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2069, timestamp=1517885220602, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2070, timestamp=1517885220602, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2071, timestamp=1517885220602, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2072, timestamp=1517885220603, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2073, timestamp=1517885220603, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2074, timestamp=1517885220603, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2075, timestamp=1517885220603, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2076, timestamp=1517885220603, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2077, timestamp=1517885220604, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2078, timestamp=1517885220604, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2079, timestamp=1517885220604, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2080, timestamp=1517885220604, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2081, timestamp=1517885220605, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2082, timestamp=1517885220605, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2083, timestamp=1517885220605, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2084, timestamp=1517885220605, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2085, timestamp=1517885220606, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2086, timestamp=1517885220606, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2087, timestamp=1517885220606, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2088, timestamp=1517885220607, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2089, timestamp=1517885220607, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2090, timestamp=1517885220608, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2091, timestamp=1517885220608, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2092, timestamp=1517885220608, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2093, timestamp=1517885220609, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2094, timestamp=1517885220609, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2095, timestamp=1517885220609, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2096, timestamp=1517885220609, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2097, timestamp=1517885220610, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2098, timestamp=1517885220610, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2099, timestamp=1517885220610, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2100, timestamp=1517885220610, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2101, timestamp=1517885220610, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2102, timestamp=1517885220610, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2103, timestamp=1517885220610, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2104, timestamp=1517885220610, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2105, timestamp=1517885220611, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2106, timestamp=1517885220611, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2107, timestamp=1517885220611, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2108, timestamp=1517885220611, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2109, timestamp=1517885220612, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2110, timestamp=1517885220612, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2111, timestamp=1517885220612, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2112, timestamp=1517885220612, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2113, timestamp=1517885220612, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2114, timestamp=1517885220612, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2115, timestamp=1517885220612, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2116, timestamp=1517885220613, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2117, timestamp=1517885220613, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2118, timestamp=1517885220613, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2119, timestamp=1517885220613, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2120, timestamp=1517885220613, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2121, timestamp=1517885220613, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2122, timestamp=1517885220613, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2123, timestamp=1517885220613, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2124, timestamp=1517885220614, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2125, timestamp=1517885220614, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2126, timestamp=1517885220614, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2127, timestamp=1517885220614, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2128, timestamp=1517885220614, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2129, timestamp=1517885220615, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2130, timestamp=1517885220615, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2131, timestamp=1517885220615, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2132, timestamp=1517885220615, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2133, timestamp=1517885220615, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2134, timestamp=1517885220615, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2135, timestamp=1517885220615, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2136, timestamp=1517885220615, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2137, timestamp=1517885220615, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2138, timestamp=1517885220615, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2139, timestamp=1517885220616, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2140, timestamp=1517885220616, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2141, timestamp=1517885220616, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2142, timestamp=1517885220616, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2143, timestamp=1517885220616, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2144, timestamp=1517885220616, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2145, timestamp=1517885220617, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2146, timestamp=1517885220618, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2147, timestamp=1517885220618, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2148, timestamp=1517885220618, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2149, timestamp=1517885220618, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2150, timestamp=1517885220618, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2151, timestamp=1517885220618, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2152, timestamp=1517885220619, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2153, timestamp=1517885220619, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2154, timestamp=1517885220619, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2155, timestamp=1517885220620, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2156, timestamp=1517885220620, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2157, timestamp=1517885220620, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2158, timestamp=1517885220621, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2159, timestamp=1517885220621, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2160, timestamp=1517885220621, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2161, timestamp=1517885220621, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2162, timestamp=1517885220622, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2163, timestamp=1517885220622, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2164, timestamp=1517885220622, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2165, timestamp=1517885220622, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2166, timestamp=1517885220622, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2167, timestamp=1517885220622, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2168, timestamp=1517885220622, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2169, timestamp=1517885220623, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2170, timestamp=1517885220623, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2171, timestamp=1517885220624, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2172, timestamp=1517885220624, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2173, timestamp=1517885220624, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2174, timestamp=1517885220624, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2175, timestamp=1517885220624, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2176, timestamp=1517885220625, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2177, timestamp=1517885220625, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2178, timestamp=1517885220625, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2179, timestamp=1517885220626, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2180, timestamp=1517885220626, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2181, timestamp=1517885220627, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2182, timestamp=1517885220628, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2183, timestamp=1517885220628, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2184, timestamp=1517885220629, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2185, timestamp=1517885220629, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2186, timestamp=1517885220629, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2187, timestamp=1517885220630, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2188, timestamp=1517885220630, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2189, timestamp=1517885220630, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2190, timestamp=1517885220630, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2191, timestamp=1517885220631, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2192, timestamp=1517885220631, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2193, timestamp=1517885220631, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2194, timestamp=1517885220631, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2195, timestamp=1517885220631, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2196, timestamp=1517885220632, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2197, timestamp=1517885220632, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2198, timestamp=1517885220632, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2199, timestamp=1517885220633, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2200, timestamp=1517885220633, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2201, timestamp=1517885220633, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2202, timestamp=1517885220633, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2203, timestamp=1517885220633, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2204, timestamp=1517885220633, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2205, timestamp=1517885220633, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2206, timestamp=1517885220634, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2207, timestamp=1517885220634, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2208, timestamp=1517885220634, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2209, timestamp=1517885220634, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2210, timestamp=1517885220634, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2211, timestamp=1517885220634, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2212, timestamp=1517885220634, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2213, timestamp=1517885220634, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2214, timestamp=1517885220635, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2215, timestamp=1517885220635, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2216, timestamp=1517885220635, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2217, timestamp=1517885220636, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2218, timestamp=1517885220636, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2219, timestamp=1517885220636, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2220, timestamp=1517885220636, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2221, timestamp=1517885220636, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2222, timestamp=1517885220637, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2223, timestamp=1517885220637, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2224, timestamp=1517885220637, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2225, timestamp=1517885220638, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2226, timestamp=1517885220638, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2227, timestamp=1517885220638, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2228, timestamp=1517885220638, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2229, timestamp=1517885220638, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2230, timestamp=1517885220638, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2231, timestamp=1517885220639, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2232, timestamp=1517885220639, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2233, timestamp=1517885220639, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2234, timestamp=1517885220639, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2235, timestamp=1517885220639, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2236, timestamp=1517885220639, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2237, timestamp=1517885220639, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2238, timestamp=1517885220639, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2239, timestamp=1517885220640, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2240, timestamp=1517885220640, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2241, timestamp=1517885220640, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2242, timestamp=1517885220641, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2243, timestamp=1517885220641, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2244, timestamp=1517885220641, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2245, timestamp=1517885220641, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2246, timestamp=1517885220641, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2247, timestamp=1517885220641, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2248, timestamp=1517885220641, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2249, timestamp=1517885220641, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2250, timestamp=1517885220641, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2251, timestamp=1517885220641, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2252, timestamp=1517885220642, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2253, timestamp=1517885220642, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2254, timestamp=1517885220642, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2255, timestamp=1517885220642, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2256, timestamp=1517885220642, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2257, timestamp=1517885220642, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2258, timestamp=1517885220642, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2259, timestamp=1517885220642, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2260, timestamp=1517885220642, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2261, timestamp=1517885220642, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2262, timestamp=1517885220642, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2263, timestamp=1517885220642, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2264, timestamp=1517885220642, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2265, timestamp=1517885220643, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2266, timestamp=1517885220643, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2267, timestamp=1517885220643, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2268, timestamp=1517885220643, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2269, timestamp=1517885220643, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2270, timestamp=1517885220643, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2271, timestamp=1517885220643, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2272, timestamp=1517885220643, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2273, timestamp=1517885220643, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2274, timestamp=1517885220643, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2275, timestamp=1517885220643, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2276, timestamp=1517885220644, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2277, timestamp=1517885220644, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2278, timestamp=1517885220644, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2279, timestamp=1517885220644, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2280, timestamp=1517885220644, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2281, timestamp=1517885220644, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2282, timestamp=1517885220645, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2283, timestamp=1517885220645, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2284, timestamp=1517885220645, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2285, timestamp=1517885220646, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2286, timestamp=1517885220646, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2287, timestamp=1517885220646, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2288, timestamp=1517885220646, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2289, timestamp=1517885220646, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2290, timestamp=1517885220646, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2291, timestamp=1517885220647, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2292, timestamp=1517885220647, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2293, timestamp=1517885220647, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2294, timestamp=1517885220647, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2295, timestamp=1517885220647, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2296, timestamp=1517885220647, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2297, timestamp=1517885220648, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2298, timestamp=1517885220648, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2299, timestamp=1517885220648, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2300, timestamp=1517885220648, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2301, timestamp=1517885220648, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2302, timestamp=1517885220648, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2303, timestamp=1517885220649, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2304, timestamp=1517885220649, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2305, timestamp=1517885220649, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2306, timestamp=1517885220649, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2307, timestamp=1517885220649, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2308, timestamp=1517885220650, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2309, timestamp=1517885220650, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2310, timestamp=1517885220650, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2311, timestamp=1517885220650, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2312, timestamp=1517885220651, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2313, timestamp=1517885220651, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2314, timestamp=1517885220651, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2315, timestamp=1517885220651, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2316, timestamp=1517885220651, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2317, timestamp=1517885220651, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2318, timestamp=1517885220652, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2319, timestamp=1517885220652, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2320, timestamp=1517885220652, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2321, timestamp=1517885220652, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2322, timestamp=1517885220653, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2323, timestamp=1517885220653, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2324, timestamp=1517885220653, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2325, timestamp=1517885220653, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2326, timestamp=1517885220653, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2327, timestamp=1517885220653, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2328, timestamp=1517885220653, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2329, timestamp=1517885220653, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2330, timestamp=1517885220654, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2331, timestamp=1517885220654, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2332, timestamp=1517885220654, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2333, timestamp=1517885220656, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2334, timestamp=1517885220656, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2335, timestamp=1517885220656, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2336, timestamp=1517885220657, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2337, timestamp=1517885220657, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2338, timestamp=1517885220657, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2339, timestamp=1517885220658, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2340, timestamp=1517885220658, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2341, timestamp=1517885220658, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2342, timestamp=1517885220658, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2343, timestamp=1517885220659, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2344, timestamp=1517885220659, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2345, timestamp=1517885220659, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2346, timestamp=1517885220659, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2347, timestamp=1517885220659, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2348, timestamp=1517885220660, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2349, timestamp=1517885220660, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2350, timestamp=1517885220660, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2351, timestamp=1517885220660, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2352, timestamp=1517885220660, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2353, timestamp=1517885220660, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2354, timestamp=1517885220660, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2355, timestamp=1517885220661, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2356, timestamp=1517885220661, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2357, timestamp=1517885220661, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2358, timestamp=1517885220661, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2359, timestamp=1517885220661, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2360, timestamp=1517885220661, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2361, timestamp=1517885220662, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2362, timestamp=1517885220662, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2363, timestamp=1517885220662, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2364, timestamp=1517885220662, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2365, timestamp=1517885220662, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2366, timestamp=1517885220662, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2367, timestamp=1517885220663, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2368, timestamp=1517885220663, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2369, timestamp=1517885220663, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2370, timestamp=1517885220663, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2371, timestamp=1517885220663, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2372, timestamp=1517885220664, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2373, timestamp=1517885220664, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2374, timestamp=1517885220665, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2375, timestamp=1517885220665, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2376, timestamp=1517885220665, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2377, timestamp=1517885220665, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2378, timestamp=1517885220666, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2379, timestamp=1517885220666, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2380, timestamp=1517885220666, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2381, timestamp=1517885220666, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2382, timestamp=1517885220666, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2383, timestamp=1517885220667, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2384, timestamp=1517885220667, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2385, timestamp=1517885220667, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2386, timestamp=1517885220667, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2387, timestamp=1517885220668, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2388, timestamp=1517885220668, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2389, timestamp=1517885220668, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2390, timestamp=1517885220669, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2391, timestamp=1517885220669, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2392, timestamp=1517885220669, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2393, timestamp=1517885220669, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2394, timestamp=1517885220669, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2395, timestamp=1517885220670, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2396, timestamp=1517885220670, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2397, timestamp=1517885220671, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2398, timestamp=1517885220672, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2399, timestamp=1517885220672, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2400, timestamp=1517885220672, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2401, timestamp=1517885220672, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2402, timestamp=1517885220672, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2403, timestamp=1517885220673, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2404, timestamp=1517885220673, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2405, timestamp=1517885220673, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2406, timestamp=1517885220673, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2407, timestamp=1517885220673, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2408, timestamp=1517885220673, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2409, timestamp=1517885220673, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2410, timestamp=1517885220673, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2411, timestamp=1517885220674, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2412, timestamp=1517885220674, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2413, timestamp=1517885220674, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2414, timestamp=1517885220674, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2415, timestamp=1517885220675, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2416, timestamp=1517885220675, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2417, timestamp=1517885220675, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2418, timestamp=1517885220675, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2419, timestamp=1517885220675, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2420, timestamp=1517885220675, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2421, timestamp=1517885220675, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2422, timestamp=1517885220675, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2423, timestamp=1517885220675, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2424, timestamp=1517885220675, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2425, timestamp=1517885220676, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2426, timestamp=1517885220676, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2427, timestamp=1517885220676, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2428, timestamp=1517885220676, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2429, timestamp=1517885220676, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2430, timestamp=1517885220677, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2431, timestamp=1517885220677, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2432, timestamp=1517885220677, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2433, timestamp=1517885220678, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2434, timestamp=1517885220678, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2435, timestamp=1517885220678, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2436, timestamp=1517885220678, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2437, timestamp=1517885220679, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2438, timestamp=1517885220679, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2439, timestamp=1517885220679, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2440, timestamp=1517885220679, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2441, timestamp=1517885220679, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2442, timestamp=1517885220679, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2443, timestamp=1517885220679, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2444, timestamp=1517885220679, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2445, timestamp=1517885220680, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2446, timestamp=1517885220680, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2447, timestamp=1517885220680, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2448, timestamp=1517885220681, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2449, timestamp=1517885220681, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2450, timestamp=1517885220681, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2451, timestamp=1517885220681, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2452, timestamp=1517885220681, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2453, timestamp=1517885220682, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2454, timestamp=1517885220682, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2455, timestamp=1517885220682, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2456, timestamp=1517885220682, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2457, timestamp=1517885220682, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2458, timestamp=1517885220682, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2459, timestamp=1517885220682, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2460, timestamp=1517885220683, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2461, timestamp=1517885220683, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2462, timestamp=1517885220683, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2463, timestamp=1517885220683, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2464, timestamp=1517885220683, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2465, timestamp=1517885220684, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2466, timestamp=1517885220684, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2467, timestamp=1517885220684, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2468, timestamp=1517885220684, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2469, timestamp=1517885220685, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2470, timestamp=1517885220685, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2471, timestamp=1517885220685, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2472, timestamp=1517885220685, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2473, timestamp=1517885220685, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2474, timestamp=1517885220686, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2475, timestamp=1517885220686, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2476, timestamp=1517885220686, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2477, timestamp=1517885220686, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2478, timestamp=1517885220687, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2479, timestamp=1517885220687, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2480, timestamp=1517885220687, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2481, timestamp=1517885220687, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2482, timestamp=1517885220688, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2483, timestamp=1517885220688, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2484, timestamp=1517885220688, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2485, timestamp=1517885220688, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2486, timestamp=1517885220688, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2487, timestamp=1517885220688, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2488, timestamp=1517885220688, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2489, timestamp=1517885220688, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2490, timestamp=1517885220689, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2491, timestamp=1517885220689, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2492, timestamp=1517885220689, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2493, timestamp=1517885220689, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2494, timestamp=1517885220690, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2495, timestamp=1517885220690, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2496, timestamp=1517885220690, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2497, timestamp=1517885220690, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2498, timestamp=1517885220690, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2499, timestamp=1517885220691, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2500, timestamp=1517885220696, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2501, timestamp=1517885220696, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2502, timestamp=1517885220697, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2503, timestamp=1517885220697, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2504, timestamp=1517885220697, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2505, timestamp=1517885220697, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2506, timestamp=1517885220697, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2507, timestamp=1517885220697, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2508, timestamp=1517885220697, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2509, timestamp=1517885220697, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2510, timestamp=1517885220697, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2511, timestamp=1517885220698, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2512, timestamp=1517885220698, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2513, timestamp=1517885220698, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2514, timestamp=1517885220698, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2515, timestamp=1517885220698, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2516, timestamp=1517885220698, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2517, timestamp=1517885220698, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2518, timestamp=1517885220698, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2519, timestamp=1517885220698, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2520, timestamp=1517885220698, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2521, timestamp=1517885220698, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2522, timestamp=1517885220698, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2523, timestamp=1517885220699, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2524, timestamp=1517885220699, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2525, timestamp=1517885220699, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2526, timestamp=1517885220699, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2527, timestamp=1517885220699, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2528, timestamp=1517885220699, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2529, timestamp=1517885220699, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2530, timestamp=1517885220699, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2531, timestamp=1517885220700, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2532, timestamp=1517885220700, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2533, timestamp=1517885220700, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2534, timestamp=1517885220700, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2535, timestamp=1517885220700, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2536, timestamp=1517885220700, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2537, timestamp=1517885220700, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2538, timestamp=1517885220700, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2539, timestamp=1517885220700, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2540, timestamp=1517885220700, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2541, timestamp=1517885220700, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2542, timestamp=1517885220700, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2543, timestamp=1517885220700, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2544, timestamp=1517885220701, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2545, timestamp=1517885220701, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2546, timestamp=1517885220701, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2547, timestamp=1517885220701, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2548, timestamp=1517885220701, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2549, timestamp=1517885220701, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2550, timestamp=1517885220701, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2551, timestamp=1517885220702, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2552, timestamp=1517885220702, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2553, timestamp=1517885220702, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2554, timestamp=1517885220702, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2555, timestamp=1517885220702, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2556, timestamp=1517885220702, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2557, timestamp=1517885220702, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2558, timestamp=1517885220703, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2559, timestamp=1517885220703, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2560, timestamp=1517885220703, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2561, timestamp=1517885220703, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2562, timestamp=1517885220703, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2563, timestamp=1517885220703, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2564, timestamp=1517885220703, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2565, timestamp=1517885220703, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2566, timestamp=1517885220704, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2567, timestamp=1517885220704, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2568, timestamp=1517885220704, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2569, timestamp=1517885220704, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2570, timestamp=1517885220704, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2571, timestamp=1517885220704, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2572, timestamp=1517885220704, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2573, timestamp=1517885220704, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2574, timestamp=1517885220705, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2575, timestamp=1517885220705, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2576, timestamp=1517885220705, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2577, timestamp=1517885220705, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2578, timestamp=1517885220705, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2579, timestamp=1517885220705, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2580, timestamp=1517885220705, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2581, timestamp=1517885220705, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2582, timestamp=1517885220705, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2583, timestamp=1517885220705, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2584, timestamp=1517885220706, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2585, timestamp=1517885220706, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2586, timestamp=1517885220706, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2587, timestamp=1517885220706, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2588, timestamp=1517885220706, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2589, timestamp=1517885220706, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2590, timestamp=1517885220706, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2591, timestamp=1517885220706, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2592, timestamp=1517885220706, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2593, timestamp=1517885220706, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2594, timestamp=1517885220706, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2595, timestamp=1517885220707, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2596, timestamp=1517885220707, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2597, timestamp=1517885220707, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2598, timestamp=1517885220707, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2599, timestamp=1517885220707, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2600, timestamp=1517885220707, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2601, timestamp=1517885220707, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2602, timestamp=1517885220707, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2603, timestamp=1517885220707, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2604, timestamp=1517885220707, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2605, timestamp=1517885220707, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2606, timestamp=1517885220707, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2607, timestamp=1517885220708, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2608, timestamp=1517885220708, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2609, timestamp=1517885220708, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2610, timestamp=1517885220708, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2611, timestamp=1517885220708, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2612, timestamp=1517885220708, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2613, timestamp=1517885220708, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2614, timestamp=1517885220708, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2615, timestamp=1517885220708, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2616, timestamp=1517885220708, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2617, timestamp=1517885220708, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2618, timestamp=1517885220708, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2619, timestamp=1517885220709, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2620, timestamp=1517885220709, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2621, timestamp=1517885220709, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2622, timestamp=1517885220709, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2623, timestamp=1517885220709, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2624, timestamp=1517885220709, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2625, timestamp=1517885220709, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2626, timestamp=1517885220709, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2627, timestamp=1517885220709, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2628, timestamp=1517885220709, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2629, timestamp=1517885220709, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2630, timestamp=1517885220709, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2631, timestamp=1517885220709, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2632, timestamp=1517885220709, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2633, timestamp=1517885220709, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2634, timestamp=1517885220710, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2635, timestamp=1517885220710, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2636, timestamp=1517885220710, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2637, timestamp=1517885220710, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2638, timestamp=1517885220710, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2639, timestamp=1517885220710, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2640, timestamp=1517885220710, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2641, timestamp=1517885220710, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2642, timestamp=1517885220710, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2643, timestamp=1517885220710, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2644, timestamp=1517885220711, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2645, timestamp=1517885220711, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2646, timestamp=1517885220711, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2647, timestamp=1517885220711, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2648, timestamp=1517885220711, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2649, timestamp=1517885220712, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2650, timestamp=1517885220712, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2651, timestamp=1517885220712, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2652, timestamp=1517885220712, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2653, timestamp=1517885220712, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2654, timestamp=1517885220712, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2655, timestamp=1517885220712, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2656, timestamp=1517885220712, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2657, timestamp=1517885220712, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2658, timestamp=1517885220712, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2659, timestamp=1517885220712, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2660, timestamp=1517885220713, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2661, timestamp=1517885220713, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2662, timestamp=1517885220713, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2663, timestamp=1517885220713, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2664, timestamp=1517885220713, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2665, timestamp=1517885220713, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2666, timestamp=1517885220713, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2667, timestamp=1517885220713, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2668, timestamp=1517885220713, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2669, timestamp=1517885220713, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2670, timestamp=1517885220713, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2671, timestamp=1517885220713, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2672, timestamp=1517885220714, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2673, timestamp=1517885220714, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2674, timestamp=1517885220714, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2675, timestamp=1517885220714, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2676, timestamp=1517885220714, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2677, timestamp=1517885220714, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2678, timestamp=1517885220714, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2679, timestamp=1517885220715, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2680, timestamp=1517885220715, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2681, timestamp=1517885220715, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2682, timestamp=1517885220716, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2683, timestamp=1517885220716, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2684, timestamp=1517885220716, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2685, timestamp=1517885220716, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2686, timestamp=1517885220716, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2687, timestamp=1517885220716, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2688, timestamp=1517885220716, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2689, timestamp=1517885220716, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2690, timestamp=1517885220716, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2691, timestamp=1517885220716, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2692, timestamp=1517885220716, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2693, timestamp=1517885220716, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2694, timestamp=1517885220716, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2695, timestamp=1517885220716, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2696, timestamp=1517885220716, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2697, timestamp=1517885220716, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2698, timestamp=1517885220717, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2699, timestamp=1517885220717, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2700, timestamp=1517885220717, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2701, timestamp=1517885220717, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2702, timestamp=1517885220717, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2703, timestamp=1517885220717, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2704, timestamp=1517885220717, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2705, timestamp=1517885220717, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2706, timestamp=1517885220717, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2707, timestamp=1517885220717, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2708, timestamp=1517885220717, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2709, timestamp=1517885220717, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2710, timestamp=1517885220717, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2711, timestamp=1517885220718, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2712, timestamp=1517885220718, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2713, timestamp=1517885220718, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2714, timestamp=1517885220718, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2715, timestamp=1517885220718, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2716, timestamp=1517885220718, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2717, timestamp=1517885220718, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2718, timestamp=1517885220719, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2719, timestamp=1517885220719, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2720, timestamp=1517885220719, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2721, timestamp=1517885220719, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2722, timestamp=1517885220719, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2723, timestamp=1517885220719, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2724, timestamp=1517885220720, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2725, timestamp=1517885220720, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2726, timestamp=1517885220720, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2727, timestamp=1517885220720, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2728, timestamp=1517885220720, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2729, timestamp=1517885220720, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2730, timestamp=1517885220720, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2731, timestamp=1517885220720, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2732, timestamp=1517885220720, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2733, timestamp=1517885220720, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2734, timestamp=1517885220721, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2735, timestamp=1517885220721, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2736, timestamp=1517885220721, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2737, timestamp=1517885220721, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2738, timestamp=1517885220721, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2739, timestamp=1517885220721, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2740, timestamp=1517885220721, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2741, timestamp=1517885220721, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2742, timestamp=1517885220721, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2743, timestamp=1517885220721, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2744, timestamp=1517885220721, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2745, timestamp=1517885220722, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2746, timestamp=1517885220722, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2747, timestamp=1517885220722, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2748, timestamp=1517885220722, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2749, timestamp=1517885220722, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2750, timestamp=1517885220722, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2751, timestamp=1517885220722, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2752, timestamp=1517885220722, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2753, timestamp=1517885220722, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2754, timestamp=1517885220723, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2755, timestamp=1517885220723, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2756, timestamp=1517885220723, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2757, timestamp=1517885220723, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2758, timestamp=1517885220723, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2759, timestamp=1517885220723, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2760, timestamp=1517885220723, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2761, timestamp=1517885220723, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2762, timestamp=1517885220723, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2763, timestamp=1517885220724, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2764, timestamp=1517885220724, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2765, timestamp=1517885220724, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2766, timestamp=1517885220724, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2767, timestamp=1517885220724, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2768, timestamp=1517885220724, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2769, timestamp=1517885220724, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2770, timestamp=1517885220725, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2771, timestamp=1517885220725, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2772, timestamp=1517885220725, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2773, timestamp=1517885220725, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2774, timestamp=1517885220726, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2775, timestamp=1517885220726, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2776, timestamp=1517885220726, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2777, timestamp=1517885220726, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2778, timestamp=1517885220726, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2779, timestamp=1517885220726, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2780, timestamp=1517885220726, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2781, timestamp=1517885220726, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2782, timestamp=1517885220726, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2783, timestamp=1517885220726, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2784, timestamp=1517885220726, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2785, timestamp=1517885220726, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2786, timestamp=1517885220726, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2787, timestamp=1517885220727, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2788, timestamp=1517885220727, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2789, timestamp=1517885220727, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2790, timestamp=1517885220727, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2791, timestamp=1517885220727, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2792, timestamp=1517885220727, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2793, timestamp=1517885220727, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2794, timestamp=1517885220727, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2795, timestamp=1517885220727, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2796, timestamp=1517885220727, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2797, timestamp=1517885220727, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2798, timestamp=1517885220727, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2799, timestamp=1517885220728, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2800, timestamp=1517885220728, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2801, timestamp=1517885220728, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2802, timestamp=1517885220728, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2803, timestamp=1517885220728, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2804, timestamp=1517885220728, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2805, timestamp=1517885220728, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2806, timestamp=1517885220728, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2807, timestamp=1517885220728, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2808, timestamp=1517885220728, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2809, timestamp=1517885220728, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2810, timestamp=1517885220728, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2811, timestamp=1517885220728, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2812, timestamp=1517885220729, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2813, timestamp=1517885220729, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2814, timestamp=1517885220729, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2815, timestamp=1517885220729, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2816, timestamp=1517885220729, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2817, timestamp=1517885220729, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2818, timestamp=1517885220729, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2819, timestamp=1517885220729, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2820, timestamp=1517885220730, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2821, timestamp=1517885220730, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2822, timestamp=1517885220730, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2823, timestamp=1517885220730, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2824, timestamp=1517885220730, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2825, timestamp=1517885220730, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2826, timestamp=1517885220730, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=2827, timestamp=1517885220730, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2828, timestamp=1517885220730, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2829, timestamp=1517885220730, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2830, timestamp=1517885220730, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2831, timestamp=1517885220730, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2832, timestamp=1517885220730, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2833, timestamp=1517885220731, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2834, timestamp=1517885220731, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2835, timestamp=1517885220731, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2836, timestamp=1517885220731, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2837, timestamp=1517885220731, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2838, timestamp=1517885220731, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2839, timestamp=1517885220731, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2840, timestamp=1517885220731, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2841, timestamp=1517885220731, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2842, timestamp=1517885220732, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2843, timestamp=1517885220732, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2844, timestamp=1517885220732, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=2845, timestamp=1517885220732, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2846, timestamp=1517885220732, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2847, timestamp=1517885220732, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2848, timestamp=1517885220732, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2849, timestamp=1517885220732, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2850, timestamp=1517885220732, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2851, timestamp=1517885220732, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2852, timestamp=1517885220732, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2853, timestamp=1517885220732, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2854, timestamp=1517885220733, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2855, timestamp=1517885220733, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2856, timestamp=1517885220733, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2857, timestamp=1517885220733, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2858, timestamp=1517885220733, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2859, timestamp=1517885220733, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2860, timestamp=1517885220733, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2861, timestamp=1517885220733, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2862, timestamp=1517885220733, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2863, timestamp=1517885220733, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2864, timestamp=1517885220733, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2865, timestamp=1517885220733, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2866, timestamp=1517885220733, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2867, timestamp=1517885220733, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2868, timestamp=1517885220734, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=2869, timestamp=1517885220734, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2870, timestamp=1517885220734, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2871, timestamp=1517885220734, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2872, timestamp=1517885220734, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=2873, timestamp=1517885220734, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2874, timestamp=1517885220734, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2875, timestamp=1517885220735, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2876, timestamp=1517885220735, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2877, timestamp=1517885220735, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2878, timestamp=1517885220735, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2879, timestamp=1517885220735, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2880, timestamp=1517885220735, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2881, timestamp=1517885220736, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2882, timestamp=1517885220736, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2883, timestamp=1517885220736, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=2884, timestamp=1517885220736, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2885, timestamp=1517885220736, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2886, timestamp=1517885220736, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2887, timestamp=1517885220736, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2888, timestamp=1517885220736, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2889, timestamp=1517885220737, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2890, timestamp=1517885220737, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2891, timestamp=1517885220737, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2892, timestamp=1517885220737, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2893, timestamp=1517885220737, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2894, timestamp=1517885220738, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2895, timestamp=1517885220738, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2896, timestamp=1517885220738, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2897, timestamp=1517885220738, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2898, timestamp=1517885220739, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2899, timestamp=1517885220739, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2900, timestamp=1517885220739, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=2901, timestamp=1517885220739, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2902, timestamp=1517885220739, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2903, timestamp=1517885220739, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2904, timestamp=1517885220739, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2905, timestamp=1517885220739, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2906, timestamp=1517885220740, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=2907, timestamp=1517885220740, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2908, timestamp=1517885220740, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2909, timestamp=1517885220740, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2910, timestamp=1517885220740, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=2911, timestamp=1517885220740, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2912, timestamp=1517885220740, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=2913, timestamp=1517885220740, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2914, timestamp=1517885220740, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2915, timestamp=1517885220740, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2916, timestamp=1517885220740, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2917, timestamp=1517885220740, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2918, timestamp=1517885220740, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=2919, timestamp=1517885220741, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2920, timestamp=1517885220741, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2921, timestamp=1517885220741, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2922, timestamp=1517885220741, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=2923, timestamp=1517885220741, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2924, timestamp=1517885220741, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2925, timestamp=1517885220741, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2926, timestamp=1517885220742, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2927, timestamp=1517885220742, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2928, timestamp=1517885220742, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=2929, timestamp=1517885220742, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=2930, timestamp=1517885220743, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2931, timestamp=1517885220743, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2932, timestamp=1517885220743, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2933, timestamp=1517885220743, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2934, timestamp=1517885220743, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2935, timestamp=1517885220743, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2936, timestamp=1517885220743, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2937, timestamp=1517885220743, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=2938, timestamp=1517885220744, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2939, timestamp=1517885220744, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2940, timestamp=1517885220744, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=2941, timestamp=1517885220744, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2942, timestamp=1517885220744, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2943, timestamp=1517885220744, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2944, timestamp=1517885220744, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2945, timestamp=1517885220745, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2946, timestamp=1517885220745, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2947, timestamp=1517885220745, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=2948, timestamp=1517885220745, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2949, timestamp=1517885220746, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2950, timestamp=1517885220746, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2951, timestamp=1517885220746, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2952, timestamp=1517885220746, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2953, timestamp=1517885220746, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2954, timestamp=1517885220746, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2955, timestamp=1517885220746, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=2956, timestamp=1517885220746, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2957, timestamp=1517885220746, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=2958, timestamp=1517885220746, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=2959, timestamp=1517885220747, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2960, timestamp=1517885220747, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2961, timestamp=1517885220747, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2962, timestamp=1517885220747, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2963, timestamp=1517885220747, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=2964, timestamp=1517885220748, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2965, timestamp=1517885220748, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=2966, timestamp=1517885220748, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2967, timestamp=1517885220748, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=2968, timestamp=1517885220748, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=2969, timestamp=1517885220748, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=2970, timestamp=1517885220748, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=2971, timestamp=1517885220749, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=2972, timestamp=1517885220749, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=2973, timestamp=1517885220749, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=2974, timestamp=1517885220749, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2975, timestamp=1517885220749, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2976, timestamp=1517885220749, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=2977, timestamp=1517885220749, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=2978, timestamp=1517885220749, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=2979, timestamp=1517885220749, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=2980, timestamp=1517885220749, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=2981, timestamp=1517885220749, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=2982, timestamp=1517885220749, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2983, timestamp=1517885220749, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=2984, timestamp=1517885220750, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=2985, timestamp=1517885220750, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=2986, timestamp=1517885220750, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=2987, timestamp=1517885220750, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=2988, timestamp=1517885220750, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=2989, timestamp=1517885220750, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=2990, timestamp=1517885220750, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=2991, timestamp=1517885220750, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=2992, timestamp=1517885220750, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=2993, timestamp=1517885220750, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=2994, timestamp=1517885220750, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=2995, timestamp=1517885220750, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=2996, timestamp=1517885220751, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=2997, timestamp=1517885220751, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=2998, timestamp=1517885220751, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=2999, timestamp=1517885220751, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3000, timestamp=1517885220751, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3001, timestamp=1517885220751, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3002, timestamp=1517885220751, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3003, timestamp=1517885220751, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3004, timestamp=1517885220751, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3005, timestamp=1517885220751, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3006, timestamp=1517885220751, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3007, timestamp=1517885220751, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3008, timestamp=1517885220752, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3009, timestamp=1517885220752, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3010, timestamp=1517885220752, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3011, timestamp=1517885220752, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3012, timestamp=1517885220752, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3013, timestamp=1517885220752, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3014, timestamp=1517885220752, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3015, timestamp=1517885220752, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3016, timestamp=1517885220752, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3017, timestamp=1517885220752, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3018, timestamp=1517885220752, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3019, timestamp=1517885220753, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3020, timestamp=1517885220753, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3021, timestamp=1517885220753, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3022, timestamp=1517885220753, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3023, timestamp=1517885220753, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3024, timestamp=1517885220753, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3025, timestamp=1517885220753, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3026, timestamp=1517885220753, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3027, timestamp=1517885220753, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3028, timestamp=1517885220753, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3029, timestamp=1517885220753, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3030, timestamp=1517885220754, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3031, timestamp=1517885220754, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3032, timestamp=1517885220754, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3033, timestamp=1517885220754, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3034, timestamp=1517885220754, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3035, timestamp=1517885220754, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3036, timestamp=1517885220754, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3037, timestamp=1517885220754, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3038, timestamp=1517885220754, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3039, timestamp=1517885220755, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3040, timestamp=1517885220755, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3041, timestamp=1517885220755, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3042, timestamp=1517885220755, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3043, timestamp=1517885220755, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3044, timestamp=1517885220755, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3045, timestamp=1517885220755, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3046, timestamp=1517885220755, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3047, timestamp=1517885220755, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3048, timestamp=1517885220755, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3049, timestamp=1517885220755, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3050, timestamp=1517885220755, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3051, timestamp=1517885220755, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3052, timestamp=1517885220755, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3053, timestamp=1517885220756, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3054, timestamp=1517885220756, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3055, timestamp=1517885220756, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3056, timestamp=1517885220756, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3057, timestamp=1517885220756, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3058, timestamp=1517885220756, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3059, timestamp=1517885220756, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3060, timestamp=1517885220756, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3061, timestamp=1517885220756, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3062, timestamp=1517885220756, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3063, timestamp=1517885220756, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3064, timestamp=1517885220757, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3065, timestamp=1517885220757, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3066, timestamp=1517885220757, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3067, timestamp=1517885220757, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3068, timestamp=1517885220757, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3069, timestamp=1517885220757, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3070, timestamp=1517885220757, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3071, timestamp=1517885220757, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3072, timestamp=1517885220757, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3073, timestamp=1517885220757, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3074, timestamp=1517885220757, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3075, timestamp=1517885220758, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3076, timestamp=1517885220758, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3077, timestamp=1517885220758, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3078, timestamp=1517885220758, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3079, timestamp=1517885220758, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3080, timestamp=1517885220758, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3081, timestamp=1517885220758, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3082, timestamp=1517885220758, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3083, timestamp=1517885220758, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3084, timestamp=1517885220758, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3085, timestamp=1517885220758, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3086, timestamp=1517885220758, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3087, timestamp=1517885220758, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3088, timestamp=1517885220758, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3089, timestamp=1517885220759, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3090, timestamp=1517885220759, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3091, timestamp=1517885220759, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3092, timestamp=1517885220759, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3093, timestamp=1517885220759, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3094, timestamp=1517885220759, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3095, timestamp=1517885220759, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3096, timestamp=1517885220760, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3097, timestamp=1517885220760, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3098, timestamp=1517885220760, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3099, timestamp=1517885220760, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3100, timestamp=1517885220760, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3101, timestamp=1517885220760, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3102, timestamp=1517885220760, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3103, timestamp=1517885220760, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3104, timestamp=1517885220760, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3105, timestamp=1517885220760, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3106, timestamp=1517885220760, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3107, timestamp=1517885220761, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3108, timestamp=1517885220761, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3109, timestamp=1517885220761, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3110, timestamp=1517885220761, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3111, timestamp=1517885220761, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3112, timestamp=1517885220761, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3113, timestamp=1517885220761, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3114, timestamp=1517885220761, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3115, timestamp=1517885220762, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3116, timestamp=1517885220762, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3117, timestamp=1517885220762, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3118, timestamp=1517885220762, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3119, timestamp=1517885220762, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3120, timestamp=1517885220762, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3121, timestamp=1517885220762, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3122, timestamp=1517885220762, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3123, timestamp=1517885220762, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3124, timestamp=1517885220762, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3125, timestamp=1517885220762, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3126, timestamp=1517885220763, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3127, timestamp=1517885220763, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3128, timestamp=1517885220763, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3129, timestamp=1517885220763, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3130, timestamp=1517885220763, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3131, timestamp=1517885220763, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3132, timestamp=1517885220763, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3133, timestamp=1517885220763, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3134, timestamp=1517885220763, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3135, timestamp=1517885220763, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3136, timestamp=1517885220763, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3137, timestamp=1517885220763, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3138, timestamp=1517885220763, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3139, timestamp=1517885220763, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3140, timestamp=1517885220764, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3141, timestamp=1517885220764, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3142, timestamp=1517885220764, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3143, timestamp=1517885220764, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3144, timestamp=1517885220764, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3145, timestamp=1517885220764, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3146, timestamp=1517885220764, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3147, timestamp=1517885220764, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3148, timestamp=1517885220764, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3149, timestamp=1517885220764, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3150, timestamp=1517885220765, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3151, timestamp=1517885220765, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3152, timestamp=1517885220765, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3153, timestamp=1517885220765, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3154, timestamp=1517885220765, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3155, timestamp=1517885220765, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3156, timestamp=1517885220765, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3157, timestamp=1517885220765, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3158, timestamp=1517885220765, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3159, timestamp=1517885220765, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3160, timestamp=1517885220765, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3161, timestamp=1517885220765, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3162, timestamp=1517885220766, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3163, timestamp=1517885220766, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3164, timestamp=1517885220766, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3165, timestamp=1517885220766, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3166, timestamp=1517885220766, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3167, timestamp=1517885220766, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3168, timestamp=1517885220766, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3169, timestamp=1517885220766, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3170, timestamp=1517885220766, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3171, timestamp=1517885220766, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3172, timestamp=1517885220766, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3173, timestamp=1517885220767, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3174, timestamp=1517885220767, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3175, timestamp=1517885220767, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3176, timestamp=1517885220767, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3177, timestamp=1517885220767, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3178, timestamp=1517885220767, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3179, timestamp=1517885220767, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3180, timestamp=1517885220767, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3181, timestamp=1517885220767, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3182, timestamp=1517885220767, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3183, timestamp=1517885220768, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3184, timestamp=1517885220768, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3185, timestamp=1517885220768, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3186, timestamp=1517885220768, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3187, timestamp=1517885220768, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3188, timestamp=1517885220768, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3189, timestamp=1517885220768, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3190, timestamp=1517885220768, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3191, timestamp=1517885220768, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3192, timestamp=1517885220768, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3193, timestamp=1517885220768, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3194, timestamp=1517885220768, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3195, timestamp=1517885220769, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3196, timestamp=1517885220769, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3197, timestamp=1517885220769, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3198, timestamp=1517885220769, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3199, timestamp=1517885220769, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3200, timestamp=1517885220769, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3201, timestamp=1517885220769, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3202, timestamp=1517885220769, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3203, timestamp=1517885220769, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3204, timestamp=1517885220769, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3205, timestamp=1517885220769, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3206, timestamp=1517885220769, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3207, timestamp=1517885220770, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3208, timestamp=1517885220770, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3209, timestamp=1517885220770, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3210, timestamp=1517885220770, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3211, timestamp=1517885220770, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3212, timestamp=1517885220770, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3213, timestamp=1517885220770, key=8 bytes, value=615 bytes)), (record=DefaultRecord(offset=3214, timestamp=1517885220770, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3215, timestamp=1517885220770, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3216, timestamp=1517885220771, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3217, timestamp=1517885220771, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3218, timestamp=1517885220771, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3219, timestamp=1517885220771, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3220, timestamp=1517885220771, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3221, timestamp=1517885220771, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3222, timestamp=1517885220771, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3223, timestamp=1517885220771, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3224, timestamp=1517885220771, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3225, timestamp=1517885220771, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3226, timestamp=1517885220771, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3227, timestamp=1517885220772, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3228, timestamp=1517885220772, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3229, timestamp=1517885220772, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3230, timestamp=1517885220772, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3231, timestamp=1517885220772, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3232, timestamp=1517885220772, key=8 bytes, value=587 bytes)), (record=DefaultRecord(offset=3233, timestamp=1517885220772, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3234, timestamp=1517885220772, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3235, timestamp=1517885220772, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3236, timestamp=1517885220772, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3237, timestamp=1517885220772, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3238, timestamp=1517885220773, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3239, timestamp=1517885220773, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3240, timestamp=1517885220773, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3241, timestamp=1517885220773, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3242, timestamp=1517885220773, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3243, timestamp=1517885220773, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3244, timestamp=1517885220774, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3245, timestamp=1517885220774, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3246, timestamp=1517885220774, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3247, timestamp=1517885220774, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3248, timestamp=1517885220774, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3249, timestamp=1517885220774, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3250, timestamp=1517885220774, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3251, timestamp=1517885220774, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3252, timestamp=1517885220775, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3253, timestamp=1517885220775, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3254, timestamp=1517885220775, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3255, timestamp=1517885220775, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3256, timestamp=1517885220775, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3257, timestamp=1517885220775, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3258, timestamp=1517885220776, key=8 bytes, value=603 bytes)), (record=DefaultRecord(offset=3259, timestamp=1517885220776, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3260, timestamp=1517885220776, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3261, timestamp=1517885220776, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3262, timestamp=1517885220776, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3263, timestamp=1517885220776, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3264, timestamp=1517885220776, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3265, timestamp=1517885220776, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3266, timestamp=1517885220776, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3267, timestamp=1517885220776, key=8 bytes, value=579 bytes)), (record=DefaultRecord(offset=3268, timestamp=1517885220777, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3269, timestamp=1517885220777, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3270, timestamp=1517885220777, key=8 bytes, value=636 bytes)), (record=DefaultRecord(offset=3271, timestamp=1517885220777, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3272, timestamp=1517885220777, key=8 bytes, value=619 bytes)), (record=DefaultRecord(offset=3273, timestamp=1517885220777, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3274, timestamp=1517885220778, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3275, timestamp=1517885220778, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3276, timestamp=1517885220778, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3277, timestamp=1517885220779, key=8 bytes, value=641 bytes)), (record=DefaultRecord(offset=3278, timestamp=1517885220779, key=8 bytes, value=631 bytes)), (record=DefaultRecord(offset=3279, timestamp=1517885220779, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3280, timestamp=1517885220779, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3281, timestamp=1517885220779, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3282, timestamp=1517885220779, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3283, timestamp=1517885220779, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3284, timestamp=1517885220780, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3285, timestamp=1517885220780, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3286, timestamp=1517885220780, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3287, timestamp=1517885220780, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3288, timestamp=1517885220781, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3289, timestamp=1517885220781, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3290, timestamp=1517885220781, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3291, timestamp=1517885220781, key=8 bytes, value=595 bytes)), (record=DefaultRecord(offset=3292, timestamp=1517885220781, key=8 bytes, value=575 bytes)), (record=DefaultRecord(offset=3293, timestamp=1517885220781, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3294, timestamp=1517885220781, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3295, timestamp=1517885220782, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3296, timestamp=1517885220782, key=8 bytes, value=627 bytes)), (record=DefaultRecord(offset=3297, timestamp=1517885220782, key=8 bytes, value=607 bytes)), (record=DefaultRecord(offset=3298, timestamp=1517885220782, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3299, timestamp=1517885220782, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3300, timestamp=1517885220782, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3301, timestamp=1517885220782, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3302, timestamp=1517885220782, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3303, timestamp=1517885220782, key=8 bytes, value=567 bytes)), (record=DefaultRecord(offset=3304, timestamp=1517885220782, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3305, timestamp=1517885220783, key=8 bytes, value=611 bytes)), (record=DefaultRecord(offset=3306, timestamp=1517885220783, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3307, timestamp=1517885220783, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3308, timestamp=1517885220783, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3309, timestamp=1517885220783, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3310, timestamp=1517885220783, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3311, timestamp=1517885220783, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3312, timestamp=1517885220783, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3313, timestamp=1517885220783, key=8 bytes, value=599 bytes)), (record=DefaultRecord(offset=3314, timestamp=1517885220784, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3315, timestamp=1517885220784, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3316, timestamp=1517885220784, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3317, timestamp=1517885220784, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3318, timestamp=1517885220784, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3319, timestamp=1517885220784, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3320, timestamp=1517885220784, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3321, timestamp=1517885220785, key=8 bytes, value=591 bytes)), (record=DefaultRecord(offset=3322, timestamp=1517885220785, key=8 bytes, value=571 bytes)), (record=DefaultRecord(offset=3323, timestamp=1517885220785, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3324, timestamp=1517885220786, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3325, timestamp=1517885220787, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3326, timestamp=1517885220787, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3327, timestamp=1517885220787, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3328, timestamp=1517885220787, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3329, timestamp=1517885220788, key=8 bytes, value=623 bytes)), (record=DefaultRecord(offset=3330, timestamp=1517885220788, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3331, timestamp=1517885220788, key=8 bytes, value=583 bytes)), (record=DefaultRecord(offset=3332, timestamp=1517885220789, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3333, timestamp=1517885220789, key=8 bytes, value=581 bytes))]}]}]} 12:03:05.039 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 1631 for partition test-2 returned fetch data (error=NONE, highWaterMark=99967, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:05.506 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=1650, metadata=''}, test-0=OffsetAndMetadata{offset=1662, metadata=''}, test-2=OffsetAndMetadata{offset=1188, metadata=''}} 12:03:05.508 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1707 for assigned partition test-1 and update position to 2207 12:03:05.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 5070 12:03:06.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 5400 12:03:07.145 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:07.145 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 20 to node 2147483646 12:03:07.225 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 2207 for assigned partition test-1 and update position to 2707 12:03:07.245 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 20, received {throttle_time_ms=0,error_code=0} 12:03:07.245 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:07.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 5671 12:03:08.718 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 2707 for assigned partition test-1 and update position to 3207 12:03:08.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 6066 12:03:09.815 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3207, metadata=''}, test-0=OffsetAndMetadata{offset=1662, metadata=''}, test-2=OffsetAndMetadata{offset=1631, metadata=''}} 12:03:09.815 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=3207, metadata=''}, test-0=OffsetAndMetadata{offset=1662, metadata=''}, test-2=OffsetAndMetadata{offset=1631, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:09.815 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=1662,metadata=},{partition=1,offset=3207,metadata=},{partition=2,offset=1631,metadata=}]}]} with correlation id 21 to node 2147483646 12:03:09.817 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3207 for assigned partition test-1 and update position to 3384 12:03:09.817 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-0 with offset 1662 12:03:09.817 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-0 to 100091 12:03:09.820 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1662 for assigned partition test-0 and update position to 1985 12:03:09.820 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 3384 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:09.820 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:09.820 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=1,fetch_offset=3384,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 22 to node 1 12:03:09.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 6521 12:03:09.953 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for FETCH with correlation id 22, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=1,error_code=6,high_watermark=-1,last_stable_offset=-1,log_start_offset=-1,aborted_transactions=null},record_set=[]}]}]} 12:03:09.953 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for OFFSET_COMMIT with correlation id 21, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:09.953 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 3384 for partition test-1 returned fetch data (error=NOT_LEADER_FOR_PARTITION, highWaterMark=-1, lastStableOffset = -1, logStartOffset = -1, abortedTransactions = null, recordsSizeInBytes=0) 12:03:09.953 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 3207 for partition test-1 12:03:09.953 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 1662 for partition test-0 12:03:09.953 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 1631 for partition test-2 12:03:10.154 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:10.154 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 23 to node 2147483646 12:03:10.355 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 23, received {throttle_time_ms=0,error_code=0} 12:03:10.355 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:10.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 6988 12:03:10.888 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3207, metadata=''}, test-0=OffsetAndMetadata{offset=1662, metadata=''}, test-2=OffsetAndMetadata{offset=1631, metadata=''}} 12:03:10.892 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1985 for assigned partition test-0 and update position to 2485 12:03:11.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 7487 12:03:11.898 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 2485 for assigned partition test-0 and update position to 2985 12:03:12.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 7977 12:03:12.910 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 2985 for assigned partition test-0 and update position to 3361 12:03:12.910 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-2 with offset 1631 12:03:12.910 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-2 to 99967 12:03:12.910 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1631 for assigned partition test-2 and update position to 1755 12:03:12.910 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3361 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:12.911 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-0] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:12.911 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,fetch_offset=3361,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 24 to node 1 12:03:13.063 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 1 for FETCH with correlation id 24, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=0,error_code=6,high_watermark=-1,last_stable_offset=-1,log_start_offset=-1,aborted_transactions=null},record_set=[]}]}]} 12:03:13.063 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 3361 for partition test-0 returned fetch data (error=NOT_LEADER_FOR_PARTITION, highWaterMark=-1, lastStableOffset = -1, logStartOffset = -1, abortedTransactions = null, recordsSizeInBytes=0) 12:03:13.163 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:13.163 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 25 to node 2147483646 12:03:13.364 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483646 for HEARTBEAT with correlation id 25, received {throttle_time_ms=0,error_code=0} 12:03:13.364 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:13.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 8373 12:03:14.126 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 1755 for assigned partition test-2 and update position to 2255 12:03:14.267 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-2/10.105.170.143 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:14.267 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node -2 disconnected. 12:03:14.368 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.368 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.368 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:14.368 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-2:9092 (id: 2 rack: null) for sending metadata request 12:03:14.368 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: 2 rack: null) 12:03:14.369 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:14.369 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:14.369 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:14.369 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 1 disconnected. 12:03:14.369 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node -1 disconnected. 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2147483646 disconnected. 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Marking the coordinator kafka-host-1:9092 (id: 2147483646 rack: null) dead 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.370 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:14.471 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.471 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.471 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:14.471 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-3.bytes-sent 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-3.bytes-received 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-3.latency 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 3 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node 3. Fetching API versions. 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node 3. 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 27 to node 3. Assuming version 1. 12:03:14.472 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 27 to node 3 12:03:14.572 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.572 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:14.572 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:14.672 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.672 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:14.672 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:14.672 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for API_VERSIONS with correlation id 27, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:03:14.672 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node 3: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:03:14.774 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.774 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.774 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:14.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 8865 12:03:14.875 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.875 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.875 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:14.975 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.975 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:14.975 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:15.075 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.075 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.075 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:15.137 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.137 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.137 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:15.188 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.188 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.188 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:15.188 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:15.188 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 28 to node 3 12:03:15.188 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 26 to node 3 12:03:15.193 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 28, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:15.193 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 3 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-1:9092 (id: 1 rack: null), kafka-host-3:9092 (id: 3 rack: null), kafka-host-2:9092 (id: 2 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:15.194 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FIND_COORDINATOR with correlation id 26, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=1,host=kafka-host-1,port=9092}} 12:03:15.194 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972595194, latencyMs=824, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=26), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-1:9092 (id: 1 rack: null))) 12:03:15.194 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Discovered coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:15.194 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:15.194 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3361, metadata=''}, test-2=OffsetAndMetadata{offset=2255, metadata=''}} 12:03:15.194 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3361, metadata=''}, test-2=OffsetAndMetadata{offset=2255, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:15.196 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 2255 for assigned partition test-2 and update position to 2755 12:03:15.394 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2.bytes-sent 12:03:15.394 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2.bytes-received 12:03:15.394 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2.latency 12:03:15.395 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-2/10.105.170.143 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:15.395 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2 disconnected. 12:03:15.395 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2 could not be established. Broker may not be available. 12:03:15.495 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.495 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:15.495 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:15.495 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:15.495 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 30 to node 3 12:03:15.596 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 30, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:15.596 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 4 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-1:9092 (id: 1 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-3:9092 (id: 3 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:15.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 9330 12:03:16.216 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 2755 for assigned partition test-2 and update position to 3255 12:03:16.216 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1112) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:03:16.216 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2147483646 disconnected. 12:03:16.216 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2147483646 could not be established. Broker may not be available. 12:03:16.216 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled OFFSET_COMMIT request RequestHeader(apiKey=OFFSET_COMMIT, apiVersion=3, clientId=consumer-2, correlationId=29) with correlation id 29 due to node 2147483646 being disconnected 12:03:16.216 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Marking the coordinator kafka-host-1:9092 (id: 2147483646 rack: null) dead 12:03:16.216 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:16.217 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:16.217 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:16.217 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-1:9092 (id: 1 rack: null) for sending metadata request 12:03:16.217 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 1 rack: null) 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 31 to node 3 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:16.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:16.498 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 31, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:16.498 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 5 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-1:9092 (id: 1 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-3:9092 (id: 3 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:16.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 9817 12:03:17.231 [RxCachedThreadScheduler-1] WARN o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3361, metadata=''}, test-2=OffsetAndMetadata{offset=2255, metadata=''}} failed: Offset commit failed with a retriable exception. You should retry committing offsets. The underlying error was: null 12:03:17.231 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:190) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:219) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:03:17.231 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 1 disconnected. 12:03:17.231 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 1 could not be established. Broker may not be available. 12:03:17.231 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FIND_COORDINATOR request RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=32) with correlation id 32 due to node 1 being disconnected 12:03:17.232 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Coordinator discovery failed, refreshing metadata 12:03:17.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:17.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.232 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-2:9092 (id: 2 rack: null) for sending metadata request 12:03:17.232 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:17.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:17.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:17.282 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:17.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 33 to node 3 12:03:17.286 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 33, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:17.286 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 6 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-1:9092 (id: 1 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:17.286 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) connected with no in-flight requests 12:03:17.286 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:17.286 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 34 to node 3 12:03:17.290 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FIND_COORDINATOR with correlation id 34, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=1,host=kafka-host-1,port=9092}} 12:03:17.290 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972597290, latencyMs=4, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=34), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-1:9092 (id: 1 rack: null))) 12:03:17.290 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Discovered coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:17.290 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3255 for assigned partition test-2 and update position to 3334 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Error in fetch for partition test-1: org.apache.kafka.common.errors.NotLeaderForPartitionException 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Error in fetch for partition test-0: org.apache.kafka.common.errors.NotLeaderForPartitionException 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 3334 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 3384 to node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 3361 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-2:9092 (id: 2 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-0] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:17.291 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,fetch_offset=3361,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 37 to node 3 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=35) with correlation id 35 due to node 1 being disconnected 12:03:17.291 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-2=(offset=3334, logStartOffset=-1, maxBytes=1048576)} to kafka-host-1:9092 (id: 1 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:17.400 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.400 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3361, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3361, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 3334 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.454 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.459 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.459 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.459 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.459 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.460 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.466 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.472 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.475 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.482 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.483 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.484 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.485 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.487 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.493 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.494 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.494 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.494 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.494 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.494 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.494 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.495 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.500 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.501 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.502 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.508 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.508 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.508 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.508 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.509 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.510 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.511 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.513 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:17.514 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.514 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.514 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.515 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:17.519 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 1 12:03:17.519 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.519 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.519 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 37, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=3361, timestamp=1517885220794, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3362, timestamp=1517885220795, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3363, timestamp=1517885220795, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3364, timestamp=1517885220795, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3365, timestamp=1517885220795, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3366, timestamp=1517885220795, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3367, timestamp=1517885220795, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3368, timestamp=1517885220795, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3369, timestamp=1517885220795, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3370, timestamp=1517885220795, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3371, timestamp=1517885220795, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3372, timestamp=1517885220796, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3373, timestamp=1517885220796, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3374, timestamp=1517885220796, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3375, timestamp=1517885220796, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3376, timestamp=1517885220796, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3377, timestamp=1517885220796, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3378, timestamp=1517885220796, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3379, timestamp=1517885220796, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3380, timestamp=1517885220796, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3381, timestamp=1517885220796, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3382, timestamp=1517885220796, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3383, timestamp=1517885220796, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3384, timestamp=1517885220796, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3385, timestamp=1517885220796, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3386, timestamp=1517885220797, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3387, timestamp=1517885220797, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3388, timestamp=1517885220797, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3389, timestamp=1517885220797, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3390, timestamp=1517885220798, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3391, timestamp=1517885220798, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3392, timestamp=1517885220798, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3393, timestamp=1517885220798, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3394, timestamp=1517885220798, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3395, timestamp=1517885220798, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3396, timestamp=1517885220798, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3397, timestamp=1517885220798, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3398, timestamp=1517885220798, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3399, timestamp=1517885220798, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3400, timestamp=1517885220798, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3401, timestamp=1517885220799, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3402, timestamp=1517885220799, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3403, timestamp=1517885220799, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3404, timestamp=1517885220799, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3405, timestamp=1517885220799, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3406, timestamp=1517885220799, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3407, timestamp=1517885220799, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3408, timestamp=1517885220799, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3409, timestamp=1517885220799, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3410, timestamp=1517885220799, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3411, timestamp=1517885220800, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3412, timestamp=1517885220800, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3413, timestamp=1517885220800, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3414, timestamp=1517885220800, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3415, timestamp=1517885220800, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3416, timestamp=1517885220800, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3417, timestamp=1517885220800, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3418, timestamp=1517885220800, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3419, timestamp=1517885220801, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3420, timestamp=1517885220801, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3421, timestamp=1517885220801, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3422, timestamp=1517885220801, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3423, timestamp=1517885220801, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3424, timestamp=1517885220801, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3425, timestamp=1517885220801, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3426, timestamp=1517885220801, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3427, timestamp=1517885220801, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3428, timestamp=1517885220801, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3429, timestamp=1517885220802, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3430, timestamp=1517885220802, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3431, timestamp=1517885220802, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3432, timestamp=1517885220802, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3433, timestamp=1517885220802, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3434, timestamp=1517885220802, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3435, timestamp=1517885220802, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3436, timestamp=1517885220802, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3437, timestamp=1517885220802, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3438, timestamp=1517885220802, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3439, timestamp=1517885220802, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3440, timestamp=1517885220803, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3441, timestamp=1517885220803, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3442, timestamp=1517885220803, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3443, timestamp=1517885220803, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3444, timestamp=1517885220803, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3445, timestamp=1517885220803, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3446, timestamp=1517885220804, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3447, timestamp=1517885220804, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3448, timestamp=1517885220804, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3449, timestamp=1517885220804, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3450, timestamp=1517885220804, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3451, timestamp=1517885220804, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3452, timestamp=1517885220804, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3453, timestamp=1517885220805, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3454, timestamp=1517885220805, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3455, timestamp=1517885220805, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3456, timestamp=1517885220805, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3457, timestamp=1517885220805, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3458, timestamp=1517885220805, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3459, timestamp=1517885220805, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3460, timestamp=1517885220805, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3461, timestamp=1517885220806, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3462, timestamp=1517885220806, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3463, timestamp=1517885220806, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3464, timestamp=1517885220806, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3465, timestamp=1517885220806, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3466, timestamp=1517885220806, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3467, timestamp=1517885220806, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3468, timestamp=1517885220806, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3469, timestamp=1517885220806, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3470, timestamp=1517885220806, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3471, timestamp=1517885220807, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3472, timestamp=1517885220807, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3473, timestamp=1517885220807, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3474, timestamp=1517885220807, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3475, timestamp=1517885220807, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3476, timestamp=1517885220807, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3477, timestamp=1517885220807, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3478, timestamp=1517885220807, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3479, timestamp=1517885220807, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3480, timestamp=1517885220807, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3481, timestamp=1517885220807, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3482, timestamp=1517885220807, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3483, timestamp=1517885220807, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3484, timestamp=1517885220808, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3485, timestamp=1517885220808, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3486, timestamp=1517885220808, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3487, timestamp=1517885220808, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3488, timestamp=1517885220808, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3489, timestamp=1517885220808, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3490, timestamp=1517885220808, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3491, timestamp=1517885220808, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3492, timestamp=1517885220808, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3493, timestamp=1517885220808, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3494, timestamp=1517885220808, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3495, timestamp=1517885220808, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3496, timestamp=1517885220808, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3497, timestamp=1517885220808, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3498, timestamp=1517885220809, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3499, timestamp=1517885220809, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3500, timestamp=1517885220809, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3501, timestamp=1517885220809, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3502, timestamp=1517885220809, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3503, timestamp=1517885220809, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3504, timestamp=1517885220809, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3505, timestamp=1517885220809, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3506, timestamp=1517885220809, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3507, timestamp=1517885220810, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3508, timestamp=1517885220810, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3509, timestamp=1517885220810, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3510, timestamp=1517885220810, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3511, timestamp=1517885220810, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3512, timestamp=1517885220810, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3513, timestamp=1517885220810, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3514, timestamp=1517885220811, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3515, timestamp=1517885220811, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3516, timestamp=1517885220811, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3517, timestamp=1517885220812, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3518, timestamp=1517885220812, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3519, timestamp=1517885220812, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3520, timestamp=1517885220812, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3521, timestamp=1517885220812, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3522, timestamp=1517885220812, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3523, timestamp=1517885220812, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3524, timestamp=1517885220813, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3525, timestamp=1517885220813, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3526, timestamp=1517885220814, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3527, timestamp=1517885220814, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3528, timestamp=1517885220814, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3529, timestamp=1517885220815, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3530, timestamp=1517885220815, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3531, timestamp=1517885220816, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3532, timestamp=1517885220816, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3533, timestamp=1517885220816, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3534, timestamp=1517885220816, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3535, timestamp=1517885220816, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3536, timestamp=1517885220817, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3537, timestamp=1517885220817, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3538, timestamp=1517885220817, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3539, timestamp=1517885220817, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3540, timestamp=1517885220817, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3541, timestamp=1517885220818, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3542, timestamp=1517885220819, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3543, timestamp=1517885220819, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3544, timestamp=1517885220819, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3545, timestamp=1517885220820, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3546, timestamp=1517885220820, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3547, timestamp=1517885220821, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3548, timestamp=1517885220821, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3549, timestamp=1517885220821, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3550, timestamp=1517885220822, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3551, timestamp=1517885220822, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3552, timestamp=1517885220822, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3553, timestamp=1517885220822, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3554, timestamp=1517885220822, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3555, timestamp=1517885220823, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3556, timestamp=1517885220823, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3557, timestamp=1517885220823, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3558, timestamp=1517885220823, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3559, timestamp=1517885220823, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3560, timestamp=1517885220824, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3561, timestamp=1517885220824, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3562, timestamp=1517885220824, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3563, timestamp=1517885220824, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3564, timestamp=1517885220824, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3565, timestamp=1517885220824, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3566, timestamp=1517885220824, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3567, timestamp=1517885220824, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3568, timestamp=1517885220824, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3569, timestamp=1517885220824, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3570, timestamp=1517885220825, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3571, timestamp=1517885220825, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3572, timestamp=1517885220825, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3573, timestamp=1517885220825, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3574, timestamp=1517885220825, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3575, timestamp=1517885220825, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3576, timestamp=1517885220825, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3577, timestamp=1517885220825, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3578, timestamp=1517885220826, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3579, timestamp=1517885220826, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3580, timestamp=1517885220826, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3581, timestamp=1517885220826, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3582, timestamp=1517885220826, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3583, timestamp=1517885220826, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3584, timestamp=1517885220826, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3585, timestamp=1517885220826, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3586, timestamp=1517885220826, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3587, timestamp=1517885220827, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3588, timestamp=1517885220827, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3589, timestamp=1517885220827, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3590, timestamp=1517885220827, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3591, timestamp=1517885220827, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3592, timestamp=1517885220828, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3593, timestamp=1517885220828, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3594, timestamp=1517885220828, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3595, timestamp=1517885220828, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3596, timestamp=1517885220828, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3597, timestamp=1517885220828, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3598, timestamp=1517885220828, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3599, timestamp=1517885220828, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3600, timestamp=1517885220829, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3601, timestamp=1517885220829, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3602, timestamp=1517885220829, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3603, timestamp=1517885220829, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3604, timestamp=1517885220829, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3605, timestamp=1517885220829, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3606, timestamp=1517885220829, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3607, timestamp=1517885220829, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3608, timestamp=1517885220829, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3609, timestamp=1517885220829, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3610, timestamp=1517885220830, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3611, timestamp=1517885220830, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3612, timestamp=1517885220830, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3613, timestamp=1517885220830, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3614, timestamp=1517885220831, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3615, timestamp=1517885220831, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3616, timestamp=1517885220831, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3617, timestamp=1517885220831, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3618, timestamp=1517885220831, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3619, timestamp=1517885220832, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3620, timestamp=1517885220832, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3621, timestamp=1517885220832, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3622, timestamp=1517885220832, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3623, timestamp=1517885220832, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3624, timestamp=1517885220832, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3625, timestamp=1517885220832, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3626, timestamp=1517885220832, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3627, timestamp=1517885220833, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3628, timestamp=1517885220833, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3629, timestamp=1517885220833, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3630, timestamp=1517885220833, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3631, timestamp=1517885220834, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3632, timestamp=1517885220834, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3633, timestamp=1517885220834, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3634, timestamp=1517885220835, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3635, timestamp=1517885220835, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3636, timestamp=1517885220835, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3637, timestamp=1517885220835, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3638, timestamp=1517885220835, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3639, timestamp=1517885220835, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3640, timestamp=1517885220835, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3641, timestamp=1517885220836, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3642, timestamp=1517885220836, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3643, timestamp=1517885220836, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3644, timestamp=1517885220836, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3645, timestamp=1517885220837, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3646, timestamp=1517885220837, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3647, timestamp=1517885220837, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3648, timestamp=1517885220838, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3649, timestamp=1517885220838, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3650, timestamp=1517885220839, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3651, timestamp=1517885220839, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3652, timestamp=1517885220839, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3653, timestamp=1517885220840, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3654, timestamp=1517885220840, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3655, timestamp=1517885220840, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3656, timestamp=1517885220841, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3657, timestamp=1517885220841, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3658, timestamp=1517885220841, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3659, timestamp=1517885220841, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3660, timestamp=1517885220841, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3661, timestamp=1517885220841, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3662, timestamp=1517885220841, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3663, timestamp=1517885220842, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3664, timestamp=1517885220842, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3665, timestamp=1517885220842, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3666, timestamp=1517885220842, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3667, timestamp=1517885220843, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3668, timestamp=1517885220843, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3669, timestamp=1517885220843, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3670, timestamp=1517885220843, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3671, timestamp=1517885220844, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3672, timestamp=1517885220844, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3673, timestamp=1517885220844, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3674, timestamp=1517885220844, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3675, timestamp=1517885220845, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3676, timestamp=1517885220845, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3677, timestamp=1517885220845, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3678, timestamp=1517885220845, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3679, timestamp=1517885220845, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3680, timestamp=1517885220845, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3681, timestamp=1517885220845, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3682, timestamp=1517885220845, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3683, timestamp=1517885220845, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3684, timestamp=1517885220846, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3685, timestamp=1517885220846, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3686, timestamp=1517885220846, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3687, timestamp=1517885220846, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3688, timestamp=1517885220846, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3689, timestamp=1517885220846, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3690, timestamp=1517885220846, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3691, timestamp=1517885220846, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3692, timestamp=1517885220846, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3693, timestamp=1517885220847, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3694, timestamp=1517885220847, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3695, timestamp=1517885220847, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3696, timestamp=1517885220847, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3697, timestamp=1517885220847, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3698, timestamp=1517885220847, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3699, timestamp=1517885220847, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3700, timestamp=1517885220847, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3701, timestamp=1517885220847, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3702, timestamp=1517885220847, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3703, timestamp=1517885220847, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3704, timestamp=1517885220848, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3705, timestamp=1517885220848, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3706, timestamp=1517885220848, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3707, timestamp=1517885220848, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3708, timestamp=1517885220848, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3709, timestamp=1517885220848, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3710, timestamp=1517885220848, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3711, timestamp=1517885220848, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3712, timestamp=1517885220848, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3713, timestamp=1517885220848, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3714, timestamp=1517885220848, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3715, timestamp=1517885220848, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3716, timestamp=1517885220848, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3717, timestamp=1517885220848, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3718, timestamp=1517885220850, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3719, timestamp=1517885220850, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3720, timestamp=1517885220850, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3721, timestamp=1517885220850, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3722, timestamp=1517885220850, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3723, timestamp=1517885220850, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3724, timestamp=1517885220850, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3725, timestamp=1517885220850, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3726, timestamp=1517885220851, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3727, timestamp=1517885220851, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3728, timestamp=1517885220851, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3729, timestamp=1517885220851, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3730, timestamp=1517885220851, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3731, timestamp=1517885220851, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3732, timestamp=1517885220851, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3733, timestamp=1517885220851, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3734, timestamp=1517885220851, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3735, timestamp=1517885220852, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3736, timestamp=1517885220852, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3737, timestamp=1517885220852, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3738, timestamp=1517885220852, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3739, timestamp=1517885220852, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3740, timestamp=1517885220852, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3741, timestamp=1517885220852, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3742, timestamp=1517885220852, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3743, timestamp=1517885220852, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3744, timestamp=1517885220852, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3745, timestamp=1517885220852, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3746, timestamp=1517885220852, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3747, timestamp=1517885220852, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3748, timestamp=1517885220852, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3749, timestamp=1517885220853, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3750, timestamp=1517885220853, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3751, timestamp=1517885220853, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3752, timestamp=1517885220853, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3753, timestamp=1517885220853, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3754, timestamp=1517885220853, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3755, timestamp=1517885220853, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3756, timestamp=1517885220853, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3757, timestamp=1517885220853, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3758, timestamp=1517885220853, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3759, timestamp=1517885220853, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3760, timestamp=1517885220853, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3761, timestamp=1517885220853, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3762, timestamp=1517885220854, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3763, timestamp=1517885220854, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3764, timestamp=1517885220854, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3765, timestamp=1517885220854, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3766, timestamp=1517885220854, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3767, timestamp=1517885220855, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3768, timestamp=1517885220855, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3769, timestamp=1517885220855, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3770, timestamp=1517885220855, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3771, timestamp=1517885220855, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3772, timestamp=1517885220855, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3773, timestamp=1517885220855, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3774, timestamp=1517885220855, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3775, timestamp=1517885220855, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3776, timestamp=1517885220856, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3777, timestamp=1517885220856, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3778, timestamp=1517885220856, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3779, timestamp=1517885220856, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3780, timestamp=1517885220856, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3781, timestamp=1517885220857, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3782, timestamp=1517885220857, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3783, timestamp=1517885220857, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3784, timestamp=1517885220857, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3785, timestamp=1517885220857, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3786, timestamp=1517885220857, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3787, timestamp=1517885220857, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3788, timestamp=1517885220857, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3789, timestamp=1517885220857, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3790, timestamp=1517885220857, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3791, timestamp=1517885220857, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3792, timestamp=1517885220857, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3793, timestamp=1517885220858, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3794, timestamp=1517885220858, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3795, timestamp=1517885220858, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3796, timestamp=1517885220858, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3797, timestamp=1517885220859, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3798, timestamp=1517885220859, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3799, timestamp=1517885220859, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3800, timestamp=1517885220859, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3801, timestamp=1517885220859, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3802, timestamp=1517885220859, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3803, timestamp=1517885220860, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3804, timestamp=1517885220860, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3805, timestamp=1517885220860, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3806, timestamp=1517885220860, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3807, timestamp=1517885220860, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3808, timestamp=1517885220860, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3809, timestamp=1517885220860, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3810, timestamp=1517885220860, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3811, timestamp=1517885220861, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3812, timestamp=1517885220861, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3813, timestamp=1517885220861, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3814, timestamp=1517885220861, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3815, timestamp=1517885220861, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3816, timestamp=1517885220861, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3817, timestamp=1517885220861, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3818, timestamp=1517885220862, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3819, timestamp=1517885220862, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3820, timestamp=1517885220862, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3821, timestamp=1517885220862, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3822, timestamp=1517885220862, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3823, timestamp=1517885220862, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3824, timestamp=1517885220862, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3825, timestamp=1517885220863, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3826, timestamp=1517885220863, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3827, timestamp=1517885220864, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3828, timestamp=1517885220864, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3829, timestamp=1517885220864, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3830, timestamp=1517885220864, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3831, timestamp=1517885220864, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3832, timestamp=1517885220864, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3833, timestamp=1517885220865, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3834, timestamp=1517885220865, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3835, timestamp=1517885220865, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3836, timestamp=1517885220865, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3837, timestamp=1517885220865, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3838, timestamp=1517885220865, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3839, timestamp=1517885220866, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3840, timestamp=1517885220866, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3841, timestamp=1517885220866, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3842, timestamp=1517885220866, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3843, timestamp=1517885220866, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3844, timestamp=1517885220867, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3845, timestamp=1517885220867, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3846, timestamp=1517885220867, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3847, timestamp=1517885220867, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3848, timestamp=1517885220867, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3849, timestamp=1517885220867, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3850, timestamp=1517885220867, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3851, timestamp=1517885220867, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3852, timestamp=1517885220867, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3853, timestamp=1517885220867, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3854, timestamp=1517885220867, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3855, timestamp=1517885220867, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3856, timestamp=1517885220867, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3857, timestamp=1517885220868, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3858, timestamp=1517885220868, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3859, timestamp=1517885220868, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3860, timestamp=1517885220869, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3861, timestamp=1517885220869, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3862, timestamp=1517885220870, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3863, timestamp=1517885220870, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3864, timestamp=1517885220870, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3865, timestamp=1517885220870, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3866, timestamp=1517885220870, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3867, timestamp=1517885220870, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3868, timestamp=1517885220871, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3869, timestamp=1517885220871, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3870, timestamp=1517885220871, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3871, timestamp=1517885220871, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3872, timestamp=1517885220871, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3873, timestamp=1517885220871, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3874, timestamp=1517885220872, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3875, timestamp=1517885220872, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3876, timestamp=1517885220872, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3877, timestamp=1517885220873, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3878, timestamp=1517885220873, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3879, timestamp=1517885220873, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3880, timestamp=1517885220873, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3881, timestamp=1517885220873, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3882, timestamp=1517885220873, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3883, timestamp=1517885220873, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3884, timestamp=1517885220873, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3885, timestamp=1517885220873, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3886, timestamp=1517885220874, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3887, timestamp=1517885220874, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3888, timestamp=1517885220874, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3889, timestamp=1517885220874, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3890, timestamp=1517885220874, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3891, timestamp=1517885220874, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3892, timestamp=1517885220874, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3893, timestamp=1517885220874, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3894, timestamp=1517885220874, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3895, timestamp=1517885220874, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3896, timestamp=1517885220875, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3897, timestamp=1517885220875, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3898, timestamp=1517885220875, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3899, timestamp=1517885220875, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3900, timestamp=1517885220875, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3901, timestamp=1517885220875, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3902, timestamp=1517885220876, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3903, timestamp=1517885220876, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3904, timestamp=1517885220876, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3905, timestamp=1517885220876, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3906, timestamp=1517885220877, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3907, timestamp=1517885220877, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3908, timestamp=1517885220877, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3909, timestamp=1517885220877, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3910, timestamp=1517885220877, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3911, timestamp=1517885220877, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3912, timestamp=1517885220877, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3913, timestamp=1517885220878, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3914, timestamp=1517885220878, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3915, timestamp=1517885220878, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3916, timestamp=1517885220878, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3917, timestamp=1517885220878, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3918, timestamp=1517885220878, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3919, timestamp=1517885220878, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3920, timestamp=1517885220879, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3921, timestamp=1517885220879, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3922, timestamp=1517885220879, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3923, timestamp=1517885220879, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3924, timestamp=1517885220879, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3925, timestamp=1517885220879, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3926, timestamp=1517885220879, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3927, timestamp=1517885220880, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3928, timestamp=1517885220880, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3929, timestamp=1517885220880, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3930, timestamp=1517885220880, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3931, timestamp=1517885220880, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3932, timestamp=1517885220880, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3933, timestamp=1517885220880, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3934, timestamp=1517885220881, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3935, timestamp=1517885220881, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3936, timestamp=1517885220881, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3937, timestamp=1517885220881, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3938, timestamp=1517885220881, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3939, timestamp=1517885220881, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3940, timestamp=1517885220881, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3941, timestamp=1517885220881, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3942, timestamp=1517885220881, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3943, timestamp=1517885220882, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3944, timestamp=1517885220882, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3945, timestamp=1517885220882, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3946, timestamp=1517885220882, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3947, timestamp=1517885220882, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3948, timestamp=1517885220882, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3949, timestamp=1517885220882, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3950, timestamp=1517885220882, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3951, timestamp=1517885220882, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3952, timestamp=1517885220883, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3953, timestamp=1517885220883, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3954, timestamp=1517885220883, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3955, timestamp=1517885220883, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3956, timestamp=1517885220883, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3957, timestamp=1517885220883, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3958, timestamp=1517885220883, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3959, timestamp=1517885220883, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3960, timestamp=1517885220883, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3961, timestamp=1517885220883, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3962, timestamp=1517885220883, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3963, timestamp=1517885220883, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3964, timestamp=1517885220883, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3965, timestamp=1517885220883, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3966, timestamp=1517885220884, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3967, timestamp=1517885220884, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3968, timestamp=1517885220884, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3969, timestamp=1517885220884, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3970, timestamp=1517885220884, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3971, timestamp=1517885220884, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3972, timestamp=1517885220884, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3973, timestamp=1517885220884, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3974, timestamp=1517885220884, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3975, timestamp=1517885220884, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3976, timestamp=1517885220884, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3977, timestamp=1517885220884, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3978, timestamp=1517885220884, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3979, timestamp=1517885220884, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3980, timestamp=1517885220884, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3981, timestamp=1517885220885, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3982, timestamp=1517885220885, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3983, timestamp=1517885220885, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3984, timestamp=1517885220885, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3985, timestamp=1517885220885, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3986, timestamp=1517885220885, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3987, timestamp=1517885220885, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3988, timestamp=1517885220885, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3989, timestamp=1517885220885, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3990, timestamp=1517885220885, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3991, timestamp=1517885220885, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3992, timestamp=1517885220885, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3993, timestamp=1517885220885, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3994, timestamp=1517885220886, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3995, timestamp=1517885220886, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3996, timestamp=1517885220886, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3997, timestamp=1517885220886, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3998, timestamp=1517885220886, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3999, timestamp=1517885220886, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4000, timestamp=1517885220886, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4001, timestamp=1517885220886, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4002, timestamp=1517885220886, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4003, timestamp=1517885220886, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4004, timestamp=1517885220886, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4005, timestamp=1517885220887, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4006, timestamp=1517885220887, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4007, timestamp=1517885220887, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4008, timestamp=1517885220887, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4009, timestamp=1517885220887, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4010, timestamp=1517885220887, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4011, timestamp=1517885220887, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4012, timestamp=1517885220887, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4013, timestamp=1517885220887, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4014, timestamp=1517885220887, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4015, timestamp=1517885220887, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4016, timestamp=1517885220887, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4017, timestamp=1517885220887, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4018, timestamp=1517885220888, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4019, timestamp=1517885220888, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4020, timestamp=1517885220888, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4021, timestamp=1517885220888, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4022, timestamp=1517885220888, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4023, timestamp=1517885220888, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4024, timestamp=1517885220888, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4025, timestamp=1517885220888, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4026, timestamp=1517885220888, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4027, timestamp=1517885220888, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4028, timestamp=1517885220888, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4029, timestamp=1517885220889, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4030, timestamp=1517885220889, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4031, timestamp=1517885220889, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4032, timestamp=1517885220889, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4033, timestamp=1517885220889, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4034, timestamp=1517885220889, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4035, timestamp=1517885220889, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4036, timestamp=1517885220889, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4037, timestamp=1517885220889, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4038, timestamp=1517885220889, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4039, timestamp=1517885220890, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4040, timestamp=1517885220890, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4041, timestamp=1517885220890, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4042, timestamp=1517885220890, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4043, timestamp=1517885220890, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4044, timestamp=1517885220890, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4045, timestamp=1517885220890, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4046, timestamp=1517885220890, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4047, timestamp=1517885220890, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4048, timestamp=1517885220890, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4049, timestamp=1517885220890, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4050, timestamp=1517885220890, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4051, timestamp=1517885220890, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4052, timestamp=1517885220890, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4053, timestamp=1517885220891, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4054, timestamp=1517885220891, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4055, timestamp=1517885220891, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4056, timestamp=1517885220891, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4057, timestamp=1517885220891, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4058, timestamp=1517885220891, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4059, timestamp=1517885220891, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4060, timestamp=1517885220891, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4061, timestamp=1517885220892, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4062, timestamp=1517885220892, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4063, timestamp=1517885220892, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4064, timestamp=1517885220892, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4065, timestamp=1517885220892, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4066, timestamp=1517885220892, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4067, timestamp=1517885220892, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4068, timestamp=1517885220892, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4069, timestamp=1517885220892, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4070, timestamp=1517885220892, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4071, timestamp=1517885220893, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4072, timestamp=1517885220893, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4073, timestamp=1517885220893, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4074, timestamp=1517885220893, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4075, timestamp=1517885220893, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4076, timestamp=1517885220893, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4077, timestamp=1517885220893, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4078, timestamp=1517885220893, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4079, timestamp=1517885220893, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4080, timestamp=1517885220893, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4081, timestamp=1517885220893, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4082, timestamp=1517885220893, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4083, timestamp=1517885220894, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4084, timestamp=1517885220894, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4085, timestamp=1517885220894, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4086, timestamp=1517885220894, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4087, timestamp=1517885220894, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4088, timestamp=1517885220894, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4089, timestamp=1517885220894, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4090, timestamp=1517885220894, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4091, timestamp=1517885220894, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4092, timestamp=1517885220894, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4093, timestamp=1517885220895, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4094, timestamp=1517885220895, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4095, timestamp=1517885220895, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4096, timestamp=1517885220895, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4097, timestamp=1517885220895, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4098, timestamp=1517885220895, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4099, timestamp=1517885220896, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4100, timestamp=1517885220896, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4101, timestamp=1517885220896, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4102, timestamp=1517885220896, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4103, timestamp=1517885220896, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4104, timestamp=1517885220896, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4105, timestamp=1517885220896, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4106, timestamp=1517885220896, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4107, timestamp=1517885220896, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4108, timestamp=1517885220896, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4109, timestamp=1517885220896, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4110, timestamp=1517885220897, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4111, timestamp=1517885220897, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4112, timestamp=1517885220897, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4113, timestamp=1517885220897, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4114, timestamp=1517885220897, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4115, timestamp=1517885220897, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4116, timestamp=1517885220897, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4117, timestamp=1517885220897, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4118, timestamp=1517885220898, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4119, timestamp=1517885220898, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4120, timestamp=1517885220898, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4121, timestamp=1517885220898, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4122, timestamp=1517885220898, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4123, timestamp=1517885220898, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4124, timestamp=1517885220899, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4125, timestamp=1517885220899, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4126, timestamp=1517885220899, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4127, timestamp=1517885220899, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4128, timestamp=1517885220899, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4129, timestamp=1517885220899, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4130, timestamp=1517885220899, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4131, timestamp=1517885220899, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4132, timestamp=1517885220900, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4133, timestamp=1517885220900, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4134, timestamp=1517885220900, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4135, timestamp=1517885220900, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4136, timestamp=1517885220900, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4137, timestamp=1517885220900, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4138, timestamp=1517885220900, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4139, timestamp=1517885220900, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4140, timestamp=1517885220900, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4141, timestamp=1517885220900, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4142, timestamp=1517885220900, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4143, timestamp=1517885220900, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4144, timestamp=1517885220900, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4145, timestamp=1517885220900, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4146, timestamp=1517885220900, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4147, timestamp=1517885220901, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4148, timestamp=1517885220901, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4149, timestamp=1517885220901, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4150, timestamp=1517885220901, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4151, timestamp=1517885220901, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4152, timestamp=1517885220901, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4153, timestamp=1517885220901, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4154, timestamp=1517885220901, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4155, timestamp=1517885220901, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4156, timestamp=1517885220901, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4157, timestamp=1517885220901, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4158, timestamp=1517885220902, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4159, timestamp=1517885220902, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4160, timestamp=1517885220902, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4161, timestamp=1517885220902, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4162, timestamp=1517885220902, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4163, timestamp=1517885220902, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4164, timestamp=1517885220902, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4165, timestamp=1517885220902, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4166, timestamp=1517885220902, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4167, timestamp=1517885220902, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4168, timestamp=1517885220902, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4169, timestamp=1517885220902, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4170, timestamp=1517885220903, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4171, timestamp=1517885220903, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4172, timestamp=1517885220903, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4173, timestamp=1517885220903, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4174, timestamp=1517885220903, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4175, timestamp=1517885220903, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4176, timestamp=1517885220903, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4177, timestamp=1517885220903, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4178, timestamp=1517885220903, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4179, timestamp=1517885220903, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4180, timestamp=1517885220903, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4181, timestamp=1517885220904, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4182, timestamp=1517885220904, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4183, timestamp=1517885220904, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4184, timestamp=1517885220904, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4185, timestamp=1517885220904, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4186, timestamp=1517885220904, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4187, timestamp=1517885220904, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4188, timestamp=1517885220904, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4189, timestamp=1517885220904, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4190, timestamp=1517885220904, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4191, timestamp=1517885220904, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4192, timestamp=1517885220904, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4193, timestamp=1517885220904, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4194, timestamp=1517885220904, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4195, timestamp=1517885220904, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4196, timestamp=1517885220905, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4197, timestamp=1517885220905, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4198, timestamp=1517885220905, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4199, timestamp=1517885220905, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4200, timestamp=1517885220905, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4201, timestamp=1517885220905, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4202, timestamp=1517885220905, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4203, timestamp=1517885220905, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4204, timestamp=1517885220905, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4205, timestamp=1517885220905, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4206, timestamp=1517885220906, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4207, timestamp=1517885220906, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4208, timestamp=1517885220906, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4209, timestamp=1517885220906, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4210, timestamp=1517885220906, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4211, timestamp=1517885220906, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4212, timestamp=1517885220906, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4213, timestamp=1517885220906, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4214, timestamp=1517885220906, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4215, timestamp=1517885220907, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4216, timestamp=1517885220907, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4217, timestamp=1517885220907, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4218, timestamp=1517885220907, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4219, timestamp=1517885220907, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4220, timestamp=1517885220907, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4221, timestamp=1517885220907, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4222, timestamp=1517885220908, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4223, timestamp=1517885220908, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4224, timestamp=1517885220908, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4225, timestamp=1517885220908, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4226, timestamp=1517885220908, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4227, timestamp=1517885220908, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4228, timestamp=1517885220908, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4229, timestamp=1517885220908, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4230, timestamp=1517885220908, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4231, timestamp=1517885220908, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4232, timestamp=1517885220908, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4233, timestamp=1517885220909, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4234, timestamp=1517885220909, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4235, timestamp=1517885220909, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4236, timestamp=1517885220909, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4237, timestamp=1517885220909, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4238, timestamp=1517885220909, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4239, timestamp=1517885220909, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4240, timestamp=1517885220909, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4241, timestamp=1517885220909, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4242, timestamp=1517885220909, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4243, timestamp=1517885220909, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4244, timestamp=1517885220910, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4245, timestamp=1517885220910, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4246, timestamp=1517885220910, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4247, timestamp=1517885220910, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4248, timestamp=1517885220910, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4249, timestamp=1517885220910, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4250, timestamp=1517885220910, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4251, timestamp=1517885220910, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4252, timestamp=1517885220910, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4253, timestamp=1517885220910, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4254, timestamp=1517885220911, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4255, timestamp=1517885220911, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4256, timestamp=1517885220911, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4257, timestamp=1517885220911, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4258, timestamp=1517885220911, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4259, timestamp=1517885220911, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4260, timestamp=1517885220911, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4261, timestamp=1517885220911, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4262, timestamp=1517885220911, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4263, timestamp=1517885220911, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4264, timestamp=1517885220911, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4265, timestamp=1517885220911, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4266, timestamp=1517885220912, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4267, timestamp=1517885220912, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4268, timestamp=1517885220912, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4269, timestamp=1517885220912, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4270, timestamp=1517885220912, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4271, timestamp=1517885220912, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4272, timestamp=1517885220912, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4273, timestamp=1517885220912, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4274, timestamp=1517885220913, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4275, timestamp=1517885220913, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4276, timestamp=1517885220913, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4277, timestamp=1517885220913, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4278, timestamp=1517885220914, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4279, timestamp=1517885220914, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4280, timestamp=1517885220915, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4281, timestamp=1517885220915, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4282, timestamp=1517885220915, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4283, timestamp=1517885220915, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4284, timestamp=1517885220915, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4285, timestamp=1517885220915, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4286, timestamp=1517885220916, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4287, timestamp=1517885220916, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4288, timestamp=1517885220916, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4289, timestamp=1517885220916, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4290, timestamp=1517885220916, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4291, timestamp=1517885220916, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4292, timestamp=1517885220916, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4293, timestamp=1517885220916, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4294, timestamp=1517885220917, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4295, timestamp=1517885220917, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4296, timestamp=1517885220917, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4297, timestamp=1517885220917, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4298, timestamp=1517885220917, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4299, timestamp=1517885220917, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4300, timestamp=1517885220917, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4301, timestamp=1517885220918, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4302, timestamp=1517885220918, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4303, timestamp=1517885220918, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4304, timestamp=1517885220918, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4305, timestamp=1517885220918, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4306, timestamp=1517885220918, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4307, timestamp=1517885220918, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4308, timestamp=1517885220918, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4309, timestamp=1517885220918, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4310, timestamp=1517885220919, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4311, timestamp=1517885220919, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4312, timestamp=1517885220919, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4313, timestamp=1517885220919, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4314, timestamp=1517885220919, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4315, timestamp=1517885220919, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4316, timestamp=1517885220919, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4317, timestamp=1517885220919, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4318, timestamp=1517885220919, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4319, timestamp=1517885220919, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4320, timestamp=1517885220919, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4321, timestamp=1517885220919, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4322, timestamp=1517885220919, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4323, timestamp=1517885220920, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4324, timestamp=1517885220920, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4325, timestamp=1517885220920, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4326, timestamp=1517885220920, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4327, timestamp=1517885220920, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4328, timestamp=1517885220920, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4329, timestamp=1517885220920, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4330, timestamp=1517885220921, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4331, timestamp=1517885220921, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4332, timestamp=1517885220921, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4333, timestamp=1517885220921, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4334, timestamp=1517885220921, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4335, timestamp=1517885220921, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4336, timestamp=1517885220921, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4337, timestamp=1517885220921, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4338, timestamp=1517885220921, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4339, timestamp=1517885220922, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4340, timestamp=1517885220922, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4341, timestamp=1517885220922, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4342, timestamp=1517885220922, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4343, timestamp=1517885220922, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4344, timestamp=1517885220923, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4345, timestamp=1517885220923, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4346, timestamp=1517885220923, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4347, timestamp=1517885220924, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4348, timestamp=1517885220924, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4349, timestamp=1517885220924, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4350, timestamp=1517885220924, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4351, timestamp=1517885220925, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4352, timestamp=1517885220926, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4353, timestamp=1517885220926, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4354, timestamp=1517885220926, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4355, timestamp=1517885220926, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4356, timestamp=1517885220926, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4357, timestamp=1517885220926, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4358, timestamp=1517885220926, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4359, timestamp=1517885220927, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4360, timestamp=1517885220927, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4361, timestamp=1517885220928, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4362, timestamp=1517885220928, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4363, timestamp=1517885220928, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4364, timestamp=1517885220928, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4365, timestamp=1517885220928, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4366, timestamp=1517885220928, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4367, timestamp=1517885220928, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4368, timestamp=1517885220928, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4369, timestamp=1517885220928, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4370, timestamp=1517885220928, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4371, timestamp=1517885220928, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4372, timestamp=1517885220928, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4373, timestamp=1517885220929, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4374, timestamp=1517885220929, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4375, timestamp=1517885220929, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4376, timestamp=1517885220929, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4377, timestamp=1517885220929, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4378, timestamp=1517885220929, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4379, timestamp=1517885220929, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4380, timestamp=1517885220929, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4381, timestamp=1517885220929, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4382, timestamp=1517885220929, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4383, timestamp=1517885220929, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4384, timestamp=1517885220930, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4385, timestamp=1517885220930, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4386, timestamp=1517885220930, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4387, timestamp=1517885220930, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4388, timestamp=1517885220930, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4389, timestamp=1517885220930, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4390, timestamp=1517885220930, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4391, timestamp=1517885220930, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4392, timestamp=1517885220930, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4393, timestamp=1517885220930, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4394, timestamp=1517885220931, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4395, timestamp=1517885220931, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4396, timestamp=1517885220931, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4397, timestamp=1517885220931, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4398, timestamp=1517885220931, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4399, timestamp=1517885220931, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4400, timestamp=1517885220931, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4401, timestamp=1517885220931, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4402, timestamp=1517885220931, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4403, timestamp=1517885220931, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4404, timestamp=1517885220931, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4405, timestamp=1517885220931, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4406, timestamp=1517885220932, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4407, timestamp=1517885220932, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4408, timestamp=1517885220932, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4409, timestamp=1517885220932, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4410, timestamp=1517885220932, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4411, timestamp=1517885220932, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4412, timestamp=1517885220932, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4413, timestamp=1517885220932, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4414, timestamp=1517885220932, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4415, timestamp=1517885220932, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4416, timestamp=1517885220933, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4417, timestamp=1517885220933, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4418, timestamp=1517885220933, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4419, timestamp=1517885220933, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4420, timestamp=1517885220933, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4421, timestamp=1517885220933, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4422, timestamp=1517885220933, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4423, timestamp=1517885220933, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4424, timestamp=1517885220933, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4425, timestamp=1517885220933, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4426, timestamp=1517885220933, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4427, timestamp=1517885220933, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4428, timestamp=1517885220933, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4429, timestamp=1517885220934, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4430, timestamp=1517885220934, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4431, timestamp=1517885220934, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4432, timestamp=1517885220934, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4433, timestamp=1517885220934, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4434, timestamp=1517885220934, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4435, timestamp=1517885220934, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4436, timestamp=1517885220934, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4437, timestamp=1517885220934, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4438, timestamp=1517885220934, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4439, timestamp=1517885220934, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4440, timestamp=1517885220935, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4441, timestamp=1517885220935, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4442, timestamp=1517885220935, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4443, timestamp=1517885220935, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4444, timestamp=1517885220935, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4445, timestamp=1517885220935, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4446, timestamp=1517885220935, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4447, timestamp=1517885220935, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4448, timestamp=1517885220935, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4449, timestamp=1517885220935, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4450, timestamp=1517885220935, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4451, timestamp=1517885220935, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4452, timestamp=1517885220936, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4453, timestamp=1517885220936, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4454, timestamp=1517885220936, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4455, timestamp=1517885220936, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4456, timestamp=1517885220936, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4457, timestamp=1517885220936, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4458, timestamp=1517885220936, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4459, timestamp=1517885220936, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4460, timestamp=1517885220936, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4461, timestamp=1517885220936, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4462, timestamp=1517885220936, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4463, timestamp=1517885220937, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4464, timestamp=1517885220937, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4465, timestamp=1517885220937, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4466, timestamp=1517885220937, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4467, timestamp=1517885220937, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4468, timestamp=1517885220937, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4469, timestamp=1517885220937, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4470, timestamp=1517885220937, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4471, timestamp=1517885220937, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4472, timestamp=1517885220937, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4473, timestamp=1517885220937, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4474, timestamp=1517885220938, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4475, timestamp=1517885220938, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4476, timestamp=1517885220938, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4477, timestamp=1517885220938, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4478, timestamp=1517885220938, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4479, timestamp=1517885220938, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4480, timestamp=1517885220938, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4481, timestamp=1517885220938, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4482, timestamp=1517885220938, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4483, timestamp=1517885220938, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4484, timestamp=1517885220938, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4485, timestamp=1517885220938, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4486, timestamp=1517885220938, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4487, timestamp=1517885220938, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4488, timestamp=1517885220939, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4489, timestamp=1517885220939, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4490, timestamp=1517885220939, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4491, timestamp=1517885220939, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4492, timestamp=1517885220939, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4493, timestamp=1517885220939, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4494, timestamp=1517885220939, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4495, timestamp=1517885220939, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4496, timestamp=1517885220939, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4497, timestamp=1517885220939, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4498, timestamp=1517885220939, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4499, timestamp=1517885220939, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4500, timestamp=1517885220939, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4501, timestamp=1517885220939, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4502, timestamp=1517885220940, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4503, timestamp=1517885220940, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4504, timestamp=1517885220940, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4505, timestamp=1517885220940, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4506, timestamp=1517885220940, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4507, timestamp=1517885220940, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4508, timestamp=1517885220940, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4509, timestamp=1517885220940, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4510, timestamp=1517885220940, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4511, timestamp=1517885220940, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4512, timestamp=1517885220940, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4513, timestamp=1517885220940, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4514, timestamp=1517885220940, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4515, timestamp=1517885220940, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4516, timestamp=1517885220941, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4517, timestamp=1517885220941, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4518, timestamp=1517885220941, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4519, timestamp=1517885220941, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4520, timestamp=1517885220941, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4521, timestamp=1517885220941, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4522, timestamp=1517885220941, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4523, timestamp=1517885220941, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4524, timestamp=1517885220941, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4525, timestamp=1517885220941, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4526, timestamp=1517885220942, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4527, timestamp=1517885220942, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4528, timestamp=1517885220942, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4529, timestamp=1517885220942, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4530, timestamp=1517885220942, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4531, timestamp=1517885220942, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4532, timestamp=1517885220942, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4533, timestamp=1517885220942, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4534, timestamp=1517885220942, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4535, timestamp=1517885220943, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4536, timestamp=1517885220943, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4537, timestamp=1517885220943, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4538, timestamp=1517885220943, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4539, timestamp=1517885220943, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4540, timestamp=1517885220943, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4541, timestamp=1517885220943, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4542, timestamp=1517885220943, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4543, timestamp=1517885220943, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4544, timestamp=1517885220943, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4545, timestamp=1517885220944, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4546, timestamp=1517885220944, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4547, timestamp=1517885220944, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4548, timestamp=1517885220944, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4549, timestamp=1517885220944, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4550, timestamp=1517885220944, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4551, timestamp=1517885220945, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4552, timestamp=1517885220945, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4553, timestamp=1517885220945, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4554, timestamp=1517885220945, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4555, timestamp=1517885220945, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4556, timestamp=1517885220945, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4557, timestamp=1517885220945, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4558, timestamp=1517885220945, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4559, timestamp=1517885220945, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4560, timestamp=1517885220945, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4561, timestamp=1517885220945, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4562, timestamp=1517885220945, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4563, timestamp=1517885220945, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4564, timestamp=1517885220945, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4565, timestamp=1517885220946, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4566, timestamp=1517885220946, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4567, timestamp=1517885220946, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4568, timestamp=1517885220946, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4569, timestamp=1517885220946, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4570, timestamp=1517885220946, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4571, timestamp=1517885220946, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4572, timestamp=1517885220946, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4573, timestamp=1517885220946, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4574, timestamp=1517885220946, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4575, timestamp=1517885220946, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4576, timestamp=1517885220946, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4577, timestamp=1517885220947, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4578, timestamp=1517885220947, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4579, timestamp=1517885220947, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4580, timestamp=1517885220947, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4581, timestamp=1517885220947, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4582, timestamp=1517885220947, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4583, timestamp=1517885220947, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4584, timestamp=1517885220947, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4585, timestamp=1517885220947, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4586, timestamp=1517885220947, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4587, timestamp=1517885220947, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4588, timestamp=1517885220947, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4589, timestamp=1517885220948, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4590, timestamp=1517885220948, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4591, timestamp=1517885220948, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4592, timestamp=1517885220948, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4593, timestamp=1517885220948, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4594, timestamp=1517885220948, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4595, timestamp=1517885220949, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4596, timestamp=1517885220949, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4597, timestamp=1517885220949, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4598, timestamp=1517885220949, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4599, timestamp=1517885220949, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4600, timestamp=1517885220949, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4601, timestamp=1517885220949, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4602, timestamp=1517885220949, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4603, timestamp=1517885220949, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4604, timestamp=1517885220950, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4605, timestamp=1517885220950, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4606, timestamp=1517885220950, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4607, timestamp=1517885220950, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4608, timestamp=1517885220950, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4609, timestamp=1517885220950, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4610, timestamp=1517885220950, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4611, timestamp=1517885220950, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4612, timestamp=1517885220951, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4613, timestamp=1517885220951, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4614, timestamp=1517885220951, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4615, timestamp=1517885220951, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4616, timestamp=1517885220951, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4617, timestamp=1517885220951, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4618, timestamp=1517885220951, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4619, timestamp=1517885220951, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4620, timestamp=1517885220951, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4621, timestamp=1517885220951, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4622, timestamp=1517885220951, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4623, timestamp=1517885220951, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4624, timestamp=1517885220951, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4625, timestamp=1517885220951, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4626, timestamp=1517885220951, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4627, timestamp=1517885220952, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4628, timestamp=1517885220952, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4629, timestamp=1517885220952, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4630, timestamp=1517885220952, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4631, timestamp=1517885220952, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4632, timestamp=1517885220952, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4633, timestamp=1517885220952, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4634, timestamp=1517885220952, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4635, timestamp=1517885220952, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4636, timestamp=1517885220952, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4637, timestamp=1517885220952, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4638, timestamp=1517885220952, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4639, timestamp=1517885220953, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4640, timestamp=1517885220953, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4641, timestamp=1517885220953, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4642, timestamp=1517885220953, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4643, timestamp=1517885220953, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4644, timestamp=1517885220953, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4645, timestamp=1517885220953, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4646, timestamp=1517885220953, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4647, timestamp=1517885220953, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4648, timestamp=1517885220953, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4649, timestamp=1517885220953, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4650, timestamp=1517885220954, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4651, timestamp=1517885220954, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4652, timestamp=1517885220954, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4653, timestamp=1517885220954, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4654, timestamp=1517885220954, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4655, timestamp=1517885220954, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4656, timestamp=1517885220954, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4657, timestamp=1517885220954, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4658, timestamp=1517885220954, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4659, timestamp=1517885220954, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4660, timestamp=1517885220954, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4661, timestamp=1517885220954, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4662, timestamp=1517885220954, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4663, timestamp=1517885220954, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4664, timestamp=1517885220955, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4665, timestamp=1517885220955, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4666, timestamp=1517885220955, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4667, timestamp=1517885220955, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4668, timestamp=1517885220955, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4669, timestamp=1517885220955, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4670, timestamp=1517885220955, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4671, timestamp=1517885220955, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4672, timestamp=1517885220956, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4673, timestamp=1517885220956, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4674, timestamp=1517885220956, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4675, timestamp=1517885220956, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4676, timestamp=1517885220956, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4677, timestamp=1517885220956, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4678, timestamp=1517885220956, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4679, timestamp=1517885220956, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4680, timestamp=1517885220956, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4681, timestamp=1517885220957, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4682, timestamp=1517885220957, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4683, timestamp=1517885220957, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4684, timestamp=1517885220957, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4685, timestamp=1517885220958, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4686, timestamp=1517885220958, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4687, timestamp=1517885220958, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4688, timestamp=1517885220958, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4689, timestamp=1517885220958, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4690, timestamp=1517885220958, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4691, timestamp=1517885220958, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4692, timestamp=1517885220959, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4693, timestamp=1517885220959, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4694, timestamp=1517885220959, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4695, timestamp=1517885220959, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4696, timestamp=1517885220959, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4697, timestamp=1517885220959, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4698, timestamp=1517885220959, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4699, timestamp=1517885220960, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4700, timestamp=1517885220960, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4701, timestamp=1517885220960, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4702, timestamp=1517885220960, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4703, timestamp=1517885220960, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4704, timestamp=1517885220960, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4705, timestamp=1517885220960, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4706, timestamp=1517885220960, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4707, timestamp=1517885220960, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4708, timestamp=1517885220961, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4709, timestamp=1517885220961, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4710, timestamp=1517885220961, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4711, timestamp=1517885220961, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4712, timestamp=1517885220961, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4713, timestamp=1517885220961, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4714, timestamp=1517885220961, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4715, timestamp=1517885220961, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4716, timestamp=1517885220961, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4717, timestamp=1517885220961, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4718, timestamp=1517885220961, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4719, timestamp=1517885220961, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4720, timestamp=1517885220962, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4721, timestamp=1517885220962, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4722, timestamp=1517885220962, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4723, timestamp=1517885220962, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4724, timestamp=1517885220962, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4725, timestamp=1517885220962, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4726, timestamp=1517885220962, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4727, timestamp=1517885220962, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4728, timestamp=1517885220962, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4729, timestamp=1517885220963, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4730, timestamp=1517885220963, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4731, timestamp=1517885220963, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4732, timestamp=1517885220963, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4733, timestamp=1517885220963, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4734, timestamp=1517885220963, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4735, timestamp=1517885220963, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4736, timestamp=1517885220963, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4737, timestamp=1517885220963, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4738, timestamp=1517885220963, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4739, timestamp=1517885220964, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4740, timestamp=1517885220964, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4741, timestamp=1517885220964, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4742, timestamp=1517885220964, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4743, timestamp=1517885220964, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4744, timestamp=1517885220964, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4745, timestamp=1517885220964, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4746, timestamp=1517885220964, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4747, timestamp=1517885220964, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4748, timestamp=1517885220964, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4749, timestamp=1517885220964, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4750, timestamp=1517885220964, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4751, timestamp=1517885220964, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4752, timestamp=1517885220964, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4753, timestamp=1517885220964, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4754, timestamp=1517885220965, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4755, timestamp=1517885220965, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4756, timestamp=1517885220965, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4757, timestamp=1517885220965, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4758, timestamp=1517885220965, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4759, timestamp=1517885220965, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4760, timestamp=1517885220965, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4761, timestamp=1517885220965, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4762, timestamp=1517885220965, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4763, timestamp=1517885220966, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4764, timestamp=1517885220966, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4765, timestamp=1517885220966, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4766, timestamp=1517885220966, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4767, timestamp=1517885220967, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4768, timestamp=1517885220967, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4769, timestamp=1517885220967, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4770, timestamp=1517885220967, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4771, timestamp=1517885220967, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4772, timestamp=1517885220967, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4773, timestamp=1517885220967, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4774, timestamp=1517885220968, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4775, timestamp=1517885220968, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4776, timestamp=1517885220968, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4777, timestamp=1517885220968, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4778, timestamp=1517885220968, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4779, timestamp=1517885220969, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4780, timestamp=1517885220969, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4781, timestamp=1517885220969, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4782, timestamp=1517885220969, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4783, timestamp=1517885220969, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4784, timestamp=1517885220969, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4785, timestamp=1517885220970, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4786, timestamp=1517885220970, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4787, timestamp=1517885220970, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4788, timestamp=1517885220970, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4789, timestamp=1517885220970, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4790, timestamp=1517885220970, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4791, timestamp=1517885220970, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4792, timestamp=1517885220971, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4793, timestamp=1517885220971, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4794, timestamp=1517885220971, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4795, timestamp=1517885220971, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4796, timestamp=1517885220971, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4797, timestamp=1517885220971, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4798, timestamp=1517885220972, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4799, timestamp=1517885220972, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4800, timestamp=1517885220972, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4801, timestamp=1517885220972, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4802, timestamp=1517885220972, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4803, timestamp=1517885220972, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4804, timestamp=1517885220972, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4805, timestamp=1517885220973, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4806, timestamp=1517885220973, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4807, timestamp=1517885220973, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4808, timestamp=1517885220974, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4809, timestamp=1517885220974, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4810, timestamp=1517885220974, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4811, timestamp=1517885220974, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4812, timestamp=1517885220974, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4813, timestamp=1517885220974, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4814, timestamp=1517885220974, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4815, timestamp=1517885220974, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4816, timestamp=1517885220974, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4817, timestamp=1517885220974, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4818, timestamp=1517885220974, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4819, timestamp=1517885220974, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4820, timestamp=1517885220974, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4821, timestamp=1517885220975, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4822, timestamp=1517885220975, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4823, timestamp=1517885220975, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4824, timestamp=1517885220975, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4825, timestamp=1517885220975, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4826, timestamp=1517885220975, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4827, timestamp=1517885220975, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4828, timestamp=1517885220975, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4829, timestamp=1517885220975, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4830, timestamp=1517885220976, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4831, timestamp=1517885220976, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4832, timestamp=1517885220976, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4833, timestamp=1517885220976, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4834, timestamp=1517885220976, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4835, timestamp=1517885220976, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4836, timestamp=1517885220976, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4837, timestamp=1517885220976, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4838, timestamp=1517885220977, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4839, timestamp=1517885220977, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4840, timestamp=1517885220977, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4841, timestamp=1517885220977, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4842, timestamp=1517885220977, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4843, timestamp=1517885220977, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4844, timestamp=1517885220977, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4845, timestamp=1517885220977, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4846, timestamp=1517885220977, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4847, timestamp=1517885220977, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4848, timestamp=1517885220978, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4849, timestamp=1517885220978, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4850, timestamp=1517885220978, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4851, timestamp=1517885220978, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4852, timestamp=1517885220978, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4853, timestamp=1517885220978, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4854, timestamp=1517885220978, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4855, timestamp=1517885220978, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4856, timestamp=1517885220978, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4857, timestamp=1517885220978, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4858, timestamp=1517885220978, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4859, timestamp=1517885220979, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4860, timestamp=1517885220979, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4861, timestamp=1517885220979, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4862, timestamp=1517885220979, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4863, timestamp=1517885220979, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4864, timestamp=1517885220979, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4865, timestamp=1517885220979, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4866, timestamp=1517885220979, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4867, timestamp=1517885220979, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4868, timestamp=1517885220979, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4869, timestamp=1517885220979, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4870, timestamp=1517885220979, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4871, timestamp=1517885220980, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4872, timestamp=1517885220980, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4873, timestamp=1517885220980, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4874, timestamp=1517885220980, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4875, timestamp=1517885220980, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4876, timestamp=1517885220980, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4877, timestamp=1517885220980, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4878, timestamp=1517885220980, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4879, timestamp=1517885220980, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4880, timestamp=1517885220980, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4881, timestamp=1517885220980, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4882, timestamp=1517885220980, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4883, timestamp=1517885220981, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4884, timestamp=1517885220981, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4885, timestamp=1517885220982, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4886, timestamp=1517885220982, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4887, timestamp=1517885220982, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4888, timestamp=1517885220982, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4889, timestamp=1517885220982, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4890, timestamp=1517885220982, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4891, timestamp=1517885220982, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4892, timestamp=1517885220982, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4893, timestamp=1517885220982, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4894, timestamp=1517885220982, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4895, timestamp=1517885220982, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4896, timestamp=1517885220982, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4897, timestamp=1517885220982, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4898, timestamp=1517885220982, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4899, timestamp=1517885220983, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4900, timestamp=1517885220983, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4901, timestamp=1517885220983, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4902, timestamp=1517885220983, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4903, timestamp=1517885220983, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4904, timestamp=1517885220983, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4905, timestamp=1517885220983, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4906, timestamp=1517885220983, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4907, timestamp=1517885220984, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4908, timestamp=1517885220984, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4909, timestamp=1517885220984, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4910, timestamp=1517885220984, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4911, timestamp=1517885220984, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4912, timestamp=1517885220984, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4913, timestamp=1517885220984, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4914, timestamp=1517885220984, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4915, timestamp=1517885220984, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4916, timestamp=1517885220984, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4917, timestamp=1517885220984, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4918, timestamp=1517885220984, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4919, timestamp=1517885220985, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4920, timestamp=1517885220985, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4921, timestamp=1517885220985, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4922, timestamp=1517885220985, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4923, timestamp=1517885220985, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4924, timestamp=1517885220985, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4925, timestamp=1517885220985, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4926, timestamp=1517885220985, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4927, timestamp=1517885220985, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4928, timestamp=1517885220985, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4929, timestamp=1517885220985, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4930, timestamp=1517885220985, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4931, timestamp=1517885220985, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4932, timestamp=1517885220985, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4933, timestamp=1517885220986, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4934, timestamp=1517885220986, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4935, timestamp=1517885220986, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4936, timestamp=1517885220986, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4937, timestamp=1517885220986, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4938, timestamp=1517885220986, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4939, timestamp=1517885220986, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4940, timestamp=1517885220986, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4941, timestamp=1517885220986, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4942, timestamp=1517885220986, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4943, timestamp=1517885220986, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4944, timestamp=1517885220986, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4945, timestamp=1517885220987, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4946, timestamp=1517885220987, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4947, timestamp=1517885220987, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4948, timestamp=1517885220987, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4949, timestamp=1517885220987, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4950, timestamp=1517885220987, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4951, timestamp=1517885220987, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4952, timestamp=1517885220987, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4953, timestamp=1517885220987, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4954, timestamp=1517885220987, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4955, timestamp=1517885220987, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4956, timestamp=1517885220987, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4957, timestamp=1517885220987, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4958, timestamp=1517885220988, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4959, timestamp=1517885220988, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4960, timestamp=1517885220988, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4961, timestamp=1517885220988, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4962, timestamp=1517885220988, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4963, timestamp=1517885220988, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4964, timestamp=1517885220989, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4965, timestamp=1517885220989, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4966, timestamp=1517885220989, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4967, timestamp=1517885220989, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4968, timestamp=1517885220989, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4969, timestamp=1517885220989, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4970, timestamp=1517885220989, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4971, timestamp=1517885220989, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4972, timestamp=1517885220989, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4973, timestamp=1517885220989, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4974, timestamp=1517885220989, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4975, timestamp=1517885220989, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4976, timestamp=1517885220990, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4977, timestamp=1517885220990, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4978, timestamp=1517885220990, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4979, timestamp=1517885220990, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4980, timestamp=1517885220990, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4981, timestamp=1517885220990, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4982, timestamp=1517885220990, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4983, timestamp=1517885220990, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4984, timestamp=1517885220990, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4985, timestamp=1517885220990, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4986, timestamp=1517885220990, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4987, timestamp=1517885220990, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4988, timestamp=1517885220990, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4989, timestamp=1517885220990, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4990, timestamp=1517885220990, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4991, timestamp=1517885220991, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4992, timestamp=1517885220991, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4993, timestamp=1517885220991, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4994, timestamp=1517885220991, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4995, timestamp=1517885220991, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4996, timestamp=1517885220991, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4997, timestamp=1517885220991, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4998, timestamp=1517885220991, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4999, timestamp=1517885220991, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5000, timestamp=1517885220991, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5001, timestamp=1517885220992, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5002, timestamp=1517885220992, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5003, timestamp=1517885220992, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5004, timestamp=1517885220992, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5005, timestamp=1517885220992, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5006, timestamp=1517885220992, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5007, timestamp=1517885220992, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5008, timestamp=1517885220992, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5009, timestamp=1517885220992, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5010, timestamp=1517885220992, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5011, timestamp=1517885220992, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5012, timestamp=1517885220993, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5013, timestamp=1517885220993, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5014, timestamp=1517885220993, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5015, timestamp=1517885220993, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5016, timestamp=1517885220993, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5017, timestamp=1517885220993, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5018, timestamp=1517885220994, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5019, timestamp=1517885220994, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5020, timestamp=1517885220994, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5021, timestamp=1517885220994, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5022, timestamp=1517885220994, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5023, timestamp=1517885220994, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5024, timestamp=1517885220995, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5025, timestamp=1517885220995, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5026, timestamp=1517885220995, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5027, timestamp=1517885220995, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5028, timestamp=1517885220995, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5029, timestamp=1517885220995, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5030, timestamp=1517885220996, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5031, timestamp=1517885220996, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5032, timestamp=1517885220996, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5033, timestamp=1517885220996, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5034, timestamp=1517885220996, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5035, timestamp=1517885220996, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5036, timestamp=1517885220996, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5037, timestamp=1517885220996, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5038, timestamp=1517885220996, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5039, timestamp=1517885220997, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5040, timestamp=1517885220997, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5041, timestamp=1517885220997, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5042, timestamp=1517885220997, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5043, timestamp=1517885220998, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5044, timestamp=1517885220998, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5045, timestamp=1517885220998, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5046, timestamp=1517885220998, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5047, timestamp=1517885220998, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5048, timestamp=1517885220998, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5049, timestamp=1517885220999, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5050, timestamp=1517885220999, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5051, timestamp=1517885220999, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5052, timestamp=1517885220999, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5053, timestamp=1517885220999, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5054, timestamp=1517885221000, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5055, timestamp=1517885221000, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5056, timestamp=1517885221000, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5057, timestamp=1517885221000, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5058, timestamp=1517885221000, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5059, timestamp=1517885221000, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5060, timestamp=1517885221000, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5061, timestamp=1517885221000, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5062, timestamp=1517885221000, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5063, timestamp=1517885221001, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5064, timestamp=1517885221001, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5065, timestamp=1517885221001, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5066, timestamp=1517885221001, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5067, timestamp=1517885221001, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5068, timestamp=1517885221002, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5069, timestamp=1517885221002, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5070, timestamp=1517885221002, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5071, timestamp=1517885221002, key=8 bytes, value=588 bytes))]}]}]} 12:03:17.533 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 3361 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:17.533 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-0 with offset 3361 12:03:17.533 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-0 to 100091 12:03:17.536 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3361 for assigned partition test-0 and update position to 3861 12:03:17.536 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-1:9092 (id: 1 rack: null) 12:03:17.536 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-2:9092 (id: 2 rack: null) 12:03:17.536 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.536 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.536 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:17.601 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.601 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:17.601 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:17.601 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:17.601 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 40 to node 3 12:03:17.701 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 40, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:17.701 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 7 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-2:9092 (id: 2 rack: null), kafka-host-1:9092 (id: 1 rack: null), kafka-host-3:9092 (id: 3 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:17.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 10241 12:03:18.303 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-2/10.105.170.143 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2 disconnected. 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2 could not be established. Broker may not be available. 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2147483646 disconnected. 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2147483646 could not be established. Broker may not be available. 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=36) with correlation id 36 due to node 2 being disconnected 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-1=(offset=3384, logStartOffset=-1, maxBytes=1048576)} to kafka-host-2:9092 (id: 2 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:18.304 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled OFFSET_COMMIT request RequestHeader(apiKey=OFFSET_COMMIT, apiVersion=3, clientId=consumer-2, correlationId=38) with correlation id 38 due to node 2147483646 being disconnected 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Marking the coordinator kafka-host-1:9092 (id: 2147483646 rack: null) dead 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:18.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:18.405 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.405 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.405 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 1 disconnected. 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 1 could not be established. Broker may not be available. 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=39) with correlation id 39 due to node 1 being disconnected 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-2=(offset=3334, logStartOffset=-1, maxBytes=1048576)} to kafka-host-1:9092 (id: 1 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FIND_COORDINATOR request RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=41) with correlation id 41 due to node 1 being disconnected 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:18.505 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-2:9092 (id: 2 rack: null) 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: 2 rack: null) 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:18.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 43 to node 3 12:03:18.552 [RxCachedThreadScheduler-1] WARN o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3361, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} failed: Offset commit failed with a retriable exception. You should retry committing offsets. The underlying error was: null 12:03:18.556 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 43, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:18.556 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 8 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-2:9092 (id: 2 rack: null), kafka-host-3:9092 (id: 3 rack: null), kafka-host-1:9092 (id: 1 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:18.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 10579 12:03:19.519 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-2/10.105.170.143 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:190) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:219) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:03:19.519 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2 disconnected. 12:03:19.519 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2 could not be established. Broker may not be available. 12:03:19.519 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FIND_COORDINATOR request RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=42) with correlation id 42 due to node 2 being disconnected 12:03:19.519 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Coordinator discovery failed, refreshing metadata 12:03:19.520 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:19.520 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:19.520 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:19.520 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:19.520 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 44 to node 3 12:03:19.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 44, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:19.523 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 9 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-1:9092 (id: 1 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-3:9092 (id: 3 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:19.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:19.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) connected with no in-flight requests 12:03:19.523 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:19.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 45 to node 3 12:03:19.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FIND_COORDINATOR with correlation id 45, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=1,host=kafka-host-1,port=9092}} 12:03:19.527 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972599527, latencyMs=4, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=45), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-1:9092 (id: 1 rack: null))) 12:03:19.527 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Discovered coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:19.527 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:19.528 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3861, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} 12:03:19.528 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3861, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:19.530 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3861 for assigned partition test-0 and update position to 4361 12:03:19.530 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 3334 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:19.530 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 3384 to node kafka-host-2:9092 (id: 2 rack: null) 12:03:19.530 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:19.530 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-2:9092 (id: 2 rack: null) 12:03:19.530 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 1 rack: null) 12:03:19.531 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=48) with correlation id 48 due to node 2 being disconnected 12:03:19.531 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-1=(offset=3384, logStartOffset=-1, maxBytes=1048576)} to kafka-host-2:9092 (id: 2 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:19.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 10740 12:03:20.632 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 1 disconnected. 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 1 could not be established. Broker may not be available. 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2147483646 disconnected. 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2147483646 could not be established. Broker may not be available. 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=47) with correlation id 47 due to node 1 being disconnected 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-2=(offset=3334, logStartOffset=-1, maxBytes=1048576)} to kafka-host-1:9092 (id: 1 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:20.633 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled OFFSET_COMMIT request RequestHeader(apiKey=OFFSET_COMMIT, apiVersion=3, clientId=consumer-2, correlationId=46) with correlation id 46 due to node 2147483646 being disconnected 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Marking the coordinator kafka-host-1:9092 (id: 2147483646 rack: null) dead 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-2:9092 (id: 2 rack: null) for sending metadata request 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: 2 rack: null) 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-2:9092 (id: 2 rack: null) 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:20.634 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 50 to node 3 12:03:20.835 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 50, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:20.835 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 10 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null), kafka-host-2:9092 (id: 2 rack: null), kafka-host-1:9092 (id: 1 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:20.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 11021 12:03:20.984 [RxCachedThreadScheduler-1] WARN o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=3861, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} failed: Offset commit failed with a retriable exception. You should retry committing offsets. The underlying error was: null 12:03:21.643 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-2/10.105.170.143 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:190) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:219) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:03:21.643 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2 disconnected. 12:03:21.643 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2 could not be established. Broker may not be available. 12:03:21.643 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FIND_COORDINATOR request RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=49) with correlation id 49 due to node 2 being disconnected 12:03:21.643 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Coordinator discovery failed, refreshing metadata 12:03:21.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:21.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:21.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-1:9092 (id: 1 rack: null) 12:03:21.647 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-1:9092 (id: 1 rack: null) for sending metadata request 12:03:21.647 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 1 rack: null) 12:03:21.648 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:21.648 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:21.648 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:21.648 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:21.648 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 51 to node 3 12:03:21.651 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 51, received {throttle_time_ms=0,brokers=[{node_id=2,host=kafka-host-2,port=9092,rack=null},{node_id=1,host=kafka-host-1,port=9092,rack=null},{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=1,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=1,replicas=[1,3,2],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=1,leader=2,replicas=[2,1,3],isr=[1,2,3],offline_replicas=[]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[]}]}]} 12:03:21.651 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 11 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null), kafka-host-1:9092 (id: 1 rack: null), kafka-host-2:9092 (id: 2 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 2, replicas = [2,1,3], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = []), Partition(topic = test, partition = 2, leader = 1, replicas = [1,3,2], isr = [1,2,3], offlineReplicas = [])]) 12:03:21.651 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) connected with no in-flight requests 12:03:21.651 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:21.652 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 52 to node 3 12:03:21.655 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FIND_COORDINATOR with correlation id 52, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=1,host=kafka-host-1,port=9092}} 12:03:21.655 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972601655, latencyMs=4, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=52), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-1:9092 (id: 1 rack: null))) 12:03:21.655 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Discovered coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:21.655 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:21.655 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=4361, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} 12:03:21.655 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=4361, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} to coordinator kafka-host-1:9092 (id: 2147483646 rack: null) 12:03:21.658 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 4361 for assigned partition test-0 and update position to 4861 12:03:21.658 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 3334 to node kafka-host-1:9092 (id: 1 rack: null) 12:03:21.658 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 3384 to node kafka-host-2:9092 (id: 2 rack: null) 12:03:21.658 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-1:9092 (id: 1 rack: null) 12:03:21.658 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-2:9092 (id: 2 rack: null) 12:03:21.658 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=55) with correlation id 55 due to node 2 being disconnected 12:03:21.658 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-1=(offset=3384, logStartOffset=-1, maxBytes=1048576)} to kafka-host-2:9092 (id: 2 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:21.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 11179 12:03:22.657 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:22.657 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 1 disconnected. 12:03:22.657 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 1 could not be established. Broker may not be available. 12:03:22.658 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FETCH request RequestHeader(apiKey=FETCH, apiVersion=6, clientId=consumer-2, correlationId=54) with correlation id 54 due to node 1 being disconnected 12:03:22.658 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch request {test-2=(offset=3334, logStartOffset=-1, maxBytes=1048576)} to kafka-host-1:9092 (id: 1 rack: null) failed org.apache.kafka.common.errors.DisconnectException: null 12:03:22.759 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.759 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.759 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.759 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-2:9092 (id: 2 rack: null) for sending metadata request 12:03:22.759 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-1/10.105.169.190 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2147483646 disconnected. 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2147483646 could not be established. Broker may not be available. 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled OFFSET_COMMIT request RequestHeader(apiKey=OFFSET_COMMIT, apiVersion=3, clientId=consumer-2, correlationId=53) with correlation id 53 due to node 2147483646 being disconnected 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Marking the coordinator kafka-host-1:9092 (id: 2147483646 rack: null) dead 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.860 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.864 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 11571 12:03:22.880 [RxCachedThreadScheduler-1] WARN o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=4361, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} failed: Offset commit failed with a retriable exception. You should retry committing offsets. The underlying error was: null 12:03:22.880 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.880 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.880 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.930 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.930 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.930 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:22.980 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:22.980 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:22.980 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:23.030 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:23.030 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:23.030 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:23.081 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:23.081 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:23.081 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-2:9092 (id: 2 rack: null) 12:03:23.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-1:9092 (id: 1 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:03:23.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-2:9092 (id: 2 rack: null) from least loaded node selection: is-blacked-out: false, in-flight-requests: 0 12:03:23.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.131 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 57 to node 3 12:03:23.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FIND_COORDINATOR {coordinator_key=test-consumer-group,coordinator_type=0} with correlation id 56 to node 3 12:03:23.161 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 57, received {throttle_time_ms=0,brokers=[{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=3,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=3,replicas=[1,3,2],isr=[3],offline_replicas=[1,2]},{error_code=0,partition=1,leader=3,replicas=[2,1,3],isr=[3],offline_replicas=[2,1]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[2,1]}]}]} 12:03:23.161 [RxCachedThreadScheduler-1] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 12 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 3, replicas = [2,1,3], isr = [3], offlineReplicas = [2,1]), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = [2,1]), Partition(topic = test, partition = 2, leader = 3, replicas = [1,3,2], isr = [3], offlineReplicas = [1,2])]) 12:03:23.161 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FIND_COORDINATOR with correlation id 56, received {throttle_time_ms=0,error_code=0,error_message=null,coordinator={node_id=3,host=kafka-host-3,port=9092}} 12:03:23.161 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received GroupCoordinator response ClientResponse(receivedTimeMs=1517972603161, latencyMs=297, disconnected=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=56), responseBody=FindCoordinatorResponse(throttleTimeMs=0, errorMessage='null', error=NONE, node=kafka-host-3:9092 (id: 3 rack: null))) 12:03:23.161 [RxCachedThreadScheduler-1] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Discovered coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:23.161 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:23.162 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=4861, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} 12:03:23.162 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=4861, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:23.163 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 4861 for assigned partition test-0 and update position to 5072 12:03:23.163 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 3334 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.163 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 3384 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.166 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 5072 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.166 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2, test-1, test-0] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:23.166 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=2,fetch_offset=3334,log_start_offset=-1,max_bytes=1048576},{partition=1,fetch_offset=3384,log_start_offset=-1,max_bytes=1048576},{partition=0,fetch_offset=5072,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 59 to node 3 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483644.bytes-sent 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483644.bytes-received 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.metrics.Metrics - Added sensor with name node-2147483644.latency 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2147483644 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed connection to node 2147483644. Fetching API versions. 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating API versions fetch from node 2147483644. 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] No version information found when sending API_VERSIONS with correlation id 60 to node 2147483644. Assuming version 1. 12:03:23.262 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending API_VERSIONS {} with correlation id 60 to node 2147483644 12:03:23.464 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for API_VERSIONS with correlation id 60, received {error_code=0,api_versions=[{api_key=0,min_version=0,max_version=5},{api_key=1,min_version=0,max_version=6},{api_key=2,min_version=0,max_version=2},{api_key=3,min_version=0,max_version=5},{api_key=4,min_version=0,max_version=1},{api_key=5,min_version=0,max_version=0},{api_key=6,min_version=0,max_version=4},{api_key=7,min_version=0,max_version=1},{api_key=8,min_version=0,max_version=3},{api_key=9,min_version=0,max_version=3},{api_key=10,min_version=0,max_version=1},{api_key=11,min_version=0,max_version=2},{api_key=12,min_version=0,max_version=1},{api_key=13,min_version=0,max_version=1},{api_key=14,min_version=0,max_version=1},{api_key=15,min_version=0,max_version=1},{api_key=16,min_version=0,max_version=1},{api_key=17,min_version=0,max_version=1},{api_key=18,min_version=0,max_version=1},{api_key=19,min_version=0,max_version=2},{api_key=20,min_version=0,max_version=1},{api_key=21,min_version=0,max_version=0},{api_key=22,min_version=0,max_version=0},{api_key=23,min_version=0,max_version=0},{api_key=24,min_version=0,max_version=0},{api_key=25,min_version=0,max_version=0},{api_key=26,min_version=0,max_version=0},{api_key=27,min_version=0,max_version=0},{api_key=28,min_version=0,max_version=0},{api_key=29,min_version=0,max_version=0},{api_key=30,min_version=0,max_version=0},{api_key=31,min_version=0,max_version=0},{api_key=32,min_version=0,max_version=0},{api_key=33,min_version=0,max_version=0},{api_key=34,min_version=0,max_version=0},{api_key=35,min_version=0,max_version=0},{api_key=36,min_version=0,max_version=0},{api_key=37,min_version=0,max_version=0}],throttle_time_ms=0} 12:03:23.464 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Recorded API versions for node 2147483644: (Produce(0): 0 to 5 [usable: 5], Fetch(1): 0 to 6 [usable: 6], ListOffsets(2): 0 to 2 [usable: 2], Metadata(3): 0 to 5 [usable: 5], LeaderAndIsr(4): 0 to 1 [usable: 1], StopReplica(5): 0 [usable: 0], UpdateMetadata(6): 0 to 4 [usable: 4], ControlledShutdown(7): 0 to 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 to 1 [usable: 1], 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], AlterReplicaLogDirs(34): 0 [usable: 0], DescribeLogDirs(35): 0 [usable: 0], SaslAuthenticate(36): 0 [usable: 0], CreatePartitions(37): 0 [usable: 0]) 12:03:23.464 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=4861,metadata=},{partition=1,offset=3384,metadata=},{partition=2,offset=3334,metadata=}]}]} with correlation id 58 to node 2147483644 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.584 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.586 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.587 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.587 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.587 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.587 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.587 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.587 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.591 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.592 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.592 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.592 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.593 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.598 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.598 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.598 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.599 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.600 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.601 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.602 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.602 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.602 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.603 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 58, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:23.607 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 3384 for partition test-1 12:03:23.607 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 4861 for partition test-0 12:03:23.607 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 3334 for partition test-2 12:03:23.607 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=3384, metadata=''}, test-0=OffsetAndMetadata{offset=4861, metadata=''}, test-2=OffsetAndMetadata{offset=3334, metadata=''}} 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.608 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.608 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.608 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.608 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.609 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.614 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.615 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.616 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.617 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.618 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.619 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.620 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.620 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.620 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.620 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.620 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.620 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.621 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.622 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.623 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.624 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.626 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.627 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.629 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.631 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.632 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.633 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.634 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.635 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.636 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.637 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.638 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.639 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.644 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.644 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.644 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.645 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.646 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.652 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.652 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.652 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.652 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.652 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.652 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.654 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.659 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.659 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.659 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.659 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.659 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.659 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.660 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.661 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.662 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.663 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.664 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.665 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.666 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.667 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.668 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.669 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.670 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.671 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.672 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.673 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.674 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.674 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.674 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.674 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.674 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.675 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.675 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.675 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.675 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.675 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.675 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.676 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.676 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.676 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.677 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.678 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.679 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.680 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.681 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.682 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.684 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.685 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.686 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.688 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.689 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.690 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.691 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.692 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.693 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.693 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.693 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.694 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.694 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.694 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.695 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.695 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.695 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.696 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.697 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.699 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.700 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.701 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.702 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.703 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.705 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.706 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.706 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.706 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.707 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.708 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.708 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-1 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.708 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-0 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:23.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 59, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=2,error_code=0,high_watermark=99967,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=3334, timestamp=1517885220789, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3335, timestamp=1517885220789, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3336, timestamp=1517885220789, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3337, timestamp=1517885220790, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3338, timestamp=1517885220790, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3339, timestamp=1517885220791, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3340, timestamp=1517885220791, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3341, timestamp=1517885220791, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3342, timestamp=1517885220791, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3343, timestamp=1517885220792, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3344, timestamp=1517885220792, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3345, timestamp=1517885220792, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3346, timestamp=1517885220792, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3347, timestamp=1517885220792, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3348, timestamp=1517885220792, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3349, timestamp=1517885220792, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3350, timestamp=1517885220792, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3351, timestamp=1517885220792, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3352, timestamp=1517885220793, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3353, timestamp=1517885220793, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3354, timestamp=1517885220793, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3355, timestamp=1517885220793, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3356, timestamp=1517885220793, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3357, timestamp=1517885220793, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3358, timestamp=1517885220793, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3359, timestamp=1517885220793, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3360, timestamp=1517885220793, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3361, timestamp=1517885220794, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3362, timestamp=1517885220794, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3363, timestamp=1517885220794, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3364, timestamp=1517885220794, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3365, timestamp=1517885220794, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3366, timestamp=1517885220794, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3367, timestamp=1517885220794, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3368, timestamp=1517885220794, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3369, timestamp=1517885220794, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3370, timestamp=1517885220794, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3371, timestamp=1517885220794, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3372, timestamp=1517885220794, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3373, timestamp=1517885220794, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3374, timestamp=1517885220794, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3375, timestamp=1517885220794, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3376, timestamp=1517885220794, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3377, timestamp=1517885220794, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3378, timestamp=1517885220795, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3379, timestamp=1517885220795, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3380, timestamp=1517885220795, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3381, timestamp=1517885220795, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3382, timestamp=1517885220795, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3383, timestamp=1517885220795, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3384, timestamp=1517885220795, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3385, timestamp=1517885220795, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3386, timestamp=1517885220796, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3387, timestamp=1517885220796, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3388, timestamp=1517885220796, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3389, timestamp=1517885220796, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3390, timestamp=1517885220796, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3391, timestamp=1517885220796, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3392, timestamp=1517885220797, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3393, timestamp=1517885220797, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3394, timestamp=1517885220797, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3395, timestamp=1517885220797, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3396, timestamp=1517885220797, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3397, timestamp=1517885220797, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3398, timestamp=1517885220797, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3399, timestamp=1517885220797, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3400, timestamp=1517885220797, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3401, timestamp=1517885220797, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3402, timestamp=1517885220797, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3403, timestamp=1517885220797, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3404, timestamp=1517885220797, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3405, timestamp=1517885220797, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3406, timestamp=1517885220797, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3407, timestamp=1517885220798, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3408, timestamp=1517885220798, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3409, timestamp=1517885220798, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3410, timestamp=1517885220798, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3411, timestamp=1517885220798, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3412, timestamp=1517885220799, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3413, timestamp=1517885220799, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3414, timestamp=1517885220799, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3415, timestamp=1517885220799, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3416, timestamp=1517885220799, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3417, timestamp=1517885220799, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3418, timestamp=1517885220799, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3419, timestamp=1517885220799, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3420, timestamp=1517885220799, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3421, timestamp=1517885220799, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3422, timestamp=1517885220799, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3423, timestamp=1517885220799, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3424, timestamp=1517885220799, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3425, timestamp=1517885220800, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3426, timestamp=1517885220800, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3427, timestamp=1517885220800, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3428, timestamp=1517885220800, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3429, timestamp=1517885220800, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3430, timestamp=1517885220800, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3431, timestamp=1517885220800, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3432, timestamp=1517885220801, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3433, timestamp=1517885220801, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3434, timestamp=1517885220801, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3435, timestamp=1517885220801, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3436, timestamp=1517885220801, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3437, timestamp=1517885220801, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3438, timestamp=1517885220801, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3439, timestamp=1517885220801, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3440, timestamp=1517885220801, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3441, timestamp=1517885220801, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3442, timestamp=1517885220802, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3443, timestamp=1517885220802, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3444, timestamp=1517885220802, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3445, timestamp=1517885220802, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3446, timestamp=1517885220802, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3447, timestamp=1517885220802, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3448, timestamp=1517885220802, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3449, timestamp=1517885220802, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3450, timestamp=1517885220802, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3451, timestamp=1517885220802, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3452, timestamp=1517885220802, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3453, timestamp=1517885220802, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3454, timestamp=1517885220803, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3455, timestamp=1517885220803, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3456, timestamp=1517885220803, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3457, timestamp=1517885220803, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3458, timestamp=1517885220803, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3459, timestamp=1517885220803, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3460, timestamp=1517885220803, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3461, timestamp=1517885220803, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3462, timestamp=1517885220804, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3463, timestamp=1517885220804, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3464, timestamp=1517885220804, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3465, timestamp=1517885220804, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3466, timestamp=1517885220804, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3467, timestamp=1517885220804, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3468, timestamp=1517885220804, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3469, timestamp=1517885220804, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3470, timestamp=1517885220804, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3471, timestamp=1517885220804, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3472, timestamp=1517885220804, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3473, timestamp=1517885220804, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3474, timestamp=1517885220804, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3475, timestamp=1517885220804, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3476, timestamp=1517885220804, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3477, timestamp=1517885220805, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3478, timestamp=1517885220805, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3479, timestamp=1517885220805, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3480, timestamp=1517885220805, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3481, timestamp=1517885220805, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3482, timestamp=1517885220805, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3483, timestamp=1517885220805, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3484, timestamp=1517885220805, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3485, timestamp=1517885220805, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3486, timestamp=1517885220806, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3487, timestamp=1517885220806, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3488, timestamp=1517885220806, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3489, timestamp=1517885220806, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3490, timestamp=1517885220806, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3491, timestamp=1517885220806, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3492, timestamp=1517885220806, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3493, timestamp=1517885220806, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3494, timestamp=1517885220806, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3495, timestamp=1517885220806, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3496, timestamp=1517885220807, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3497, timestamp=1517885220807, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3498, timestamp=1517885220807, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3499, timestamp=1517885220807, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3500, timestamp=1517885220807, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3501, timestamp=1517885220807, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3502, timestamp=1517885220807, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3503, timestamp=1517885220807, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3504, timestamp=1517885220807, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3505, timestamp=1517885220808, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3506, timestamp=1517885220808, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3507, timestamp=1517885220808, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3508, timestamp=1517885220808, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3509, timestamp=1517885220808, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3510, timestamp=1517885220808, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3511, timestamp=1517885220808, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3512, timestamp=1517885220809, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3513, timestamp=1517885220809, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3514, timestamp=1517885220809, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3515, timestamp=1517885220809, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3516, timestamp=1517885220809, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3517, timestamp=1517885220809, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3518, timestamp=1517885220810, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3519, timestamp=1517885220810, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3520, timestamp=1517885220810, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3521, timestamp=1517885220810, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3522, timestamp=1517885220810, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3523, timestamp=1517885220810, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3524, timestamp=1517885220811, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3525, timestamp=1517885220811, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3526, timestamp=1517885220811, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3527, timestamp=1517885220811, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3528, timestamp=1517885220811, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3529, timestamp=1517885220811, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3530, timestamp=1517885220811, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3531, timestamp=1517885220812, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3532, timestamp=1517885220812, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3533, timestamp=1517885220812, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3534, timestamp=1517885220812, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3535, timestamp=1517885220812, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3536, timestamp=1517885220812, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3537, timestamp=1517885220814, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3538, timestamp=1517885220814, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3539, timestamp=1517885220815, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3540, timestamp=1517885220815, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3541, timestamp=1517885220815, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3542, timestamp=1517885220815, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3543, timestamp=1517885220816, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3544, timestamp=1517885220817, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3545, timestamp=1517885220817, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3546, timestamp=1517885220817, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3547, timestamp=1517885220817, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3548, timestamp=1517885220817, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3549, timestamp=1517885220818, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3550, timestamp=1517885220818, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3551, timestamp=1517885220818, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3552, timestamp=1517885220818, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3553, timestamp=1517885220818, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3554, timestamp=1517885220819, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3555, timestamp=1517885220819, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3556, timestamp=1517885220820, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3557, timestamp=1517885220820, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3558, timestamp=1517885220820, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3559, timestamp=1517885220820, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3560, timestamp=1517885220820, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3561, timestamp=1517885220821, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3562, timestamp=1517885220821, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3563, timestamp=1517885220822, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3564, timestamp=1517885220822, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3565, timestamp=1517885220822, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3566, timestamp=1517885220823, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3567, timestamp=1517885220823, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3568, timestamp=1517885220823, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3569, timestamp=1517885220823, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3570, timestamp=1517885220824, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3571, timestamp=1517885220824, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3572, timestamp=1517885220824, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3573, timestamp=1517885220824, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3574, timestamp=1517885220824, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3575, timestamp=1517885220825, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3576, timestamp=1517885220825, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3577, timestamp=1517885220825, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3578, timestamp=1517885220825, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3579, timestamp=1517885220825, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3580, timestamp=1517885220825, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3581, timestamp=1517885220825, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3582, timestamp=1517885220825, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3583, timestamp=1517885220825, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3584, timestamp=1517885220825, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3585, timestamp=1517885220826, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3586, timestamp=1517885220826, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3587, timestamp=1517885220826, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3588, timestamp=1517885220826, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3589, timestamp=1517885220826, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3590, timestamp=1517885220826, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3591, timestamp=1517885220826, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3592, timestamp=1517885220826, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3593, timestamp=1517885220826, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3594, timestamp=1517885220826, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3595, timestamp=1517885220827, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3596, timestamp=1517885220827, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3597, timestamp=1517885220827, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3598, timestamp=1517885220827, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3599, timestamp=1517885220827, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3600, timestamp=1517885220827, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3601, timestamp=1517885220827, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3602, timestamp=1517885220828, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3603, timestamp=1517885220828, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3604, timestamp=1517885220828, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3605, timestamp=1517885220828, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3606, timestamp=1517885220828, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3607, timestamp=1517885220829, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3608, timestamp=1517885220829, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3609, timestamp=1517885220829, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3610, timestamp=1517885220829, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3611, timestamp=1517885220829, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3612, timestamp=1517885220829, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3613, timestamp=1517885220829, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3614, timestamp=1517885220830, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3615, timestamp=1517885220831, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3616, timestamp=1517885220831, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3617, timestamp=1517885220831, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3618, timestamp=1517885220831, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3619, timestamp=1517885220832, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3620, timestamp=1517885220832, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3621, timestamp=1517885220832, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3622, timestamp=1517885220832, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3623, timestamp=1517885220832, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3624, timestamp=1517885220832, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3625, timestamp=1517885220832, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3626, timestamp=1517885220832, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3627, timestamp=1517885220833, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3628, timestamp=1517885220834, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3629, timestamp=1517885220834, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3630, timestamp=1517885220834, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3631, timestamp=1517885220835, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3632, timestamp=1517885220835, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3633, timestamp=1517885220835, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3634, timestamp=1517885220835, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3635, timestamp=1517885220836, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3636, timestamp=1517885220836, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3637, timestamp=1517885220837, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3638, timestamp=1517885220837, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3639, timestamp=1517885220837, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3640, timestamp=1517885220837, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3641, timestamp=1517885220837, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3642, timestamp=1517885220837, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3643, timestamp=1517885220838, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3644, timestamp=1517885220838, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3645, timestamp=1517885220838, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3646, timestamp=1517885220838, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3647, timestamp=1517885220838, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3648, timestamp=1517885220839, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3649, timestamp=1517885220839, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3650, timestamp=1517885220839, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3651, timestamp=1517885220839, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3652, timestamp=1517885220839, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3653, timestamp=1517885220840, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3654, timestamp=1517885220840, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3655, timestamp=1517885220840, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3656, timestamp=1517885220840, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3657, timestamp=1517885220841, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3658, timestamp=1517885220842, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3659, timestamp=1517885220842, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3660, timestamp=1517885220843, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3661, timestamp=1517885220843, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3662, timestamp=1517885220843, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3663, timestamp=1517885220844, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3664, timestamp=1517885220844, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3665, timestamp=1517885220844, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3666, timestamp=1517885220844, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3667, timestamp=1517885220844, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3668, timestamp=1517885220844, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3669, timestamp=1517885220844, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3670, timestamp=1517885220844, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3671, timestamp=1517885220844, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3672, timestamp=1517885220844, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3673, timestamp=1517885220845, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3674, timestamp=1517885220845, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3675, timestamp=1517885220845, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3676, timestamp=1517885220845, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3677, timestamp=1517885220845, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3678, timestamp=1517885220845, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3679, timestamp=1517885220845, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3680, timestamp=1517885220845, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3681, timestamp=1517885220845, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3682, timestamp=1517885220845, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3683, timestamp=1517885220846, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3684, timestamp=1517885220846, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3685, timestamp=1517885220846, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3686, timestamp=1517885220846, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3687, timestamp=1517885220846, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3688, timestamp=1517885220846, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3689, timestamp=1517885220846, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3690, timestamp=1517885220846, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3691, timestamp=1517885220846, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3692, timestamp=1517885220846, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3693, timestamp=1517885220846, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3694, timestamp=1517885220846, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3695, timestamp=1517885220846, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3696, timestamp=1517885220847, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3697, timestamp=1517885220847, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3698, timestamp=1517885220847, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3699, timestamp=1517885220847, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3700, timestamp=1517885220847, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3701, timestamp=1517885220847, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3702, timestamp=1517885220847, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3703, timestamp=1517885220847, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3704, timestamp=1517885220847, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3705, timestamp=1517885220847, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3706, timestamp=1517885220848, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3707, timestamp=1517885220848, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3708, timestamp=1517885220848, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3709, timestamp=1517885220848, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3710, timestamp=1517885220848, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3711, timestamp=1517885220848, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3712, timestamp=1517885220848, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3713, timestamp=1517885220848, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3714, timestamp=1517885220848, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3715, timestamp=1517885220848, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3716, timestamp=1517885220848, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3717, timestamp=1517885220850, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3718, timestamp=1517885220850, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3719, timestamp=1517885220850, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3720, timestamp=1517885220850, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3721, timestamp=1517885220850, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3722, timestamp=1517885220850, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3723, timestamp=1517885220850, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3724, timestamp=1517885220851, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3725, timestamp=1517885220851, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3726, timestamp=1517885220851, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3727, timestamp=1517885220851, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3728, timestamp=1517885220851, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3729, timestamp=1517885220851, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3730, timestamp=1517885220851, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3731, timestamp=1517885220851, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3732, timestamp=1517885220851, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3733, timestamp=1517885220851, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3734, timestamp=1517885220851, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3735, timestamp=1517885220852, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3736, timestamp=1517885220852, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3737, timestamp=1517885220852, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3738, timestamp=1517885220852, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3739, timestamp=1517885220852, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3740, timestamp=1517885220852, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3741, timestamp=1517885220852, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3742, timestamp=1517885220852, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3743, timestamp=1517885220852, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3744, timestamp=1517885220852, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3745, timestamp=1517885220853, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3746, timestamp=1517885220853, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3747, timestamp=1517885220853, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3748, timestamp=1517885220853, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3749, timestamp=1517885220853, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3750, timestamp=1517885220853, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3751, timestamp=1517885220853, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3752, timestamp=1517885220853, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3753, timestamp=1517885220854, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3754, timestamp=1517885220854, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3755, timestamp=1517885220854, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3756, timestamp=1517885220854, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3757, timestamp=1517885220854, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3758, timestamp=1517885220854, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3759, timestamp=1517885220854, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3760, timestamp=1517885220854, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3761, timestamp=1517885220854, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3762, timestamp=1517885220854, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3763, timestamp=1517885220854, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3764, timestamp=1517885220855, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3765, timestamp=1517885220855, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3766, timestamp=1517885220855, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3767, timestamp=1517885220855, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3768, timestamp=1517885220855, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3769, timestamp=1517885220855, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3770, timestamp=1517885220855, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3771, timestamp=1517885220855, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3772, timestamp=1517885220855, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3773, timestamp=1517885220855, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3774, timestamp=1517885220855, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3775, timestamp=1517885220856, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3776, timestamp=1517885220856, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3777, timestamp=1517885220856, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3778, timestamp=1517885220856, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3779, timestamp=1517885220856, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3780, timestamp=1517885220856, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3781, timestamp=1517885220856, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3782, timestamp=1517885220856, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3783, timestamp=1517885220856, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3784, timestamp=1517885220856, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3785, timestamp=1517885220856, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3786, timestamp=1517885220856, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3787, timestamp=1517885220856, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3788, timestamp=1517885220857, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3789, timestamp=1517885220857, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3790, timestamp=1517885220857, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3791, timestamp=1517885220857, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3792, timestamp=1517885220857, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3793, timestamp=1517885220857, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3794, timestamp=1517885220857, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3795, timestamp=1517885220857, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3796, timestamp=1517885220858, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3797, timestamp=1517885220858, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3798, timestamp=1517885220858, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3799, timestamp=1517885220858, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3800, timestamp=1517885220858, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3801, timestamp=1517885220858, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3802, timestamp=1517885220859, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3803, timestamp=1517885220859, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3804, timestamp=1517885220859, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3805, timestamp=1517885220859, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3806, timestamp=1517885220859, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3807, timestamp=1517885220859, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3808, timestamp=1517885220859, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3809, timestamp=1517885220859, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3810, timestamp=1517885220860, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3811, timestamp=1517885220860, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3812, timestamp=1517885220860, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3813, timestamp=1517885220860, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3814, timestamp=1517885220860, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3815, timestamp=1517885220861, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3816, timestamp=1517885220861, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3817, timestamp=1517885220861, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3818, timestamp=1517885220861, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3819, timestamp=1517885220861, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3820, timestamp=1517885220861, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3821, timestamp=1517885220861, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3822, timestamp=1517885220861, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3823, timestamp=1517885220861, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3824, timestamp=1517885220862, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3825, timestamp=1517885220862, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3826, timestamp=1517885220862, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3827, timestamp=1517885220862, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3828, timestamp=1517885220862, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3829, timestamp=1517885220862, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3830, timestamp=1517885220862, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3831, timestamp=1517885220863, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3832, timestamp=1517885220863, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3833, timestamp=1517885220863, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3834, timestamp=1517885220863, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3835, timestamp=1517885220863, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3836, timestamp=1517885220864, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3837, timestamp=1517885220864, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3838, timestamp=1517885220864, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3839, timestamp=1517885220864, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3840, timestamp=1517885220864, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3841, timestamp=1517885220864, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3842, timestamp=1517885220864, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3843, timestamp=1517885220864, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3844, timestamp=1517885220864, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3845, timestamp=1517885220864, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3846, timestamp=1517885220865, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3847, timestamp=1517885220865, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3848, timestamp=1517885220865, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3849, timestamp=1517885220865, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3850, timestamp=1517885220865, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3851, timestamp=1517885220865, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3852, timestamp=1517885220865, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3853, timestamp=1517885220865, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3854, timestamp=1517885220866, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3855, timestamp=1517885220866, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3856, timestamp=1517885220866, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3857, timestamp=1517885220867, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3858, timestamp=1517885220867, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3859, timestamp=1517885220867, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3860, timestamp=1517885220867, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3861, timestamp=1517885220867, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3862, timestamp=1517885220867, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3863, timestamp=1517885220867, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3864, timestamp=1517885220867, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3865, timestamp=1517885220868, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3866, timestamp=1517885220868, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3867, timestamp=1517885220869, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3868, timestamp=1517885220869, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3869, timestamp=1517885220869, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3870, timestamp=1517885220869, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3871, timestamp=1517885220869, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3872, timestamp=1517885220869, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3873, timestamp=1517885220870, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3874, timestamp=1517885220870, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3875, timestamp=1517885220871, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3876, timestamp=1517885220871, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3877, timestamp=1517885220871, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3878, timestamp=1517885220872, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3879, timestamp=1517885220872, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3880, timestamp=1517885220872, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3881, timestamp=1517885220872, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3882, timestamp=1517885220872, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3883, timestamp=1517885220873, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3884, timestamp=1517885220873, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3885, timestamp=1517885220873, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3886, timestamp=1517885220873, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3887, timestamp=1517885220873, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3888, timestamp=1517885220874, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3889, timestamp=1517885220874, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3890, timestamp=1517885220875, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3891, timestamp=1517885220875, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3892, timestamp=1517885220875, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3893, timestamp=1517885220875, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3894, timestamp=1517885220875, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3895, timestamp=1517885220875, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3896, timestamp=1517885220875, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3897, timestamp=1517885220875, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3898, timestamp=1517885220875, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3899, timestamp=1517885220875, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3900, timestamp=1517885220875, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3901, timestamp=1517885220875, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3902, timestamp=1517885220875, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3903, timestamp=1517885220875, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3904, timestamp=1517885220876, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3905, timestamp=1517885220876, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3906, timestamp=1517885220876, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3907, timestamp=1517885220876, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3908, timestamp=1517885220876, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3909, timestamp=1517885220876, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3910, timestamp=1517885220876, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3911, timestamp=1517885220876, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3912, timestamp=1517885220876, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3913, timestamp=1517885220876, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3914, timestamp=1517885220877, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3915, timestamp=1517885220877, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3916, timestamp=1517885220877, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3917, timestamp=1517885220877, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3918, timestamp=1517885220877, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3919, timestamp=1517885220877, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3920, timestamp=1517885220877, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3921, timestamp=1517885220877, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3922, timestamp=1517885220878, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3923, timestamp=1517885220878, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3924, timestamp=1517885220878, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3925, timestamp=1517885220878, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3926, timestamp=1517885220878, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3927, timestamp=1517885220878, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3928, timestamp=1517885220878, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3929, timestamp=1517885220879, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3930, timestamp=1517885220879, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3931, timestamp=1517885220879, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3932, timestamp=1517885220879, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3933, timestamp=1517885220879, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3934, timestamp=1517885220879, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3935, timestamp=1517885220879, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3936, timestamp=1517885220879, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3937, timestamp=1517885220880, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3938, timestamp=1517885220880, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3939, timestamp=1517885220880, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3940, timestamp=1517885220880, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3941, timestamp=1517885220880, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3942, timestamp=1517885220880, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3943, timestamp=1517885220880, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3944, timestamp=1517885220880, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3945, timestamp=1517885220881, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3946, timestamp=1517885220881, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3947, timestamp=1517885220881, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3948, timestamp=1517885220881, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3949, timestamp=1517885220881, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3950, timestamp=1517885220881, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3951, timestamp=1517885220881, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3952, timestamp=1517885220881, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3953, timestamp=1517885220881, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3954, timestamp=1517885220881, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3955, timestamp=1517885220882, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3956, timestamp=1517885220882, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3957, timestamp=1517885220882, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3958, timestamp=1517885220882, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3959, timestamp=1517885220882, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3960, timestamp=1517885220882, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3961, timestamp=1517885220882, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3962, timestamp=1517885220882, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3963, timestamp=1517885220883, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3964, timestamp=1517885220883, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3965, timestamp=1517885220883, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3966, timestamp=1517885220883, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3967, timestamp=1517885220883, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3968, timestamp=1517885220883, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3969, timestamp=1517885220883, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3970, timestamp=1517885220883, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3971, timestamp=1517885220883, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3972, timestamp=1517885220883, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3973, timestamp=1517885220883, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3974, timestamp=1517885220883, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3975, timestamp=1517885220884, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3976, timestamp=1517885220884, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3977, timestamp=1517885220884, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3978, timestamp=1517885220884, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3979, timestamp=1517885220884, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3980, timestamp=1517885220884, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3981, timestamp=1517885220884, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3982, timestamp=1517885220884, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3983, timestamp=1517885220884, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3984, timestamp=1517885220884, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3985, timestamp=1517885220884, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3986, timestamp=1517885220884, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3987, timestamp=1517885220884, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3988, timestamp=1517885220884, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3989, timestamp=1517885220885, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3990, timestamp=1517885220885, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3991, timestamp=1517885220885, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3992, timestamp=1517885220885, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3993, timestamp=1517885220885, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3994, timestamp=1517885220885, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3995, timestamp=1517885220885, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3996, timestamp=1517885220886, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3997, timestamp=1517885220886, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3998, timestamp=1517885220886, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3999, timestamp=1517885220886, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4000, timestamp=1517885220886, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4001, timestamp=1517885220886, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4002, timestamp=1517885220886, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4003, timestamp=1517885220886, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4004, timestamp=1517885220886, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4005, timestamp=1517885220886, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4006, timestamp=1517885220886, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4007, timestamp=1517885220887, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4008, timestamp=1517885220887, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4009, timestamp=1517885220887, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4010, timestamp=1517885220887, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4011, timestamp=1517885220887, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4012, timestamp=1517885220887, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4013, timestamp=1517885220887, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4014, timestamp=1517885220888, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4015, timestamp=1517885220888, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4016, timestamp=1517885220888, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4017, timestamp=1517885220888, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4018, timestamp=1517885220888, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4019, timestamp=1517885220888, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4020, timestamp=1517885220888, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4021, timestamp=1517885220888, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4022, timestamp=1517885220888, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4023, timestamp=1517885220889, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4024, timestamp=1517885220889, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4025, timestamp=1517885220889, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4026, timestamp=1517885220889, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4027, timestamp=1517885220889, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4028, timestamp=1517885220889, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4029, timestamp=1517885220889, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4030, timestamp=1517885220889, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4031, timestamp=1517885220889, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4032, timestamp=1517885220889, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4033, timestamp=1517885220889, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4034, timestamp=1517885220889, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4035, timestamp=1517885220889, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4036, timestamp=1517885220889, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4037, timestamp=1517885220890, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4038, timestamp=1517885220890, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4039, timestamp=1517885220890, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4040, timestamp=1517885220890, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4041, timestamp=1517885220890, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4042, timestamp=1517885220890, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4043, timestamp=1517885220890, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4044, timestamp=1517885220890, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4045, timestamp=1517885220890, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4046, timestamp=1517885220890, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4047, timestamp=1517885220890, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4048, timestamp=1517885220891, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4049, timestamp=1517885220891, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4050, timestamp=1517885220891, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4051, timestamp=1517885220891, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4052, timestamp=1517885220891, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4053, timestamp=1517885220891, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4054, timestamp=1517885220891, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4055, timestamp=1517885220891, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4056, timestamp=1517885220891, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4057, timestamp=1517885220891, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4058, timestamp=1517885220891, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4059, timestamp=1517885220892, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4060, timestamp=1517885220892, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4061, timestamp=1517885220892, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4062, timestamp=1517885220892, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4063, timestamp=1517885220892, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4064, timestamp=1517885220892, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4065, timestamp=1517885220892, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4066, timestamp=1517885220892, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4067, timestamp=1517885220892, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4068, timestamp=1517885220892, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4069, timestamp=1517885220893, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4070, timestamp=1517885220893, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4071, timestamp=1517885220893, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4072, timestamp=1517885220893, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4073, timestamp=1517885220893, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4074, timestamp=1517885220893, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4075, timestamp=1517885220894, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4076, timestamp=1517885220894, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4077, timestamp=1517885220894, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4078, timestamp=1517885220894, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4079, timestamp=1517885220894, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4080, timestamp=1517885220894, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4081, timestamp=1517885220894, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4082, timestamp=1517885220894, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4083, timestamp=1517885220894, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4084, timestamp=1517885220894, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4085, timestamp=1517885220895, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4086, timestamp=1517885220895, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4087, timestamp=1517885220895, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4088, timestamp=1517885220895, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4089, timestamp=1517885220895, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4090, timestamp=1517885220895, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4091, timestamp=1517885220895, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4092, timestamp=1517885220895, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4093, timestamp=1517885220896, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4094, timestamp=1517885220896, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4095, timestamp=1517885220896, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4096, timestamp=1517885220896, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4097, timestamp=1517885220896, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4098, timestamp=1517885220896, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4099, timestamp=1517885220896, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4100, timestamp=1517885220896, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4101, timestamp=1517885220896, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4102, timestamp=1517885220896, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4103, timestamp=1517885220897, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4104, timestamp=1517885220897, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4105, timestamp=1517885220897, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4106, timestamp=1517885220897, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4107, timestamp=1517885220897, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4108, timestamp=1517885220897, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4109, timestamp=1517885220897, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4110, timestamp=1517885220897, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4111, timestamp=1517885220897, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4112, timestamp=1517885220897, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4113, timestamp=1517885220897, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4114, timestamp=1517885220897, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4115, timestamp=1517885220898, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4116, timestamp=1517885220898, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4117, timestamp=1517885220898, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4118, timestamp=1517885220898, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4119, timestamp=1517885220899, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4120, timestamp=1517885220899, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4121, timestamp=1517885220899, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4122, timestamp=1517885220899, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4123, timestamp=1517885220899, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4124, timestamp=1517885220899, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4125, timestamp=1517885220899, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4126, timestamp=1517885220899, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4127, timestamp=1517885220900, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4128, timestamp=1517885220900, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4129, timestamp=1517885220900, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4130, timestamp=1517885220900, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4131, timestamp=1517885220900, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4132, timestamp=1517885220900, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4133, timestamp=1517885220900, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4134, timestamp=1517885220900, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4135, timestamp=1517885220901, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4136, timestamp=1517885220901, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4137, timestamp=1517885220901, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4138, timestamp=1517885220901, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4139, timestamp=1517885220901, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4140, timestamp=1517885220901, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4141, timestamp=1517885220901, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4142, timestamp=1517885220901, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4143, timestamp=1517885220902, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4144, timestamp=1517885220902, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4145, timestamp=1517885220902, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4146, timestamp=1517885220902, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4147, timestamp=1517885220902, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4148, timestamp=1517885220902, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4149, timestamp=1517885220902, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4150, timestamp=1517885220902, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4151, timestamp=1517885220902, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4152, timestamp=1517885220902, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4153, timestamp=1517885220902, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4154, timestamp=1517885220903, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4155, timestamp=1517885220903, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4156, timestamp=1517885220903, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4157, timestamp=1517885220903, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4158, timestamp=1517885220903, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4159, timestamp=1517885220903, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4160, timestamp=1517885220903, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4161, timestamp=1517885220903, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4162, timestamp=1517885220903, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4163, timestamp=1517885220903, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4164, timestamp=1517885220903, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4165, timestamp=1517885220903, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4166, timestamp=1517885220903, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4167, timestamp=1517885220903, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4168, timestamp=1517885220904, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4169, timestamp=1517885220904, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4170, timestamp=1517885220904, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4171, timestamp=1517885220904, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4172, timestamp=1517885220904, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4173, timestamp=1517885220904, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4174, timestamp=1517885220904, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4175, timestamp=1517885220905, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4176, timestamp=1517885220905, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4177, timestamp=1517885220905, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4178, timestamp=1517885220905, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4179, timestamp=1517885220905, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4180, timestamp=1517885220905, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4181, timestamp=1517885220905, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4182, timestamp=1517885220905, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4183, timestamp=1517885220905, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4184, timestamp=1517885220905, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4185, timestamp=1517885220905, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4186, timestamp=1517885220905, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4187, timestamp=1517885220906, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4188, timestamp=1517885220906, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4189, timestamp=1517885220906, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4190, timestamp=1517885220906, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4191, timestamp=1517885220906, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4192, timestamp=1517885220906, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4193, timestamp=1517885220906, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4194, timestamp=1517885220906, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4195, timestamp=1517885220906, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4196, timestamp=1517885220907, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4197, timestamp=1517885220907, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4198, timestamp=1517885220907, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4199, timestamp=1517885220907, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4200, timestamp=1517885220907, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4201, timestamp=1517885220907, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4202, timestamp=1517885220907, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4203, timestamp=1517885220907, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4204, timestamp=1517885220907, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4205, timestamp=1517885220907, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4206, timestamp=1517885220907, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4207, timestamp=1517885220907, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4208, timestamp=1517885220907, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4209, timestamp=1517885220907, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4210, timestamp=1517885220908, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4211, timestamp=1517885220908, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4212, timestamp=1517885220908, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4213, timestamp=1517885220908, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4214, timestamp=1517885220908, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4215, timestamp=1517885220908, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4216, timestamp=1517885220908, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4217, timestamp=1517885220908, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4218, timestamp=1517885220908, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4219, timestamp=1517885220908, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4220, timestamp=1517885220909, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4221, timestamp=1517885220909, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4222, timestamp=1517885220909, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4223, timestamp=1517885220909, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4224, timestamp=1517885220909, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4225, timestamp=1517885220909, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4226, timestamp=1517885220909, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4227, timestamp=1517885220909, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4228, timestamp=1517885220909, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4229, timestamp=1517885220909, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4230, timestamp=1517885220909, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4231, timestamp=1517885220909, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4232, timestamp=1517885220909, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4233, timestamp=1517885220909, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4234, timestamp=1517885220910, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4235, timestamp=1517885220910, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4236, timestamp=1517885220910, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4237, timestamp=1517885220910, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4238, timestamp=1517885220910, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4239, timestamp=1517885220910, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4240, timestamp=1517885220910, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4241, timestamp=1517885220910, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4242, timestamp=1517885220910, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4243, timestamp=1517885220911, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4244, timestamp=1517885220911, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4245, timestamp=1517885220911, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4246, timestamp=1517885220911, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4247, timestamp=1517885220911, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4248, timestamp=1517885220911, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4249, timestamp=1517885220912, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4250, timestamp=1517885220912, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4251, timestamp=1517885220912, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4252, timestamp=1517885220912, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4253, timestamp=1517885220912, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4254, timestamp=1517885220912, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4255, timestamp=1517885220912, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4256, timestamp=1517885220912, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4257, timestamp=1517885220912, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4258, timestamp=1517885220912, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4259, timestamp=1517885220912, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4260, timestamp=1517885220913, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4261, timestamp=1517885220913, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4262, timestamp=1517885220914, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4263, timestamp=1517885220914, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4264, timestamp=1517885220915, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4265, timestamp=1517885220915, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4266, timestamp=1517885220915, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4267, timestamp=1517885220915, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4268, timestamp=1517885220915, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4269, timestamp=1517885220915, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4270, timestamp=1517885220915, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4271, timestamp=1517885220915, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4272, timestamp=1517885220916, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4273, timestamp=1517885220916, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4274, timestamp=1517885220916, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4275, timestamp=1517885220916, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4276, timestamp=1517885220916, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4277, timestamp=1517885220916, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4278, timestamp=1517885220916, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4279, timestamp=1517885220916, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4280, timestamp=1517885220916, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4281, timestamp=1517885220916, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4282, timestamp=1517885220916, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4283, timestamp=1517885220916, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4284, timestamp=1517885220917, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4285, timestamp=1517885220917, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4286, timestamp=1517885220917, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4287, timestamp=1517885220917, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4288, timestamp=1517885220917, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4289, timestamp=1517885220917, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4290, timestamp=1517885220917, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4291, timestamp=1517885220917, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4292, timestamp=1517885220918, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4293, timestamp=1517885220918, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4294, timestamp=1517885220918, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4295, timestamp=1517885220918, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4296, timestamp=1517885220918, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4297, timestamp=1517885220918, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4298, timestamp=1517885220919, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4299, timestamp=1517885220919, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4300, timestamp=1517885220919, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4301, timestamp=1517885220919, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4302, timestamp=1517885220919, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4303, timestamp=1517885220920, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4304, timestamp=1517885220920, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4305, timestamp=1517885220920, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4306, timestamp=1517885220920, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4307, timestamp=1517885220920, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4308, timestamp=1517885220920, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4309, timestamp=1517885220921, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4310, timestamp=1517885220921, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4311, timestamp=1517885220921, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4312, timestamp=1517885220921, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4313, timestamp=1517885220921, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4314, timestamp=1517885220921, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4315, timestamp=1517885220921, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4316, timestamp=1517885220921, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4317, timestamp=1517885220921, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4318, timestamp=1517885220921, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4319, timestamp=1517885220921, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4320, timestamp=1517885220921, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4321, timestamp=1517885220921, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4322, timestamp=1517885220921, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4323, timestamp=1517885220922, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4324, timestamp=1517885220922, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4325, timestamp=1517885220922, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4326, timestamp=1517885220922, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4327, timestamp=1517885220922, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4328, timestamp=1517885220923, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4329, timestamp=1517885220923, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4330, timestamp=1517885220923, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4331, timestamp=1517885220923, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4332, timestamp=1517885220924, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4333, timestamp=1517885220924, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4334, timestamp=1517885220924, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4335, timestamp=1517885220924, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4336, timestamp=1517885220924, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4337, timestamp=1517885220924, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4338, timestamp=1517885220924, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4339, timestamp=1517885220925, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4340, timestamp=1517885220925, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4341, timestamp=1517885220925, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4342, timestamp=1517885220926, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4343, timestamp=1517885220926, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4344, timestamp=1517885220926, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4345, timestamp=1517885220927, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4346, timestamp=1517885220927, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4347, timestamp=1517885220927, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4348, timestamp=1517885220927, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4349, timestamp=1517885220928, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4350, timestamp=1517885220928, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4351, timestamp=1517885220928, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4352, timestamp=1517885220928, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4353, timestamp=1517885220928, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4354, timestamp=1517885220928, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4355, timestamp=1517885220928, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4356, timestamp=1517885220929, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4357, timestamp=1517885220929, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4358, timestamp=1517885220929, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4359, timestamp=1517885220929, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4360, timestamp=1517885220929, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4361, timestamp=1517885220929, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4362, timestamp=1517885220929, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4363, timestamp=1517885220929, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4364, timestamp=1517885220929, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4365, timestamp=1517885220929, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4366, timestamp=1517885220929, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4367, timestamp=1517885220929, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4368, timestamp=1517885220930, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4369, timestamp=1517885220930, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4370, timestamp=1517885220930, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4371, timestamp=1517885220930, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4372, timestamp=1517885220930, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4373, timestamp=1517885220930, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4374, timestamp=1517885220931, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4375, timestamp=1517885220931, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4376, timestamp=1517885220931, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4377, timestamp=1517885220931, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4378, timestamp=1517885220931, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4379, timestamp=1517885220931, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4380, timestamp=1517885220931, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4381, timestamp=1517885220931, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4382, timestamp=1517885220931, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4383, timestamp=1517885220931, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4384, timestamp=1517885220931, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4385, timestamp=1517885220931, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4386, timestamp=1517885220932, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4387, timestamp=1517885220932, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4388, timestamp=1517885220932, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4389, timestamp=1517885220932, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4390, timestamp=1517885220932, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4391, timestamp=1517885220932, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4392, timestamp=1517885220932, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4393, timestamp=1517885220932, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4394, timestamp=1517885220932, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4395, timestamp=1517885220932, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4396, timestamp=1517885220932, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4397, timestamp=1517885220932, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4398, timestamp=1517885220932, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4399, timestamp=1517885220933, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4400, timestamp=1517885220933, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4401, timestamp=1517885220933, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4402, timestamp=1517885220933, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4403, timestamp=1517885220933, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4404, timestamp=1517885220933, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4405, timestamp=1517885220933, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4406, timestamp=1517885220933, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4407, timestamp=1517885220933, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4408, timestamp=1517885220934, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4409, timestamp=1517885220934, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4410, timestamp=1517885220934, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4411, timestamp=1517885220934, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4412, timestamp=1517885220934, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4413, timestamp=1517885220934, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4414, timestamp=1517885220934, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4415, timestamp=1517885220934, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4416, timestamp=1517885220934, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4417, timestamp=1517885220934, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4418, timestamp=1517885220935, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4419, timestamp=1517885220935, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4420, timestamp=1517885220935, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4421, timestamp=1517885220935, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4422, timestamp=1517885220935, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4423, timestamp=1517885220935, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4424, timestamp=1517885220936, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4425, timestamp=1517885220936, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4426, timestamp=1517885220936, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4427, timestamp=1517885220936, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4428, timestamp=1517885220937, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4429, timestamp=1517885220937, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4430, timestamp=1517885220937, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4431, timestamp=1517885220937, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4432, timestamp=1517885220937, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4433, timestamp=1517885220937, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4434, timestamp=1517885220937, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4435, timestamp=1517885220937, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4436, timestamp=1517885220937, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4437, timestamp=1517885220937, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4438, timestamp=1517885220937, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4439, timestamp=1517885220937, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4440, timestamp=1517885220937, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4441, timestamp=1517885220937, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4442, timestamp=1517885220938, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4443, timestamp=1517885220938, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4444, timestamp=1517885220938, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4445, timestamp=1517885220938, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4446, timestamp=1517885220938, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4447, timestamp=1517885220938, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4448, timestamp=1517885220938, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4449, timestamp=1517885220938, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4450, timestamp=1517885220938, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4451, timestamp=1517885220938, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4452, timestamp=1517885220938, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4453, timestamp=1517885220938, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4454, timestamp=1517885220939, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4455, timestamp=1517885220939, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4456, timestamp=1517885220939, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4457, timestamp=1517885220939, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4458, timestamp=1517885220939, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4459, timestamp=1517885220939, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4460, timestamp=1517885220939, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4461, timestamp=1517885220939, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4462, timestamp=1517885220939, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4463, timestamp=1517885220939, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4464, timestamp=1517885220940, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4465, timestamp=1517885220940, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4466, timestamp=1517885220940, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4467, timestamp=1517885220940, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4468, timestamp=1517885220940, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4469, timestamp=1517885220940, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4470, timestamp=1517885220940, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4471, timestamp=1517885220940, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4472, timestamp=1517885220941, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4473, timestamp=1517885220941, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4474, timestamp=1517885220941, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4475, timestamp=1517885220941, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4476, timestamp=1517885220941, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4477, timestamp=1517885220941, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4478, timestamp=1517885220941, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4479, timestamp=1517885220941, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4480, timestamp=1517885220941, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4481, timestamp=1517885220942, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4482, timestamp=1517885220942, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4483, timestamp=1517885220942, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4484, timestamp=1517885220942, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4485, timestamp=1517885220942, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4486, timestamp=1517885220942, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4487, timestamp=1517885220942, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4488, timestamp=1517885220942, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4489, timestamp=1517885220942, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4490, timestamp=1517885220942, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4491, timestamp=1517885220942, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4492, timestamp=1517885220942, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4493, timestamp=1517885220942, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4494, timestamp=1517885220942, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4495, timestamp=1517885220942, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4496, timestamp=1517885220942, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4497, timestamp=1517885220942, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4498, timestamp=1517885220943, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4499, timestamp=1517885220943, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4500, timestamp=1517885220943, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4501, timestamp=1517885220943, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4502, timestamp=1517885220943, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4503, timestamp=1517885220943, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4504, timestamp=1517885220943, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4505, timestamp=1517885220943, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4506, timestamp=1517885220943, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4507, timestamp=1517885220943, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4508, timestamp=1517885220944, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4509, timestamp=1517885220944, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4510, timestamp=1517885220944, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4511, timestamp=1517885220944, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4512, timestamp=1517885220944, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4513, timestamp=1517885220944, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4514, timestamp=1517885220944, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4515, timestamp=1517885220944, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4516, timestamp=1517885220944, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4517, timestamp=1517885220944, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4518, timestamp=1517885220944, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4519, timestamp=1517885220944, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4520, timestamp=1517885220944, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4521, timestamp=1517885220944, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4522, timestamp=1517885220945, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4523, timestamp=1517885220945, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4524, timestamp=1517885220945, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4525, timestamp=1517885220945, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4526, timestamp=1517885220945, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4527, timestamp=1517885220945, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4528, timestamp=1517885220945, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4529, timestamp=1517885220945, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4530, timestamp=1517885220945, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4531, timestamp=1517885220945, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4532, timestamp=1517885220945, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4533, timestamp=1517885220946, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4534, timestamp=1517885220946, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4535, timestamp=1517885220946, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4536, timestamp=1517885220946, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4537, timestamp=1517885220946, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4538, timestamp=1517885220946, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4539, timestamp=1517885220946, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4540, timestamp=1517885220946, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4541, timestamp=1517885220946, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4542, timestamp=1517885220947, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4543, timestamp=1517885220947, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4544, timestamp=1517885220947, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4545, timestamp=1517885220947, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4546, timestamp=1517885220947, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4547, timestamp=1517885220947, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4548, timestamp=1517885220947, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4549, timestamp=1517885220947, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4550, timestamp=1517885220947, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4551, timestamp=1517885220947, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4552, timestamp=1517885220948, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4553, timestamp=1517885220948, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4554, timestamp=1517885220948, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4555, timestamp=1517885220948, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4556, timestamp=1517885220948, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4557, timestamp=1517885220948, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4558, timestamp=1517885220948, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4559, timestamp=1517885220948, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4560, timestamp=1517885220948, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4561, timestamp=1517885220948, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4562, timestamp=1517885220948, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4563, timestamp=1517885220948, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4564, timestamp=1517885220948, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4565, timestamp=1517885220948, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4566, timestamp=1517885220948, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4567, timestamp=1517885220949, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4568, timestamp=1517885220949, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4569, timestamp=1517885220949, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4570, timestamp=1517885220949, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4571, timestamp=1517885220949, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4572, timestamp=1517885220949, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4573, timestamp=1517885220949, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4574, timestamp=1517885220949, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4575, timestamp=1517885220950, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4576, timestamp=1517885220950, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4577, timestamp=1517885220950, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4578, timestamp=1517885220950, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4579, timestamp=1517885220950, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4580, timestamp=1517885220950, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4581, timestamp=1517885220950, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4582, timestamp=1517885220950, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4583, timestamp=1517885220950, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4584, timestamp=1517885220950, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4585, timestamp=1517885220950, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4586, timestamp=1517885220950, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4587, timestamp=1517885220950, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4588, timestamp=1517885220950, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4589, timestamp=1517885220951, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4590, timestamp=1517885220951, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4591, timestamp=1517885220951, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4592, timestamp=1517885220951, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4593, timestamp=1517885220951, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4594, timestamp=1517885220951, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4595, timestamp=1517885220951, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4596, timestamp=1517885220951, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4597, timestamp=1517885220951, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4598, timestamp=1517885220951, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4599, timestamp=1517885220952, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4600, timestamp=1517885220952, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4601, timestamp=1517885220952, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4602, timestamp=1517885220952, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4603, timestamp=1517885220952, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4604, timestamp=1517885220952, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4605, timestamp=1517885220952, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4606, timestamp=1517885220952, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4607, timestamp=1517885220952, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4608, timestamp=1517885220952, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4609, timestamp=1517885220952, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4610, timestamp=1517885220952, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4611, timestamp=1517885220953, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4612, timestamp=1517885220953, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4613, timestamp=1517885220953, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4614, timestamp=1517885220953, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4615, timestamp=1517885220953, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4616, timestamp=1517885220953, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4617, timestamp=1517885220953, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4618, timestamp=1517885220953, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4619, timestamp=1517885220953, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4620, timestamp=1517885220953, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4621, timestamp=1517885220954, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4622, timestamp=1517885220954, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4623, timestamp=1517885220954, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4624, timestamp=1517885220954, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4625, timestamp=1517885220954, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4626, timestamp=1517885220954, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4627, timestamp=1517885220954, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4628, timestamp=1517885220954, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4629, timestamp=1517885220954, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4630, timestamp=1517885220954, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4631, timestamp=1517885220954, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4632, timestamp=1517885220954, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4633, timestamp=1517885220955, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4634, timestamp=1517885220955, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4635, timestamp=1517885220955, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4636, timestamp=1517885220955, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4637, timestamp=1517885220955, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4638, timestamp=1517885220955, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4639, timestamp=1517885220955, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4640, timestamp=1517885220955, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4641, timestamp=1517885220956, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4642, timestamp=1517885220956, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4643, timestamp=1517885220956, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4644, timestamp=1517885220956, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4645, timestamp=1517885220956, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4646, timestamp=1517885220956, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4647, timestamp=1517885220956, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4648, timestamp=1517885220956, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4649, timestamp=1517885220957, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4650, timestamp=1517885220957, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4651, timestamp=1517885220957, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4652, timestamp=1517885220957, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4653, timestamp=1517885220957, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4654, timestamp=1517885220957, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4655, timestamp=1517885220958, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4656, timestamp=1517885220958, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4657, timestamp=1517885220958, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4658, timestamp=1517885220958, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4659, timestamp=1517885220958, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4660, timestamp=1517885220958, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4661, timestamp=1517885220958, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4662, timestamp=1517885220958, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4663, timestamp=1517885220958, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4664, timestamp=1517885220959, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4665, timestamp=1517885220959, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4666, timestamp=1517885220959, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4667, timestamp=1517885220959, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4668, timestamp=1517885220959, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4669, timestamp=1517885220959, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4670, timestamp=1517885220959, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4671, timestamp=1517885220960, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4672, timestamp=1517885220960, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4673, timestamp=1517885220960, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4674, timestamp=1517885220960, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4675, timestamp=1517885220960, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4676, timestamp=1517885220960, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4677, timestamp=1517885220960, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4678, timestamp=1517885220960, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4679, timestamp=1517885220960, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4680, timestamp=1517885220960, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4681, timestamp=1517885220960, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4682, timestamp=1517885220960, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4683, timestamp=1517885220960, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4684, timestamp=1517885220961, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4685, timestamp=1517885220961, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4686, timestamp=1517885220961, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4687, timestamp=1517885220961, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4688, timestamp=1517885220961, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4689, timestamp=1517885220962, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4690, timestamp=1517885220962, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4691, timestamp=1517885220962, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4692, timestamp=1517885220962, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4693, timestamp=1517885220962, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4694, timestamp=1517885220962, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4695, timestamp=1517885220962, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4696, timestamp=1517885220962, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4697, timestamp=1517885220962, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4698, timestamp=1517885220963, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4699, timestamp=1517885220963, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4700, timestamp=1517885220963, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4701, timestamp=1517885220963, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4702, timestamp=1517885220963, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4703, timestamp=1517885220963, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4704, timestamp=1517885220963, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4705, timestamp=1517885220963, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4706, timestamp=1517885220963, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4707, timestamp=1517885220963, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4708, timestamp=1517885220963, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4709, timestamp=1517885220963, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4710, timestamp=1517885220964, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4711, timestamp=1517885220964, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4712, timestamp=1517885220964, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4713, timestamp=1517885220964, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4714, timestamp=1517885220964, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4715, timestamp=1517885220964, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4716, timestamp=1517885220964, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4717, timestamp=1517885220964, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4718, timestamp=1517885220964, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4719, timestamp=1517885220964, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4720, timestamp=1517885220965, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4721, timestamp=1517885220965, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4722, timestamp=1517885220965, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4723, timestamp=1517885220965, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4724, timestamp=1517885220965, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4725, timestamp=1517885220965, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4726, timestamp=1517885220965, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4727, timestamp=1517885220966, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4728, timestamp=1517885220966, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4729, timestamp=1517885220966, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4730, timestamp=1517885220966, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4731, timestamp=1517885220966, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4732, timestamp=1517885220966, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4733, timestamp=1517885220966, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4734, timestamp=1517885220966, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4735, timestamp=1517885220966, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4736, timestamp=1517885220966, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4737, timestamp=1517885220967, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4738, timestamp=1517885220967, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4739, timestamp=1517885220967, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4740, timestamp=1517885220967, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4741, timestamp=1517885220967, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4742, timestamp=1517885220967, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4743, timestamp=1517885220967, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4744, timestamp=1517885220967, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4745, timestamp=1517885220967, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4746, timestamp=1517885220967, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4747, timestamp=1517885220967, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4748, timestamp=1517885220967, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4749, timestamp=1517885220968, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4750, timestamp=1517885220968, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4751, timestamp=1517885220968, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4752, timestamp=1517885220968, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4753, timestamp=1517885220968, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4754, timestamp=1517885220968, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4755, timestamp=1517885220968, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4756, timestamp=1517885220968, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4757, timestamp=1517885220968, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4758, timestamp=1517885220969, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4759, timestamp=1517885220969, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4760, timestamp=1517885220969, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4761, timestamp=1517885220969, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4762, timestamp=1517885220969, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4763, timestamp=1517885220970, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4764, timestamp=1517885220970, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4765, timestamp=1517885220970, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4766, timestamp=1517885220970, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4767, timestamp=1517885220970, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4768, timestamp=1517885220970, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4769, timestamp=1517885220970, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4770, timestamp=1517885220971, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4771, timestamp=1517885220971, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4772, timestamp=1517885220971, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4773, timestamp=1517885220971, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4774, timestamp=1517885220971, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4775, timestamp=1517885220971, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4776, timestamp=1517885220971, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4777, timestamp=1517885220972, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4778, timestamp=1517885220972, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4779, timestamp=1517885220972, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4780, timestamp=1517885220972, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4781, timestamp=1517885220973, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4782, timestamp=1517885220973, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4783, timestamp=1517885220973, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4784, timestamp=1517885220973, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4785, timestamp=1517885220973, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4786, timestamp=1517885220973, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4787, timestamp=1517885220973, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4788, timestamp=1517885220974, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4789, timestamp=1517885220974, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4790, timestamp=1517885220974, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4791, timestamp=1517885220974, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4792, timestamp=1517885220975, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4793, timestamp=1517885220975, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4794, timestamp=1517885220975, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4795, timestamp=1517885220975, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4796, timestamp=1517885220975, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4797, timestamp=1517885220975, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4798, timestamp=1517885220975, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4799, timestamp=1517885220975, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4800, timestamp=1517885220975, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4801, timestamp=1517885220975, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4802, timestamp=1517885220975, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4803, timestamp=1517885220975, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4804, timestamp=1517885220975, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4805, timestamp=1517885220976, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4806, timestamp=1517885220976, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4807, timestamp=1517885220976, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4808, timestamp=1517885220976, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4809, timestamp=1517885220976, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4810, timestamp=1517885220976, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4811, timestamp=1517885220976, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4812, timestamp=1517885220976, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4813, timestamp=1517885220976, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4814, timestamp=1517885220976, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4815, timestamp=1517885220976, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4816, timestamp=1517885220976, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4817, timestamp=1517885220976, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4818, timestamp=1517885220976, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4819, timestamp=1517885220977, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4820, timestamp=1517885220977, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4821, timestamp=1517885220977, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4822, timestamp=1517885220977, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4823, timestamp=1517885220977, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4824, timestamp=1517885220977, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4825, timestamp=1517885220977, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4826, timestamp=1517885220977, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4827, timestamp=1517885220977, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4828, timestamp=1517885220977, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4829, timestamp=1517885220978, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4830, timestamp=1517885220978, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4831, timestamp=1517885220978, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4832, timestamp=1517885220978, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4833, timestamp=1517885220978, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4834, timestamp=1517885220978, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4835, timestamp=1517885220978, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4836, timestamp=1517885220978, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4837, timestamp=1517885220978, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4838, timestamp=1517885220978, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4839, timestamp=1517885220979, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4840, timestamp=1517885220979, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4841, timestamp=1517885220979, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4842, timestamp=1517885220979, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4843, timestamp=1517885220979, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4844, timestamp=1517885220979, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4845, timestamp=1517885220979, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4846, timestamp=1517885220979, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4847, timestamp=1517885220979, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4848, timestamp=1517885220980, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4849, timestamp=1517885220980, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4850, timestamp=1517885220980, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4851, timestamp=1517885220980, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4852, timestamp=1517885220980, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4853, timestamp=1517885220980, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4854, timestamp=1517885220980, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4855, timestamp=1517885220980, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4856, timestamp=1517885220980, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4857, timestamp=1517885220981, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4858, timestamp=1517885220981, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4859, timestamp=1517885220981, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4860, timestamp=1517885220981, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4861, timestamp=1517885220981, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4862, timestamp=1517885220981, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4863, timestamp=1517885220981, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4864, timestamp=1517885220981, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4865, timestamp=1517885220981, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4866, timestamp=1517885220981, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4867, timestamp=1517885220981, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4868, timestamp=1517885220982, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4869, timestamp=1517885220982, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4870, timestamp=1517885220982, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4871, timestamp=1517885220982, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4872, timestamp=1517885220982, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4873, timestamp=1517885220982, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4874, timestamp=1517885220982, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4875, timestamp=1517885220983, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4876, timestamp=1517885220983, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4877, timestamp=1517885220983, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4878, timestamp=1517885220983, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4879, timestamp=1517885220983, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4880, timestamp=1517885220983, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4881, timestamp=1517885220983, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4882, timestamp=1517885220983, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4883, timestamp=1517885220983, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4884, timestamp=1517885220983, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4885, timestamp=1517885220983, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4886, timestamp=1517885220984, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4887, timestamp=1517885220984, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4888, timestamp=1517885220984, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4889, timestamp=1517885220984, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4890, timestamp=1517885220984, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4891, timestamp=1517885220984, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4892, timestamp=1517885220984, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4893, timestamp=1517885220984, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4894, timestamp=1517885220985, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4895, timestamp=1517885220985, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4896, timestamp=1517885220985, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4897, timestamp=1517885220985, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4898, timestamp=1517885220985, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4899, timestamp=1517885220985, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4900, timestamp=1517885220985, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4901, timestamp=1517885220985, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4902, timestamp=1517885220985, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4903, timestamp=1517885220985, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4904, timestamp=1517885220985, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4905, timestamp=1517885220986, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4906, timestamp=1517885220986, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4907, timestamp=1517885220986, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4908, timestamp=1517885220986, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4909, timestamp=1517885220986, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4910, timestamp=1517885220986, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4911, timestamp=1517885220986, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4912, timestamp=1517885220986, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4913, timestamp=1517885220986, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4914, timestamp=1517885220986, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4915, timestamp=1517885220986, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4916, timestamp=1517885220986, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4917, timestamp=1517885220987, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4918, timestamp=1517885220987, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4919, timestamp=1517885220987, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4920, timestamp=1517885220987, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4921, timestamp=1517885220987, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4922, timestamp=1517885220987, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4923, timestamp=1517885220987, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4924, timestamp=1517885220987, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4925, timestamp=1517885220987, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4926, timestamp=1517885220988, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4927, timestamp=1517885220988, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4928, timestamp=1517885220988, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4929, timestamp=1517885220988, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4930, timestamp=1517885220988, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4931, timestamp=1517885220988, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4932, timestamp=1517885220988, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4933, timestamp=1517885220988, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4934, timestamp=1517885220988, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4935, timestamp=1517885220988, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4936, timestamp=1517885220988, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4937, timestamp=1517885220989, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4938, timestamp=1517885220989, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4939, timestamp=1517885220989, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4940, timestamp=1517885220989, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4941, timestamp=1517885220989, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4942, timestamp=1517885220989, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4943, timestamp=1517885220989, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4944, timestamp=1517885220989, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4945, timestamp=1517885220989, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4946, timestamp=1517885220989, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4947, timestamp=1517885220989, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4948, timestamp=1517885220989, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4949, timestamp=1517885220989, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4950, timestamp=1517885220989, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4951, timestamp=1517885220989, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4952, timestamp=1517885220989, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4953, timestamp=1517885220990, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4954, timestamp=1517885220990, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4955, timestamp=1517885220990, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4956, timestamp=1517885220990, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4957, timestamp=1517885220990, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4958, timestamp=1517885220990, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4959, timestamp=1517885220990, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4960, timestamp=1517885220990, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4961, timestamp=1517885220990, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4962, timestamp=1517885220990, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4963, timestamp=1517885220990, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4964, timestamp=1517885220990, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4965, timestamp=1517885220991, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4966, timestamp=1517885220991, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4967, timestamp=1517885220991, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4968, timestamp=1517885220991, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4969, timestamp=1517885220991, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4970, timestamp=1517885220991, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4971, timestamp=1517885220991, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4972, timestamp=1517885220991, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4973, timestamp=1517885220991, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4974, timestamp=1517885220991, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4975, timestamp=1517885220991, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4976, timestamp=1517885220991, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4977, timestamp=1517885220991, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4978, timestamp=1517885220992, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4979, timestamp=1517885220992, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4980, timestamp=1517885220992, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4981, timestamp=1517885220992, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4982, timestamp=1517885220992, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4983, timestamp=1517885220992, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4984, timestamp=1517885220992, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4985, timestamp=1517885220992, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4986, timestamp=1517885220992, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4987, timestamp=1517885220993, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4988, timestamp=1517885220993, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4989, timestamp=1517885220993, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4990, timestamp=1517885220993, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4991, timestamp=1517885220993, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4992, timestamp=1517885220993, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4993, timestamp=1517885220993, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4994, timestamp=1517885220993, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4995, timestamp=1517885220994, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4996, timestamp=1517885220994, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4997, timestamp=1517885220994, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4998, timestamp=1517885220994, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4999, timestamp=1517885220994, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5000, timestamp=1517885220994, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5001, timestamp=1517885220994, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5002, timestamp=1517885220994, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5003, timestamp=1517885220994, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5004, timestamp=1517885220994, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5005, timestamp=1517885220995, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5006, timestamp=1517885220995, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5007, timestamp=1517885220995, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5008, timestamp=1517885220995, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5009, timestamp=1517885220995, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5010, timestamp=1517885220996, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5011, timestamp=1517885220996, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5012, timestamp=1517885220996, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5013, timestamp=1517885220996, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5014, timestamp=1517885220996, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5015, timestamp=1517885220996, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5016, timestamp=1517885220996, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5017, timestamp=1517885220996, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5018, timestamp=1517885220997, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5019, timestamp=1517885220997, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5020, timestamp=1517885220997, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5021, timestamp=1517885220997, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5022, timestamp=1517885220997, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5023, timestamp=1517885220997, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5024, timestamp=1517885220998, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5025, timestamp=1517885220998, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5026, timestamp=1517885220998, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5027, timestamp=1517885220998, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5028, timestamp=1517885220998, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5029, timestamp=1517885220998, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5030, timestamp=1517885220998, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5031, timestamp=1517885220999, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5032, timestamp=1517885220999, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5033, timestamp=1517885220999, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5034, timestamp=1517885220999, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5035, timestamp=1517885220999, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5036, timestamp=1517885221000, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5037, timestamp=1517885221000, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5038, timestamp=1517885221001, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5039, timestamp=1517885221001, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5040, timestamp=1517885221001, key=8 bytes, value=622 bytes))]},{partition_header={partition=1,error_code=0,high_watermark=99942,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=3384, timestamp=1517885220797, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3385, timestamp=1517885220797, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3386, timestamp=1517885220797, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3387, timestamp=1517885220797, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3388, timestamp=1517885220797, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3389, timestamp=1517885220797, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3390, timestamp=1517885220797, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3391, timestamp=1517885220797, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3392, timestamp=1517885220797, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3393, timestamp=1517885220797, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3394, timestamp=1517885220797, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3395, timestamp=1517885220797, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3396, timestamp=1517885220798, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3397, timestamp=1517885220798, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3398, timestamp=1517885220798, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3399, timestamp=1517885220798, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3400, timestamp=1517885220798, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3401, timestamp=1517885220798, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3402, timestamp=1517885220798, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3403, timestamp=1517885220798, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3404, timestamp=1517885220798, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3405, timestamp=1517885220798, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3406, timestamp=1517885220798, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3407, timestamp=1517885220798, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3408, timestamp=1517885220799, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3409, timestamp=1517885220799, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3410, timestamp=1517885220799, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3411, timestamp=1517885220799, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3412, timestamp=1517885220799, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3413, timestamp=1517885220799, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3414, timestamp=1517885220799, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3415, timestamp=1517885220799, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3416, timestamp=1517885220800, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3417, timestamp=1517885220800, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3418, timestamp=1517885220800, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3419, timestamp=1517885220800, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3420, timestamp=1517885220800, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3421, timestamp=1517885220800, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3422, timestamp=1517885220800, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3423, timestamp=1517885220800, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3424, timestamp=1517885220800, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3425, timestamp=1517885220800, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3426, timestamp=1517885220800, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3427, timestamp=1517885220801, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3428, timestamp=1517885220801, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3429, timestamp=1517885220801, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3430, timestamp=1517885220801, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3431, timestamp=1517885220801, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3432, timestamp=1517885220801, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3433, timestamp=1517885220801, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3434, timestamp=1517885220801, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3435, timestamp=1517885220801, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3436, timestamp=1517885220802, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3437, timestamp=1517885220802, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3438, timestamp=1517885220802, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3439, timestamp=1517885220802, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3440, timestamp=1517885220802, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3441, timestamp=1517885220802, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3442, timestamp=1517885220802, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3443, timestamp=1517885220802, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3444, timestamp=1517885220802, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3445, timestamp=1517885220802, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3446, timestamp=1517885220802, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3447, timestamp=1517885220802, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3448, timestamp=1517885220803, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3449, timestamp=1517885220803, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3450, timestamp=1517885220803, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3451, timestamp=1517885220803, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3452, timestamp=1517885220803, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3453, timestamp=1517885220803, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3454, timestamp=1517885220803, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3455, timestamp=1517885220803, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3456, timestamp=1517885220803, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3457, timestamp=1517885220803, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3458, timestamp=1517885220803, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3459, timestamp=1517885220803, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3460, timestamp=1517885220803, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3461, timestamp=1517885220804, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3462, timestamp=1517885220804, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3463, timestamp=1517885220804, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3464, timestamp=1517885220804, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3465, timestamp=1517885220804, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3466, timestamp=1517885220804, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3467, timestamp=1517885220804, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3468, timestamp=1517885220805, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3469, timestamp=1517885220805, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3470, timestamp=1517885220805, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3471, timestamp=1517885220805, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3472, timestamp=1517885220805, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3473, timestamp=1517885220805, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3474, timestamp=1517885220805, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3475, timestamp=1517885220805, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3476, timestamp=1517885220805, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3477, timestamp=1517885220805, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3478, timestamp=1517885220805, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3479, timestamp=1517885220805, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3480, timestamp=1517885220805, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3481, timestamp=1517885220805, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3482, timestamp=1517885220805, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3483, timestamp=1517885220806, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3484, timestamp=1517885220806, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3485, timestamp=1517885220806, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3486, timestamp=1517885220806, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3487, timestamp=1517885220806, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3488, timestamp=1517885220806, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3489, timestamp=1517885220806, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3490, timestamp=1517885220806, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3491, timestamp=1517885220806, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3492, timestamp=1517885220806, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3493, timestamp=1517885220807, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3494, timestamp=1517885220807, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3495, timestamp=1517885220807, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3496, timestamp=1517885220807, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3497, timestamp=1517885220807, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3498, timestamp=1517885220807, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3499, timestamp=1517885220807, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3500, timestamp=1517885220807, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3501, timestamp=1517885220807, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3502, timestamp=1517885220808, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3503, timestamp=1517885220808, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3504, timestamp=1517885220808, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3505, timestamp=1517885220808, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3506, timestamp=1517885220808, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3507, timestamp=1517885220808, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3508, timestamp=1517885220808, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3509, timestamp=1517885220809, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3510, timestamp=1517885220809, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3511, timestamp=1517885220809, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3512, timestamp=1517885220810, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3513, timestamp=1517885220810, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3514, timestamp=1517885220810, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3515, timestamp=1517885220810, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3516, timestamp=1517885220810, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3517, timestamp=1517885220810, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3518, timestamp=1517885220811, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3519, timestamp=1517885220811, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3520, timestamp=1517885220811, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3521, timestamp=1517885220811, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3522, timestamp=1517885220811, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3523, timestamp=1517885220811, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3524, timestamp=1517885220811, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3525, timestamp=1517885220812, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3526, timestamp=1517885220812, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3527, timestamp=1517885220812, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3528, timestamp=1517885220812, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3529, timestamp=1517885220812, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3530, timestamp=1517885220813, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3531, timestamp=1517885220813, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3532, timestamp=1517885220813, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3533, timestamp=1517885220813, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3534, timestamp=1517885220814, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3535, timestamp=1517885220815, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3536, timestamp=1517885220815, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3537, timestamp=1517885220815, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3538, timestamp=1517885220816, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3539, timestamp=1517885220816, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3540, timestamp=1517885220816, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3541, timestamp=1517885220816, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3542, timestamp=1517885220816, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3543, timestamp=1517885220817, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3544, timestamp=1517885220817, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3545, timestamp=1517885220817, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3546, timestamp=1517885220818, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3547, timestamp=1517885220818, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3548, timestamp=1517885220819, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3549, timestamp=1517885220819, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3550, timestamp=1517885220819, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3551, timestamp=1517885220819, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3552, timestamp=1517885220819, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3553, timestamp=1517885220819, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3554, timestamp=1517885220821, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3555, timestamp=1517885220821, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3556, timestamp=1517885220821, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3557, timestamp=1517885220821, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3558, timestamp=1517885220822, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3559, timestamp=1517885220823, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3560, timestamp=1517885220823, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3561, timestamp=1517885220823, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3562, timestamp=1517885220823, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3563, timestamp=1517885220823, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3564, timestamp=1517885220823, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3565, timestamp=1517885220824, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3566, timestamp=1517885220824, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3567, timestamp=1517885220824, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3568, timestamp=1517885220824, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3569, timestamp=1517885220824, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3570, timestamp=1517885220824, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3571, timestamp=1517885220824, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3572, timestamp=1517885220825, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3573, timestamp=1517885220825, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3574, timestamp=1517885220825, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3575, timestamp=1517885220826, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3576, timestamp=1517885220826, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3577, timestamp=1517885220826, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3578, timestamp=1517885220826, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3579, timestamp=1517885220826, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3580, timestamp=1517885220826, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3581, timestamp=1517885220826, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3582, timestamp=1517885220827, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3583, timestamp=1517885220827, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3584, timestamp=1517885220827, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3585, timestamp=1517885220827, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3586, timestamp=1517885220827, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3587, timestamp=1517885220827, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3588, timestamp=1517885220827, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3589, timestamp=1517885220828, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3590, timestamp=1517885220828, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3591, timestamp=1517885220828, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3592, timestamp=1517885220828, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3593, timestamp=1517885220828, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3594, timestamp=1517885220828, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3595, timestamp=1517885220829, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3596, timestamp=1517885220829, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3597, timestamp=1517885220829, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3598, timestamp=1517885220829, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3599, timestamp=1517885220830, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3600, timestamp=1517885220830, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3601, timestamp=1517885220830, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3602, timestamp=1517885220830, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3603, timestamp=1517885220831, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3604, timestamp=1517885220831, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3605, timestamp=1517885220831, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3606, timestamp=1517885220831, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3607, timestamp=1517885220831, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3608, timestamp=1517885220831, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3609, timestamp=1517885220831, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3610, timestamp=1517885220831, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3611, timestamp=1517885220832, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3612, timestamp=1517885220832, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3613, timestamp=1517885220832, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3614, timestamp=1517885220832, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3615, timestamp=1517885220832, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3616, timestamp=1517885220832, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3617, timestamp=1517885220833, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3618, timestamp=1517885220833, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3619, timestamp=1517885220833, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3620, timestamp=1517885220833, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3621, timestamp=1517885220833, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3622, timestamp=1517885220834, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3623, timestamp=1517885220835, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3624, timestamp=1517885220836, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3625, timestamp=1517885220836, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3626, timestamp=1517885220837, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3627, timestamp=1517885220837, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3628, timestamp=1517885220837, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3629, timestamp=1517885220838, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3630, timestamp=1517885220838, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3631, timestamp=1517885220838, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3632, timestamp=1517885220838, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3633, timestamp=1517885220838, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3634, timestamp=1517885220839, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3635, timestamp=1517885220839, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3636, timestamp=1517885220839, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3637, timestamp=1517885220840, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3638, timestamp=1517885220840, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3639, timestamp=1517885220840, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3640, timestamp=1517885220841, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3641, timestamp=1517885220841, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3642, timestamp=1517885220841, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3643, timestamp=1517885220842, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3644, timestamp=1517885220842, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3645, timestamp=1517885220843, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3646, timestamp=1517885220843, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3647, timestamp=1517885220843, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3648, timestamp=1517885220843, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3649, timestamp=1517885220843, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3650, timestamp=1517885220843, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3651, timestamp=1517885220843, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3652, timestamp=1517885220844, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3653, timestamp=1517885220844, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3654, timestamp=1517885220844, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3655, timestamp=1517885220844, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3656, timestamp=1517885220845, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3657, timestamp=1517885220845, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3658, timestamp=1517885220845, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3659, timestamp=1517885220845, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3660, timestamp=1517885220845, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3661, timestamp=1517885220845, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3662, timestamp=1517885220845, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3663, timestamp=1517885220845, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3664, timestamp=1517885220845, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3665, timestamp=1517885220845, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3666, timestamp=1517885220846, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3667, timestamp=1517885220846, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3668, timestamp=1517885220846, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3669, timestamp=1517885220846, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3670, timestamp=1517885220846, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3671, timestamp=1517885220846, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3672, timestamp=1517885220846, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3673, timestamp=1517885220846, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3674, timestamp=1517885220846, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3675, timestamp=1517885220846, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3676, timestamp=1517885220847, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3677, timestamp=1517885220847, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3678, timestamp=1517885220847, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3679, timestamp=1517885220847, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3680, timestamp=1517885220847, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3681, timestamp=1517885220847, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3682, timestamp=1517885220847, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3683, timestamp=1517885220848, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3684, timestamp=1517885220848, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3685, timestamp=1517885220848, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3686, timestamp=1517885220848, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3687, timestamp=1517885220848, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3688, timestamp=1517885220848, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3689, timestamp=1517885220848, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3690, timestamp=1517885220850, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3691, timestamp=1517885220850, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3692, timestamp=1517885220850, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3693, timestamp=1517885220850, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3694, timestamp=1517885220850, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3695, timestamp=1517885220850, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3696, timestamp=1517885220850, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3697, timestamp=1517885220850, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3698, timestamp=1517885220850, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3699, timestamp=1517885220850, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3700, timestamp=1517885220850, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3701, timestamp=1517885220850, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3702, timestamp=1517885220851, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3703, timestamp=1517885220851, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3704, timestamp=1517885220851, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3705, timestamp=1517885220851, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3706, timestamp=1517885220851, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3707, timestamp=1517885220851, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3708, timestamp=1517885220851, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3709, timestamp=1517885220851, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3710, timestamp=1517885220851, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3711, timestamp=1517885220851, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=3712, timestamp=1517885220851, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3713, timestamp=1517885220852, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3714, timestamp=1517885220852, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3715, timestamp=1517885220852, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3716, timestamp=1517885220852, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3717, timestamp=1517885220852, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3718, timestamp=1517885220852, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3719, timestamp=1517885220852, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3720, timestamp=1517885220852, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3721, timestamp=1517885220852, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3722, timestamp=1517885220852, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3723, timestamp=1517885220852, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3724, timestamp=1517885220853, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3725, timestamp=1517885220853, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3726, timestamp=1517885220853, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3727, timestamp=1517885220853, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3728, timestamp=1517885220853, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3729, timestamp=1517885220853, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3730, timestamp=1517885220853, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3731, timestamp=1517885220853, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3732, timestamp=1517885220853, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3733, timestamp=1517885220854, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3734, timestamp=1517885220854, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3735, timestamp=1517885220854, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3736, timestamp=1517885220854, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3737, timestamp=1517885220854, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3738, timestamp=1517885220854, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3739, timestamp=1517885220854, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3740, timestamp=1517885220854, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3741, timestamp=1517885220854, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3742, timestamp=1517885220854, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3743, timestamp=1517885220854, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3744, timestamp=1517885220854, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3745, timestamp=1517885220855, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3746, timestamp=1517885220855, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3747, timestamp=1517885220855, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3748, timestamp=1517885220855, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3749, timestamp=1517885220855, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3750, timestamp=1517885220855, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3751, timestamp=1517885220855, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3752, timestamp=1517885220855, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3753, timestamp=1517885220855, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3754, timestamp=1517885220855, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3755, timestamp=1517885220855, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3756, timestamp=1517885220856, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3757, timestamp=1517885220856, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3758, timestamp=1517885220856, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3759, timestamp=1517885220856, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3760, timestamp=1517885220856, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3761, timestamp=1517885220856, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3762, timestamp=1517885220856, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3763, timestamp=1517885220856, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3764, timestamp=1517885220856, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3765, timestamp=1517885220856, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3766, timestamp=1517885220856, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3767, timestamp=1517885220856, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3768, timestamp=1517885220857, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3769, timestamp=1517885220857, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3770, timestamp=1517885220857, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3771, timestamp=1517885220857, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3772, timestamp=1517885220857, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3773, timestamp=1517885220857, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3774, timestamp=1517885220857, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3775, timestamp=1517885220857, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3776, timestamp=1517885220857, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3777, timestamp=1517885220858, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3778, timestamp=1517885220858, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3779, timestamp=1517885220858, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3780, timestamp=1517885220858, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3781, timestamp=1517885220858, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3782, timestamp=1517885220858, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3783, timestamp=1517885220858, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3784, timestamp=1517885220858, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3785, timestamp=1517885220858, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3786, timestamp=1517885220858, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3787, timestamp=1517885220859, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3788, timestamp=1517885220859, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3789, timestamp=1517885220859, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3790, timestamp=1517885220859, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3791, timestamp=1517885220859, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3792, timestamp=1517885220859, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3793, timestamp=1517885220860, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3794, timestamp=1517885220860, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3795, timestamp=1517885220860, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3796, timestamp=1517885220860, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3797, timestamp=1517885220860, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3798, timestamp=1517885220860, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3799, timestamp=1517885220860, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3800, timestamp=1517885220860, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3801, timestamp=1517885220860, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3802, timestamp=1517885220860, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3803, timestamp=1517885220861, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3804, timestamp=1517885220861, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3805, timestamp=1517885220861, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3806, timestamp=1517885220861, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3807, timestamp=1517885220861, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3808, timestamp=1517885220861, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3809, timestamp=1517885220862, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3810, timestamp=1517885220862, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3811, timestamp=1517885220862, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3812, timestamp=1517885220862, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3813, timestamp=1517885220863, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3814, timestamp=1517885220863, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3815, timestamp=1517885220863, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3816, timestamp=1517885220863, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3817, timestamp=1517885220863, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3818, timestamp=1517885220863, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3819, timestamp=1517885220863, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3820, timestamp=1517885220863, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3821, timestamp=1517885220863, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3822, timestamp=1517885220864, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3823, timestamp=1517885220864, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=3824, timestamp=1517885220864, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3825, timestamp=1517885220864, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3826, timestamp=1517885220864, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3827, timestamp=1517885220864, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3828, timestamp=1517885220865, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3829, timestamp=1517885220865, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3830, timestamp=1517885220865, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3831, timestamp=1517885220865, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=3832, timestamp=1517885220865, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3833, timestamp=1517885220866, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3834, timestamp=1517885220866, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3835, timestamp=1517885220866, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3836, timestamp=1517885220866, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=3837, timestamp=1517885220866, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3838, timestamp=1517885220866, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3839, timestamp=1517885220866, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3840, timestamp=1517885220866, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3841, timestamp=1517885220866, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=3842, timestamp=1517885220866, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3843, timestamp=1517885220866, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3844, timestamp=1517885220866, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3845, timestamp=1517885220867, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3846, timestamp=1517885220867, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3847, timestamp=1517885220867, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3848, timestamp=1517885220867, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3849, timestamp=1517885220867, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3850, timestamp=1517885220868, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3851, timestamp=1517885220868, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3852, timestamp=1517885220868, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3853, timestamp=1517885220868, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3854, timestamp=1517885220869, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3855, timestamp=1517885220869, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3856, timestamp=1517885220869, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3857, timestamp=1517885220870, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3858, timestamp=1517885220870, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3859, timestamp=1517885220870, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3860, timestamp=1517885220870, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3861, timestamp=1517885220870, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3862, timestamp=1517885220871, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3863, timestamp=1517885220871, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3864, timestamp=1517885220871, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3865, timestamp=1517885220871, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3866, timestamp=1517885220872, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3867, timestamp=1517885220872, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3868, timestamp=1517885220872, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3869, timestamp=1517885220872, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3870, timestamp=1517885220872, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3871, timestamp=1517885220872, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3872, timestamp=1517885220872, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3873, timestamp=1517885220872, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3874, timestamp=1517885220873, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3875, timestamp=1517885220873, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3876, timestamp=1517885220873, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3877, timestamp=1517885220873, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3878, timestamp=1517885220874, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3879, timestamp=1517885220874, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3880, timestamp=1517885220874, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3881, timestamp=1517885220874, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=3882, timestamp=1517885220874, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3883, timestamp=1517885220874, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3884, timestamp=1517885220874, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3885, timestamp=1517885220875, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3886, timestamp=1517885220875, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3887, timestamp=1517885220875, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3888, timestamp=1517885220875, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3889, timestamp=1517885220875, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3890, timestamp=1517885220875, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3891, timestamp=1517885220875, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3892, timestamp=1517885220875, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3893, timestamp=1517885220875, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3894, timestamp=1517885220875, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3895, timestamp=1517885220875, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3896, timestamp=1517885220876, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3897, timestamp=1517885220876, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3898, timestamp=1517885220876, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3899, timestamp=1517885220876, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3900, timestamp=1517885220876, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3901, timestamp=1517885220877, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3902, timestamp=1517885220877, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3903, timestamp=1517885220877, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3904, timestamp=1517885220877, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3905, timestamp=1517885220878, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3906, timestamp=1517885220878, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3907, timestamp=1517885220878, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3908, timestamp=1517885220878, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3909, timestamp=1517885220878, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3910, timestamp=1517885220879, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3911, timestamp=1517885220879, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3912, timestamp=1517885220879, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3913, timestamp=1517885220879, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3914, timestamp=1517885220879, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3915, timestamp=1517885220879, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3916, timestamp=1517885220879, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3917, timestamp=1517885220879, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3918, timestamp=1517885220879, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3919, timestamp=1517885220880, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=3920, timestamp=1517885220880, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3921, timestamp=1517885220880, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3922, timestamp=1517885220880, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=3923, timestamp=1517885220880, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3924, timestamp=1517885220880, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3925, timestamp=1517885220880, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3926, timestamp=1517885220881, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3927, timestamp=1517885220881, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3928, timestamp=1517885220881, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=3929, timestamp=1517885220881, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=3930, timestamp=1517885220881, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3931, timestamp=1517885220881, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3932, timestamp=1517885220882, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3933, timestamp=1517885220882, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=3934, timestamp=1517885220882, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=3935, timestamp=1517885220882, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=3936, timestamp=1517885220882, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3937, timestamp=1517885220882, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3938, timestamp=1517885220882, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=3939, timestamp=1517885220882, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=3940, timestamp=1517885220882, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3941, timestamp=1517885220883, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3942, timestamp=1517885220883, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3943, timestamp=1517885220883, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3944, timestamp=1517885220883, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3945, timestamp=1517885220883, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3946, timestamp=1517885220883, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=3947, timestamp=1517885220883, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3948, timestamp=1517885220883, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3949, timestamp=1517885220883, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=3950, timestamp=1517885220884, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3951, timestamp=1517885220884, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3952, timestamp=1517885220884, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=3953, timestamp=1517885220884, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3954, timestamp=1517885220884, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=3955, timestamp=1517885220884, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3956, timestamp=1517885220884, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=3957, timestamp=1517885220884, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=3958, timestamp=1517885220884, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3959, timestamp=1517885220885, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3960, timestamp=1517885220885, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3961, timestamp=1517885220885, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3962, timestamp=1517885220885, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=3963, timestamp=1517885220885, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3964, timestamp=1517885220885, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=3965, timestamp=1517885220886, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=3966, timestamp=1517885220886, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3967, timestamp=1517885220886, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=3968, timestamp=1517885220886, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=3969, timestamp=1517885220886, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=3970, timestamp=1517885220886, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=3971, timestamp=1517885220886, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=3972, timestamp=1517885220886, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=3973, timestamp=1517885220886, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3974, timestamp=1517885220886, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3975, timestamp=1517885220886, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=3976, timestamp=1517885220886, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3977, timestamp=1517885220886, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=3978, timestamp=1517885220887, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=3979, timestamp=1517885220887, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3980, timestamp=1517885220887, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=3981, timestamp=1517885220887, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=3982, timestamp=1517885220887, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=3983, timestamp=1517885220887, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=3984, timestamp=1517885220887, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=3985, timestamp=1517885220887, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3986, timestamp=1517885220887, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=3987, timestamp=1517885220887, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=3988, timestamp=1517885220887, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=3989, timestamp=1517885220887, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=3990, timestamp=1517885220887, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=3991, timestamp=1517885220887, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=3992, timestamp=1517885220887, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=3993, timestamp=1517885220888, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=3994, timestamp=1517885220888, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=3995, timestamp=1517885220888, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3996, timestamp=1517885220888, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=3997, timestamp=1517885220888, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=3998, timestamp=1517885220888, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=3999, timestamp=1517885220888, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4000, timestamp=1517885220888, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4001, timestamp=1517885220888, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4002, timestamp=1517885220888, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4003, timestamp=1517885220888, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4004, timestamp=1517885220888, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4005, timestamp=1517885220889, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4006, timestamp=1517885220889, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4007, timestamp=1517885220889, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4008, timestamp=1517885220889, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4009, timestamp=1517885220889, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4010, timestamp=1517885220889, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4011, timestamp=1517885220889, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4012, timestamp=1517885220889, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4013, timestamp=1517885220889, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4014, timestamp=1517885220890, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4015, timestamp=1517885220890, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4016, timestamp=1517885220890, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4017, timestamp=1517885220890, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4018, timestamp=1517885220890, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4019, timestamp=1517885220890, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4020, timestamp=1517885220890, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4021, timestamp=1517885220890, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4022, timestamp=1517885220891, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4023, timestamp=1517885220891, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4024, timestamp=1517885220891, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4025, timestamp=1517885220891, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4026, timestamp=1517885220891, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4027, timestamp=1517885220891, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4028, timestamp=1517885220891, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4029, timestamp=1517885220891, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4030, timestamp=1517885220891, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4031, timestamp=1517885220891, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4032, timestamp=1517885220891, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4033, timestamp=1517885220891, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4034, timestamp=1517885220891, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4035, timestamp=1517885220891, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4036, timestamp=1517885220891, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4037, timestamp=1517885220891, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4038, timestamp=1517885220891, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4039, timestamp=1517885220892, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4040, timestamp=1517885220892, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4041, timestamp=1517885220892, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4042, timestamp=1517885220892, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4043, timestamp=1517885220892, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4044, timestamp=1517885220892, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4045, timestamp=1517885220892, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4046, timestamp=1517885220892, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4047, timestamp=1517885220892, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4048, timestamp=1517885220892, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4049, timestamp=1517885220892, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4050, timestamp=1517885220892, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4051, timestamp=1517885220892, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4052, timestamp=1517885220892, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4053, timestamp=1517885220892, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4054, timestamp=1517885220892, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4055, timestamp=1517885220893, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4056, timestamp=1517885220893, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4057, timestamp=1517885220893, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4058, timestamp=1517885220893, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4059, timestamp=1517885220894, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4060, timestamp=1517885220894, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4061, timestamp=1517885220894, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4062, timestamp=1517885220894, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4063, timestamp=1517885220894, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4064, timestamp=1517885220894, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4065, timestamp=1517885220894, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4066, timestamp=1517885220894, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4067, timestamp=1517885220894, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4068, timestamp=1517885220895, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4069, timestamp=1517885220895, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4070, timestamp=1517885220895, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4071, timestamp=1517885220895, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4072, timestamp=1517885220895, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4073, timestamp=1517885220895, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4074, timestamp=1517885220895, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4075, timestamp=1517885220895, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4076, timestamp=1517885220895, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4077, timestamp=1517885220895, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4078, timestamp=1517885220895, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4079, timestamp=1517885220895, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4080, timestamp=1517885220895, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4081, timestamp=1517885220896, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4082, timestamp=1517885220896, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4083, timestamp=1517885220896, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4084, timestamp=1517885220896, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4085, timestamp=1517885220896, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4086, timestamp=1517885220896, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4087, timestamp=1517885220896, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4088, timestamp=1517885220896, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4089, timestamp=1517885220896, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4090, timestamp=1517885220896, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4091, timestamp=1517885220897, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4092, timestamp=1517885220897, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4093, timestamp=1517885220897, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4094, timestamp=1517885220897, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4095, timestamp=1517885220897, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4096, timestamp=1517885220897, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4097, timestamp=1517885220897, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4098, timestamp=1517885220897, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4099, timestamp=1517885220897, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4100, timestamp=1517885220897, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4101, timestamp=1517885220897, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4102, timestamp=1517885220898, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4103, timestamp=1517885220898, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4104, timestamp=1517885220898, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4105, timestamp=1517885220898, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4106, timestamp=1517885220898, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4107, timestamp=1517885220898, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4108, timestamp=1517885220898, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4109, timestamp=1517885220898, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4110, timestamp=1517885220898, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4111, timestamp=1517885220898, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4112, timestamp=1517885220899, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4113, timestamp=1517885220899, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4114, timestamp=1517885220899, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4115, timestamp=1517885220899, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4116, timestamp=1517885220899, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4117, timestamp=1517885220899, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4118, timestamp=1517885220899, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4119, timestamp=1517885220899, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4120, timestamp=1517885220900, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4121, timestamp=1517885220900, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4122, timestamp=1517885220900, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4123, timestamp=1517885220900, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4124, timestamp=1517885220900, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4125, timestamp=1517885220900, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4126, timestamp=1517885220900, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4127, timestamp=1517885220900, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4128, timestamp=1517885220900, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4129, timestamp=1517885220900, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4130, timestamp=1517885220900, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4131, timestamp=1517885220900, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4132, timestamp=1517885220900, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4133, timestamp=1517885220900, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4134, timestamp=1517885220900, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4135, timestamp=1517885220900, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4136, timestamp=1517885220901, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4137, timestamp=1517885220901, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4138, timestamp=1517885220901, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4139, timestamp=1517885220901, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4140, timestamp=1517885220901, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4141, timestamp=1517885220901, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4142, timestamp=1517885220901, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4143, timestamp=1517885220901, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4144, timestamp=1517885220901, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4145, timestamp=1517885220901, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4146, timestamp=1517885220901, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4147, timestamp=1517885220901, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4148, timestamp=1517885220901, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4149, timestamp=1517885220901, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4150, timestamp=1517885220901, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4151, timestamp=1517885220901, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4152, timestamp=1517885220901, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4153, timestamp=1517885220902, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4154, timestamp=1517885220902, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4155, timestamp=1517885220902, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4156, timestamp=1517885220902, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4157, timestamp=1517885220902, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4158, timestamp=1517885220902, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4159, timestamp=1517885220902, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4160, timestamp=1517885220902, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4161, timestamp=1517885220902, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4162, timestamp=1517885220902, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4163, timestamp=1517885220902, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4164, timestamp=1517885220902, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4165, timestamp=1517885220902, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4166, timestamp=1517885220903, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4167, timestamp=1517885220903, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4168, timestamp=1517885220903, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4169, timestamp=1517885220903, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4170, timestamp=1517885220903, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4171, timestamp=1517885220903, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4172, timestamp=1517885220903, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4173, timestamp=1517885220903, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4174, timestamp=1517885220903, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4175, timestamp=1517885220903, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4176, timestamp=1517885220904, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4177, timestamp=1517885220904, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4178, timestamp=1517885220904, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4179, timestamp=1517885220904, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4180, timestamp=1517885220904, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4181, timestamp=1517885220904, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4182, timestamp=1517885220904, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4183, timestamp=1517885220904, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4184, timestamp=1517885220904, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4185, timestamp=1517885220904, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4186, timestamp=1517885220904, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4187, timestamp=1517885220904, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4188, timestamp=1517885220904, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4189, timestamp=1517885220905, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4190, timestamp=1517885220905, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4191, timestamp=1517885220905, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4192, timestamp=1517885220905, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4193, timestamp=1517885220905, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4194, timestamp=1517885220905, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4195, timestamp=1517885220905, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4196, timestamp=1517885220905, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4197, timestamp=1517885220905, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4198, timestamp=1517885220905, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4199, timestamp=1517885220905, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4200, timestamp=1517885220906, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4201, timestamp=1517885220906, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4202, timestamp=1517885220906, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4203, timestamp=1517885220906, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4204, timestamp=1517885220906, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4205, timestamp=1517885220906, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4206, timestamp=1517885220906, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4207, timestamp=1517885220906, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4208, timestamp=1517885220906, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4209, timestamp=1517885220906, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4210, timestamp=1517885220906, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4211, timestamp=1517885220906, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4212, timestamp=1517885220906, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4213, timestamp=1517885220907, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4214, timestamp=1517885220907, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4215, timestamp=1517885220907, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4216, timestamp=1517885220907, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4217, timestamp=1517885220907, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4218, timestamp=1517885220907, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4219, timestamp=1517885220907, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4220, timestamp=1517885220907, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4221, timestamp=1517885220907, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4222, timestamp=1517885220907, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4223, timestamp=1517885220907, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4224, timestamp=1517885220907, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4225, timestamp=1517885220907, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4226, timestamp=1517885220907, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4227, timestamp=1517885220908, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4228, timestamp=1517885220908, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4229, timestamp=1517885220908, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4230, timestamp=1517885220908, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4231, timestamp=1517885220908, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4232, timestamp=1517885220908, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4233, timestamp=1517885220908, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4234, timestamp=1517885220908, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4235, timestamp=1517885220909, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4236, timestamp=1517885220909, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4237, timestamp=1517885220909, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4238, timestamp=1517885220909, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4239, timestamp=1517885220909, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4240, timestamp=1517885220909, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4241, timestamp=1517885220909, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4242, timestamp=1517885220909, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4243, timestamp=1517885220909, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4244, timestamp=1517885220909, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4245, timestamp=1517885220909, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4246, timestamp=1517885220909, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4247, timestamp=1517885220910, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4248, timestamp=1517885220910, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4249, timestamp=1517885220910, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4250, timestamp=1517885220910, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4251, timestamp=1517885220910, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4252, timestamp=1517885220911, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4253, timestamp=1517885220911, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4254, timestamp=1517885220911, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4255, timestamp=1517885220911, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4256, timestamp=1517885220911, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4257, timestamp=1517885220911, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4258, timestamp=1517885220911, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4259, timestamp=1517885220911, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4260, timestamp=1517885220911, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4261, timestamp=1517885220912, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4262, timestamp=1517885220912, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4263, timestamp=1517885220912, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4264, timestamp=1517885220912, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4265, timestamp=1517885220912, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4266, timestamp=1517885220913, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4267, timestamp=1517885220913, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4268, timestamp=1517885220914, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4269, timestamp=1517885220914, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4270, timestamp=1517885220915, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4271, timestamp=1517885220915, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4272, timestamp=1517885220915, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4273, timestamp=1517885220915, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4274, timestamp=1517885220915, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4275, timestamp=1517885220915, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4276, timestamp=1517885220915, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4277, timestamp=1517885220916, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4278, timestamp=1517885220916, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4279, timestamp=1517885220916, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4280, timestamp=1517885220916, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4281, timestamp=1517885220916, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4282, timestamp=1517885220916, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4283, timestamp=1517885220916, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4284, timestamp=1517885220916, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4285, timestamp=1517885220916, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4286, timestamp=1517885220917, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4287, timestamp=1517885220917, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4288, timestamp=1517885220917, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4289, timestamp=1517885220918, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4290, timestamp=1517885220918, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4291, timestamp=1517885220918, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4292, timestamp=1517885220918, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4293, timestamp=1517885220918, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4294, timestamp=1517885220919, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4295, timestamp=1517885220919, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4296, timestamp=1517885220919, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4297, timestamp=1517885220919, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4298, timestamp=1517885220919, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4299, timestamp=1517885220919, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4300, timestamp=1517885220920, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4301, timestamp=1517885220920, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4302, timestamp=1517885220920, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4303, timestamp=1517885220920, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4304, timestamp=1517885220920, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4305, timestamp=1517885220921, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4306, timestamp=1517885220921, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4307, timestamp=1517885220921, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4308, timestamp=1517885220921, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4309, timestamp=1517885220921, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4310, timestamp=1517885220921, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4311, timestamp=1517885220922, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4312, timestamp=1517885220922, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4313, timestamp=1517885220922, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4314, timestamp=1517885220922, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4315, timestamp=1517885220922, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4316, timestamp=1517885220922, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4317, timestamp=1517885220922, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4318, timestamp=1517885220922, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4319, timestamp=1517885220922, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4320, timestamp=1517885220922, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4321, timestamp=1517885220922, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4322, timestamp=1517885220922, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4323, timestamp=1517885220924, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4324, timestamp=1517885220925, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4325, timestamp=1517885220925, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4326, timestamp=1517885220926, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4327, timestamp=1517885220926, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4328, timestamp=1517885220926, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4329, timestamp=1517885220926, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4330, timestamp=1517885220926, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4331, timestamp=1517885220927, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4332, timestamp=1517885220927, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4333, timestamp=1517885220927, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4334, timestamp=1517885220928, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4335, timestamp=1517885220928, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4336, timestamp=1517885220928, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4337, timestamp=1517885220928, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4338, timestamp=1517885220928, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4339, timestamp=1517885220928, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4340, timestamp=1517885220928, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4341, timestamp=1517885220929, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4342, timestamp=1517885220929, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4343, timestamp=1517885220929, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4344, timestamp=1517885220929, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4345, timestamp=1517885220929, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4346, timestamp=1517885220929, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4347, timestamp=1517885220929, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4348, timestamp=1517885220929, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4349, timestamp=1517885220929, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4350, timestamp=1517885220929, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4351, timestamp=1517885220929, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4352, timestamp=1517885220929, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4353, timestamp=1517885220929, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4354, timestamp=1517885220929, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4355, timestamp=1517885220930, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4356, timestamp=1517885220930, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4357, timestamp=1517885220930, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4358, timestamp=1517885220930, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4359, timestamp=1517885220930, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4360, timestamp=1517885220930, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4361, timestamp=1517885220930, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4362, timestamp=1517885220930, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4363, timestamp=1517885220930, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4364, timestamp=1517885220930, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4365, timestamp=1517885220930, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4366, timestamp=1517885220930, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4367, timestamp=1517885220931, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4368, timestamp=1517885220931, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4369, timestamp=1517885220931, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4370, timestamp=1517885220931, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4371, timestamp=1517885220931, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4372, timestamp=1517885220931, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4373, timestamp=1517885220931, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4374, timestamp=1517885220931, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4375, timestamp=1517885220931, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4376, timestamp=1517885220931, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4377, timestamp=1517885220932, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4378, timestamp=1517885220932, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4379, timestamp=1517885220932, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4380, timestamp=1517885220932, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4381, timestamp=1517885220932, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4382, timestamp=1517885220932, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4383, timestamp=1517885220932, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4384, timestamp=1517885220932, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4385, timestamp=1517885220933, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4386, timestamp=1517885220933, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4387, timestamp=1517885220933, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4388, timestamp=1517885220933, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4389, timestamp=1517885220933, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4390, timestamp=1517885220933, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4391, timestamp=1517885220933, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4392, timestamp=1517885220933, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4393, timestamp=1517885220933, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4394, timestamp=1517885220933, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4395, timestamp=1517885220934, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4396, timestamp=1517885220934, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4397, timestamp=1517885220934, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4398, timestamp=1517885220934, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4399, timestamp=1517885220934, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4400, timestamp=1517885220934, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4401, timestamp=1517885220934, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4402, timestamp=1517885220934, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4403, timestamp=1517885220934, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4404, timestamp=1517885220934, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4405, timestamp=1517885220934, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4406, timestamp=1517885220934, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4407, timestamp=1517885220935, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4408, timestamp=1517885220935, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4409, timestamp=1517885220935, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4410, timestamp=1517885220935, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4411, timestamp=1517885220935, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4412, timestamp=1517885220935, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4413, timestamp=1517885220935, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4414, timestamp=1517885220935, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4415, timestamp=1517885220935, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4416, timestamp=1517885220935, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4417, timestamp=1517885220935, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4418, timestamp=1517885220935, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4419, timestamp=1517885220936, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4420, timestamp=1517885220936, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4421, timestamp=1517885220936, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4422, timestamp=1517885220936, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4423, timestamp=1517885220936, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4424, timestamp=1517885220937, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4425, timestamp=1517885220937, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4426, timestamp=1517885220937, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4427, timestamp=1517885220937, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4428, timestamp=1517885220937, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4429, timestamp=1517885220937, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4430, timestamp=1517885220937, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4431, timestamp=1517885220937, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4432, timestamp=1517885220938, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4433, timestamp=1517885220938, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4434, timestamp=1517885220938, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4435, timestamp=1517885220938, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4436, timestamp=1517885220938, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4437, timestamp=1517885220938, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4438, timestamp=1517885220938, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4439, timestamp=1517885220938, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4440, timestamp=1517885220938, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4441, timestamp=1517885220938, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4442, timestamp=1517885220938, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4443, timestamp=1517885220939, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4444, timestamp=1517885220939, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4445, timestamp=1517885220939, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4446, timestamp=1517885220939, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4447, timestamp=1517885220939, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4448, timestamp=1517885220939, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4449, timestamp=1517885220939, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4450, timestamp=1517885220939, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4451, timestamp=1517885220939, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4452, timestamp=1517885220939, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4453, timestamp=1517885220939, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4454, timestamp=1517885220940, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4455, timestamp=1517885220940, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4456, timestamp=1517885220940, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4457, timestamp=1517885220940, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4458, timestamp=1517885220940, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4459, timestamp=1517885220940, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4460, timestamp=1517885220940, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4461, timestamp=1517885220940, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4462, timestamp=1517885220940, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4463, timestamp=1517885220940, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4464, timestamp=1517885220941, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4465, timestamp=1517885220941, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4466, timestamp=1517885220941, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4467, timestamp=1517885220941, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4468, timestamp=1517885220941, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4469, timestamp=1517885220941, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4470, timestamp=1517885220941, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4471, timestamp=1517885220941, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4472, timestamp=1517885220941, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4473, timestamp=1517885220941, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4474, timestamp=1517885220941, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4475, timestamp=1517885220941, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4476, timestamp=1517885220941, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4477, timestamp=1517885220941, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4478, timestamp=1517885220942, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4479, timestamp=1517885220942, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4480, timestamp=1517885220942, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4481, timestamp=1517885220942, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4482, timestamp=1517885220942, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4483, timestamp=1517885220942, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4484, timestamp=1517885220942, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4485, timestamp=1517885220942, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4486, timestamp=1517885220942, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4487, timestamp=1517885220942, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4488, timestamp=1517885220942, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4489, timestamp=1517885220942, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4490, timestamp=1517885220942, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4491, timestamp=1517885220942, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4492, timestamp=1517885220943, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4493, timestamp=1517885220943, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4494, timestamp=1517885220943, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4495, timestamp=1517885220943, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4496, timestamp=1517885220943, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4497, timestamp=1517885220943, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4498, timestamp=1517885220943, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4499, timestamp=1517885220944, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4500, timestamp=1517885220944, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4501, timestamp=1517885220944, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4502, timestamp=1517885220944, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4503, timestamp=1517885220944, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4504, timestamp=1517885220944, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4505, timestamp=1517885220944, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4506, timestamp=1517885220944, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4507, timestamp=1517885220944, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4508, timestamp=1517885220944, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4509, timestamp=1517885220944, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4510, timestamp=1517885220944, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4511, timestamp=1517885220945, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4512, timestamp=1517885220945, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4513, timestamp=1517885220945, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4514, timestamp=1517885220945, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4515, timestamp=1517885220945, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4516, timestamp=1517885220945, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4517, timestamp=1517885220945, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4518, timestamp=1517885220945, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4519, timestamp=1517885220945, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4520, timestamp=1517885220945, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4521, timestamp=1517885220945, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4522, timestamp=1517885220946, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4523, timestamp=1517885220946, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4524, timestamp=1517885220946, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4525, timestamp=1517885220946, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4526, timestamp=1517885220946, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4527, timestamp=1517885220946, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4528, timestamp=1517885220946, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4529, timestamp=1517885220946, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4530, timestamp=1517885220946, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4531, timestamp=1517885220946, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4532, timestamp=1517885220946, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4533, timestamp=1517885220946, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4534, timestamp=1517885220946, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4535, timestamp=1517885220947, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4536, timestamp=1517885220947, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4537, timestamp=1517885220947, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4538, timestamp=1517885220947, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4539, timestamp=1517885220947, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4540, timestamp=1517885220947, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4541, timestamp=1517885220947, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4542, timestamp=1517885220947, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4543, timestamp=1517885220947, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4544, timestamp=1517885220947, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4545, timestamp=1517885220947, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4546, timestamp=1517885220948, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4547, timestamp=1517885220948, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4548, timestamp=1517885220948, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4549, timestamp=1517885220948, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4550, timestamp=1517885220948, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4551, timestamp=1517885220948, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4552, timestamp=1517885220948, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4553, timestamp=1517885220948, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4554, timestamp=1517885220948, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4555, timestamp=1517885220948, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4556, timestamp=1517885220948, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4557, timestamp=1517885220948, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4558, timestamp=1517885220948, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4559, timestamp=1517885220949, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4560, timestamp=1517885220949, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4561, timestamp=1517885220949, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4562, timestamp=1517885220949, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4563, timestamp=1517885220949, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4564, timestamp=1517885220949, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4565, timestamp=1517885220949, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4566, timestamp=1517885220949, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4567, timestamp=1517885220949, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4568, timestamp=1517885220949, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4569, timestamp=1517885220949, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4570, timestamp=1517885220949, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4571, timestamp=1517885220949, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4572, timestamp=1517885220949, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4573, timestamp=1517885220949, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4574, timestamp=1517885220949, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4575, timestamp=1517885220949, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4576, timestamp=1517885220949, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4577, timestamp=1517885220949, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4578, timestamp=1517885220949, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4579, timestamp=1517885220950, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4580, timestamp=1517885220950, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4581, timestamp=1517885220950, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4582, timestamp=1517885220950, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4583, timestamp=1517885220950, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4584, timestamp=1517885220950, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4585, timestamp=1517885220950, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4586, timestamp=1517885220950, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4587, timestamp=1517885220951, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4588, timestamp=1517885220951, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4589, timestamp=1517885220951, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4590, timestamp=1517885220951, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4591, timestamp=1517885220951, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4592, timestamp=1517885220951, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4593, timestamp=1517885220951, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4594, timestamp=1517885220951, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4595, timestamp=1517885220951, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4596, timestamp=1517885220951, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4597, timestamp=1517885220951, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4598, timestamp=1517885220952, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4599, timestamp=1517885220952, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4600, timestamp=1517885220952, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4601, timestamp=1517885220952, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4602, timestamp=1517885220952, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4603, timestamp=1517885220952, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4604, timestamp=1517885220952, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4605, timestamp=1517885220952, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4606, timestamp=1517885220952, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4607, timestamp=1517885220953, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4608, timestamp=1517885220953, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4609, timestamp=1517885220953, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4610, timestamp=1517885220953, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4611, timestamp=1517885220953, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4612, timestamp=1517885220953, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4613, timestamp=1517885220953, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4614, timestamp=1517885220953, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4615, timestamp=1517885220953, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4616, timestamp=1517885220953, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4617, timestamp=1517885220953, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4618, timestamp=1517885220953, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4619, timestamp=1517885220953, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4620, timestamp=1517885220953, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4621, timestamp=1517885220953, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4622, timestamp=1517885220953, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4623, timestamp=1517885220953, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4624, timestamp=1517885220953, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4625, timestamp=1517885220953, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4626, timestamp=1517885220954, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4627, timestamp=1517885220954, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4628, timestamp=1517885220954, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4629, timestamp=1517885220954, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4630, timestamp=1517885220954, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4631, timestamp=1517885220954, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4632, timestamp=1517885220954, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4633, timestamp=1517885220954, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4634, timestamp=1517885220955, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4635, timestamp=1517885220955, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4636, timestamp=1517885220955, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4637, timestamp=1517885220955, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4638, timestamp=1517885220955, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4639, timestamp=1517885220955, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4640, timestamp=1517885220955, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4641, timestamp=1517885220955, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4642, timestamp=1517885220956, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4643, timestamp=1517885220956, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4644, timestamp=1517885220956, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4645, timestamp=1517885220956, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4646, timestamp=1517885220956, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4647, timestamp=1517885220956, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4648, timestamp=1517885220956, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4649, timestamp=1517885220957, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4650, timestamp=1517885220957, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4651, timestamp=1517885220957, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4652, timestamp=1517885220957, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4653, timestamp=1517885220957, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4654, timestamp=1517885220957, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4655, timestamp=1517885220957, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4656, timestamp=1517885220957, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4657, timestamp=1517885220957, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4658, timestamp=1517885220957, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4659, timestamp=1517885220957, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4660, timestamp=1517885220957, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4661, timestamp=1517885220957, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4662, timestamp=1517885220958, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4663, timestamp=1517885220958, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4664, timestamp=1517885220958, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4665, timestamp=1517885220958, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4666, timestamp=1517885220958, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4667, timestamp=1517885220958, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4668, timestamp=1517885220958, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4669, timestamp=1517885220959, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4670, timestamp=1517885220959, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4671, timestamp=1517885220959, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4672, timestamp=1517885220959, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4673, timestamp=1517885220959, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4674, timestamp=1517885220959, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4675, timestamp=1517885220959, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4676, timestamp=1517885220959, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4677, timestamp=1517885220959, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4678, timestamp=1517885220960, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4679, timestamp=1517885220960, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4680, timestamp=1517885220960, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4681, timestamp=1517885220960, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4682, timestamp=1517885220960, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4683, timestamp=1517885220960, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4684, timestamp=1517885220960, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4685, timestamp=1517885220960, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4686, timestamp=1517885220960, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4687, timestamp=1517885220960, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4688, timestamp=1517885220960, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4689, timestamp=1517885220961, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4690, timestamp=1517885220961, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4691, timestamp=1517885220961, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4692, timestamp=1517885220961, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4693, timestamp=1517885220961, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4694, timestamp=1517885220961, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4695, timestamp=1517885220961, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4696, timestamp=1517885220961, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4697, timestamp=1517885220961, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4698, timestamp=1517885220961, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4699, timestamp=1517885220961, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4700, timestamp=1517885220961, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4701, timestamp=1517885220961, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4702, timestamp=1517885220961, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4703, timestamp=1517885220961, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4704, timestamp=1517885220961, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4705, timestamp=1517885220961, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4706, timestamp=1517885220961, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4707, timestamp=1517885220962, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4708, timestamp=1517885220962, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4709, timestamp=1517885220962, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4710, timestamp=1517885220962, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4711, timestamp=1517885220962, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4712, timestamp=1517885220962, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4713, timestamp=1517885220962, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4714, timestamp=1517885220962, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4715, timestamp=1517885220962, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4716, timestamp=1517885220962, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4717, timestamp=1517885220962, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4718, timestamp=1517885220962, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4719, timestamp=1517885220962, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4720, timestamp=1517885220963, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4721, timestamp=1517885220963, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4722, timestamp=1517885220963, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4723, timestamp=1517885220963, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4724, timestamp=1517885220963, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4725, timestamp=1517885220963, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4726, timestamp=1517885220963, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4727, timestamp=1517885220963, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4728, timestamp=1517885220963, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4729, timestamp=1517885220963, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4730, timestamp=1517885220963, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4731, timestamp=1517885220964, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4732, timestamp=1517885220964, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4733, timestamp=1517885220964, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4734, timestamp=1517885220964, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4735, timestamp=1517885220964, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4736, timestamp=1517885220964, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4737, timestamp=1517885220964, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4738, timestamp=1517885220964, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4739, timestamp=1517885220964, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4740, timestamp=1517885220964, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4741, timestamp=1517885220964, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4742, timestamp=1517885220964, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4743, timestamp=1517885220964, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4744, timestamp=1517885220964, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4745, timestamp=1517885220965, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4746, timestamp=1517885220965, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4747, timestamp=1517885220965, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4748, timestamp=1517885220965, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4749, timestamp=1517885220965, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4750, timestamp=1517885220965, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4751, timestamp=1517885220966, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4752, timestamp=1517885220966, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4753, timestamp=1517885220966, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4754, timestamp=1517885220966, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4755, timestamp=1517885220966, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4756, timestamp=1517885220966, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4757, timestamp=1517885220966, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4758, timestamp=1517885220967, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4759, timestamp=1517885220967, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4760, timestamp=1517885220967, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4761, timestamp=1517885220967, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4762, timestamp=1517885220968, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4763, timestamp=1517885220968, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4764, timestamp=1517885220968, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4765, timestamp=1517885220968, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4766, timestamp=1517885220968, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4767, timestamp=1517885220968, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4768, timestamp=1517885220968, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4769, timestamp=1517885220968, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4770, timestamp=1517885220969, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4771, timestamp=1517885220969, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4772, timestamp=1517885220969, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4773, timestamp=1517885220969, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4774, timestamp=1517885220969, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4775, timestamp=1517885220969, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4776, timestamp=1517885220969, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4777, timestamp=1517885220970, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4778, timestamp=1517885220970, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4779, timestamp=1517885220970, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4780, timestamp=1517885220970, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4781, timestamp=1517885220970, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4782, timestamp=1517885220970, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4783, timestamp=1517885220971, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4784, timestamp=1517885220971, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4785, timestamp=1517885220971, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4786, timestamp=1517885220971, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4787, timestamp=1517885220971, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4788, timestamp=1517885220971, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4789, timestamp=1517885220972, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4790, timestamp=1517885220972, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4791, timestamp=1517885220972, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4792, timestamp=1517885220972, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4793, timestamp=1517885220972, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4794, timestamp=1517885220972, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4795, timestamp=1517885220972, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4796, timestamp=1517885220972, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4797, timestamp=1517885220973, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4798, timestamp=1517885220973, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4799, timestamp=1517885220973, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4800, timestamp=1517885220973, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4801, timestamp=1517885220973, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4802, timestamp=1517885220973, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4803, timestamp=1517885220973, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4804, timestamp=1517885220973, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4805, timestamp=1517885220973, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4806, timestamp=1517885220973, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4807, timestamp=1517885220974, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4808, timestamp=1517885220974, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=4809, timestamp=1517885220974, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4810, timestamp=1517885220974, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4811, timestamp=1517885220974, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4812, timestamp=1517885220974, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4813, timestamp=1517885220975, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4814, timestamp=1517885220975, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4815, timestamp=1517885220975, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4816, timestamp=1517885220975, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4817, timestamp=1517885220975, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4818, timestamp=1517885220975, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4819, timestamp=1517885220975, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4820, timestamp=1517885220976, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4821, timestamp=1517885220976, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4822, timestamp=1517885220976, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4823, timestamp=1517885220976, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4824, timestamp=1517885220976, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4825, timestamp=1517885220977, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4826, timestamp=1517885220977, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4827, timestamp=1517885220977, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4828, timestamp=1517885220977, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4829, timestamp=1517885220977, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4830, timestamp=1517885220977, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4831, timestamp=1517885220977, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4832, timestamp=1517885220977, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4833, timestamp=1517885220978, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4834, timestamp=1517885220978, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4835, timestamp=1517885220978, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4836, timestamp=1517885220978, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4837, timestamp=1517885220978, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4838, timestamp=1517885220978, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4839, timestamp=1517885220978, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4840, timestamp=1517885220978, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4841, timestamp=1517885220979, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4842, timestamp=1517885220979, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4843, timestamp=1517885220979, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4844, timestamp=1517885220979, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4845, timestamp=1517885220979, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4846, timestamp=1517885220979, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4847, timestamp=1517885220979, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4848, timestamp=1517885220979, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4849, timestamp=1517885220979, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4850, timestamp=1517885220980, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4851, timestamp=1517885220980, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4852, timestamp=1517885220980, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4853, timestamp=1517885220980, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4854, timestamp=1517885220980, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4855, timestamp=1517885220980, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4856, timestamp=1517885220980, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4857, timestamp=1517885220980, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4858, timestamp=1517885220980, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4859, timestamp=1517885220981, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4860, timestamp=1517885220981, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4861, timestamp=1517885220981, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4862, timestamp=1517885220981, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4863, timestamp=1517885220981, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4864, timestamp=1517885220981, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4865, timestamp=1517885220981, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4866, timestamp=1517885220981, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4867, timestamp=1517885220981, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4868, timestamp=1517885220981, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4869, timestamp=1517885220981, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4870, timestamp=1517885220981, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4871, timestamp=1517885220981, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4872, timestamp=1517885220982, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4873, timestamp=1517885220982, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=4874, timestamp=1517885220982, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=4875, timestamp=1517885220982, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4876, timestamp=1517885220982, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4877, timestamp=1517885220982, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4878, timestamp=1517885220982, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4879, timestamp=1517885220982, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4880, timestamp=1517885220982, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4881, timestamp=1517885220982, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4882, timestamp=1517885220983, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4883, timestamp=1517885220983, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4884, timestamp=1517885220983, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4885, timestamp=1517885220983, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4886, timestamp=1517885220983, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4887, timestamp=1517885220983, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4888, timestamp=1517885220983, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=4889, timestamp=1517885220983, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4890, timestamp=1517885220983, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4891, timestamp=1517885220983, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4892, timestamp=1517885220983, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4893, timestamp=1517885220983, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4894, timestamp=1517885220984, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4895, timestamp=1517885220984, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=4896, timestamp=1517885220984, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4897, timestamp=1517885220984, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4898, timestamp=1517885220984, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4899, timestamp=1517885220984, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4900, timestamp=1517885220984, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4901, timestamp=1517885220984, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4902, timestamp=1517885220984, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4903, timestamp=1517885220984, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4904, timestamp=1517885220985, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4905, timestamp=1517885220985, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=4906, timestamp=1517885220985, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4907, timestamp=1517885220985, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4908, timestamp=1517885220985, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4909, timestamp=1517885220985, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=4910, timestamp=1517885220985, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4911, timestamp=1517885220985, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=4912, timestamp=1517885220986, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4913, timestamp=1517885220986, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4914, timestamp=1517885220986, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4915, timestamp=1517885220986, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=4916, timestamp=1517885220986, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4917, timestamp=1517885220986, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4918, timestamp=1517885220986, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4919, timestamp=1517885220987, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4920, timestamp=1517885220987, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4921, timestamp=1517885220987, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4922, timestamp=1517885220987, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4923, timestamp=1517885220987, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4924, timestamp=1517885220987, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4925, timestamp=1517885220987, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4926, timestamp=1517885220987, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4927, timestamp=1517885220987, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4928, timestamp=1517885220987, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4929, timestamp=1517885220987, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=4930, timestamp=1517885220987, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4931, timestamp=1517885220987, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=4932, timestamp=1517885220987, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4933, timestamp=1517885220988, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=4934, timestamp=1517885220988, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4935, timestamp=1517885220988, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4936, timestamp=1517885220988, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4937, timestamp=1517885220988, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4938, timestamp=1517885220988, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4939, timestamp=1517885220988, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4940, timestamp=1517885220988, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4941, timestamp=1517885220988, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4942, timestamp=1517885220988, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4943, timestamp=1517885220988, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=4944, timestamp=1517885220988, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4945, timestamp=1517885220988, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4946, timestamp=1517885220988, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4947, timestamp=1517885220989, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4948, timestamp=1517885220989, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4949, timestamp=1517885220989, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=4950, timestamp=1517885220989, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=4951, timestamp=1517885220989, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4952, timestamp=1517885220989, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4953, timestamp=1517885220989, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4954, timestamp=1517885220989, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4955, timestamp=1517885220990, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=4956, timestamp=1517885220990, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=4957, timestamp=1517885220990, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=4958, timestamp=1517885220990, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=4959, timestamp=1517885220990, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=4960, timestamp=1517885220990, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4961, timestamp=1517885220990, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=4962, timestamp=1517885220990, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=4963, timestamp=1517885220990, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=4964, timestamp=1517885220991, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=4965, timestamp=1517885220991, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4966, timestamp=1517885220991, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4967, timestamp=1517885220991, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=4968, timestamp=1517885220991, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4969, timestamp=1517885220991, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=4970, timestamp=1517885220991, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=4971, timestamp=1517885220991, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4972, timestamp=1517885220991, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=4973, timestamp=1517885220991, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=4974, timestamp=1517885220991, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4975, timestamp=1517885220991, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=4976, timestamp=1517885220992, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4977, timestamp=1517885220992, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=4978, timestamp=1517885220992, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=4979, timestamp=1517885220992, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=4980, timestamp=1517885220992, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4981, timestamp=1517885220992, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=4982, timestamp=1517885220992, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=4983, timestamp=1517885220992, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=4984, timestamp=1517885220992, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=4985, timestamp=1517885220992, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4986, timestamp=1517885220992, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=4987, timestamp=1517885220993, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=4988, timestamp=1517885220993, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=4989, timestamp=1517885220993, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=4990, timestamp=1517885220993, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=4991, timestamp=1517885220993, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=4992, timestamp=1517885220993, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=4993, timestamp=1517885220994, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=4994, timestamp=1517885220994, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=4995, timestamp=1517885220994, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=4996, timestamp=1517885220994, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=4997, timestamp=1517885220994, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=4998, timestamp=1517885220994, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=4999, timestamp=1517885220995, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5000, timestamp=1517885220995, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5001, timestamp=1517885220995, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5002, timestamp=1517885220995, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5003, timestamp=1517885220995, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5004, timestamp=1517885220995, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5005, timestamp=1517885220995, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5006, timestamp=1517885220995, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5007, timestamp=1517885220995, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5008, timestamp=1517885220996, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5009, timestamp=1517885220997, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5010, timestamp=1517885220997, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5011, timestamp=1517885220997, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5012, timestamp=1517885220997, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5013, timestamp=1517885220997, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5014, timestamp=1517885220997, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5015, timestamp=1517885220997, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5016, timestamp=1517885220997, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5017, timestamp=1517885220998, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5018, timestamp=1517885220998, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5019, timestamp=1517885220998, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5020, timestamp=1517885220998, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5021, timestamp=1517885220998, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5022, timestamp=1517885220998, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5023, timestamp=1517885220998, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5024, timestamp=1517885220998, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5025, timestamp=1517885220998, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5026, timestamp=1517885220998, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5027, timestamp=1517885220999, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5028, timestamp=1517885220999, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5029, timestamp=1517885220999, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5030, timestamp=1517885220999, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5031, timestamp=1517885220999, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5032, timestamp=1517885220999, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5033, timestamp=1517885221000, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5034, timestamp=1517885221000, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5035, timestamp=1517885221000, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5036, timestamp=1517885221001, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5037, timestamp=1517885221001, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5038, timestamp=1517885221001, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5039, timestamp=1517885221001, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5040, timestamp=1517885221001, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5041, timestamp=1517885221002, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5042, timestamp=1517885221002, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5043, timestamp=1517885221002, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5044, timestamp=1517885221002, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5045, timestamp=1517885221002, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5046, timestamp=1517885221003, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5047, timestamp=1517885221003, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5048, timestamp=1517885221003, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5049, timestamp=1517885221003, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5050, timestamp=1517885221004, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5051, timestamp=1517885221004, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5052, timestamp=1517885221004, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5053, timestamp=1517885221004, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5054, timestamp=1517885221004, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5055, timestamp=1517885221005, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5056, timestamp=1517885221005, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5057, timestamp=1517885221005, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5058, timestamp=1517885221005, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5059, timestamp=1517885221005, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5060, timestamp=1517885221005, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5061, timestamp=1517885221005, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5062, timestamp=1517885221006, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5063, timestamp=1517885221006, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5064, timestamp=1517885221006, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5065, timestamp=1517885221006, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5066, timestamp=1517885221006, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5067, timestamp=1517885221007, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5068, timestamp=1517885221007, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5069, timestamp=1517885221007, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5070, timestamp=1517885221007, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5071, timestamp=1517885221008, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5072, timestamp=1517885221008, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5073, timestamp=1517885221008, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5074, timestamp=1517885221008, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5075, timestamp=1517885221008, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5076, timestamp=1517885221008, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5077, timestamp=1517885221009, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5078, timestamp=1517885221009, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5079, timestamp=1517885221009, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5080, timestamp=1517885221009, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5081, timestamp=1517885221010, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5082, timestamp=1517885221010, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5083, timestamp=1517885221010, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5084, timestamp=1517885221010, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5085, timestamp=1517885221010, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5086, timestamp=1517885221010, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5087, timestamp=1517885221010, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5088, timestamp=1517885221010, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5089, timestamp=1517885221010, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5090, timestamp=1517885221010, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5091, timestamp=1517885221010, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5092, timestamp=1517885221010, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5093, timestamp=1517885221011, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5094, timestamp=1517885221011, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5095, timestamp=1517885221011, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5096, timestamp=1517885221011, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5097, timestamp=1517885221011, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5098, timestamp=1517885221012, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5099, timestamp=1517885221012, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5100, timestamp=1517885221012, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5101, timestamp=1517885221012, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5102, timestamp=1517885221012, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5103, timestamp=1517885221012, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5104, timestamp=1517885221012, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5105, timestamp=1517885221012, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5106, timestamp=1517885221013, key=8 bytes, value=606 bytes))]},{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=5072, timestamp=1517885221003, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5073, timestamp=1517885221004, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5074, timestamp=1517885221004, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5075, timestamp=1517885221005, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5076, timestamp=1517885221005, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5077, timestamp=1517885221005, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5078, timestamp=1517885221005, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5079, timestamp=1517885221006, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5080, timestamp=1517885221006, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5081, timestamp=1517885221006, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5082, timestamp=1517885221006, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5083, timestamp=1517885221007, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5084, timestamp=1517885221007, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5085, timestamp=1517885221007, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5086, timestamp=1517885221007, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5087, timestamp=1517885221007, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5088, timestamp=1517885221007, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5089, timestamp=1517885221008, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5090, timestamp=1517885221008, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5091, timestamp=1517885221008, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5092, timestamp=1517885221009, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5093, timestamp=1517885221009, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5094, timestamp=1517885221009, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5095, timestamp=1517885221009, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5096, timestamp=1517885221009, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5097, timestamp=1517885221009, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5098, timestamp=1517885221009, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5099, timestamp=1517885221009, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5100, timestamp=1517885221009, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5101, timestamp=1517885221009, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5102, timestamp=1517885221010, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5103, timestamp=1517885221010, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5104, timestamp=1517885221010, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5105, timestamp=1517885221010, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5106, timestamp=1517885221010, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5107, timestamp=1517885221011, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5108, timestamp=1517885221011, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5109, timestamp=1517885221011, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5110, timestamp=1517885221011, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5111, timestamp=1517885221011, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5112, timestamp=1517885221011, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5113, timestamp=1517885221011, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5114, timestamp=1517885221011, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5115, timestamp=1517885221011, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5116, timestamp=1517885221011, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5117, timestamp=1517885221012, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5118, timestamp=1517885221012, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5119, timestamp=1517885221012, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5120, timestamp=1517885221013, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5121, timestamp=1517885221013, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5122, timestamp=1517885221013, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5123, timestamp=1517885221013, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5124, timestamp=1517885221013, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5125, timestamp=1517885221013, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5126, timestamp=1517885221013, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5127, timestamp=1517885221013, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5128, timestamp=1517885221014, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5129, timestamp=1517885221014, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5130, timestamp=1517885221014, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5131, timestamp=1517885221014, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5132, timestamp=1517885221014, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5133, timestamp=1517885221014, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5134, timestamp=1517885221015, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5135, timestamp=1517885221015, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5136, timestamp=1517885221015, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5137, timestamp=1517885221015, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5138, timestamp=1517885221015, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5139, timestamp=1517885221016, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5140, timestamp=1517885221016, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5141, timestamp=1517885221016, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5142, timestamp=1517885221017, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5143, timestamp=1517885221017, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5144, timestamp=1517885221017, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5145, timestamp=1517885221017, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5146, timestamp=1517885221017, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5147, timestamp=1517885221017, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5148, timestamp=1517885221017, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5149, timestamp=1517885221017, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5150, timestamp=1517885221017, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5151, timestamp=1517885221018, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5152, timestamp=1517885221018, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5153, timestamp=1517885221018, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5154, timestamp=1517885221018, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5155, timestamp=1517885221018, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5156, timestamp=1517885221018, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5157, timestamp=1517885221018, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5158, timestamp=1517885221018, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5159, timestamp=1517885221018, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5160, timestamp=1517885221018, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5161, timestamp=1517885221019, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5162, timestamp=1517885221019, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5163, timestamp=1517885221019, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5164, timestamp=1517885221020, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5165, timestamp=1517885221020, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5166, timestamp=1517885221020, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5167, timestamp=1517885221020, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5168, timestamp=1517885221020, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5169, timestamp=1517885221020, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5170, timestamp=1517885221020, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5171, timestamp=1517885221021, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5172, timestamp=1517885221021, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5173, timestamp=1517885221021, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5174, timestamp=1517885221021, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5175, timestamp=1517885221021, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5176, timestamp=1517885221021, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5177, timestamp=1517885221022, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5178, timestamp=1517885221022, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5179, timestamp=1517885221022, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5180, timestamp=1517885221022, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5181, timestamp=1517885221022, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5182, timestamp=1517885221022, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5183, timestamp=1517885221022, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5184, timestamp=1517885221023, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5185, timestamp=1517885221024, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5186, timestamp=1517885221024, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5187, timestamp=1517885221025, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5188, timestamp=1517885221025, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5189, timestamp=1517885221025, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5190, timestamp=1517885221025, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5191, timestamp=1517885221026, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5192, timestamp=1517885221026, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5193, timestamp=1517885221026, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5194, timestamp=1517885221026, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5195, timestamp=1517885221027, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5196, timestamp=1517885221027, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5197, timestamp=1517885221027, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5198, timestamp=1517885221028, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5199, timestamp=1517885221028, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5200, timestamp=1517885221028, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5201, timestamp=1517885221028, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5202, timestamp=1517885221029, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5203, timestamp=1517885221029, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5204, timestamp=1517885221030, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5205, timestamp=1517885221030, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5206, timestamp=1517885221032, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5207, timestamp=1517885221032, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5208, timestamp=1517885221032, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5209, timestamp=1517885221032, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5210, timestamp=1517885221033, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5211, timestamp=1517885221033, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5212, timestamp=1517885221033, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5213, timestamp=1517885221033, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5214, timestamp=1517885221034, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5215, timestamp=1517885221034, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5216, timestamp=1517885221034, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5217, timestamp=1517885221034, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5218, timestamp=1517885221035, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5219, timestamp=1517885221035, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5220, timestamp=1517885221035, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5221, timestamp=1517885221035, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5222, timestamp=1517885221036, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5223, timestamp=1517885221036, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5224, timestamp=1517885221037, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5225, timestamp=1517885221037, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5226, timestamp=1517885221037, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5227, timestamp=1517885221038, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5228, timestamp=1517885221039, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5229, timestamp=1517885221040, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5230, timestamp=1517885221041, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5231, timestamp=1517885221041, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5232, timestamp=1517885221041, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5233, timestamp=1517885221042, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5234, timestamp=1517885221042, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5235, timestamp=1517885221042, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5236, timestamp=1517885221042, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5237, timestamp=1517885221044, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5238, timestamp=1517885221044, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5239, timestamp=1517885221044, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5240, timestamp=1517885221045, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5241, timestamp=1517885221045, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5242, timestamp=1517885221045, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5243, timestamp=1517885221045, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5244, timestamp=1517885221045, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5245, timestamp=1517885221045, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5246, timestamp=1517885221045, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5247, timestamp=1517885221045, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5248, timestamp=1517885221045, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5249, timestamp=1517885221045, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5250, timestamp=1517885221046, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5251, timestamp=1517885221046, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5252, timestamp=1517885221046, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5253, timestamp=1517885221046, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5254, timestamp=1517885221047, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5255, timestamp=1517885221047, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5256, timestamp=1517885221047, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5257, timestamp=1517885221048, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5258, timestamp=1517885221048, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5259, timestamp=1517885221048, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5260, timestamp=1517885221048, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5261, timestamp=1517885221048, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5262, timestamp=1517885221048, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5263, timestamp=1517885221049, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5264, timestamp=1517885221049, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5265, timestamp=1517885221049, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5266, timestamp=1517885221049, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5267, timestamp=1517885221049, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5268, timestamp=1517885221049, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5269, timestamp=1517885221049, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5270, timestamp=1517885221049, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5271, timestamp=1517885221049, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5272, timestamp=1517885221049, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5273, timestamp=1517885221049, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5274, timestamp=1517885221049, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5275, timestamp=1517885221050, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5276, timestamp=1517885221050, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5277, timestamp=1517885221050, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5278, timestamp=1517885221050, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5279, timestamp=1517885221050, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5280, timestamp=1517885221050, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5281, timestamp=1517885221050, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5282, timestamp=1517885221050, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5283, timestamp=1517885221050, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5284, timestamp=1517885221051, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5285, timestamp=1517885221051, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5286, timestamp=1517885221051, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5287, timestamp=1517885221051, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5288, timestamp=1517885221051, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5289, timestamp=1517885221051, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5290, timestamp=1517885221051, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5291, timestamp=1517885221051, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5292, timestamp=1517885221051, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5293, timestamp=1517885221052, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5294, timestamp=1517885221052, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5295, timestamp=1517885221052, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5296, timestamp=1517885221053, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5297, timestamp=1517885221053, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5298, timestamp=1517885221053, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5299, timestamp=1517885221053, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5300, timestamp=1517885221053, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5301, timestamp=1517885221053, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5302, timestamp=1517885221053, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5303, timestamp=1517885221054, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5304, timestamp=1517885221054, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5305, timestamp=1517885221054, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5306, timestamp=1517885221054, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5307, timestamp=1517885221054, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5308, timestamp=1517885221054, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5309, timestamp=1517885221055, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5310, timestamp=1517885221055, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5311, timestamp=1517885221055, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5312, timestamp=1517885221055, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5313, timestamp=1517885221055, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5314, timestamp=1517885221055, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5315, timestamp=1517885221055, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5316, timestamp=1517885221055, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5317, timestamp=1517885221055, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5318, timestamp=1517885221055, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5319, timestamp=1517885221056, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5320, timestamp=1517885221056, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5321, timestamp=1517885221056, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5322, timestamp=1517885221057, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5323, timestamp=1517885221057, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5324, timestamp=1517885221057, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5325, timestamp=1517885221057, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5326, timestamp=1517885221057, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5327, timestamp=1517885221058, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5328, timestamp=1517885221058, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5329, timestamp=1517885221058, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5330, timestamp=1517885221059, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5331, timestamp=1517885221059, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5332, timestamp=1517885221059, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5333, timestamp=1517885221059, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5334, timestamp=1517885221059, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5335, timestamp=1517885221059, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5336, timestamp=1517885221059, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5337, timestamp=1517885221059, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5338, timestamp=1517885221059, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5339, timestamp=1517885221060, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5340, timestamp=1517885221060, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5341, timestamp=1517885221060, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5342, timestamp=1517885221060, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5343, timestamp=1517885221060, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5344, timestamp=1517885221060, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5345, timestamp=1517885221060, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5346, timestamp=1517885221061, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5347, timestamp=1517885221061, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5348, timestamp=1517885221061, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5349, timestamp=1517885221061, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5350, timestamp=1517885221061, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5351, timestamp=1517885221061, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5352, timestamp=1517885221061, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5353, timestamp=1517885221061, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5354, timestamp=1517885221062, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5355, timestamp=1517885221062, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5356, timestamp=1517885221062, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5357, timestamp=1517885221062, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5358, timestamp=1517885221062, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5359, timestamp=1517885221063, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5360, timestamp=1517885221063, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5361, timestamp=1517885221064, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5362, timestamp=1517885221064, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5363, timestamp=1517885221064, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5364, timestamp=1517885221064, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5365, timestamp=1517885221064, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5366, timestamp=1517885221064, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5367, timestamp=1517885221065, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5368, timestamp=1517885221065, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5369, timestamp=1517885221065, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5370, timestamp=1517885221065, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5371, timestamp=1517885221065, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5372, timestamp=1517885221065, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5373, timestamp=1517885221065, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5374, timestamp=1517885221065, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5375, timestamp=1517885221065, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5376, timestamp=1517885221065, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5377, timestamp=1517885221066, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5378, timestamp=1517885221066, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5379, timestamp=1517885221066, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5380, timestamp=1517885221066, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5381, timestamp=1517885221066, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5382, timestamp=1517885221066, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5383, timestamp=1517885221066, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5384, timestamp=1517885221067, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5385, timestamp=1517885221067, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5386, timestamp=1517885221067, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5387, timestamp=1517885221067, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5388, timestamp=1517885221067, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5389, timestamp=1517885221067, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5390, timestamp=1517885221067, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5391, timestamp=1517885221067, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5392, timestamp=1517885221067, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5393, timestamp=1517885221067, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5394, timestamp=1517885221068, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5395, timestamp=1517885221068, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5396, timestamp=1517885221068, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5397, timestamp=1517885221068, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5398, timestamp=1517885221068, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5399, timestamp=1517885221068, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5400, timestamp=1517885221068, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5401, timestamp=1517885221068, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5402, timestamp=1517885221068, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5403, timestamp=1517885221068, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5404, timestamp=1517885221069, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5405, timestamp=1517885221069, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5406, timestamp=1517885221069, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5407, timestamp=1517885221069, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5408, timestamp=1517885221069, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5409, timestamp=1517885221069, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5410, timestamp=1517885221069, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5411, timestamp=1517885221069, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5412, timestamp=1517885221069, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5413, timestamp=1517885221069, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5414, timestamp=1517885221069, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5415, timestamp=1517885221069, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5416, timestamp=1517885221069, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5417, timestamp=1517885221070, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5418, timestamp=1517885221070, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5419, timestamp=1517885221070, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5420, timestamp=1517885221070, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5421, timestamp=1517885221070, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5422, timestamp=1517885221070, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5423, timestamp=1517885221070, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5424, timestamp=1517885221070, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5425, timestamp=1517885221070, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5426, timestamp=1517885221070, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5427, timestamp=1517885221070, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5428, timestamp=1517885221070, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5429, timestamp=1517885221071, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5430, timestamp=1517885221071, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5431, timestamp=1517885221071, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5432, timestamp=1517885221071, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5433, timestamp=1517885221071, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5434, timestamp=1517885221071, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5435, timestamp=1517885221071, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5436, timestamp=1517885221072, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5437, timestamp=1517885221072, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5438, timestamp=1517885221072, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5439, timestamp=1517885221072, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5440, timestamp=1517885221072, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5441, timestamp=1517885221072, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5442, timestamp=1517885221072, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5443, timestamp=1517885221072, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5444, timestamp=1517885221072, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5445, timestamp=1517885221072, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5446, timestamp=1517885221073, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5447, timestamp=1517885221073, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5448, timestamp=1517885221073, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5449, timestamp=1517885221073, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5450, timestamp=1517885221073, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5451, timestamp=1517885221074, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5452, timestamp=1517885221074, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5453, timestamp=1517885221074, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5454, timestamp=1517885221074, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5455, timestamp=1517885221074, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5456, timestamp=1517885221074, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5457, timestamp=1517885221074, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5458, timestamp=1517885221074, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5459, timestamp=1517885221075, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5460, timestamp=1517885221075, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5461, timestamp=1517885221075, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5462, timestamp=1517885221075, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5463, timestamp=1517885221075, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5464, timestamp=1517885221075, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5465, timestamp=1517885221075, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5466, timestamp=1517885221075, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5467, timestamp=1517885221076, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5468, timestamp=1517885221076, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5469, timestamp=1517885221076, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5470, timestamp=1517885221076, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5471, timestamp=1517885221076, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5472, timestamp=1517885221076, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5473, timestamp=1517885221076, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5474, timestamp=1517885221077, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5475, timestamp=1517885221077, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5476, timestamp=1517885221077, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5477, timestamp=1517885221077, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5478, timestamp=1517885221077, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5479, timestamp=1517885221077, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5480, timestamp=1517885221077, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5481, timestamp=1517885221077, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5482, timestamp=1517885221077, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5483, timestamp=1517885221078, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5484, timestamp=1517885221078, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5485, timestamp=1517885221078, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5486, timestamp=1517885221078, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5487, timestamp=1517885221079, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5488, timestamp=1517885221079, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5489, timestamp=1517885221079, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5490, timestamp=1517885221079, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5491, timestamp=1517885221079, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5492, timestamp=1517885221079, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5493, timestamp=1517885221080, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5494, timestamp=1517885221080, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5495, timestamp=1517885221080, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5496, timestamp=1517885221080, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5497, timestamp=1517885221080, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5498, timestamp=1517885221081, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5499, timestamp=1517885221081, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5500, timestamp=1517885221081, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5501, timestamp=1517885221081, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5502, timestamp=1517885221081, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5503, timestamp=1517885221082, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5504, timestamp=1517885221082, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5505, timestamp=1517885221082, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5506, timestamp=1517885221082, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5507, timestamp=1517885221082, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5508, timestamp=1517885221082, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5509, timestamp=1517885221082, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5510, timestamp=1517885221082, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5511, timestamp=1517885221083, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5512, timestamp=1517885221083, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5513, timestamp=1517885221083, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5514, timestamp=1517885221084, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5515, timestamp=1517885221084, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5516, timestamp=1517885221085, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5517, timestamp=1517885221086, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5518, timestamp=1517885221086, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5519, timestamp=1517885221086, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5520, timestamp=1517885221086, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5521, timestamp=1517885221086, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5522, timestamp=1517885221086, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5523, timestamp=1517885221086, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5524, timestamp=1517885221086, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5525, timestamp=1517885221087, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5526, timestamp=1517885221087, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5527, timestamp=1517885221087, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5528, timestamp=1517885221087, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5529, timestamp=1517885221087, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5530, timestamp=1517885221087, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5531, timestamp=1517885221088, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5532, timestamp=1517885221088, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5533, timestamp=1517885221088, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5534, timestamp=1517885221088, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5535, timestamp=1517885221088, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5536, timestamp=1517885221089, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5537, timestamp=1517885221089, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5538, timestamp=1517885221089, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5539, timestamp=1517885221089, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5540, timestamp=1517885221089, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5541, timestamp=1517885221089, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5542, timestamp=1517885221089, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5543, timestamp=1517885221089, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5544, timestamp=1517885221089, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5545, timestamp=1517885221089, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5546, timestamp=1517885221090, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5547, timestamp=1517885221090, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5548, timestamp=1517885221090, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5549, timestamp=1517885221090, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5550, timestamp=1517885221090, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5551, timestamp=1517885221090, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5552, timestamp=1517885221090, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5553, timestamp=1517885221091, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5554, timestamp=1517885221091, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5555, timestamp=1517885221091, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5556, timestamp=1517885221092, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5557, timestamp=1517885221092, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5558, timestamp=1517885221092, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5559, timestamp=1517885221093, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5560, timestamp=1517885221093, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5561, timestamp=1517885221093, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5562, timestamp=1517885221093, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5563, timestamp=1517885221093, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5564, timestamp=1517885221093, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5565, timestamp=1517885221093, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5566, timestamp=1517885221093, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5567, timestamp=1517885221093, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5568, timestamp=1517885221094, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5569, timestamp=1517885221094, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5570, timestamp=1517885221094, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5571, timestamp=1517885221094, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5572, timestamp=1517885221094, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5573, timestamp=1517885221094, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5574, timestamp=1517885221094, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5575, timestamp=1517885221095, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5576, timestamp=1517885221095, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5577, timestamp=1517885221095, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5578, timestamp=1517885221095, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5579, timestamp=1517885221095, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5580, timestamp=1517885221095, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5581, timestamp=1517885221096, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5582, timestamp=1517885221096, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5583, timestamp=1517885221096, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5584, timestamp=1517885221096, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5585, timestamp=1517885221096, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5586, timestamp=1517885221096, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5587, timestamp=1517885221096, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5588, timestamp=1517885221096, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5589, timestamp=1517885221096, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5590, timestamp=1517885221096, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5591, timestamp=1517885221097, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5592, timestamp=1517885221097, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5593, timestamp=1517885221097, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5594, timestamp=1517885221097, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5595, timestamp=1517885221097, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5596, timestamp=1517885221097, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5597, timestamp=1517885221097, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5598, timestamp=1517885221098, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5599, timestamp=1517885221098, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5600, timestamp=1517885221098, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5601, timestamp=1517885221099, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5602, timestamp=1517885221099, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5603, timestamp=1517885221099, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5604, timestamp=1517885221099, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5605, timestamp=1517885221100, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5606, timestamp=1517885221100, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5607, timestamp=1517885221100, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5608, timestamp=1517885221100, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5609, timestamp=1517885221101, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5610, timestamp=1517885221101, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5611, timestamp=1517885221101, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5612, timestamp=1517885221101, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5613, timestamp=1517885221101, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5614, timestamp=1517885221101, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5615, timestamp=1517885221101, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5616, timestamp=1517885221102, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5617, timestamp=1517885221102, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5618, timestamp=1517885221102, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5619, timestamp=1517885221102, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5620, timestamp=1517885221102, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5621, timestamp=1517885221102, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5622, timestamp=1517885221103, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5623, timestamp=1517885221103, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5624, timestamp=1517885221103, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5625, timestamp=1517885221103, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5626, timestamp=1517885221103, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5627, timestamp=1517885221103, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5628, timestamp=1517885221103, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5629, timestamp=1517885221103, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5630, timestamp=1517885221103, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5631, timestamp=1517885221104, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5632, timestamp=1517885221104, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5633, timestamp=1517885221104, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5634, timestamp=1517885221104, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5635, timestamp=1517885221105, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5636, timestamp=1517885221105, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5637, timestamp=1517885221105, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5638, timestamp=1517885221106, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5639, timestamp=1517885221106, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5640, timestamp=1517885221106, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5641, timestamp=1517885221106, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5642, timestamp=1517885221106, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5643, timestamp=1517885221106, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5644, timestamp=1517885221107, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5645, timestamp=1517885221107, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5646, timestamp=1517885221108, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5647, timestamp=1517885221108, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5648, timestamp=1517885221108, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5649, timestamp=1517885221108, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5650, timestamp=1517885221108, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5651, timestamp=1517885221108, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5652, timestamp=1517885221108, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5653, timestamp=1517885221109, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5654, timestamp=1517885221109, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5655, timestamp=1517885221109, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5656, timestamp=1517885221109, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5657, timestamp=1517885221109, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5658, timestamp=1517885221109, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5659, timestamp=1517885221109, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5660, timestamp=1517885221109, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5661, timestamp=1517885221110, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5662, timestamp=1517885221110, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5663, timestamp=1517885221110, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5664, timestamp=1517885221110, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5665, timestamp=1517885221110, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5666, timestamp=1517885221110, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5667, timestamp=1517885221111, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5668, timestamp=1517885221111, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5669, timestamp=1517885221111, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5670, timestamp=1517885221111, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5671, timestamp=1517885221111, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5672, timestamp=1517885221112, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5673, timestamp=1517885221112, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5674, timestamp=1517885221112, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5675, timestamp=1517885221112, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5676, timestamp=1517885221112, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5677, timestamp=1517885221113, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5678, timestamp=1517885221113, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5679, timestamp=1517885221113, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5680, timestamp=1517885221113, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5681, timestamp=1517885221113, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5682, timestamp=1517885221113, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5683, timestamp=1517885221114, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5684, timestamp=1517885221114, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5685, timestamp=1517885221114, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5686, timestamp=1517885221114, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5687, timestamp=1517885221114, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5688, timestamp=1517885221114, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5689, timestamp=1517885221114, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5690, timestamp=1517885221115, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5691, timestamp=1517885221115, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5692, timestamp=1517885221115, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5693, timestamp=1517885221115, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5694, timestamp=1517885221116, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5695, timestamp=1517885221116, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5696, timestamp=1517885221116, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5697, timestamp=1517885221116, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5698, timestamp=1517885221116, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5699, timestamp=1517885221116, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5700, timestamp=1517885221116, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5701, timestamp=1517885221116, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5702, timestamp=1517885221116, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5703, timestamp=1517885221116, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5704, timestamp=1517885221117, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5705, timestamp=1517885221117, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5706, timestamp=1517885221117, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5707, timestamp=1517885221117, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5708, timestamp=1517885221117, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5709, timestamp=1517885221117, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5710, timestamp=1517885221118, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5711, timestamp=1517885221118, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5712, timestamp=1517885221118, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5713, timestamp=1517885221118, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5714, timestamp=1517885221118, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5715, timestamp=1517885221118, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5716, timestamp=1517885221118, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5717, timestamp=1517885221118, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5718, timestamp=1517885221119, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5719, timestamp=1517885221119, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5720, timestamp=1517885221119, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5721, timestamp=1517885221119, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5722, timestamp=1517885221120, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5723, timestamp=1517885221120, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5724, timestamp=1517885221120, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5725, timestamp=1517885221121, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5726, timestamp=1517885221121, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5727, timestamp=1517885221121, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5728, timestamp=1517885221121, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5729, timestamp=1517885221121, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5730, timestamp=1517885221121, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5731, timestamp=1517885221121, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5732, timestamp=1517885221122, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5733, timestamp=1517885221122, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5734, timestamp=1517885221122, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5735, timestamp=1517885221123, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5736, timestamp=1517885221123, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5737, timestamp=1517885221123, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5738, timestamp=1517885221123, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5739, timestamp=1517885221123, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5740, timestamp=1517885221123, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5741, timestamp=1517885221123, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5742, timestamp=1517885221123, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5743, timestamp=1517885221124, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5744, timestamp=1517885221124, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5745, timestamp=1517885221125, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5746, timestamp=1517885221125, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5747, timestamp=1517885221125, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5748, timestamp=1517885221125, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5749, timestamp=1517885221125, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5750, timestamp=1517885221126, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5751, timestamp=1517885221126, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5752, timestamp=1517885221126, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5753, timestamp=1517885221127, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5754, timestamp=1517885221127, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5755, timestamp=1517885221127, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5756, timestamp=1517885221127, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5757, timestamp=1517885221127, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5758, timestamp=1517885221127, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5759, timestamp=1517885221128, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5760, timestamp=1517885221128, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5761, timestamp=1517885221128, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5762, timestamp=1517885221129, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5763, timestamp=1517885221129, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5764, timestamp=1517885221129, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5765, timestamp=1517885221129, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5766, timestamp=1517885221129, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5767, timestamp=1517885221129, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5768, timestamp=1517885221129, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5769, timestamp=1517885221129, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5770, timestamp=1517885221130, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5771, timestamp=1517885221130, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5772, timestamp=1517885221130, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5773, timestamp=1517885221130, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5774, timestamp=1517885221131, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5775, timestamp=1517885221131, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5776, timestamp=1517885221131, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5777, timestamp=1517885221132, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5778, timestamp=1517885221132, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5779, timestamp=1517885221133, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5780, timestamp=1517885221134, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5781, timestamp=1517885221134, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5782, timestamp=1517885221135, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5783, timestamp=1517885221135, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5784, timestamp=1517885221135, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5785, timestamp=1517885221136, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5786, timestamp=1517885221136, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5787, timestamp=1517885221136, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5788, timestamp=1517885221136, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5789, timestamp=1517885221136, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5790, timestamp=1517885221136, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5791, timestamp=1517885221136, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5792, timestamp=1517885221136, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5793, timestamp=1517885221136, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5794, timestamp=1517885221136, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5795, timestamp=1517885221136, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5796, timestamp=1517885221136, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5797, timestamp=1517885221136, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5798, timestamp=1517885221137, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5799, timestamp=1517885221137, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5800, timestamp=1517885221137, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5801, timestamp=1517885221137, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5802, timestamp=1517885221138, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5803, timestamp=1517885221138, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5804, timestamp=1517885221138, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5805, timestamp=1517885221138, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5806, timestamp=1517885221138, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5807, timestamp=1517885221138, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5808, timestamp=1517885221138, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5809, timestamp=1517885221138, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5810, timestamp=1517885221139, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5811, timestamp=1517885221139, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5812, timestamp=1517885221139, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5813, timestamp=1517885221139, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5814, timestamp=1517885221139, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5815, timestamp=1517885221139, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5816, timestamp=1517885221139, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5817, timestamp=1517885221139, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5818, timestamp=1517885221140, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5819, timestamp=1517885221140, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5820, timestamp=1517885221140, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5821, timestamp=1517885221140, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5822, timestamp=1517885221140, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5823, timestamp=1517885221141, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5824, timestamp=1517885221141, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5825, timestamp=1517885221141, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5826, timestamp=1517885221141, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5827, timestamp=1517885221142, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5828, timestamp=1517885221142, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5829, timestamp=1517885221142, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5830, timestamp=1517885221142, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5831, timestamp=1517885221142, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5832, timestamp=1517885221142, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5833, timestamp=1517885221143, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5834, timestamp=1517885221143, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5835, timestamp=1517885221144, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5836, timestamp=1517885221144, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5837, timestamp=1517885221144, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5838, timestamp=1517885221144, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5839, timestamp=1517885221144, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5840, timestamp=1517885221145, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5841, timestamp=1517885221145, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5842, timestamp=1517885221146, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5843, timestamp=1517885221146, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5844, timestamp=1517885221146, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5845, timestamp=1517885221146, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5846, timestamp=1517885221146, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5847, timestamp=1517885221146, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5848, timestamp=1517885221146, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5849, timestamp=1517885221146, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5850, timestamp=1517885221147, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5851, timestamp=1517885221147, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5852, timestamp=1517885221147, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5853, timestamp=1517885221147, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5854, timestamp=1517885221147, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5855, timestamp=1517885221147, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5856, timestamp=1517885221147, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5857, timestamp=1517885221147, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5858, timestamp=1517885221147, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5859, timestamp=1517885221147, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5860, timestamp=1517885221148, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5861, timestamp=1517885221148, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5862, timestamp=1517885221148, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5863, timestamp=1517885221148, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5864, timestamp=1517885221148, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5865, timestamp=1517885221149, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5866, timestamp=1517885221149, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5867, timestamp=1517885221150, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5868, timestamp=1517885221150, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5869, timestamp=1517885221150, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5870, timestamp=1517885221150, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5871, timestamp=1517885221150, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5872, timestamp=1517885221150, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5873, timestamp=1517885221150, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5874, timestamp=1517885221151, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5875, timestamp=1517885221151, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5876, timestamp=1517885221151, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5877, timestamp=1517885221151, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5878, timestamp=1517885221151, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5879, timestamp=1517885221152, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5880, timestamp=1517885221153, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5881, timestamp=1517885221153, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5882, timestamp=1517885221153, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5883, timestamp=1517885221153, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5884, timestamp=1517885221154, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5885, timestamp=1517885221154, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5886, timestamp=1517885221154, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5887, timestamp=1517885221154, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5888, timestamp=1517885221154, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5889, timestamp=1517885221154, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5890, timestamp=1517885221154, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5891, timestamp=1517885221154, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5892, timestamp=1517885221154, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5893, timestamp=1517885221155, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5894, timestamp=1517885221155, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5895, timestamp=1517885221155, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5896, timestamp=1517885221155, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5897, timestamp=1517885221155, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5898, timestamp=1517885221155, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5899, timestamp=1517885221155, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5900, timestamp=1517885221155, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5901, timestamp=1517885221156, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5902, timestamp=1517885221156, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5903, timestamp=1517885221156, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5904, timestamp=1517885221156, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5905, timestamp=1517885221156, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5906, timestamp=1517885221156, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5907, timestamp=1517885221156, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5908, timestamp=1517885221156, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5909, timestamp=1517885221156, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5910, timestamp=1517885221156, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5911, timestamp=1517885221157, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5912, timestamp=1517885221157, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5913, timestamp=1517885221157, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5914, timestamp=1517885221157, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5915, timestamp=1517885221157, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5916, timestamp=1517885221157, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5917, timestamp=1517885221157, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5918, timestamp=1517885221158, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5919, timestamp=1517885221158, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5920, timestamp=1517885221158, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5921, timestamp=1517885221158, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5922, timestamp=1517885221158, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5923, timestamp=1517885221158, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5924, timestamp=1517885221159, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5925, timestamp=1517885221159, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5926, timestamp=1517885221159, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5927, timestamp=1517885221159, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5928, timestamp=1517885221160, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5929, timestamp=1517885221160, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5930, timestamp=1517885221160, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5931, timestamp=1517885221160, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5932, timestamp=1517885221160, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5933, timestamp=1517885221160, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5934, timestamp=1517885221160, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5935, timestamp=1517885221161, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5936, timestamp=1517885221161, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5937, timestamp=1517885221161, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5938, timestamp=1517885221161, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5939, timestamp=1517885221161, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5940, timestamp=1517885221161, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5941, timestamp=1517885221162, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5942, timestamp=1517885221162, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5943, timestamp=1517885221162, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5944, timestamp=1517885221162, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5945, timestamp=1517885221162, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5946, timestamp=1517885221163, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5947, timestamp=1517885221163, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5948, timestamp=1517885221163, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5949, timestamp=1517885221163, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5950, timestamp=1517885221163, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5951, timestamp=1517885221163, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5952, timestamp=1517885221163, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5953, timestamp=1517885221163, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5954, timestamp=1517885221164, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5955, timestamp=1517885221164, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5956, timestamp=1517885221165, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5957, timestamp=1517885221165, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5958, timestamp=1517885221165, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5959, timestamp=1517885221165, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5960, timestamp=1517885221165, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5961, timestamp=1517885221166, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5962, timestamp=1517885221166, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5963, timestamp=1517885221166, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5964, timestamp=1517885221167, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5965, timestamp=1517885221167, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5966, timestamp=1517885221167, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5967, timestamp=1517885221167, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5968, timestamp=1517885221168, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5969, timestamp=1517885221168, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5970, timestamp=1517885221168, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5971, timestamp=1517885221168, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5972, timestamp=1517885221169, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5973, timestamp=1517885221169, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5974, timestamp=1517885221169, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5975, timestamp=1517885221170, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5976, timestamp=1517885221170, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5977, timestamp=1517885221170, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5978, timestamp=1517885221170, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5979, timestamp=1517885221170, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5980, timestamp=1517885221170, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5981, timestamp=1517885221170, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5982, timestamp=1517885221170, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5983, timestamp=1517885221170, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5984, timestamp=1517885221170, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5985, timestamp=1517885221171, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5986, timestamp=1517885221171, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5987, timestamp=1517885221171, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5988, timestamp=1517885221171, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5989, timestamp=1517885221172, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5990, timestamp=1517885221172, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5991, timestamp=1517885221172, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5992, timestamp=1517885221172, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5993, timestamp=1517885221172, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5994, timestamp=1517885221173, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5995, timestamp=1517885221173, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5996, timestamp=1517885221173, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5997, timestamp=1517885221173, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5998, timestamp=1517885221173, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5999, timestamp=1517885221173, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6000, timestamp=1517885221173, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6001, timestamp=1517885221173, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6002, timestamp=1517885221174, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6003, timestamp=1517885221174, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6004, timestamp=1517885221174, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6005, timestamp=1517885221176, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6006, timestamp=1517885221176, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6007, timestamp=1517885221176, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6008, timestamp=1517885221176, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6009, timestamp=1517885221176, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6010, timestamp=1517885221177, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6011, timestamp=1517885221177, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6012, timestamp=1517885221178, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6013, timestamp=1517885221178, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6014, timestamp=1517885221178, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6015, timestamp=1517885221178, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6016, timestamp=1517885221178, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6017, timestamp=1517885221178, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6018, timestamp=1517885221179, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6019, timestamp=1517885221179, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6020, timestamp=1517885221179, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6021, timestamp=1517885221179, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6022, timestamp=1517885221179, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6023, timestamp=1517885221179, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6024, timestamp=1517885221180, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6025, timestamp=1517885221180, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6026, timestamp=1517885221180, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6027, timestamp=1517885221181, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6028, timestamp=1517885221181, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6029, timestamp=1517885221181, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6030, timestamp=1517885221181, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6031, timestamp=1517885221182, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6032, timestamp=1517885221182, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6033, timestamp=1517885221182, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6034, timestamp=1517885221182, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6035, timestamp=1517885221182, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6036, timestamp=1517885221182, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6037, timestamp=1517885221182, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6038, timestamp=1517885221182, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6039, timestamp=1517885221183, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6040, timestamp=1517885221183, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6041, timestamp=1517885221183, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6042, timestamp=1517885221184, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6043, timestamp=1517885221184, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6044, timestamp=1517885221184, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6045, timestamp=1517885221184, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6046, timestamp=1517885221184, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6047, timestamp=1517885221185, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6048, timestamp=1517885221185, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6049, timestamp=1517885221185, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6050, timestamp=1517885221185, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6051, timestamp=1517885221185, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6052, timestamp=1517885221185, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6053, timestamp=1517885221185, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6054, timestamp=1517885221186, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6055, timestamp=1517885221186, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6056, timestamp=1517885221186, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6057, timestamp=1517885221186, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6058, timestamp=1517885221186, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6059, timestamp=1517885221186, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6060, timestamp=1517885221186, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6061, timestamp=1517885221186, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6062, timestamp=1517885221186, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6063, timestamp=1517885221187, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6064, timestamp=1517885221187, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6065, timestamp=1517885221187, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6066, timestamp=1517885221187, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6067, timestamp=1517885221187, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6068, timestamp=1517885221187, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6069, timestamp=1517885221187, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6070, timestamp=1517885221187, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6071, timestamp=1517885221188, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6072, timestamp=1517885221188, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6073, timestamp=1517885221190, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6074, timestamp=1517885221190, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6075, timestamp=1517885221190, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6076, timestamp=1517885221190, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6077, timestamp=1517885221191, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6078, timestamp=1517885221191, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6079, timestamp=1517885221191, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6080, timestamp=1517885221191, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6081, timestamp=1517885221191, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6082, timestamp=1517885221191, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6083, timestamp=1517885221191, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6084, timestamp=1517885221191, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6085, timestamp=1517885221191, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6086, timestamp=1517885221191, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6087, timestamp=1517885221191, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6088, timestamp=1517885221191, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6089, timestamp=1517885221191, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6090, timestamp=1517885221191, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6091, timestamp=1517885221191, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6092, timestamp=1517885221192, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6093, timestamp=1517885221192, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6094, timestamp=1517885221192, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6095, timestamp=1517885221192, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6096, timestamp=1517885221192, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6097, timestamp=1517885221192, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6098, timestamp=1517885221192, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6099, timestamp=1517885221192, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6100, timestamp=1517885221192, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6101, timestamp=1517885221192, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6102, timestamp=1517885221192, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6103, timestamp=1517885221192, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6104, timestamp=1517885221192, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6105, timestamp=1517885221192, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6106, timestamp=1517885221192, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6107, timestamp=1517885221192, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6108, timestamp=1517885221192, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6109, timestamp=1517885221192, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6110, timestamp=1517885221193, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6111, timestamp=1517885221193, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6112, timestamp=1517885221193, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6113, timestamp=1517885221193, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6114, timestamp=1517885221193, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6115, timestamp=1517885221193, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6116, timestamp=1517885221193, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6117, timestamp=1517885221193, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6118, timestamp=1517885221193, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6119, timestamp=1517885221193, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6120, timestamp=1517885221193, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6121, timestamp=1517885221193, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6122, timestamp=1517885221193, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6123, timestamp=1517885221194, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6124, timestamp=1517885221194, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6125, timestamp=1517885221194, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6126, timestamp=1517885221194, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6127, timestamp=1517885221195, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6128, timestamp=1517885221195, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6129, timestamp=1517885221195, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6130, timestamp=1517885221195, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6131, timestamp=1517885221195, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6132, timestamp=1517885221196, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6133, timestamp=1517885221196, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6134, timestamp=1517885221196, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6135, timestamp=1517885221196, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6136, timestamp=1517885221196, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6137, timestamp=1517885221196, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6138, timestamp=1517885221196, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6139, timestamp=1517885221196, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6140, timestamp=1517885221196, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6141, timestamp=1517885221196, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6142, timestamp=1517885221196, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6143, timestamp=1517885221197, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6144, timestamp=1517885221197, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6145, timestamp=1517885221197, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6146, timestamp=1517885221197, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6147, timestamp=1517885221197, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6148, timestamp=1517885221197, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6149, timestamp=1517885221197, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6150, timestamp=1517885221197, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6151, timestamp=1517885221197, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6152, timestamp=1517885221197, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6153, timestamp=1517885221197, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6154, timestamp=1517885221197, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6155, timestamp=1517885221197, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6156, timestamp=1517885221198, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6157, timestamp=1517885221198, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6158, timestamp=1517885221198, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6159, timestamp=1517885221198, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6160, timestamp=1517885221198, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6161, timestamp=1517885221198, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6162, timestamp=1517885221198, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6163, timestamp=1517885221198, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6164, timestamp=1517885221198, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6165, timestamp=1517885221198, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6166, timestamp=1517885221199, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6167, timestamp=1517885221199, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6168, timestamp=1517885221200, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6169, timestamp=1517885221200, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6170, timestamp=1517885221200, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6171, timestamp=1517885221200, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6172, timestamp=1517885221201, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6173, timestamp=1517885221201, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6174, timestamp=1517885221201, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6175, timestamp=1517885221201, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6176, timestamp=1517885221201, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6177, timestamp=1517885221201, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6178, timestamp=1517885221201, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6179, timestamp=1517885221201, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6180, timestamp=1517885221201, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6181, timestamp=1517885221201, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6182, timestamp=1517885221201, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6183, timestamp=1517885221202, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6184, timestamp=1517885221202, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6185, timestamp=1517885221202, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6186, timestamp=1517885221202, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6187, timestamp=1517885221202, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6188, timestamp=1517885221202, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6189, timestamp=1517885221202, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6190, timestamp=1517885221202, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6191, timestamp=1517885221202, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6192, timestamp=1517885221202, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6193, timestamp=1517885221202, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6194, timestamp=1517885221202, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6195, timestamp=1517885221202, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6196, timestamp=1517885221203, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6197, timestamp=1517885221203, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6198, timestamp=1517885221203, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6199, timestamp=1517885221203, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6200, timestamp=1517885221203, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6201, timestamp=1517885221203, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6202, timestamp=1517885221203, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6203, timestamp=1517885221203, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6204, timestamp=1517885221203, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6205, timestamp=1517885221203, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6206, timestamp=1517885221204, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6207, timestamp=1517885221204, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6208, timestamp=1517885221204, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6209, timestamp=1517885221204, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6210, timestamp=1517885221204, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6211, timestamp=1517885221204, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6212, timestamp=1517885221204, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6213, timestamp=1517885221204, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6214, timestamp=1517885221204, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6215, timestamp=1517885221205, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6216, timestamp=1517885221205, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6217, timestamp=1517885221205, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6218, timestamp=1517885221205, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6219, timestamp=1517885221205, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6220, timestamp=1517885221205, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6221, timestamp=1517885221205, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6222, timestamp=1517885221205, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6223, timestamp=1517885221205, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6224, timestamp=1517885221205, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6225, timestamp=1517885221205, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6226, timestamp=1517885221206, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6227, timestamp=1517885221206, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6228, timestamp=1517885221206, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6229, timestamp=1517885221206, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6230, timestamp=1517885221206, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6231, timestamp=1517885221206, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6232, timestamp=1517885221207, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6233, timestamp=1517885221207, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6234, timestamp=1517885221207, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6235, timestamp=1517885221207, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6236, timestamp=1517885221207, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6237, timestamp=1517885221207, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6238, timestamp=1517885221207, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6239, timestamp=1517885221207, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6240, timestamp=1517885221207, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6241, timestamp=1517885221207, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6242, timestamp=1517885221207, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6243, timestamp=1517885221208, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6244, timestamp=1517885221208, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6245, timestamp=1517885221208, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6246, timestamp=1517885221208, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6247, timestamp=1517885221208, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6248, timestamp=1517885221209, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6249, timestamp=1517885221209, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6250, timestamp=1517885221209, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6251, timestamp=1517885221209, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6252, timestamp=1517885221209, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6253, timestamp=1517885221209, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6254, timestamp=1517885221209, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6255, timestamp=1517885221209, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6256, timestamp=1517885221209, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6257, timestamp=1517885221209, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6258, timestamp=1517885221210, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6259, timestamp=1517885221210, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6260, timestamp=1517885221210, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6261, timestamp=1517885221210, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6262, timestamp=1517885221210, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6263, timestamp=1517885221210, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6264, timestamp=1517885221210, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6265, timestamp=1517885221211, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6266, timestamp=1517885221211, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6267, timestamp=1517885221211, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6268, timestamp=1517885221211, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6269, timestamp=1517885221211, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6270, timestamp=1517885221211, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6271, timestamp=1517885221211, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6272, timestamp=1517885221211, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6273, timestamp=1517885221211, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6274, timestamp=1517885221211, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6275, timestamp=1517885221211, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6276, timestamp=1517885221211, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6277, timestamp=1517885221211, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6278, timestamp=1517885221212, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6279, timestamp=1517885221212, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6280, timestamp=1517885221212, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6281, timestamp=1517885221212, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6282, timestamp=1517885221212, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6283, timestamp=1517885221212, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6284, timestamp=1517885221212, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6285, timestamp=1517885221212, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6286, timestamp=1517885221212, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6287, timestamp=1517885221212, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6288, timestamp=1517885221213, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6289, timestamp=1517885221213, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6290, timestamp=1517885221213, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6291, timestamp=1517885221213, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6292, timestamp=1517885221213, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6293, timestamp=1517885221213, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6294, timestamp=1517885221214, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6295, timestamp=1517885221214, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6296, timestamp=1517885221214, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6297, timestamp=1517885221214, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6298, timestamp=1517885221214, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6299, timestamp=1517885221214, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6300, timestamp=1517885221214, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6301, timestamp=1517885221214, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6302, timestamp=1517885221215, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6303, timestamp=1517885221215, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6304, timestamp=1517885221215, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6305, timestamp=1517885221215, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6306, timestamp=1517885221215, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6307, timestamp=1517885221215, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6308, timestamp=1517885221215, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6309, timestamp=1517885221215, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6310, timestamp=1517885221215, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6311, timestamp=1517885221216, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6312, timestamp=1517885221216, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6313, timestamp=1517885221216, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6314, timestamp=1517885221216, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6315, timestamp=1517885221216, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6316, timestamp=1517885221217, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6317, timestamp=1517885221217, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6318, timestamp=1517885221217, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6319, timestamp=1517885221217, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6320, timestamp=1517885221217, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6321, timestamp=1517885221217, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6322, timestamp=1517885221217, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6323, timestamp=1517885221217, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6324, timestamp=1517885221217, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6325, timestamp=1517885221218, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6326, timestamp=1517885221218, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6327, timestamp=1517885221218, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6328, timestamp=1517885221218, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6329, timestamp=1517885221218, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6330, timestamp=1517885221218, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6331, timestamp=1517885221218, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6332, timestamp=1517885221218, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6333, timestamp=1517885221219, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6334, timestamp=1517885221219, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6335, timestamp=1517885221219, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6336, timestamp=1517885221219, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6337, timestamp=1517885221219, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6338, timestamp=1517885221219, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6339, timestamp=1517885221219, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6340, timestamp=1517885221219, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6341, timestamp=1517885221219, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6342, timestamp=1517885221219, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6343, timestamp=1517885221219, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6344, timestamp=1517885221219, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6345, timestamp=1517885221219, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6346, timestamp=1517885221219, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6347, timestamp=1517885221219, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6348, timestamp=1517885221219, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6349, timestamp=1517885221219, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6350, timestamp=1517885221219, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6351, timestamp=1517885221219, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6352, timestamp=1517885221220, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6353, timestamp=1517885221220, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6354, timestamp=1517885221220, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6355, timestamp=1517885221220, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6356, timestamp=1517885221220, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6357, timestamp=1517885221220, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6358, timestamp=1517885221221, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6359, timestamp=1517885221221, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6360, timestamp=1517885221221, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6361, timestamp=1517885221221, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6362, timestamp=1517885221221, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6363, timestamp=1517885221221, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6364, timestamp=1517885221221, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6365, timestamp=1517885221221, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6366, timestamp=1517885221222, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6367, timestamp=1517885221222, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6368, timestamp=1517885221222, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6369, timestamp=1517885221222, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6370, timestamp=1517885221222, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6371, timestamp=1517885221222, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6372, timestamp=1517885221222, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6373, timestamp=1517885221222, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6374, timestamp=1517885221222, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6375, timestamp=1517885221223, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6376, timestamp=1517885221223, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6377, timestamp=1517885221223, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6378, timestamp=1517885221223, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6379, timestamp=1517885221223, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6380, timestamp=1517885221223, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6381, timestamp=1517885221223, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6382, timestamp=1517885221223, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6383, timestamp=1517885221223, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6384, timestamp=1517885221223, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6385, timestamp=1517885221223, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6386, timestamp=1517885221223, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6387, timestamp=1517885221223, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6388, timestamp=1517885221224, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6389, timestamp=1517885221224, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6390, timestamp=1517885221224, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6391, timestamp=1517885221224, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6392, timestamp=1517885221224, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6393, timestamp=1517885221224, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6394, timestamp=1517885221224, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6395, timestamp=1517885221225, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6396, timestamp=1517885221225, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6397, timestamp=1517885221225, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6398, timestamp=1517885221225, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6399, timestamp=1517885221225, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6400, timestamp=1517885221225, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6401, timestamp=1517885221225, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6402, timestamp=1517885221225, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6403, timestamp=1517885221226, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6404, timestamp=1517885221226, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6405, timestamp=1517885221226, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6406, timestamp=1517885221226, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6407, timestamp=1517885221226, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6408, timestamp=1517885221226, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6409, timestamp=1517885221226, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6410, timestamp=1517885221227, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6411, timestamp=1517885221227, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6412, timestamp=1517885221227, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6413, timestamp=1517885221227, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6414, timestamp=1517885221227, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6415, timestamp=1517885221227, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6416, timestamp=1517885221228, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6417, timestamp=1517885221228, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6418, timestamp=1517885221228, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6419, timestamp=1517885221228, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6420, timestamp=1517885221228, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6421, timestamp=1517885221228, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6422, timestamp=1517885221228, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6423, timestamp=1517885221229, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6424, timestamp=1517885221229, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6425, timestamp=1517885221229, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6426, timestamp=1517885221229, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6427, timestamp=1517885221229, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6428, timestamp=1517885221229, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6429, timestamp=1517885221229, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6430, timestamp=1517885221229, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6431, timestamp=1517885221230, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6432, timestamp=1517885221230, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6433, timestamp=1517885221230, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6434, timestamp=1517885221230, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6435, timestamp=1517885221230, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6436, timestamp=1517885221230, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6437, timestamp=1517885221230, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6438, timestamp=1517885221230, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6439, timestamp=1517885221230, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6440, timestamp=1517885221230, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6441, timestamp=1517885221230, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6442, timestamp=1517885221230, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6443, timestamp=1517885221230, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6444, timestamp=1517885221230, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6445, timestamp=1517885221230, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6446, timestamp=1517885221230, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6447, timestamp=1517885221230, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6448, timestamp=1517885221231, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6449, timestamp=1517885221231, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6450, timestamp=1517885221231, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6451, timestamp=1517885221231, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6452, timestamp=1517885221231, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6453, timestamp=1517885221231, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6454, timestamp=1517885221231, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6455, timestamp=1517885221231, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6456, timestamp=1517885221231, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6457, timestamp=1517885221232, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6458, timestamp=1517885221232, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6459, timestamp=1517885221232, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6460, timestamp=1517885221232, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6461, timestamp=1517885221232, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6462, timestamp=1517885221232, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6463, timestamp=1517885221232, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6464, timestamp=1517885221232, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6465, timestamp=1517885221232, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6466, timestamp=1517885221232, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6467, timestamp=1517885221232, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6468, timestamp=1517885221232, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6469, timestamp=1517885221232, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6470, timestamp=1517885221232, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6471, timestamp=1517885221232, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6472, timestamp=1517885221232, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6473, timestamp=1517885221233, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6474, timestamp=1517885221233, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6475, timestamp=1517885221233, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6476, timestamp=1517885221233, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6477, timestamp=1517885221233, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6478, timestamp=1517885221234, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6479, timestamp=1517885221234, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6480, timestamp=1517885221234, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6481, timestamp=1517885221234, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6482, timestamp=1517885221234, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6483, timestamp=1517885221234, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6484, timestamp=1517885221234, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6485, timestamp=1517885221234, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6486, timestamp=1517885221234, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6487, timestamp=1517885221234, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6488, timestamp=1517885221235, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6489, timestamp=1517885221235, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6490, timestamp=1517885221235, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6491, timestamp=1517885221235, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6492, timestamp=1517885221235, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6493, timestamp=1517885221235, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6494, timestamp=1517885221235, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6495, timestamp=1517885221235, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6496, timestamp=1517885221235, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6497, timestamp=1517885221235, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6498, timestamp=1517885221235, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6499, timestamp=1517885221235, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6500, timestamp=1517885221235, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6501, timestamp=1517885221236, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6502, timestamp=1517885221236, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6503, timestamp=1517885221236, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6504, timestamp=1517885221236, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6505, timestamp=1517885221236, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6506, timestamp=1517885221236, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6507, timestamp=1517885221236, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6508, timestamp=1517885221236, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6509, timestamp=1517885221236, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6510, timestamp=1517885221237, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6511, timestamp=1517885221237, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6512, timestamp=1517885221237, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6513, timestamp=1517885221237, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6514, timestamp=1517885221237, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6515, timestamp=1517885221237, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6516, timestamp=1517885221237, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6517, timestamp=1517885221237, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6518, timestamp=1517885221237, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6519, timestamp=1517885221237, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6520, timestamp=1517885221237, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6521, timestamp=1517885221237, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6522, timestamp=1517885221237, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6523, timestamp=1517885221237, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6524, timestamp=1517885221237, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6525, timestamp=1517885221237, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6526, timestamp=1517885221238, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6527, timestamp=1517885221238, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6528, timestamp=1517885221238, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6529, timestamp=1517885221238, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6530, timestamp=1517885221238, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6531, timestamp=1517885221238, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6532, timestamp=1517885221239, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6533, timestamp=1517885221239, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6534, timestamp=1517885221239, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6535, timestamp=1517885221239, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6536, timestamp=1517885221239, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6537, timestamp=1517885221239, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6538, timestamp=1517885221239, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6539, timestamp=1517885221239, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6540, timestamp=1517885221239, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6541, timestamp=1517885221239, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6542, timestamp=1517885221239, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6543, timestamp=1517885221240, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6544, timestamp=1517885221240, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6545, timestamp=1517885221240, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6546, timestamp=1517885221240, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6547, timestamp=1517885221240, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6548, timestamp=1517885221240, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6549, timestamp=1517885221240, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6550, timestamp=1517885221240, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6551, timestamp=1517885221240, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6552, timestamp=1517885221240, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6553, timestamp=1517885221241, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6554, timestamp=1517885221241, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6555, timestamp=1517885221241, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6556, timestamp=1517885221241, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6557, timestamp=1517885221241, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6558, timestamp=1517885221241, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6559, timestamp=1517885221241, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6560, timestamp=1517885221241, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6561, timestamp=1517885221241, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6562, timestamp=1517885221242, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6563, timestamp=1517885221242, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6564, timestamp=1517885221242, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6565, timestamp=1517885221242, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6566, timestamp=1517885221242, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6567, timestamp=1517885221242, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6568, timestamp=1517885221242, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6569, timestamp=1517885221242, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6570, timestamp=1517885221242, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6571, timestamp=1517885221242, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6572, timestamp=1517885221242, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6573, timestamp=1517885221243, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6574, timestamp=1517885221243, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6575, timestamp=1517885221243, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6576, timestamp=1517885221243, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6577, timestamp=1517885221243, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6578, timestamp=1517885221243, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6579, timestamp=1517885221243, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6580, timestamp=1517885221243, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6581, timestamp=1517885221243, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6582, timestamp=1517885221243, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6583, timestamp=1517885221243, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6584, timestamp=1517885221243, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6585, timestamp=1517885221243, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6586, timestamp=1517885221243, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6587, timestamp=1517885221243, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6588, timestamp=1517885221244, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6589, timestamp=1517885221244, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6590, timestamp=1517885221244, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6591, timestamp=1517885221244, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6592, timestamp=1517885221244, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6593, timestamp=1517885221244, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6594, timestamp=1517885221244, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6595, timestamp=1517885221244, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6596, timestamp=1517885221245, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6597, timestamp=1517885221245, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6598, timestamp=1517885221245, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6599, timestamp=1517885221245, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6600, timestamp=1517885221245, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6601, timestamp=1517885221245, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6602, timestamp=1517885221245, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6603, timestamp=1517885221245, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6604, timestamp=1517885221245, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6605, timestamp=1517885221245, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6606, timestamp=1517885221245, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6607, timestamp=1517885221245, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6608, timestamp=1517885221245, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6609, timestamp=1517885221245, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6610, timestamp=1517885221246, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6611, timestamp=1517885221246, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6612, timestamp=1517885221246, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6613, timestamp=1517885221246, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6614, timestamp=1517885221246, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6615, timestamp=1517885221246, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6616, timestamp=1517885221246, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6617, timestamp=1517885221246, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6618, timestamp=1517885221246, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6619, timestamp=1517885221247, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6620, timestamp=1517885221247, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6621, timestamp=1517885221247, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6622, timestamp=1517885221247, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6623, timestamp=1517885221247, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6624, timestamp=1517885221247, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6625, timestamp=1517885221247, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6626, timestamp=1517885221247, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6627, timestamp=1517885221248, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6628, timestamp=1517885221248, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6629, timestamp=1517885221248, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6630, timestamp=1517885221248, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6631, timestamp=1517885221248, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6632, timestamp=1517885221248, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6633, timestamp=1517885221249, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6634, timestamp=1517885221249, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6635, timestamp=1517885221249, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6636, timestamp=1517885221249, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6637, timestamp=1517885221249, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6638, timestamp=1517885221249, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6639, timestamp=1517885221249, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6640, timestamp=1517885221249, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6641, timestamp=1517885221250, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6642, timestamp=1517885221250, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6643, timestamp=1517885221250, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6644, timestamp=1517885221251, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6645, timestamp=1517885221251, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6646, timestamp=1517885221251, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6647, timestamp=1517885221251, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6648, timestamp=1517885221251, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6649, timestamp=1517885221252, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6650, timestamp=1517885221252, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6651, timestamp=1517885221252, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6652, timestamp=1517885221252, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6653, timestamp=1517885221252, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6654, timestamp=1517885221252, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6655, timestamp=1517885221252, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6656, timestamp=1517885221252, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6657, timestamp=1517885221253, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6658, timestamp=1517885221253, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6659, timestamp=1517885221253, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6660, timestamp=1517885221253, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6661, timestamp=1517885221253, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6662, timestamp=1517885221253, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6663, timestamp=1517885221253, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6664, timestamp=1517885221253, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6665, timestamp=1517885221253, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6666, timestamp=1517885221253, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6667, timestamp=1517885221253, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6668, timestamp=1517885221254, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6669, timestamp=1517885221254, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6670, timestamp=1517885221254, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6671, timestamp=1517885221254, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6672, timestamp=1517885221255, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6673, timestamp=1517885221255, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6674, timestamp=1517885221255, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6675, timestamp=1517885221255, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6676, timestamp=1517885221255, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6677, timestamp=1517885221256, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6678, timestamp=1517885221256, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6679, timestamp=1517885221256, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6680, timestamp=1517885221256, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6681, timestamp=1517885221256, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6682, timestamp=1517885221256, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6683, timestamp=1517885221256, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6684, timestamp=1517885221256, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6685, timestamp=1517885221256, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6686, timestamp=1517885221257, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6687, timestamp=1517885221257, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6688, timestamp=1517885221257, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6689, timestamp=1517885221257, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6690, timestamp=1517885221257, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6691, timestamp=1517885221257, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6692, timestamp=1517885221257, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6693, timestamp=1517885221257, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6694, timestamp=1517885221257, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6695, timestamp=1517885221258, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6696, timestamp=1517885221258, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6697, timestamp=1517885221258, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6698, timestamp=1517885221258, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6699, timestamp=1517885221258, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6700, timestamp=1517885221581, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6701, timestamp=1517885221581, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6702, timestamp=1517885221581, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6703, timestamp=1517885221581, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6704, timestamp=1517885221582, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6705, timestamp=1517885221582, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6706, timestamp=1517885221582, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6707, timestamp=1517885221582, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6708, timestamp=1517885221582, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6709, timestamp=1517885221582, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6710, timestamp=1517885221582, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6711, timestamp=1517885221582, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6712, timestamp=1517885221582, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6713, timestamp=1517885221582, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6714, timestamp=1517885221583, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6715, timestamp=1517885221583, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6716, timestamp=1517885221583, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6717, timestamp=1517885221583, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6718, timestamp=1517885221583, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6719, timestamp=1517885221583, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6720, timestamp=1517885221583, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6721, timestamp=1517885221583, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6722, timestamp=1517885221583, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6723, timestamp=1517885221583, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6724, timestamp=1517885221584, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6725, timestamp=1517885221584, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6726, timestamp=1517885221584, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6727, timestamp=1517885221584, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6728, timestamp=1517885221584, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6729, timestamp=1517885221584, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6730, timestamp=1517885221584, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6731, timestamp=1517885221585, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6732, timestamp=1517885221585, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6733, timestamp=1517885221585, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6734, timestamp=1517885221585, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6735, timestamp=1517885221585, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6736, timestamp=1517885221585, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6737, timestamp=1517885221585, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6738, timestamp=1517885221585, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6739, timestamp=1517885221585, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6740, timestamp=1517885221585, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6741, timestamp=1517885221585, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6742, timestamp=1517885221585, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6743, timestamp=1517885221586, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6744, timestamp=1517885221586, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6745, timestamp=1517885221586, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6746, timestamp=1517885221586, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6747, timestamp=1517885221586, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6748, timestamp=1517885221586, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6749, timestamp=1517885221586, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6750, timestamp=1517885221586, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6751, timestamp=1517885221587, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6752, timestamp=1517885221587, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6753, timestamp=1517885221587, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6754, timestamp=1517885221587, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6755, timestamp=1517885221587, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6756, timestamp=1517885221587, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6757, timestamp=1517885221587, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6758, timestamp=1517885221587, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6759, timestamp=1517885221588, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6760, timestamp=1517885221588, key=8 bytes, value=608 bytes))]}]}]} 12:03:23.742 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 3334 for partition test-2 returned fetch data (error=NONE, highWaterMark=99967, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:23.742 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 3384 for partition test-1 returned fetch data (error=NONE, highWaterMark=99942, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:23.742 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 5072 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:23.742 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-2 with offset 3334 12:03:23.742 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-2 to 99967 12:03:23.744 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3334 for assigned partition test-2 and update position to 3834 12:03:23.865 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-2/10.105.170.143 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:03:23.865 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2 disconnected. 12:03:23.865 [kafka-coordinator-heartbeat-thread | test-consumer-group] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 2 could not be established. Broker may not be available. 12:03:23.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 11850 12:03:23.965 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.965 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending metadata request (type=MetadataRequest, topics=test) to node kafka-host-3:9092 (id: 3 rack: null) 12:03:23.965 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending METADATA {topics=[test],allow_auto_topic_creation=true} with correlation id 61 to node 3 12:03:24.065 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for METADATA with correlation id 61, received {throttle_time_ms=0,brokers=[{node_id=3,host=kafka-host-3,port=9092,rack=null}],cluster_id=jVT0U168RBO01Aely6v8HA,controller_id=3,topic_metadata=[{error_code=0,topic=test,is_internal=false,partition_metadata=[{error_code=0,partition=2,leader=3,replicas=[1,3,2],isr=[3],offline_replicas=[1,2]},{error_code=0,partition=1,leader=3,replicas=[2,1,3],isr=[3],offline_replicas=[2,1]},{error_code=0,partition=0,leader=3,replicas=[3,2,1],isr=[1,2,3],offline_replicas=[2,1]}]}]} 12:03:24.065 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG org.apache.kafka.clients.Metadata - Updated cluster metadata version 13 to Cluster(id = jVT0U168RBO01Aely6v8HA, nodes = [kafka-host-3:9092 (id: 3 rack: null)], partitions = [Partition(topic = test, partition = 1, leader = 3, replicas = [2,1,3], isr = [3], offlineReplicas = [2,1]), Partition(topic = test, partition = 0, leader = 3, replicas = [3,2,1], isr = [1,2,3], offlineReplicas = [2,1]), Partition(topic = test, partition = 2, leader = 3, replicas = [1,3,2], isr = [3], offlineReplicas = [1,2])]) 12:03:24.754 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3834 for assigned partition test-2 and update position to 4334 12:03:24.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 12345 12:03:25.753 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 4334 for assigned partition test-2 and update position to 4834 12:03:25.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 12845 12:03:26.171 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:26.171 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 62 to node 2147483644 12:03:26.372 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 62, received {throttle_time_ms=0,error_code=0} 12:03:26.372 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:26.748 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 4834 for assigned partition test-2 and update position to 5041 12:03:26.748 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-1 with offset 3384 12:03:26.748 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-1 to 99942 12:03:26.749 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3384 for assigned partition test-1 and update position to 3677 12:03:26.749 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 5041 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:26.749 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:26.749 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=2,fetch_offset=5041,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 63 to node 3 12:03:26.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 13347 12:03:27.675 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 63, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=2,error_code=0,high_watermark=99967,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=5041, timestamp=1517885221001, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5042, timestamp=1517885221001, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5043, timestamp=1517885221002, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5044, timestamp=1517885221002, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5045, timestamp=1517885221002, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5046, timestamp=1517885221002, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5047, timestamp=1517885221003, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5048, timestamp=1517885221003, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5049, timestamp=1517885221003, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5050, timestamp=1517885221003, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5051, timestamp=1517885221003, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5052, timestamp=1517885221003, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5053, timestamp=1517885221003, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5054, timestamp=1517885221003, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5055, timestamp=1517885221003, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5056, timestamp=1517885221004, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5057, timestamp=1517885221004, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5058, timestamp=1517885221004, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5059, timestamp=1517885221004, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5060, timestamp=1517885221004, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5061, timestamp=1517885221004, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5062, timestamp=1517885221004, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5063, timestamp=1517885221004, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5064, timestamp=1517885221005, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5065, timestamp=1517885221005, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5066, timestamp=1517885221005, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5067, timestamp=1517885221006, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5068, timestamp=1517885221006, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5069, timestamp=1517885221006, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5070, timestamp=1517885221006, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5071, timestamp=1517885221006, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5072, timestamp=1517885221006, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5073, timestamp=1517885221006, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5074, timestamp=1517885221006, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5075, timestamp=1517885221006, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5076, timestamp=1517885221007, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5077, timestamp=1517885221007, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5078, timestamp=1517885221007, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5079, timestamp=1517885221007, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5080, timestamp=1517885221008, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5081, timestamp=1517885221008, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5082, timestamp=1517885221008, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5083, timestamp=1517885221008, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5084, timestamp=1517885221009, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5085, timestamp=1517885221009, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5086, timestamp=1517885221009, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5087, timestamp=1517885221009, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5088, timestamp=1517885221009, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5089, timestamp=1517885221010, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5090, timestamp=1517885221010, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5091, timestamp=1517885221010, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5092, timestamp=1517885221010, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5093, timestamp=1517885221010, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5094, timestamp=1517885221011, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5095, timestamp=1517885221011, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5096, timestamp=1517885221011, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5097, timestamp=1517885221011, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5098, timestamp=1517885221011, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5099, timestamp=1517885221011, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5100, timestamp=1517885221011, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5101, timestamp=1517885221011, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5102, timestamp=1517885221011, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5103, timestamp=1517885221012, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5104, timestamp=1517885221012, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5105, timestamp=1517885221012, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5106, timestamp=1517885221012, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5107, timestamp=1517885221012, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5108, timestamp=1517885221012, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5109, timestamp=1517885221012, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5110, timestamp=1517885221012, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5111, timestamp=1517885221012, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5112, timestamp=1517885221012, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5113, timestamp=1517885221012, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5114, timestamp=1517885221012, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5115, timestamp=1517885221012, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5116, timestamp=1517885221013, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5117, timestamp=1517885221013, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5118, timestamp=1517885221013, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5119, timestamp=1517885221013, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5120, timestamp=1517885221013, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5121, timestamp=1517885221014, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5122, timestamp=1517885221014, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5123, timestamp=1517885221014, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5124, timestamp=1517885221014, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5125, timestamp=1517885221014, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5126, timestamp=1517885221014, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5127, timestamp=1517885221014, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5128, timestamp=1517885221014, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5129, timestamp=1517885221014, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5130, timestamp=1517885221015, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5131, timestamp=1517885221015, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5132, timestamp=1517885221015, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5133, timestamp=1517885221015, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5134, timestamp=1517885221015, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5135, timestamp=1517885221015, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5136, timestamp=1517885221015, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5137, timestamp=1517885221015, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5138, timestamp=1517885221016, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5139, timestamp=1517885221016, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5140, timestamp=1517885221016, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5141, timestamp=1517885221016, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5142, timestamp=1517885221016, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5143, timestamp=1517885221016, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5144, timestamp=1517885221016, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5145, timestamp=1517885221017, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5146, timestamp=1517885221017, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5147, timestamp=1517885221017, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5148, timestamp=1517885221018, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5149, timestamp=1517885221018, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5150, timestamp=1517885221018, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5151, timestamp=1517885221018, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5152, timestamp=1517885221019, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5153, timestamp=1517885221019, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5154, timestamp=1517885221019, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5155, timestamp=1517885221019, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5156, timestamp=1517885221019, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5157, timestamp=1517885221020, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5158, timestamp=1517885221020, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5159, timestamp=1517885221020, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5160, timestamp=1517885221020, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5161, timestamp=1517885221020, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5162, timestamp=1517885221020, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5163, timestamp=1517885221020, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5164, timestamp=1517885221021, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5165, timestamp=1517885221021, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5166, timestamp=1517885221021, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5167, timestamp=1517885221021, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5168, timestamp=1517885221022, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5169, timestamp=1517885221022, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5170, timestamp=1517885221022, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5171, timestamp=1517885221022, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5172, timestamp=1517885221022, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5173, timestamp=1517885221022, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5174, timestamp=1517885221022, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5175, timestamp=1517885221023, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5176, timestamp=1517885221023, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5177, timestamp=1517885221023, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5178, timestamp=1517885221024, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5179, timestamp=1517885221024, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5180, timestamp=1517885221025, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5181, timestamp=1517885221025, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5182, timestamp=1517885221025, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5183, timestamp=1517885221025, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5184, timestamp=1517885221025, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5185, timestamp=1517885221025, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5186, timestamp=1517885221025, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5187, timestamp=1517885221026, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5188, timestamp=1517885221026, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5189, timestamp=1517885221026, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5190, timestamp=1517885221027, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5191, timestamp=1517885221027, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5192, timestamp=1517885221027, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5193, timestamp=1517885221027, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5194, timestamp=1517885221028, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5195, timestamp=1517885221029, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5196, timestamp=1517885221029, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5197, timestamp=1517885221029, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5198, timestamp=1517885221029, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5199, timestamp=1517885221029, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5200, timestamp=1517885221029, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5201, timestamp=1517885221029, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5202, timestamp=1517885221030, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5203, timestamp=1517885221030, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5204, timestamp=1517885221032, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5205, timestamp=1517885221033, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5206, timestamp=1517885221033, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5207, timestamp=1517885221033, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5208, timestamp=1517885221034, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5209, timestamp=1517885221036, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5210, timestamp=1517885221036, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5211, timestamp=1517885221036, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5212, timestamp=1517885221036, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5213, timestamp=1517885221037, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5214, timestamp=1517885221037, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5215, timestamp=1517885221038, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5216, timestamp=1517885221038, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5217, timestamp=1517885221038, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5218, timestamp=1517885221038, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5219, timestamp=1517885221038, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5220, timestamp=1517885221038, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5221, timestamp=1517885221039, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5222, timestamp=1517885221039, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5223, timestamp=1517885221040, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5224, timestamp=1517885221040, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5225, timestamp=1517885221040, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5226, timestamp=1517885221041, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5227, timestamp=1517885221041, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5228, timestamp=1517885221041, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5229, timestamp=1517885221041, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5230, timestamp=1517885221041, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5231, timestamp=1517885221041, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5232, timestamp=1517885221042, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5233, timestamp=1517885221042, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5234, timestamp=1517885221043, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5235, timestamp=1517885221043, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5236, timestamp=1517885221043, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5237, timestamp=1517885221043, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5238, timestamp=1517885221044, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5239, timestamp=1517885221044, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5240, timestamp=1517885221044, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5241, timestamp=1517885221044, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5242, timestamp=1517885221044, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5243, timestamp=1517885221044, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5244, timestamp=1517885221044, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5245, timestamp=1517885221044, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5246, timestamp=1517885221045, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5247, timestamp=1517885221045, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5248, timestamp=1517885221046, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5249, timestamp=1517885221046, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5250, timestamp=1517885221046, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5251, timestamp=1517885221046, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5252, timestamp=1517885221047, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5253, timestamp=1517885221047, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5254, timestamp=1517885221047, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5255, timestamp=1517885221047, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5256, timestamp=1517885221048, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5257, timestamp=1517885221048, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5258, timestamp=1517885221048, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5259, timestamp=1517885221048, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5260, timestamp=1517885221048, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5261, timestamp=1517885221049, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5262, timestamp=1517885221049, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5263, timestamp=1517885221049, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5264, timestamp=1517885221050, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5265, timestamp=1517885221050, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5266, timestamp=1517885221050, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5267, timestamp=1517885221050, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5268, timestamp=1517885221050, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5269, timestamp=1517885221051, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5270, timestamp=1517885221051, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5271, timestamp=1517885221051, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5272, timestamp=1517885221051, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5273, timestamp=1517885221051, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5274, timestamp=1517885221051, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5275, timestamp=1517885221051, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5276, timestamp=1517885221051, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5277, timestamp=1517885221052, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5278, timestamp=1517885221052, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5279, timestamp=1517885221052, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5280, timestamp=1517885221052, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5281, timestamp=1517885221052, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5282, timestamp=1517885221052, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5283, timestamp=1517885221053, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5284, timestamp=1517885221053, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5285, timestamp=1517885221053, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5286, timestamp=1517885221053, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5287, timestamp=1517885221053, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5288, timestamp=1517885221054, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5289, timestamp=1517885221054, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5290, timestamp=1517885221054, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5291, timestamp=1517885221054, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5292, timestamp=1517885221055, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5293, timestamp=1517885221055, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5294, timestamp=1517885221055, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5295, timestamp=1517885221055, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5296, timestamp=1517885221056, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5297, timestamp=1517885221056, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5298, timestamp=1517885221056, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5299, timestamp=1517885221056, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5300, timestamp=1517885221056, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5301, timestamp=1517885221056, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5302, timestamp=1517885221056, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5303, timestamp=1517885221056, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5304, timestamp=1517885221057, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5305, timestamp=1517885221057, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5306, timestamp=1517885221057, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5307, timestamp=1517885221057, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5308, timestamp=1517885221057, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5309, timestamp=1517885221057, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5310, timestamp=1517885221057, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5311, timestamp=1517885221058, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5312, timestamp=1517885221058, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5313, timestamp=1517885221059, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5314, timestamp=1517885221059, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5315, timestamp=1517885221059, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5316, timestamp=1517885221059, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5317, timestamp=1517885221059, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5318, timestamp=1517885221059, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5319, timestamp=1517885221059, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5320, timestamp=1517885221059, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5321, timestamp=1517885221060, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5322, timestamp=1517885221060, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5323, timestamp=1517885221060, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5324, timestamp=1517885221060, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5325, timestamp=1517885221060, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5326, timestamp=1517885221061, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5327, timestamp=1517885221061, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5328, timestamp=1517885221062, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5329, timestamp=1517885221062, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5330, timestamp=1517885221062, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5331, timestamp=1517885221062, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5332, timestamp=1517885221062, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5333, timestamp=1517885221062, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5334, timestamp=1517885221063, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5335, timestamp=1517885221063, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5336, timestamp=1517885221063, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5337, timestamp=1517885221063, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5338, timestamp=1517885221063, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5339, timestamp=1517885221063, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5340, timestamp=1517885221063, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5341, timestamp=1517885221064, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5342, timestamp=1517885221064, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5343, timestamp=1517885221064, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5344, timestamp=1517885221064, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5345, timestamp=1517885221064, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5346, timestamp=1517885221064, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5347, timestamp=1517885221064, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5348, timestamp=1517885221065, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5349, timestamp=1517885221065, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5350, timestamp=1517885221065, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5351, timestamp=1517885221065, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5352, timestamp=1517885221065, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5353, timestamp=1517885221066, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5354, timestamp=1517885221066, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5355, timestamp=1517885221066, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5356, timestamp=1517885221066, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5357, timestamp=1517885221066, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5358, timestamp=1517885221066, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5359, timestamp=1517885221066, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5360, timestamp=1517885221066, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5361, timestamp=1517885221066, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5362, timestamp=1517885221066, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5363, timestamp=1517885221067, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5364, timestamp=1517885221067, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5365, timestamp=1517885221067, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5366, timestamp=1517885221067, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5367, timestamp=1517885221068, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5368, timestamp=1517885221068, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5369, timestamp=1517885221068, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5370, timestamp=1517885221068, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5371, timestamp=1517885221068, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5372, timestamp=1517885221069, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5373, timestamp=1517885221069, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5374, timestamp=1517885221069, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5375, timestamp=1517885221069, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5376, timestamp=1517885221069, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5377, timestamp=1517885221069, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5378, timestamp=1517885221070, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5379, timestamp=1517885221070, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5380, timestamp=1517885221070, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5381, timestamp=1517885221070, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5382, timestamp=1517885221070, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5383, timestamp=1517885221070, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5384, timestamp=1517885221070, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5385, timestamp=1517885221071, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5386, timestamp=1517885221071, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5387, timestamp=1517885221071, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5388, timestamp=1517885221071, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5389, timestamp=1517885221071, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5390, timestamp=1517885221071, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5391, timestamp=1517885221072, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5392, timestamp=1517885221072, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5393, timestamp=1517885221072, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5394, timestamp=1517885221072, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5395, timestamp=1517885221073, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5396, timestamp=1517885221073, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5397, timestamp=1517885221073, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5398, timestamp=1517885221073, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5399, timestamp=1517885221073, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5400, timestamp=1517885221073, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5401, timestamp=1517885221073, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5402, timestamp=1517885221074, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5403, timestamp=1517885221074, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5404, timestamp=1517885221074, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5405, timestamp=1517885221074, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5406, timestamp=1517885221074, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5407, timestamp=1517885221074, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5408, timestamp=1517885221074, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5409, timestamp=1517885221075, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5410, timestamp=1517885221075, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5411, timestamp=1517885221075, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5412, timestamp=1517885221075, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5413, timestamp=1517885221075, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5414, timestamp=1517885221075, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5415, timestamp=1517885221075, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5416, timestamp=1517885221075, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5417, timestamp=1517885221075, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5418, timestamp=1517885221075, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5419, timestamp=1517885221075, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5420, timestamp=1517885221075, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5421, timestamp=1517885221075, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5422, timestamp=1517885221076, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5423, timestamp=1517885221076, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5424, timestamp=1517885221076, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5425, timestamp=1517885221076, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5426, timestamp=1517885221076, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5427, timestamp=1517885221076, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5428, timestamp=1517885221076, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5429, timestamp=1517885221076, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5430, timestamp=1517885221076, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5431, timestamp=1517885221077, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5432, timestamp=1517885221077, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5433, timestamp=1517885221077, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5434, timestamp=1517885221077, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5435, timestamp=1517885221077, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5436, timestamp=1517885221077, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5437, timestamp=1517885221077, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5438, timestamp=1517885221078, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5439, timestamp=1517885221078, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5440, timestamp=1517885221078, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5441, timestamp=1517885221078, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5442, timestamp=1517885221078, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5443, timestamp=1517885221078, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5444, timestamp=1517885221079, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5445, timestamp=1517885221079, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5446, timestamp=1517885221079, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5447, timestamp=1517885221079, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5448, timestamp=1517885221079, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5449, timestamp=1517885221080, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5450, timestamp=1517885221080, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5451, timestamp=1517885221080, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5452, timestamp=1517885221080, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5453, timestamp=1517885221080, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5454, timestamp=1517885221080, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5455, timestamp=1517885221080, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5456, timestamp=1517885221080, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5457, timestamp=1517885221081, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5458, timestamp=1517885221081, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5459, timestamp=1517885221081, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5460, timestamp=1517885221081, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5461, timestamp=1517885221081, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5462, timestamp=1517885221081, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5463, timestamp=1517885221081, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5464, timestamp=1517885221081, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5465, timestamp=1517885221082, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5466, timestamp=1517885221082, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5467, timestamp=1517885221082, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5468, timestamp=1517885221082, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5469, timestamp=1517885221082, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5470, timestamp=1517885221083, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5471, timestamp=1517885221083, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5472, timestamp=1517885221083, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5473, timestamp=1517885221083, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5474, timestamp=1517885221083, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5475, timestamp=1517885221083, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5476, timestamp=1517885221084, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5477, timestamp=1517885221084, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5478, timestamp=1517885221084, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5479, timestamp=1517885221084, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5480, timestamp=1517885221084, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5481, timestamp=1517885221084, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5482, timestamp=1517885221084, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5483, timestamp=1517885221085, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5484, timestamp=1517885221085, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5485, timestamp=1517885221085, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5486, timestamp=1517885221085, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5487, timestamp=1517885221085, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5488, timestamp=1517885221086, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5489, timestamp=1517885221086, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5490, timestamp=1517885221086, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5491, timestamp=1517885221086, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5492, timestamp=1517885221087, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5493, timestamp=1517885221087, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5494, timestamp=1517885221087, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5495, timestamp=1517885221087, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5496, timestamp=1517885221087, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5497, timestamp=1517885221087, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5498, timestamp=1517885221087, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5499, timestamp=1517885221088, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5500, timestamp=1517885221088, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5501, timestamp=1517885221088, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5502, timestamp=1517885221088, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5503, timestamp=1517885221088, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5504, timestamp=1517885221088, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5505, timestamp=1517885221089, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5506, timestamp=1517885221089, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5507, timestamp=1517885221089, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5508, timestamp=1517885221089, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5509, timestamp=1517885221089, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5510, timestamp=1517885221090, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5511, timestamp=1517885221090, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5512, timestamp=1517885221090, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5513, timestamp=1517885221090, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5514, timestamp=1517885221090, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5515, timestamp=1517885221091, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5516, timestamp=1517885221091, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5517, timestamp=1517885221091, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5518, timestamp=1517885221091, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5519, timestamp=1517885221091, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5520, timestamp=1517885221091, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5521, timestamp=1517885221091, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5522, timestamp=1517885221091, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5523, timestamp=1517885221092, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5524, timestamp=1517885221092, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5525, timestamp=1517885221092, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5526, timestamp=1517885221092, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5527, timestamp=1517885221092, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5528, timestamp=1517885221092, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5529, timestamp=1517885221092, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5530, timestamp=1517885221093, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5531, timestamp=1517885221093, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5532, timestamp=1517885221093, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5533, timestamp=1517885221093, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5534, timestamp=1517885221093, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5535, timestamp=1517885221093, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5536, timestamp=1517885221093, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5537, timestamp=1517885221093, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5538, timestamp=1517885221093, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5539, timestamp=1517885221093, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5540, timestamp=1517885221094, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5541, timestamp=1517885221094, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5542, timestamp=1517885221094, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5543, timestamp=1517885221095, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5544, timestamp=1517885221095, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5545, timestamp=1517885221095, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5546, timestamp=1517885221095, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5547, timestamp=1517885221095, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5548, timestamp=1517885221095, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5549, timestamp=1517885221096, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5550, timestamp=1517885221096, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5551, timestamp=1517885221097, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5552, timestamp=1517885221097, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5553, timestamp=1517885221097, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5554, timestamp=1517885221097, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5555, timestamp=1517885221097, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5556, timestamp=1517885221098, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5557, timestamp=1517885221098, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5558, timestamp=1517885221098, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5559, timestamp=1517885221098, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5560, timestamp=1517885221098, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5561, timestamp=1517885221098, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5562, timestamp=1517885221099, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5563, timestamp=1517885221099, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5564, timestamp=1517885221099, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5565, timestamp=1517885221099, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5566, timestamp=1517885221099, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5567, timestamp=1517885221099, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5568, timestamp=1517885221099, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5569, timestamp=1517885221099, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5570, timestamp=1517885221100, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5571, timestamp=1517885221100, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5572, timestamp=1517885221100, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5573, timestamp=1517885221100, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5574, timestamp=1517885221100, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5575, timestamp=1517885221100, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5576, timestamp=1517885221100, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5577, timestamp=1517885221101, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5578, timestamp=1517885221101, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5579, timestamp=1517885221101, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5580, timestamp=1517885221102, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5581, timestamp=1517885221102, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5582, timestamp=1517885221102, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5583, timestamp=1517885221102, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5584, timestamp=1517885221102, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5585, timestamp=1517885221102, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5586, timestamp=1517885221102, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5587, timestamp=1517885221103, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5588, timestamp=1517885221103, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5589, timestamp=1517885221103, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5590, timestamp=1517885221103, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5591, timestamp=1517885221103, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5592, timestamp=1517885221103, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5593, timestamp=1517885221104, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5594, timestamp=1517885221104, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5595, timestamp=1517885221104, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5596, timestamp=1517885221105, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5597, timestamp=1517885221105, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5598, timestamp=1517885221105, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5599, timestamp=1517885221105, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5600, timestamp=1517885221105, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5601, timestamp=1517885221106, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5602, timestamp=1517885221106, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5603, timestamp=1517885221106, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5604, timestamp=1517885221106, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5605, timestamp=1517885221106, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5606, timestamp=1517885221106, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5607, timestamp=1517885221106, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5608, timestamp=1517885221106, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5609, timestamp=1517885221106, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5610, timestamp=1517885221106, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5611, timestamp=1517885221106, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5612, timestamp=1517885221107, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5613, timestamp=1517885221107, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5614, timestamp=1517885221107, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5615, timestamp=1517885221107, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5616, timestamp=1517885221107, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5617, timestamp=1517885221107, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5618, timestamp=1517885221107, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5619, timestamp=1517885221107, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5620, timestamp=1517885221107, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5621, timestamp=1517885221108, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5622, timestamp=1517885221108, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5623, timestamp=1517885221108, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5624, timestamp=1517885221108, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5625, timestamp=1517885221108, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5626, timestamp=1517885221108, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5627, timestamp=1517885221109, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5628, timestamp=1517885221109, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5629, timestamp=1517885221109, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5630, timestamp=1517885221109, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5631, timestamp=1517885221110, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5632, timestamp=1517885221110, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5633, timestamp=1517885221110, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5634, timestamp=1517885221110, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5635, timestamp=1517885221111, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5636, timestamp=1517885221111, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5637, timestamp=1517885221111, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5638, timestamp=1517885221111, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5639, timestamp=1517885221111, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5640, timestamp=1517885221112, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5641, timestamp=1517885221112, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5642, timestamp=1517885221112, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5643, timestamp=1517885221112, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5644, timestamp=1517885221112, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5645, timestamp=1517885221113, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5646, timestamp=1517885221113, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5647, timestamp=1517885221113, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5648, timestamp=1517885221113, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5649, timestamp=1517885221113, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5650, timestamp=1517885221113, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5651, timestamp=1517885221113, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5652, timestamp=1517885221113, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5653, timestamp=1517885221114, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5654, timestamp=1517885221114, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5655, timestamp=1517885221114, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5656, timestamp=1517885221114, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5657, timestamp=1517885221114, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5658, timestamp=1517885221114, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5659, timestamp=1517885221115, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5660, timestamp=1517885221115, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5661, timestamp=1517885221115, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5662, timestamp=1517885221115, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5663, timestamp=1517885221115, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5664, timestamp=1517885221116, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5665, timestamp=1517885221116, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5666, timestamp=1517885221116, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5667, timestamp=1517885221116, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5668, timestamp=1517885221116, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5669, timestamp=1517885221116, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5670, timestamp=1517885221116, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5671, timestamp=1517885221117, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5672, timestamp=1517885221117, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5673, timestamp=1517885221117, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5674, timestamp=1517885221117, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5675, timestamp=1517885221118, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5676, timestamp=1517885221118, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5677, timestamp=1517885221118, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5678, timestamp=1517885221118, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5679, timestamp=1517885221118, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5680, timestamp=1517885221118, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5681, timestamp=1517885221119, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5682, timestamp=1517885221119, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5683, timestamp=1517885221119, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5684, timestamp=1517885221119, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5685, timestamp=1517885221119, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5686, timestamp=1517885221119, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5687, timestamp=1517885221119, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5688, timestamp=1517885221120, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5689, timestamp=1517885221120, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5690, timestamp=1517885221120, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5691, timestamp=1517885221120, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5692, timestamp=1517885221120, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5693, timestamp=1517885221120, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5694, timestamp=1517885221120, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5695, timestamp=1517885221120, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5696, timestamp=1517885221121, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5697, timestamp=1517885221121, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5698, timestamp=1517885221122, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5699, timestamp=1517885221122, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5700, timestamp=1517885221122, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5701, timestamp=1517885221122, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5702, timestamp=1517885221123, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5703, timestamp=1517885221123, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5704, timestamp=1517885221123, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5705, timestamp=1517885221124, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5706, timestamp=1517885221125, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5707, timestamp=1517885221125, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5708, timestamp=1517885221125, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5709, timestamp=1517885221125, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5710, timestamp=1517885221126, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5711, timestamp=1517885221126, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5712, timestamp=1517885221126, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5713, timestamp=1517885221126, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5714, timestamp=1517885221126, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5715, timestamp=1517885221126, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5716, timestamp=1517885221126, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5717, timestamp=1517885221126, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5718, timestamp=1517885221127, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5719, timestamp=1517885221127, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5720, timestamp=1517885221127, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5721, timestamp=1517885221127, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5722, timestamp=1517885221127, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5723, timestamp=1517885221127, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5724, timestamp=1517885221128, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5725, timestamp=1517885221128, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5726, timestamp=1517885221128, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5727, timestamp=1517885221129, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5728, timestamp=1517885221129, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5729, timestamp=1517885221129, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5730, timestamp=1517885221129, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5731, timestamp=1517885221130, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5732, timestamp=1517885221130, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5733, timestamp=1517885221130, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5734, timestamp=1517885221131, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5735, timestamp=1517885221131, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5736, timestamp=1517885221131, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5737, timestamp=1517885221131, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5738, timestamp=1517885221131, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5739, timestamp=1517885221131, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5740, timestamp=1517885221131, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5741, timestamp=1517885221131, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5742, timestamp=1517885221132, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5743, timestamp=1517885221132, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5744, timestamp=1517885221132, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5745, timestamp=1517885221132, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5746, timestamp=1517885221133, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5747, timestamp=1517885221133, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5748, timestamp=1517885221133, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5749, timestamp=1517885221133, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5750, timestamp=1517885221133, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5751, timestamp=1517885221133, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5752, timestamp=1517885221134, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5753, timestamp=1517885221134, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5754, timestamp=1517885221134, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5755, timestamp=1517885221134, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5756, timestamp=1517885221135, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5757, timestamp=1517885221135, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5758, timestamp=1517885221135, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5759, timestamp=1517885221135, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5760, timestamp=1517885221135, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5761, timestamp=1517885221136, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5762, timestamp=1517885221136, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5763, timestamp=1517885221137, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5764, timestamp=1517885221137, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5765, timestamp=1517885221137, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5766, timestamp=1517885221137, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5767, timestamp=1517885221137, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5768, timestamp=1517885221137, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5769, timestamp=1517885221137, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5770, timestamp=1517885221137, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5771, timestamp=1517885221138, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5772, timestamp=1517885221138, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5773, timestamp=1517885221138, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5774, timestamp=1517885221138, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5775, timestamp=1517885221138, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5776, timestamp=1517885221138, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5777, timestamp=1517885221139, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5778, timestamp=1517885221139, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5779, timestamp=1517885221139, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5780, timestamp=1517885221139, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5781, timestamp=1517885221139, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5782, timestamp=1517885221139, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5783, timestamp=1517885221139, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5784, timestamp=1517885221140, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5785, timestamp=1517885221140, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5786, timestamp=1517885221140, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5787, timestamp=1517885221140, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5788, timestamp=1517885221140, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5789, timestamp=1517885221140, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5790, timestamp=1517885221140, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5791, timestamp=1517885221140, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5792, timestamp=1517885221141, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5793, timestamp=1517885221141, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5794, timestamp=1517885221141, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5795, timestamp=1517885221141, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5796, timestamp=1517885221141, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5797, timestamp=1517885221141, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5798, timestamp=1517885221141, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5799, timestamp=1517885221142, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5800, timestamp=1517885221142, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5801, timestamp=1517885221142, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5802, timestamp=1517885221142, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5803, timestamp=1517885221142, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5804, timestamp=1517885221142, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5805, timestamp=1517885221143, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5806, timestamp=1517885221143, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5807, timestamp=1517885221143, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5808, timestamp=1517885221143, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5809, timestamp=1517885221143, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5810, timestamp=1517885221144, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5811, timestamp=1517885221145, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5812, timestamp=1517885221145, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5813, timestamp=1517885221145, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5814, timestamp=1517885221145, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5815, timestamp=1517885221145, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5816, timestamp=1517885221145, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5817, timestamp=1517885221145, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5818, timestamp=1517885221145, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5819, timestamp=1517885221146, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5820, timestamp=1517885221146, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5821, timestamp=1517885221146, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5822, timestamp=1517885221146, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5823, timestamp=1517885221146, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5824, timestamp=1517885221147, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5825, timestamp=1517885221147, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5826, timestamp=1517885221147, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5827, timestamp=1517885221147, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5828, timestamp=1517885221147, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5829, timestamp=1517885221147, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5830, timestamp=1517885221148, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5831, timestamp=1517885221148, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5832, timestamp=1517885221148, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5833, timestamp=1517885221148, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5834, timestamp=1517885221149, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5835, timestamp=1517885221149, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5836, timestamp=1517885221149, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5837, timestamp=1517885221149, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5838, timestamp=1517885221149, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5839, timestamp=1517885221149, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5840, timestamp=1517885221150, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5841, timestamp=1517885221150, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5842, timestamp=1517885221150, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5843, timestamp=1517885221150, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5844, timestamp=1517885221150, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5845, timestamp=1517885221150, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5846, timestamp=1517885221150, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5847, timestamp=1517885221150, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5848, timestamp=1517885221151, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5849, timestamp=1517885221151, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5850, timestamp=1517885221151, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5851, timestamp=1517885221151, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5852, timestamp=1517885221151, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5853, timestamp=1517885221151, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5854, timestamp=1517885221151, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5855, timestamp=1517885221151, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5856, timestamp=1517885221151, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5857, timestamp=1517885221151, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5858, timestamp=1517885221152, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5859, timestamp=1517885221152, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5860, timestamp=1517885221152, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5861, timestamp=1517885221152, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5862, timestamp=1517885221152, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5863, timestamp=1517885221152, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5864, timestamp=1517885221152, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5865, timestamp=1517885221152, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5866, timestamp=1517885221153, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5867, timestamp=1517885221153, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5868, timestamp=1517885221153, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5869, timestamp=1517885221153, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5870, timestamp=1517885221153, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5871, timestamp=1517885221153, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5872, timestamp=1517885221153, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5873, timestamp=1517885221153, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5874, timestamp=1517885221154, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5875, timestamp=1517885221154, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5876, timestamp=1517885221155, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5877, timestamp=1517885221155, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5878, timestamp=1517885221155, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5879, timestamp=1517885221155, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5880, timestamp=1517885221155, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5881, timestamp=1517885221155, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5882, timestamp=1517885221155, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5883, timestamp=1517885221155, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5884, timestamp=1517885221155, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5885, timestamp=1517885221156, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5886, timestamp=1517885221156, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5887, timestamp=1517885221156, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5888, timestamp=1517885221156, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5889, timestamp=1517885221157, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5890, timestamp=1517885221157, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5891, timestamp=1517885221157, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5892, timestamp=1517885221158, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5893, timestamp=1517885221158, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5894, timestamp=1517885221159, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5895, timestamp=1517885221159, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5896, timestamp=1517885221159, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5897, timestamp=1517885221159, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5898, timestamp=1517885221159, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5899, timestamp=1517885221159, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5900, timestamp=1517885221159, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5901, timestamp=1517885221159, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5902, timestamp=1517885221159, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5903, timestamp=1517885221161, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5904, timestamp=1517885221161, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5905, timestamp=1517885221161, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5906, timestamp=1517885221161, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5907, timestamp=1517885221162, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5908, timestamp=1517885221162, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5909, timestamp=1517885221162, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5910, timestamp=1517885221162, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5911, timestamp=1517885221162, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5912, timestamp=1517885221162, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5913, timestamp=1517885221163, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5914, timestamp=1517885221163, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5915, timestamp=1517885221163, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5916, timestamp=1517885221163, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5917, timestamp=1517885221163, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5918, timestamp=1517885221163, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5919, timestamp=1517885221164, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5920, timestamp=1517885221164, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5921, timestamp=1517885221164, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5922, timestamp=1517885221164, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5923, timestamp=1517885221164, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5924, timestamp=1517885221164, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5925, timestamp=1517885221164, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5926, timestamp=1517885221165, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5927, timestamp=1517885221165, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5928, timestamp=1517885221165, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5929, timestamp=1517885221165, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5930, timestamp=1517885221166, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5931, timestamp=1517885221166, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5932, timestamp=1517885221167, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5933, timestamp=1517885221168, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5934, timestamp=1517885221168, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5935, timestamp=1517885221168, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5936, timestamp=1517885221169, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5937, timestamp=1517885221169, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5938, timestamp=1517885221169, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5939, timestamp=1517885221169, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5940, timestamp=1517885221169, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5941, timestamp=1517885221169, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5942, timestamp=1517885221169, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5943, timestamp=1517885221169, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5944, timestamp=1517885221169, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5945, timestamp=1517885221170, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5946, timestamp=1517885221170, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5947, timestamp=1517885221170, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5948, timestamp=1517885221171, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5949, timestamp=1517885221171, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5950, timestamp=1517885221171, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5951, timestamp=1517885221172, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5952, timestamp=1517885221172, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5953, timestamp=1517885221172, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5954, timestamp=1517885221172, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5955, timestamp=1517885221172, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5956, timestamp=1517885221172, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5957, timestamp=1517885221172, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5958, timestamp=1517885221172, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5959, timestamp=1517885221172, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5960, timestamp=1517885221172, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5961, timestamp=1517885221172, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5962, timestamp=1517885221173, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5963, timestamp=1517885221173, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5964, timestamp=1517885221173, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5965, timestamp=1517885221173, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5966, timestamp=1517885221174, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5967, timestamp=1517885221174, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5968, timestamp=1517885221174, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5969, timestamp=1517885221174, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5970, timestamp=1517885221174, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5971, timestamp=1517885221175, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5972, timestamp=1517885221175, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5973, timestamp=1517885221175, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5974, timestamp=1517885221175, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5975, timestamp=1517885221175, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5976, timestamp=1517885221176, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5977, timestamp=1517885221176, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5978, timestamp=1517885221176, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5979, timestamp=1517885221176, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5980, timestamp=1517885221177, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5981, timestamp=1517885221177, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5982, timestamp=1517885221177, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5983, timestamp=1517885221177, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5984, timestamp=1517885221177, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5985, timestamp=1517885221178, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5986, timestamp=1517885221178, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5987, timestamp=1517885221178, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5988, timestamp=1517885221178, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5989, timestamp=1517885221178, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5990, timestamp=1517885221178, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5991, timestamp=1517885221179, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5992, timestamp=1517885221179, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5993, timestamp=1517885221179, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5994, timestamp=1517885221179, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5995, timestamp=1517885221179, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5996, timestamp=1517885221179, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5997, timestamp=1517885221179, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5998, timestamp=1517885221180, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5999, timestamp=1517885221180, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6000, timestamp=1517885221180, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6001, timestamp=1517885221180, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6002, timestamp=1517885221180, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6003, timestamp=1517885221180, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6004, timestamp=1517885221181, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6005, timestamp=1517885221181, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6006, timestamp=1517885221181, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6007, timestamp=1517885221181, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6008, timestamp=1517885221181, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6009, timestamp=1517885221182, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6010, timestamp=1517885221182, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6011, timestamp=1517885221182, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6012, timestamp=1517885221182, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6013, timestamp=1517885221182, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6014, timestamp=1517885221182, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6015, timestamp=1517885221182, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6016, timestamp=1517885221182, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6017, timestamp=1517885221183, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6018, timestamp=1517885221183, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6019, timestamp=1517885221184, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6020, timestamp=1517885221184, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6021, timestamp=1517885221184, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6022, timestamp=1517885221184, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6023, timestamp=1517885221184, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6024, timestamp=1517885221184, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6025, timestamp=1517885221184, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6026, timestamp=1517885221185, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6027, timestamp=1517885221185, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6028, timestamp=1517885221185, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6029, timestamp=1517885221185, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6030, timestamp=1517885221185, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6031, timestamp=1517885221185, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6032, timestamp=1517885221185, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6033, timestamp=1517885221186, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6034, timestamp=1517885221186, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6035, timestamp=1517885221186, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6036, timestamp=1517885221187, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6037, timestamp=1517885221187, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6038, timestamp=1517885221187, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6039, timestamp=1517885221187, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6040, timestamp=1517885221187, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6041, timestamp=1517885221187, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6042, timestamp=1517885221187, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6043, timestamp=1517885221188, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6044, timestamp=1517885221188, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6045, timestamp=1517885221188, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6046, timestamp=1517885221188, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6047, timestamp=1517885221188, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6048, timestamp=1517885221188, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6049, timestamp=1517885221188, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6050, timestamp=1517885221188, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6051, timestamp=1517885221190, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6052, timestamp=1517885221190, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6053, timestamp=1517885221190, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6054, timestamp=1517885221190, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6055, timestamp=1517885221190, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6056, timestamp=1517885221190, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6057, timestamp=1517885221190, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6058, timestamp=1517885221190, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6059, timestamp=1517885221191, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6060, timestamp=1517885221191, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6061, timestamp=1517885221191, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6062, timestamp=1517885221191, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6063, timestamp=1517885221191, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6064, timestamp=1517885221191, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6065, timestamp=1517885221191, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6066, timestamp=1517885221191, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6067, timestamp=1517885221191, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6068, timestamp=1517885221191, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6069, timestamp=1517885221192, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6070, timestamp=1517885221192, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6071, timestamp=1517885221192, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6072, timestamp=1517885221192, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6073, timestamp=1517885221192, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6074, timestamp=1517885221192, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6075, timestamp=1517885221192, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6076, timestamp=1517885221192, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6077, timestamp=1517885221193, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6078, timestamp=1517885221193, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6079, timestamp=1517885221193, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6080, timestamp=1517885221193, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6081, timestamp=1517885221193, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6082, timestamp=1517885221193, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6083, timestamp=1517885221193, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6084, timestamp=1517885221193, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6085, timestamp=1517885221193, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6086, timestamp=1517885221194, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6087, timestamp=1517885221194, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6088, timestamp=1517885221194, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6089, timestamp=1517885221194, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6090, timestamp=1517885221194, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6091, timestamp=1517885221194, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6092, timestamp=1517885221194, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6093, timestamp=1517885221194, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6094, timestamp=1517885221195, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6095, timestamp=1517885221195, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6096, timestamp=1517885221195, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6097, timestamp=1517885221195, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6098, timestamp=1517885221196, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6099, timestamp=1517885221196, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6100, timestamp=1517885221196, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6101, timestamp=1517885221196, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6102, timestamp=1517885221196, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6103, timestamp=1517885221196, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6104, timestamp=1517885221196, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6105, timestamp=1517885221196, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6106, timestamp=1517885221196, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6107, timestamp=1517885221196, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6108, timestamp=1517885221196, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6109, timestamp=1517885221196, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6110, timestamp=1517885221197, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6111, timestamp=1517885221197, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6112, timestamp=1517885221197, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6113, timestamp=1517885221197, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6114, timestamp=1517885221197, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6115, timestamp=1517885221197, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6116, timestamp=1517885221197, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6117, timestamp=1517885221197, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6118, timestamp=1517885221197, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6119, timestamp=1517885221197, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6120, timestamp=1517885221197, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6121, timestamp=1517885221198, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6122, timestamp=1517885221198, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6123, timestamp=1517885221198, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6124, timestamp=1517885221198, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6125, timestamp=1517885221198, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6126, timestamp=1517885221198, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6127, timestamp=1517885221198, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6128, timestamp=1517885221198, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6129, timestamp=1517885221198, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6130, timestamp=1517885221198, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6131, timestamp=1517885221199, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6132, timestamp=1517885221199, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6133, timestamp=1517885221199, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6134, timestamp=1517885221199, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6135, timestamp=1517885221199, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6136, timestamp=1517885221199, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6137, timestamp=1517885221199, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6138, timestamp=1517885221199, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6139, timestamp=1517885221199, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6140, timestamp=1517885221199, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6141, timestamp=1517885221199, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6142, timestamp=1517885221199, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6143, timestamp=1517885221199, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6144, timestamp=1517885221199, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6145, timestamp=1517885221200, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6146, timestamp=1517885221200, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6147, timestamp=1517885221200, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6148, timestamp=1517885221200, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6149, timestamp=1517885221200, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6150, timestamp=1517885221200, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6151, timestamp=1517885221200, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6152, timestamp=1517885221200, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6153, timestamp=1517885221201, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6154, timestamp=1517885221201, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6155, timestamp=1517885221201, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6156, timestamp=1517885221201, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6157, timestamp=1517885221201, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6158, timestamp=1517885221201, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6159, timestamp=1517885221201, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6160, timestamp=1517885221202, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6161, timestamp=1517885221202, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6162, timestamp=1517885221202, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6163, timestamp=1517885221202, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6164, timestamp=1517885221202, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6165, timestamp=1517885221202, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6166, timestamp=1517885221202, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6167, timestamp=1517885221203, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6168, timestamp=1517885221203, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6169, timestamp=1517885221203, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6170, timestamp=1517885221203, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6171, timestamp=1517885221203, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6172, timestamp=1517885221203, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6173, timestamp=1517885221203, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6174, timestamp=1517885221203, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6175, timestamp=1517885221204, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6176, timestamp=1517885221204, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6177, timestamp=1517885221204, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6178, timestamp=1517885221204, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6179, timestamp=1517885221204, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6180, timestamp=1517885221204, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6181, timestamp=1517885221204, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6182, timestamp=1517885221204, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6183, timestamp=1517885221204, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6184, timestamp=1517885221205, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6185, timestamp=1517885221205, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6186, timestamp=1517885221205, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6187, timestamp=1517885221205, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6188, timestamp=1517885221205, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6189, timestamp=1517885221205, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6190, timestamp=1517885221205, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6191, timestamp=1517885221205, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6192, timestamp=1517885221205, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6193, timestamp=1517885221205, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6194, timestamp=1517885221205, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6195, timestamp=1517885221205, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6196, timestamp=1517885221206, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6197, timestamp=1517885221206, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6198, timestamp=1517885221206, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6199, timestamp=1517885221206, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6200, timestamp=1517885221206, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6201, timestamp=1517885221206, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6202, timestamp=1517885221206, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6203, timestamp=1517885221206, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6204, timestamp=1517885221207, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6205, timestamp=1517885221207, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6206, timestamp=1517885221207, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6207, timestamp=1517885221207, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6208, timestamp=1517885221207, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6209, timestamp=1517885221207, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6210, timestamp=1517885221207, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6211, timestamp=1517885221207, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6212, timestamp=1517885221207, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6213, timestamp=1517885221207, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6214, timestamp=1517885221207, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6215, timestamp=1517885221207, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6216, timestamp=1517885221207, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6217, timestamp=1517885221207, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6218, timestamp=1517885221207, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6219, timestamp=1517885221207, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6220, timestamp=1517885221208, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6221, timestamp=1517885221208, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6222, timestamp=1517885221208, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6223, timestamp=1517885221208, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6224, timestamp=1517885221208, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6225, timestamp=1517885221208, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6226, timestamp=1517885221208, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6227, timestamp=1517885221209, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6228, timestamp=1517885221209, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6229, timestamp=1517885221209, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6230, timestamp=1517885221209, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6231, timestamp=1517885221209, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6232, timestamp=1517885221209, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6233, timestamp=1517885221209, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6234, timestamp=1517885221209, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6235, timestamp=1517885221209, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6236, timestamp=1517885221210, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6237, timestamp=1517885221210, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6238, timestamp=1517885221210, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6239, timestamp=1517885221210, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6240, timestamp=1517885221210, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6241, timestamp=1517885221210, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6242, timestamp=1517885221211, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6243, timestamp=1517885221211, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6244, timestamp=1517885221211, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6245, timestamp=1517885221211, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6246, timestamp=1517885221211, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6247, timestamp=1517885221211, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6248, timestamp=1517885221211, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6249, timestamp=1517885221211, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6250, timestamp=1517885221211, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6251, timestamp=1517885221211, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6252, timestamp=1517885221211, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6253, timestamp=1517885221211, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6254, timestamp=1517885221211, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6255, timestamp=1517885221212, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6256, timestamp=1517885221212, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6257, timestamp=1517885221212, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6258, timestamp=1517885221212, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6259, timestamp=1517885221213, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6260, timestamp=1517885221213, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6261, timestamp=1517885221213, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6262, timestamp=1517885221213, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6263, timestamp=1517885221213, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6264, timestamp=1517885221213, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6265, timestamp=1517885221213, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6266, timestamp=1517885221214, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6267, timestamp=1517885221214, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6268, timestamp=1517885221214, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6269, timestamp=1517885221214, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6270, timestamp=1517885221214, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6271, timestamp=1517885221214, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6272, timestamp=1517885221214, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6273, timestamp=1517885221214, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6274, timestamp=1517885221214, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6275, timestamp=1517885221214, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6276, timestamp=1517885221214, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6277, timestamp=1517885221215, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6278, timestamp=1517885221215, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6279, timestamp=1517885221215, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6280, timestamp=1517885221215, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6281, timestamp=1517885221215, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6282, timestamp=1517885221215, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6283, timestamp=1517885221215, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6284, timestamp=1517885221215, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6285, timestamp=1517885221215, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6286, timestamp=1517885221215, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6287, timestamp=1517885221216, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6288, timestamp=1517885221216, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6289, timestamp=1517885221216, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6290, timestamp=1517885221216, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6291, timestamp=1517885221216, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6292, timestamp=1517885221216, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6293, timestamp=1517885221216, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6294, timestamp=1517885221216, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6295, timestamp=1517885221216, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6296, timestamp=1517885221216, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6297, timestamp=1517885221216, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6298, timestamp=1517885221217, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6299, timestamp=1517885221217, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6300, timestamp=1517885221217, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6301, timestamp=1517885221217, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6302, timestamp=1517885221217, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6303, timestamp=1517885221217, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6304, timestamp=1517885221218, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6305, timestamp=1517885221218, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6306, timestamp=1517885221218, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6307, timestamp=1517885221218, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6308, timestamp=1517885221218, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6309, timestamp=1517885221219, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6310, timestamp=1517885221219, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6311, timestamp=1517885221219, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6312, timestamp=1517885221219, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6313, timestamp=1517885221219, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6314, timestamp=1517885221220, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6315, timestamp=1517885221220, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6316, timestamp=1517885221220, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6317, timestamp=1517885221220, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6318, timestamp=1517885221220, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6319, timestamp=1517885221220, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6320, timestamp=1517885221220, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6321, timestamp=1517885221221, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6322, timestamp=1517885221221, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6323, timestamp=1517885221221, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6324, timestamp=1517885221221, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6325, timestamp=1517885221221, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6326, timestamp=1517885221221, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6327, timestamp=1517885221221, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6328, timestamp=1517885221221, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6329, timestamp=1517885221222, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6330, timestamp=1517885221222, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6331, timestamp=1517885221222, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6332, timestamp=1517885221222, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6333, timestamp=1517885221222, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6334, timestamp=1517885221222, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6335, timestamp=1517885221222, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6336, timestamp=1517885221222, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6337, timestamp=1517885221222, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6338, timestamp=1517885221222, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6339, timestamp=1517885221222, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6340, timestamp=1517885221222, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6341, timestamp=1517885221222, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6342, timestamp=1517885221222, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6343, timestamp=1517885221223, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6344, timestamp=1517885221223, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6345, timestamp=1517885221223, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6346, timestamp=1517885221223, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6347, timestamp=1517885221223, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6348, timestamp=1517885221224, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6349, timestamp=1517885221224, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6350, timestamp=1517885221224, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6351, timestamp=1517885221224, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6352, timestamp=1517885221224, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6353, timestamp=1517885221224, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6354, timestamp=1517885221224, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6355, timestamp=1517885221224, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6356, timestamp=1517885221225, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6357, timestamp=1517885221225, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6358, timestamp=1517885221225, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6359, timestamp=1517885221225, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6360, timestamp=1517885221225, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6361, timestamp=1517885221226, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6362, timestamp=1517885221226, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6363, timestamp=1517885221226, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6364, timestamp=1517885221226, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6365, timestamp=1517885221226, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6366, timestamp=1517885221226, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6367, timestamp=1517885221226, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6368, timestamp=1517885221226, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6369, timestamp=1517885221226, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6370, timestamp=1517885221226, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6371, timestamp=1517885221226, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6372, timestamp=1517885221227, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6373, timestamp=1517885221227, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6374, timestamp=1517885221227, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6375, timestamp=1517885221227, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6376, timestamp=1517885221227, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6377, timestamp=1517885221228, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6378, timestamp=1517885221228, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6379, timestamp=1517885221228, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6380, timestamp=1517885221228, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6381, timestamp=1517885221228, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6382, timestamp=1517885221228, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6383, timestamp=1517885221228, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6384, timestamp=1517885221228, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6385, timestamp=1517885221229, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6386, timestamp=1517885221229, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6387, timestamp=1517885221229, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6388, timestamp=1517885221229, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6389, timestamp=1517885221229, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6390, timestamp=1517885221230, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6391, timestamp=1517885221230, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6392, timestamp=1517885221230, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6393, timestamp=1517885221230, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6394, timestamp=1517885221230, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6395, timestamp=1517885221230, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6396, timestamp=1517885221230, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6397, timestamp=1517885221231, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6398, timestamp=1517885221231, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6399, timestamp=1517885221231, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6400, timestamp=1517885221231, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6401, timestamp=1517885221231, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6402, timestamp=1517885221231, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6403, timestamp=1517885221231, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6404, timestamp=1517885221231, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6405, timestamp=1517885221231, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6406, timestamp=1517885221231, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6407, timestamp=1517885221232, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6408, timestamp=1517885221232, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6409, timestamp=1517885221232, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6410, timestamp=1517885221232, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6411, timestamp=1517885221232, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6412, timestamp=1517885221232, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6413, timestamp=1517885221232, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6414, timestamp=1517885221232, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6415, timestamp=1517885221232, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6416, timestamp=1517885221232, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6417, timestamp=1517885221233, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6418, timestamp=1517885221233, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6419, timestamp=1517885221233, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6420, timestamp=1517885221233, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6421, timestamp=1517885221233, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6422, timestamp=1517885221233, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6423, timestamp=1517885221233, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6424, timestamp=1517885221233, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6425, timestamp=1517885221233, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6426, timestamp=1517885221233, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6427, timestamp=1517885221233, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6428, timestamp=1517885221233, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6429, timestamp=1517885221233, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6430, timestamp=1517885221233, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6431, timestamp=1517885221234, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6432, timestamp=1517885221234, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6433, timestamp=1517885221234, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6434, timestamp=1517885221234, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6435, timestamp=1517885221234, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6436, timestamp=1517885221234, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6437, timestamp=1517885221234, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6438, timestamp=1517885221234, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6439, timestamp=1517885221234, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6440, timestamp=1517885221234, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6441, timestamp=1517885221235, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6442, timestamp=1517885221235, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6443, timestamp=1517885221235, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6444, timestamp=1517885221235, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6445, timestamp=1517885221235, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6446, timestamp=1517885221235, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6447, timestamp=1517885221235, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6448, timestamp=1517885221235, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6449, timestamp=1517885221235, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6450, timestamp=1517885221236, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6451, timestamp=1517885221236, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6452, timestamp=1517885221236, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6453, timestamp=1517885221236, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6454, timestamp=1517885221236, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6455, timestamp=1517885221236, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6456, timestamp=1517885221236, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6457, timestamp=1517885221236, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6458, timestamp=1517885221236, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6459, timestamp=1517885221236, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6460, timestamp=1517885221236, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6461, timestamp=1517885221236, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6462, timestamp=1517885221237, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6463, timestamp=1517885221237, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6464, timestamp=1517885221237, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6465, timestamp=1517885221237, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6466, timestamp=1517885221237, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6467, timestamp=1517885221237, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6468, timestamp=1517885221238, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6469, timestamp=1517885221238, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6470, timestamp=1517885221238, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6471, timestamp=1517885221238, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6472, timestamp=1517885221238, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6473, timestamp=1517885221238, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6474, timestamp=1517885221238, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6475, timestamp=1517885221238, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6476, timestamp=1517885221238, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6477, timestamp=1517885221238, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6478, timestamp=1517885221238, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6479, timestamp=1517885221239, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6480, timestamp=1517885221239, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6481, timestamp=1517885221239, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6482, timestamp=1517885221239, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6483, timestamp=1517885221239, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6484, timestamp=1517885221239, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6485, timestamp=1517885221239, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6486, timestamp=1517885221239, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6487, timestamp=1517885221240, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6488, timestamp=1517885221240, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6489, timestamp=1517885221240, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6490, timestamp=1517885221240, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6491, timestamp=1517885221240, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6492, timestamp=1517885221240, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6493, timestamp=1517885221240, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6494, timestamp=1517885221240, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6495, timestamp=1517885221240, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6496, timestamp=1517885221241, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6497, timestamp=1517885221241, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6498, timestamp=1517885221241, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6499, timestamp=1517885221241, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6500, timestamp=1517885221241, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6501, timestamp=1517885221241, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6502, timestamp=1517885221241, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6503, timestamp=1517885221241, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6504, timestamp=1517885221241, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6505, timestamp=1517885221241, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6506, timestamp=1517885221242, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6507, timestamp=1517885221242, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6508, timestamp=1517885221242, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6509, timestamp=1517885221242, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6510, timestamp=1517885221242, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6511, timestamp=1517885221242, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6512, timestamp=1517885221242, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6513, timestamp=1517885221242, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6514, timestamp=1517885221243, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6515, timestamp=1517885221243, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6516, timestamp=1517885221243, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6517, timestamp=1517885221243, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6518, timestamp=1517885221243, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6519, timestamp=1517885221243, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6520, timestamp=1517885221243, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6521, timestamp=1517885221243, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6522, timestamp=1517885221243, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6523, timestamp=1517885221244, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6524, timestamp=1517885221244, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6525, timestamp=1517885221244, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6526, timestamp=1517885221244, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6527, timestamp=1517885221244, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6528, timestamp=1517885221244, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6529, timestamp=1517885221244, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6530, timestamp=1517885221244, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6531, timestamp=1517885221245, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6532, timestamp=1517885221245, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6533, timestamp=1517885221245, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6534, timestamp=1517885221246, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6535, timestamp=1517885221246, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6536, timestamp=1517885221246, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6537, timestamp=1517885221246, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6538, timestamp=1517885221246, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6539, timestamp=1517885221246, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6540, timestamp=1517885221247, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6541, timestamp=1517885221247, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6542, timestamp=1517885221247, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6543, timestamp=1517885221247, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6544, timestamp=1517885221247, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6545, timestamp=1517885221248, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6546, timestamp=1517885221248, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6547, timestamp=1517885221248, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6548, timestamp=1517885221248, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6549, timestamp=1517885221248, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6550, timestamp=1517885221248, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6551, timestamp=1517885221248, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6552, timestamp=1517885221248, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6553, timestamp=1517885221248, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6554, timestamp=1517885221248, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6555, timestamp=1517885221249, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6556, timestamp=1517885221249, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6557, timestamp=1517885221249, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6558, timestamp=1517885221249, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6559, timestamp=1517885221249, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6560, timestamp=1517885221249, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6561, timestamp=1517885221250, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6562, timestamp=1517885221250, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6563, timestamp=1517885221250, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6564, timestamp=1517885221250, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6565, timestamp=1517885221250, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6566, timestamp=1517885221250, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6567, timestamp=1517885221250, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6568, timestamp=1517885221250, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6569, timestamp=1517885221250, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6570, timestamp=1517885221250, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6571, timestamp=1517885221250, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6572, timestamp=1517885221251, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6573, timestamp=1517885221251, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6574, timestamp=1517885221251, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6575, timestamp=1517885221251, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6576, timestamp=1517885221251, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6577, timestamp=1517885221251, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6578, timestamp=1517885221251, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6579, timestamp=1517885221251, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6580, timestamp=1517885221251, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6581, timestamp=1517885221251, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6582, timestamp=1517885221252, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6583, timestamp=1517885221252, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6584, timestamp=1517885221252, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6585, timestamp=1517885221252, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6586, timestamp=1517885221252, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6587, timestamp=1517885221252, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6588, timestamp=1517885221252, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6589, timestamp=1517885221252, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6590, timestamp=1517885221252, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6591, timestamp=1517885221253, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6592, timestamp=1517885221253, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6593, timestamp=1517885221253, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6594, timestamp=1517885221253, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6595, timestamp=1517885221253, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6596, timestamp=1517885221253, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6597, timestamp=1517885221253, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6598, timestamp=1517885221253, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6599, timestamp=1517885221253, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6600, timestamp=1517885221254, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6601, timestamp=1517885221254, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6602, timestamp=1517885221254, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6603, timestamp=1517885221254, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6604, timestamp=1517885221254, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6605, timestamp=1517885221254, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6606, timestamp=1517885221254, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6607, timestamp=1517885221254, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6608, timestamp=1517885221254, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6609, timestamp=1517885221254, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6610, timestamp=1517885221254, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6611, timestamp=1517885221254, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6612, timestamp=1517885221254, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6613, timestamp=1517885221254, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6614, timestamp=1517885221255, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6615, timestamp=1517885221255, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6616, timestamp=1517885221255, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6617, timestamp=1517885221255, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6618, timestamp=1517885221255, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6619, timestamp=1517885221255, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6620, timestamp=1517885221255, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6621, timestamp=1517885221255, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6622, timestamp=1517885221255, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6623, timestamp=1517885221256, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6624, timestamp=1517885221256, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6625, timestamp=1517885221256, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6626, timestamp=1517885221256, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6627, timestamp=1517885221256, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6628, timestamp=1517885221256, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6629, timestamp=1517885221256, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6630, timestamp=1517885221256, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6631, timestamp=1517885221256, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6632, timestamp=1517885221256, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6633, timestamp=1517885221257, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6634, timestamp=1517885221257, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6635, timestamp=1517885221257, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6636, timestamp=1517885221257, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6637, timestamp=1517885221257, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6638, timestamp=1517885221257, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6639, timestamp=1517885221257, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6640, timestamp=1517885221257, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6641, timestamp=1517885221257, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6642, timestamp=1517885221257, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6643, timestamp=1517885221257, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6644, timestamp=1517885221257, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6645, timestamp=1517885221258, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6646, timestamp=1517885221581, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6647, timestamp=1517885221581, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6648, timestamp=1517885221581, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6649, timestamp=1517885221581, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6650, timestamp=1517885221581, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6651, timestamp=1517885221581, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6652, timestamp=1517885221581, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6653, timestamp=1517885221581, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6654, timestamp=1517885221581, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6655, timestamp=1517885221582, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6656, timestamp=1517885221582, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6657, timestamp=1517885221582, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6658, timestamp=1517885221582, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6659, timestamp=1517885221582, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6660, timestamp=1517885221582, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6661, timestamp=1517885221582, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6662, timestamp=1517885221582, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6663, timestamp=1517885221583, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6664, timestamp=1517885221583, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6665, timestamp=1517885221583, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6666, timestamp=1517885221583, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6667, timestamp=1517885221583, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6668, timestamp=1517885221583, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6669, timestamp=1517885221583, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6670, timestamp=1517885221583, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6671, timestamp=1517885221583, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6672, timestamp=1517885221583, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6673, timestamp=1517885221583, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6674, timestamp=1517885221583, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6675, timestamp=1517885221583, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6676, timestamp=1517885221583, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6677, timestamp=1517885221583, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6678, timestamp=1517885221584, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6679, timestamp=1517885221584, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6680, timestamp=1517885221584, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6681, timestamp=1517885221584, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6682, timestamp=1517885221584, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6683, timestamp=1517885221584, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6684, timestamp=1517885221585, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6685, timestamp=1517885221585, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6686, timestamp=1517885221585, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6687, timestamp=1517885221585, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6688, timestamp=1517885221585, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6689, timestamp=1517885221585, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6690, timestamp=1517885221585, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6691, timestamp=1517885221585, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6692, timestamp=1517885221585, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6693, timestamp=1517885221585, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6694, timestamp=1517885221585, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6695, timestamp=1517885221586, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6696, timestamp=1517885221586, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6697, timestamp=1517885221586, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6698, timestamp=1517885221586, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6699, timestamp=1517885221586, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6700, timestamp=1517885221586, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6701, timestamp=1517885221586, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6702, timestamp=1517885221586, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6703, timestamp=1517885221586, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6704, timestamp=1517885221586, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6705, timestamp=1517885221586, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6706, timestamp=1517885221586, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6707, timestamp=1517885221586, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6708, timestamp=1517885221587, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6709, timestamp=1517885221587, key=8 bytes, value=588 bytes))]}]}]} 12:03:27.685 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 5041 for partition test-2 returned fetch data (error=NONE, highWaterMark=99967, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:27.756 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 3677 for assigned partition test-1 and update position to 4177 12:03:27.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 13843 12:03:28.765 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=4177, metadata=''}, test-0=OffsetAndMetadata{offset=5072, metadata=''}, test-2=OffsetAndMetadata{offset=5041, metadata=''}} 12:03:28.765 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=4177, metadata=''}, test-0=OffsetAndMetadata{offset=5072, metadata=''}, test-2=OffsetAndMetadata{offset=5041, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:28.765 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=5072,metadata=},{partition=1,offset=4177,metadata=},{partition=2,offset=5041,metadata=}]}]} with correlation id 64 to node 2147483644 12:03:28.768 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 4177 for assigned partition test-1 and update position to 4677 12:03:28.788 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 64, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:28.788 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 4177 for partition test-1 12:03:28.788 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 5072 for partition test-0 12:03:28.788 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 5041 for partition test-2 12:03:28.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 14337 12:03:29.189 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:29.189 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 65 to node 2147483644 12:03:29.390 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 65, received {throttle_time_ms=0,error_code=0} 12:03:29.390 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:29.809 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=4177, metadata=''}, test-0=OffsetAndMetadata{offset=5072, metadata=''}, test-2=OffsetAndMetadata{offset=5041, metadata=''}} 12:03:29.812 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 4677 for assigned partition test-1 and update position to 5107 12:03:29.812 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-0 with offset 5072 12:03:29.812 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-0 to 100091 12:03:29.813 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5072 for assigned partition test-0 and update position to 5142 12:03:29.813 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 5107 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:29.813 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:29.813 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=1,fetch_offset=5107,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 66 to node 3 12:03:29.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 14814 12:03:30.794 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 66, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=1,error_code=0,high_watermark=99942,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=5107, timestamp=1517885221013, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5108, timestamp=1517885221013, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5109, timestamp=1517885221013, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5110, timestamp=1517885221013, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5111, timestamp=1517885221013, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5112, timestamp=1517885221013, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5113, timestamp=1517885221013, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5114, timestamp=1517885221013, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5115, timestamp=1517885221013, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5116, timestamp=1517885221014, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5117, timestamp=1517885221014, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5118, timestamp=1517885221014, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5119, timestamp=1517885221014, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5120, timestamp=1517885221014, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5121, timestamp=1517885221014, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5122, timestamp=1517885221014, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5123, timestamp=1517885221014, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5124, timestamp=1517885221015, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5125, timestamp=1517885221015, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5126, timestamp=1517885221015, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5127, timestamp=1517885221015, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5128, timestamp=1517885221015, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5129, timestamp=1517885221015, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5130, timestamp=1517885221015, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5131, timestamp=1517885221015, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5132, timestamp=1517885221016, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5133, timestamp=1517885221016, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5134, timestamp=1517885221016, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5135, timestamp=1517885221016, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5136, timestamp=1517885221016, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5137, timestamp=1517885221017, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5138, timestamp=1517885221018, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5139, timestamp=1517885221018, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5140, timestamp=1517885221018, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5141, timestamp=1517885221018, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5142, timestamp=1517885221019, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5143, timestamp=1517885221019, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5144, timestamp=1517885221019, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5145, timestamp=1517885221019, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5146, timestamp=1517885221019, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5147, timestamp=1517885221019, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5148, timestamp=1517885221020, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5149, timestamp=1517885221020, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5150, timestamp=1517885221020, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5151, timestamp=1517885221020, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5152, timestamp=1517885221020, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5153, timestamp=1517885221020, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5154, timestamp=1517885221020, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5155, timestamp=1517885221021, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5156, timestamp=1517885221021, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5157, timestamp=1517885221021, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5158, timestamp=1517885221021, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5159, timestamp=1517885221021, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5160, timestamp=1517885221021, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5161, timestamp=1517885221021, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5162, timestamp=1517885221021, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5163, timestamp=1517885221021, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5164, timestamp=1517885221022, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5165, timestamp=1517885221022, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5166, timestamp=1517885221022, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5167, timestamp=1517885221022, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5168, timestamp=1517885221022, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5169, timestamp=1517885221022, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5170, timestamp=1517885221022, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5171, timestamp=1517885221023, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5172, timestamp=1517885221024, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5173, timestamp=1517885221024, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5174, timestamp=1517885221025, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5175, timestamp=1517885221025, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5176, timestamp=1517885221026, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5177, timestamp=1517885221026, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5178, timestamp=1517885221026, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5179, timestamp=1517885221027, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5180, timestamp=1517885221028, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5181, timestamp=1517885221028, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5182, timestamp=1517885221028, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5183, timestamp=1517885221028, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5184, timestamp=1517885221028, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5185, timestamp=1517885221029, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5186, timestamp=1517885221029, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5187, timestamp=1517885221030, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5188, timestamp=1517885221030, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5189, timestamp=1517885221030, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5190, timestamp=1517885221030, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5191, timestamp=1517885221030, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5192, timestamp=1517885221032, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5193, timestamp=1517885221032, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5194, timestamp=1517885221032, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5195, timestamp=1517885221032, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5196, timestamp=1517885221032, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5197, timestamp=1517885221033, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5198, timestamp=1517885221033, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5199, timestamp=1517885221033, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5200, timestamp=1517885221035, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5201, timestamp=1517885221036, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5202, timestamp=1517885221037, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5203, timestamp=1517885221037, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5204, timestamp=1517885221038, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5205, timestamp=1517885221038, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5206, timestamp=1517885221039, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5207, timestamp=1517885221039, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5208, timestamp=1517885221040, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5209, timestamp=1517885221040, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5210, timestamp=1517885221041, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5211, timestamp=1517885221041, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5212, timestamp=1517885221041, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5213, timestamp=1517885221041, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5214, timestamp=1517885221042, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5215, timestamp=1517885221042, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5216, timestamp=1517885221043, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5217, timestamp=1517885221043, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5218, timestamp=1517885221043, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5219, timestamp=1517885221044, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5220, timestamp=1517885221044, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5221, timestamp=1517885221044, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5222, timestamp=1517885221045, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5223, timestamp=1517885221045, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5224, timestamp=1517885221045, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5225, timestamp=1517885221045, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5226, timestamp=1517885221045, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5227, timestamp=1517885221045, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5228, timestamp=1517885221045, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5229, timestamp=1517885221046, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5230, timestamp=1517885221046, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5231, timestamp=1517885221046, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5232, timestamp=1517885221046, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5233, timestamp=1517885221046, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5234, timestamp=1517885221047, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5235, timestamp=1517885221047, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5236, timestamp=1517885221047, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5237, timestamp=1517885221047, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5238, timestamp=1517885221047, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5239, timestamp=1517885221047, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5240, timestamp=1517885221047, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5241, timestamp=1517885221048, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5242, timestamp=1517885221048, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5243, timestamp=1517885221048, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5244, timestamp=1517885221048, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5245, timestamp=1517885221048, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5246, timestamp=1517885221048, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5247, timestamp=1517885221048, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5248, timestamp=1517885221049, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5249, timestamp=1517885221049, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5250, timestamp=1517885221049, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5251, timestamp=1517885221049, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5252, timestamp=1517885221049, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5253, timestamp=1517885221049, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5254, timestamp=1517885221049, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5255, timestamp=1517885221050, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5256, timestamp=1517885221050, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5257, timestamp=1517885221050, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5258, timestamp=1517885221050, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5259, timestamp=1517885221051, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5260, timestamp=1517885221051, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5261, timestamp=1517885221051, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5262, timestamp=1517885221051, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5263, timestamp=1517885221052, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5264, timestamp=1517885221052, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5265, timestamp=1517885221052, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5266, timestamp=1517885221052, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5267, timestamp=1517885221052, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5268, timestamp=1517885221052, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5269, timestamp=1517885221052, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5270, timestamp=1517885221052, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5271, timestamp=1517885221052, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5272, timestamp=1517885221052, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5273, timestamp=1517885221052, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5274, timestamp=1517885221053, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5275, timestamp=1517885221053, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5276, timestamp=1517885221053, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5277, timestamp=1517885221053, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5278, timestamp=1517885221053, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5279, timestamp=1517885221053, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5280, timestamp=1517885221053, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5281, timestamp=1517885221053, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5282, timestamp=1517885221054, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5283, timestamp=1517885221054, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5284, timestamp=1517885221054, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5285, timestamp=1517885221054, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5286, timestamp=1517885221054, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5287, timestamp=1517885221054, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5288, timestamp=1517885221055, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5289, timestamp=1517885221055, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5290, timestamp=1517885221055, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5291, timestamp=1517885221056, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5292, timestamp=1517885221056, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5293, timestamp=1517885221056, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5294, timestamp=1517885221056, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5295, timestamp=1517885221056, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5296, timestamp=1517885221056, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5297, timestamp=1517885221056, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5298, timestamp=1517885221056, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5299, timestamp=1517885221057, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5300, timestamp=1517885221057, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5301, timestamp=1517885221057, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5302, timestamp=1517885221057, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5303, timestamp=1517885221058, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5304, timestamp=1517885221059, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5305, timestamp=1517885221059, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5306, timestamp=1517885221059, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5307, timestamp=1517885221059, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5308, timestamp=1517885221059, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5309, timestamp=1517885221059, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5310, timestamp=1517885221060, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5311, timestamp=1517885221060, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5312, timestamp=1517885221060, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5313, timestamp=1517885221060, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5314, timestamp=1517885221061, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5315, timestamp=1517885221061, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5316, timestamp=1517885221061, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5317, timestamp=1517885221061, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5318, timestamp=1517885221061, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5319, timestamp=1517885221061, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5320, timestamp=1517885221061, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5321, timestamp=1517885221061, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5322, timestamp=1517885221062, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5323, timestamp=1517885221062, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5324, timestamp=1517885221062, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5325, timestamp=1517885221062, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5326, timestamp=1517885221062, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5327, timestamp=1517885221063, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5328, timestamp=1517885221063, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5329, timestamp=1517885221063, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5330, timestamp=1517885221063, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5331, timestamp=1517885221063, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5332, timestamp=1517885221063, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5333, timestamp=1517885221063, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5334, timestamp=1517885221064, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5335, timestamp=1517885221064, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5336, timestamp=1517885221064, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5337, timestamp=1517885221064, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5338, timestamp=1517885221064, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5339, timestamp=1517885221065, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5340, timestamp=1517885221065, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5341, timestamp=1517885221065, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5342, timestamp=1517885221065, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5343, timestamp=1517885221065, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5344, timestamp=1517885221065, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5345, timestamp=1517885221065, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5346, timestamp=1517885221066, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5347, timestamp=1517885221066, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5348, timestamp=1517885221066, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5349, timestamp=1517885221066, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5350, timestamp=1517885221066, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5351, timestamp=1517885221066, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5352, timestamp=1517885221067, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5353, timestamp=1517885221067, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5354, timestamp=1517885221067, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5355, timestamp=1517885221067, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5356, timestamp=1517885221067, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5357, timestamp=1517885221067, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5358, timestamp=1517885221067, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5359, timestamp=1517885221067, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5360, timestamp=1517885221068, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5361, timestamp=1517885221068, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5362, timestamp=1517885221068, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5363, timestamp=1517885221068, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5364, timestamp=1517885221068, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5365, timestamp=1517885221068, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5366, timestamp=1517885221068, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5367, timestamp=1517885221068, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5368, timestamp=1517885221068, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5369, timestamp=1517885221069, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5370, timestamp=1517885221069, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5371, timestamp=1517885221069, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5372, timestamp=1517885221069, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5373, timestamp=1517885221069, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5374, timestamp=1517885221070, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5375, timestamp=1517885221070, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5376, timestamp=1517885221070, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5377, timestamp=1517885221070, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5378, timestamp=1517885221071, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5379, timestamp=1517885221071, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5380, timestamp=1517885221071, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5381, timestamp=1517885221071, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5382, timestamp=1517885221071, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5383, timestamp=1517885221071, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5384, timestamp=1517885221071, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5385, timestamp=1517885221071, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5386, timestamp=1517885221071, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5387, timestamp=1517885221071, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5388, timestamp=1517885221072, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5389, timestamp=1517885221072, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5390, timestamp=1517885221072, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5391, timestamp=1517885221072, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5392, timestamp=1517885221072, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5393, timestamp=1517885221072, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5394, timestamp=1517885221072, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5395, timestamp=1517885221073, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5396, timestamp=1517885221073, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5397, timestamp=1517885221073, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5398, timestamp=1517885221073, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5399, timestamp=1517885221073, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5400, timestamp=1517885221073, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5401, timestamp=1517885221073, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5402, timestamp=1517885221073, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5403, timestamp=1517885221073, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5404, timestamp=1517885221073, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5405, timestamp=1517885221074, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5406, timestamp=1517885221074, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5407, timestamp=1517885221074, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5408, timestamp=1517885221074, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5409, timestamp=1517885221074, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5410, timestamp=1517885221074, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5411, timestamp=1517885221074, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5412, timestamp=1517885221074, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5413, timestamp=1517885221075, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5414, timestamp=1517885221075, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5415, timestamp=1517885221075, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5416, timestamp=1517885221075, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5417, timestamp=1517885221075, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5418, timestamp=1517885221076, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5419, timestamp=1517885221076, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5420, timestamp=1517885221076, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5421, timestamp=1517885221076, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5422, timestamp=1517885221076, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5423, timestamp=1517885221076, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5424, timestamp=1517885221076, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5425, timestamp=1517885221076, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5426, timestamp=1517885221077, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5427, timestamp=1517885221077, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5428, timestamp=1517885221077, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5429, timestamp=1517885221077, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5430, timestamp=1517885221077, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5431, timestamp=1517885221077, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5432, timestamp=1517885221077, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5433, timestamp=1517885221077, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5434, timestamp=1517885221077, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5435, timestamp=1517885221078, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5436, timestamp=1517885221078, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5437, timestamp=1517885221078, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5438, timestamp=1517885221078, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5439, timestamp=1517885221078, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5440, timestamp=1517885221078, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5441, timestamp=1517885221078, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5442, timestamp=1517885221078, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5443, timestamp=1517885221078, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5444, timestamp=1517885221078, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5445, timestamp=1517885221079, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5446, timestamp=1517885221079, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5447, timestamp=1517885221079, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5448, timestamp=1517885221079, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5449, timestamp=1517885221079, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5450, timestamp=1517885221079, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5451, timestamp=1517885221079, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5452, timestamp=1517885221079, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5453, timestamp=1517885221079, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5454, timestamp=1517885221079, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5455, timestamp=1517885221079, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5456, timestamp=1517885221080, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5457, timestamp=1517885221080, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5458, timestamp=1517885221080, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5459, timestamp=1517885221080, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5460, timestamp=1517885221080, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5461, timestamp=1517885221080, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5462, timestamp=1517885221080, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5463, timestamp=1517885221081, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5464, timestamp=1517885221081, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5465, timestamp=1517885221081, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5466, timestamp=1517885221081, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5467, timestamp=1517885221081, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5468, timestamp=1517885221081, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5469, timestamp=1517885221081, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5470, timestamp=1517885221081, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5471, timestamp=1517885221081, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5472, timestamp=1517885221081, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5473, timestamp=1517885221081, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5474, timestamp=1517885221081, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5475, timestamp=1517885221082, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5476, timestamp=1517885221082, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5477, timestamp=1517885221082, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5478, timestamp=1517885221082, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5479, timestamp=1517885221082, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5480, timestamp=1517885221082, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5481, timestamp=1517885221082, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5482, timestamp=1517885221082, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5483, timestamp=1517885221082, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5484, timestamp=1517885221082, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5485, timestamp=1517885221082, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5486, timestamp=1517885221083, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5487, timestamp=1517885221083, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5488, timestamp=1517885221083, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5489, timestamp=1517885221083, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5490, timestamp=1517885221083, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5491, timestamp=1517885221083, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5492, timestamp=1517885221083, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5493, timestamp=1517885221083, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5494, timestamp=1517885221083, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5495, timestamp=1517885221084, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5496, timestamp=1517885221084, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5497, timestamp=1517885221084, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5498, timestamp=1517885221084, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5499, timestamp=1517885221084, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5500, timestamp=1517885221084, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5501, timestamp=1517885221084, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5502, timestamp=1517885221084, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5503, timestamp=1517885221085, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5504, timestamp=1517885221085, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5505, timestamp=1517885221085, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5506, timestamp=1517885221085, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5507, timestamp=1517885221085, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5508, timestamp=1517885221085, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5509, timestamp=1517885221085, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5510, timestamp=1517885221085, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5511, timestamp=1517885221085, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5512, timestamp=1517885221085, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5513, timestamp=1517885221085, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5514, timestamp=1517885221086, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5515, timestamp=1517885221086, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5516, timestamp=1517885221086, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5517, timestamp=1517885221086, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5518, timestamp=1517885221086, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5519, timestamp=1517885221086, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5520, timestamp=1517885221086, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5521, timestamp=1517885221086, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5522, timestamp=1517885221087, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5523, timestamp=1517885221087, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5524, timestamp=1517885221087, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5525, timestamp=1517885221087, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5526, timestamp=1517885221087, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5527, timestamp=1517885221088, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5528, timestamp=1517885221088, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5529, timestamp=1517885221088, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5530, timestamp=1517885221088, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5531, timestamp=1517885221089, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5532, timestamp=1517885221089, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5533, timestamp=1517885221089, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5534, timestamp=1517885221090, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5535, timestamp=1517885221090, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5536, timestamp=1517885221090, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5537, timestamp=1517885221090, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5538, timestamp=1517885221090, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5539, timestamp=1517885221091, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5540, timestamp=1517885221091, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5541, timestamp=1517885221091, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5542, timestamp=1517885221091, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5543, timestamp=1517885221091, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5544, timestamp=1517885221091, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5545, timestamp=1517885221091, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5546, timestamp=1517885221092, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5547, timestamp=1517885221092, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5548, timestamp=1517885221092, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5549, timestamp=1517885221092, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5550, timestamp=1517885221092, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5551, timestamp=1517885221092, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5552, timestamp=1517885221092, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5553, timestamp=1517885221092, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5554, timestamp=1517885221092, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5555, timestamp=1517885221093, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5556, timestamp=1517885221093, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5557, timestamp=1517885221093, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5558, timestamp=1517885221094, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5559, timestamp=1517885221094, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5560, timestamp=1517885221094, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5561, timestamp=1517885221094, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5562, timestamp=1517885221094, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5563, timestamp=1517885221094, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5564, timestamp=1517885221094, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5565, timestamp=1517885221094, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5566, timestamp=1517885221094, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5567, timestamp=1517885221095, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5568, timestamp=1517885221095, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5569, timestamp=1517885221095, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5570, timestamp=1517885221096, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5571, timestamp=1517885221096, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5572, timestamp=1517885221096, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5573, timestamp=1517885221096, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5574, timestamp=1517885221096, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5575, timestamp=1517885221096, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5576, timestamp=1517885221096, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5577, timestamp=1517885221096, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5578, timestamp=1517885221096, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5579, timestamp=1517885221096, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5580, timestamp=1517885221097, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5581, timestamp=1517885221097, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5582, timestamp=1517885221097, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5583, timestamp=1517885221097, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5584, timestamp=1517885221098, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5585, timestamp=1517885221098, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5586, timestamp=1517885221098, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5587, timestamp=1517885221098, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5588, timestamp=1517885221098, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5589, timestamp=1517885221098, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5590, timestamp=1517885221098, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5591, timestamp=1517885221099, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5592, timestamp=1517885221099, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5593, timestamp=1517885221099, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5594, timestamp=1517885221099, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5595, timestamp=1517885221099, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5596, timestamp=1517885221100, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5597, timestamp=1517885221100, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5598, timestamp=1517885221100, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5599, timestamp=1517885221100, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5600, timestamp=1517885221101, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5601, timestamp=1517885221101, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5602, timestamp=1517885221101, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5603, timestamp=1517885221101, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5604, timestamp=1517885221101, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5605, timestamp=1517885221101, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5606, timestamp=1517885221101, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5607, timestamp=1517885221102, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5608, timestamp=1517885221102, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5609, timestamp=1517885221102, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5610, timestamp=1517885221102, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5611, timestamp=1517885221102, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5612, timestamp=1517885221102, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5613, timestamp=1517885221103, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5614, timestamp=1517885221103, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5615, timestamp=1517885221103, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5616, timestamp=1517885221103, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5617, timestamp=1517885221103, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5618, timestamp=1517885221104, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5619, timestamp=1517885221104, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5620, timestamp=1517885221104, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5621, timestamp=1517885221104, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5622, timestamp=1517885221104, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5623, timestamp=1517885221105, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5624, timestamp=1517885221105, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5625, timestamp=1517885221105, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5626, timestamp=1517885221105, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5627, timestamp=1517885221105, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5628, timestamp=1517885221105, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5629, timestamp=1517885221105, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5630, timestamp=1517885221105, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5631, timestamp=1517885221105, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5632, timestamp=1517885221105, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5633, timestamp=1517885221105, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5634, timestamp=1517885221106, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5635, timestamp=1517885221106, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5636, timestamp=1517885221106, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5637, timestamp=1517885221106, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5638, timestamp=1517885221107, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5639, timestamp=1517885221107, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5640, timestamp=1517885221107, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5641, timestamp=1517885221107, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5642, timestamp=1517885221107, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5643, timestamp=1517885221108, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5644, timestamp=1517885221108, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5645, timestamp=1517885221108, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5646, timestamp=1517885221108, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5647, timestamp=1517885221108, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5648, timestamp=1517885221109, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5649, timestamp=1517885221109, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5650, timestamp=1517885221109, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5651, timestamp=1517885221109, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5652, timestamp=1517885221110, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5653, timestamp=1517885221110, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5654, timestamp=1517885221110, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5655, timestamp=1517885221110, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5656, timestamp=1517885221110, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5657, timestamp=1517885221111, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5658, timestamp=1517885221111, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5659, timestamp=1517885221112, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5660, timestamp=1517885221112, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5661, timestamp=1517885221112, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5662, timestamp=1517885221112, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5663, timestamp=1517885221112, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5664, timestamp=1517885221113, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5665, timestamp=1517885221113, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5666, timestamp=1517885221113, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5667, timestamp=1517885221113, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5668, timestamp=1517885221114, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5669, timestamp=1517885221114, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5670, timestamp=1517885221114, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5671, timestamp=1517885221114, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5672, timestamp=1517885221114, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5673, timestamp=1517885221115, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5674, timestamp=1517885221115, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5675, timestamp=1517885221115, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5676, timestamp=1517885221115, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5677, timestamp=1517885221115, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5678, timestamp=1517885221115, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5679, timestamp=1517885221116, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5680, timestamp=1517885221116, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5681, timestamp=1517885221116, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5682, timestamp=1517885221117, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5683, timestamp=1517885221117, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5684, timestamp=1517885221117, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5685, timestamp=1517885221117, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5686, timestamp=1517885221117, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5687, timestamp=1517885221117, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5688, timestamp=1517885221117, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5689, timestamp=1517885221117, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5690, timestamp=1517885221118, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5691, timestamp=1517885221118, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5692, timestamp=1517885221118, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5693, timestamp=1517885221118, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5694, timestamp=1517885221118, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5695, timestamp=1517885221119, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5696, timestamp=1517885221119, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5697, timestamp=1517885221119, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5698, timestamp=1517885221119, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5699, timestamp=1517885221119, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5700, timestamp=1517885221119, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5701, timestamp=1517885221119, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5702, timestamp=1517885221120, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5703, timestamp=1517885221120, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5704, timestamp=1517885221120, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5705, timestamp=1517885221120, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5706, timestamp=1517885221120, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5707, timestamp=1517885221120, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5708, timestamp=1517885221120, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5709, timestamp=1517885221120, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5710, timestamp=1517885221120, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5711, timestamp=1517885221121, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5712, timestamp=1517885221121, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5713, timestamp=1517885221121, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5714, timestamp=1517885221121, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5715, timestamp=1517885221121, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5716, timestamp=1517885221121, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5717, timestamp=1517885221121, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5718, timestamp=1517885221121, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5719, timestamp=1517885221121, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5720, timestamp=1517885221121, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5721, timestamp=1517885221122, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5722, timestamp=1517885221122, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5723, timestamp=1517885221122, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5724, timestamp=1517885221122, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5725, timestamp=1517885221122, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5726, timestamp=1517885221122, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5727, timestamp=1517885221122, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5728, timestamp=1517885221122, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5729, timestamp=1517885221123, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5730, timestamp=1517885221123, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5731, timestamp=1517885221123, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5732, timestamp=1517885221123, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5733, timestamp=1517885221124, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5734, timestamp=1517885221124, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5735, timestamp=1517885221124, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5736, timestamp=1517885221124, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5737, timestamp=1517885221124, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5738, timestamp=1517885221124, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5739, timestamp=1517885221124, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5740, timestamp=1517885221124, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5741, timestamp=1517885221124, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5742, timestamp=1517885221125, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5743, timestamp=1517885221125, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5744, timestamp=1517885221125, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5745, timestamp=1517885221125, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5746, timestamp=1517885221126, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5747, timestamp=1517885221126, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5748, timestamp=1517885221126, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5749, timestamp=1517885221127, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5750, timestamp=1517885221127, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5751, timestamp=1517885221127, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5752, timestamp=1517885221127, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5753, timestamp=1517885221128, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5754, timestamp=1517885221128, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5755, timestamp=1517885221128, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5756, timestamp=1517885221128, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5757, timestamp=1517885221128, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5758, timestamp=1517885221128, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5759, timestamp=1517885221128, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5760, timestamp=1517885221129, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5761, timestamp=1517885221129, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5762, timestamp=1517885221130, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5763, timestamp=1517885221130, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5764, timestamp=1517885221130, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5765, timestamp=1517885221130, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5766, timestamp=1517885221130, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5767, timestamp=1517885221130, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5768, timestamp=1517885221130, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5769, timestamp=1517885221131, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5770, timestamp=1517885221131, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5771, timestamp=1517885221131, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5772, timestamp=1517885221131, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5773, timestamp=1517885221131, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5774, timestamp=1517885221132, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5775, timestamp=1517885221132, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5776, timestamp=1517885221132, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5777, timestamp=1517885221132, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5778, timestamp=1517885221132, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5779, timestamp=1517885221132, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5780, timestamp=1517885221133, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5781, timestamp=1517885221133, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5782, timestamp=1517885221133, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5783, timestamp=1517885221133, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5784, timestamp=1517885221133, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5785, timestamp=1517885221133, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5786, timestamp=1517885221133, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5787, timestamp=1517885221134, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5788, timestamp=1517885221134, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5789, timestamp=1517885221134, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5790, timestamp=1517885221134, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5791, timestamp=1517885221134, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5792, timestamp=1517885221134, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5793, timestamp=1517885221135, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5794, timestamp=1517885221135, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5795, timestamp=1517885221135, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5796, timestamp=1517885221135, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5797, timestamp=1517885221135, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5798, timestamp=1517885221135, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5799, timestamp=1517885221135, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5800, timestamp=1517885221136, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5801, timestamp=1517885221136, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5802, timestamp=1517885221136, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5803, timestamp=1517885221136, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5804, timestamp=1517885221137, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5805, timestamp=1517885221137, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5806, timestamp=1517885221137, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5807, timestamp=1517885221137, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5808, timestamp=1517885221138, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5809, timestamp=1517885221138, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5810, timestamp=1517885221139, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5811, timestamp=1517885221139, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5812, timestamp=1517885221139, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5813, timestamp=1517885221139, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5814, timestamp=1517885221139, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5815, timestamp=1517885221140, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5816, timestamp=1517885221140, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5817, timestamp=1517885221140, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5818, timestamp=1517885221140, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5819, timestamp=1517885221140, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5820, timestamp=1517885221140, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5821, timestamp=1517885221140, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5822, timestamp=1517885221140, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5823, timestamp=1517885221141, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5824, timestamp=1517885221141, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5825, timestamp=1517885221141, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5826, timestamp=1517885221142, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5827, timestamp=1517885221142, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=5828, timestamp=1517885221142, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5829, timestamp=1517885221143, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5830, timestamp=1517885221143, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5831, timestamp=1517885221143, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5832, timestamp=1517885221143, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5833, timestamp=1517885221143, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5834, timestamp=1517885221144, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5835, timestamp=1517885221144, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5836, timestamp=1517885221144, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5837, timestamp=1517885221144, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5838, timestamp=1517885221144, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5839, timestamp=1517885221144, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5840, timestamp=1517885221144, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5841, timestamp=1517885221144, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5842, timestamp=1517885221145, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5843, timestamp=1517885221145, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5844, timestamp=1517885221145, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5845, timestamp=1517885221145, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5846, timestamp=1517885221145, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5847, timestamp=1517885221146, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5848, timestamp=1517885221146, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5849, timestamp=1517885221146, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5850, timestamp=1517885221147, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5851, timestamp=1517885221147, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5852, timestamp=1517885221148, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5853, timestamp=1517885221148, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5854, timestamp=1517885221148, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5855, timestamp=1517885221148, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5856, timestamp=1517885221148, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5857, timestamp=1517885221148, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5858, timestamp=1517885221148, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5859, timestamp=1517885221149, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5860, timestamp=1517885221149, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5861, timestamp=1517885221149, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5862, timestamp=1517885221149, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5863, timestamp=1517885221150, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5864, timestamp=1517885221150, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5865, timestamp=1517885221150, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5866, timestamp=1517885221150, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5867, timestamp=1517885221150, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5868, timestamp=1517885221151, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5869, timestamp=1517885221151, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5870, timestamp=1517885221151, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5871, timestamp=1517885221151, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=5872, timestamp=1517885221151, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5873, timestamp=1517885221152, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5874, timestamp=1517885221152, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5875, timestamp=1517885221152, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5876, timestamp=1517885221152, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5877, timestamp=1517885221152, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5878, timestamp=1517885221153, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5879, timestamp=1517885221153, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5880, timestamp=1517885221153, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5881, timestamp=1517885221153, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5882, timestamp=1517885221153, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5883, timestamp=1517885221153, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=5884, timestamp=1517885221153, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5885, timestamp=1517885221153, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5886, timestamp=1517885221154, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5887, timestamp=1517885221154, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5888, timestamp=1517885221154, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5889, timestamp=1517885221154, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5890, timestamp=1517885221154, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5891, timestamp=1517885221155, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5892, timestamp=1517885221155, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5893, timestamp=1517885221155, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5894, timestamp=1517885221156, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=5895, timestamp=1517885221156, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5896, timestamp=1517885221156, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5897, timestamp=1517885221157, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=5898, timestamp=1517885221157, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5899, timestamp=1517885221157, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5900, timestamp=1517885221157, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5901, timestamp=1517885221157, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5902, timestamp=1517885221157, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5903, timestamp=1517885221157, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5904, timestamp=1517885221157, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5905, timestamp=1517885221158, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=5906, timestamp=1517885221158, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5907, timestamp=1517885221158, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=5908, timestamp=1517885221158, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5909, timestamp=1517885221158, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5910, timestamp=1517885221159, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5911, timestamp=1517885221159, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5912, timestamp=1517885221159, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5913, timestamp=1517885221160, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=5914, timestamp=1517885221160, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=5915, timestamp=1517885221160, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5916, timestamp=1517885221160, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5917, timestamp=1517885221160, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5918, timestamp=1517885221160, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5919, timestamp=1517885221160, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5920, timestamp=1517885221160, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=5921, timestamp=1517885221160, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5922, timestamp=1517885221161, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5923, timestamp=1517885221161, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5924, timestamp=1517885221161, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5925, timestamp=1517885221161, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5926, timestamp=1517885221161, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5927, timestamp=1517885221161, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5928, timestamp=1517885221161, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=5929, timestamp=1517885221161, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5930, timestamp=1517885221161, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=5931, timestamp=1517885221162, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=5932, timestamp=1517885221162, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5933, timestamp=1517885221162, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5934, timestamp=1517885221162, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5935, timestamp=1517885221162, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5936, timestamp=1517885221162, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5937, timestamp=1517885221163, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5938, timestamp=1517885221163, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5939, timestamp=1517885221163, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=5940, timestamp=1517885221163, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5941, timestamp=1517885221163, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5942, timestamp=1517885221163, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5943, timestamp=1517885221163, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5944, timestamp=1517885221163, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=5945, timestamp=1517885221164, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=5946, timestamp=1517885221165, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=5947, timestamp=1517885221165, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=5948, timestamp=1517885221166, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5949, timestamp=1517885221166, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5950, timestamp=1517885221166, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=5951, timestamp=1517885221166, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5952, timestamp=1517885221167, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5953, timestamp=1517885221167, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5954, timestamp=1517885221167, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5955, timestamp=1517885221167, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5956, timestamp=1517885221167, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5957, timestamp=1517885221167, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=5958, timestamp=1517885221167, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5959, timestamp=1517885221168, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5960, timestamp=1517885221168, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5961, timestamp=1517885221169, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=5962, timestamp=1517885221169, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5963, timestamp=1517885221169, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=5964, timestamp=1517885221169, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=5965, timestamp=1517885221170, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=5966, timestamp=1517885221170, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=5967, timestamp=1517885221170, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=5968, timestamp=1517885221170, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5969, timestamp=1517885221170, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5970, timestamp=1517885221170, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5971, timestamp=1517885221170, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=5972, timestamp=1517885221170, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5973, timestamp=1517885221171, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=5974, timestamp=1517885221171, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=5975, timestamp=1517885221171, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5976, timestamp=1517885221171, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=5977, timestamp=1517885221171, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=5978, timestamp=1517885221171, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=5979, timestamp=1517885221171, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5980, timestamp=1517885221171, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=5981, timestamp=1517885221172, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=5982, timestamp=1517885221172, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=5983, timestamp=1517885221172, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=5984, timestamp=1517885221172, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=5985, timestamp=1517885221172, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=5986, timestamp=1517885221173, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=5987, timestamp=1517885221173, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=5988, timestamp=1517885221173, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=5989, timestamp=1517885221174, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5990, timestamp=1517885221174, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=5991, timestamp=1517885221174, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=5992, timestamp=1517885221174, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=5993, timestamp=1517885221174, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=5994, timestamp=1517885221174, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=5995, timestamp=1517885221174, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=5996, timestamp=1517885221176, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=5997, timestamp=1517885221176, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=5998, timestamp=1517885221177, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=5999, timestamp=1517885221177, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6000, timestamp=1517885221177, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6001, timestamp=1517885221177, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6002, timestamp=1517885221177, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6003, timestamp=1517885221177, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6004, timestamp=1517885221177, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6005, timestamp=1517885221177, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6006, timestamp=1517885221178, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6007, timestamp=1517885221178, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6008, timestamp=1517885221178, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6009, timestamp=1517885221178, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6010, timestamp=1517885221178, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6011, timestamp=1517885221178, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6012, timestamp=1517885221178, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6013, timestamp=1517885221178, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6014, timestamp=1517885221179, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6015, timestamp=1517885221179, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6016, timestamp=1517885221179, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6017, timestamp=1517885221179, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6018, timestamp=1517885221179, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6019, timestamp=1517885221179, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6020, timestamp=1517885221180, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6021, timestamp=1517885221180, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6022, timestamp=1517885221180, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6023, timestamp=1517885221181, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6024, timestamp=1517885221181, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6025, timestamp=1517885221181, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6026, timestamp=1517885221181, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6027, timestamp=1517885221181, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6028, timestamp=1517885221181, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6029, timestamp=1517885221181, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6030, timestamp=1517885221181, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6031, timestamp=1517885221181, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6032, timestamp=1517885221181, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6033, timestamp=1517885221181, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6034, timestamp=1517885221182, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6035, timestamp=1517885221182, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6036, timestamp=1517885221182, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6037, timestamp=1517885221182, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6038, timestamp=1517885221183, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6039, timestamp=1517885221183, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6040, timestamp=1517885221183, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6041, timestamp=1517885221184, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6042, timestamp=1517885221184, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6043, timestamp=1517885221184, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6044, timestamp=1517885221184, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6045, timestamp=1517885221184, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6046, timestamp=1517885221185, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6047, timestamp=1517885221185, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6048, timestamp=1517885221185, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6049, timestamp=1517885221185, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6050, timestamp=1517885221185, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6051, timestamp=1517885221185, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6052, timestamp=1517885221186, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6053, timestamp=1517885221186, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6054, timestamp=1517885221186, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6055, timestamp=1517885221186, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6056, timestamp=1517885221186, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6057, timestamp=1517885221186, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6058, timestamp=1517885221186, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6059, timestamp=1517885221187, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6060, timestamp=1517885221187, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6061, timestamp=1517885221187, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6062, timestamp=1517885221187, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6063, timestamp=1517885221188, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6064, timestamp=1517885221190, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6065, timestamp=1517885221190, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6066, timestamp=1517885221190, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6067, timestamp=1517885221190, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6068, timestamp=1517885221190, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6069, timestamp=1517885221190, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6070, timestamp=1517885221190, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6071, timestamp=1517885221190, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6072, timestamp=1517885221190, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6073, timestamp=1517885221191, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6074, timestamp=1517885221191, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6075, timestamp=1517885221191, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6076, timestamp=1517885221191, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6077, timestamp=1517885221191, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6078, timestamp=1517885221191, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6079, timestamp=1517885221191, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6080, timestamp=1517885221191, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6081, timestamp=1517885221191, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6082, timestamp=1517885221191, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6083, timestamp=1517885221191, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6084, timestamp=1517885221191, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6085, timestamp=1517885221192, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6086, timestamp=1517885221192, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6087, timestamp=1517885221192, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6088, timestamp=1517885221192, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6089, timestamp=1517885221192, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6090, timestamp=1517885221192, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6091, timestamp=1517885221192, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6092, timestamp=1517885221192, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6093, timestamp=1517885221192, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6094, timestamp=1517885221193, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6095, timestamp=1517885221193, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6096, timestamp=1517885221193, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6097, timestamp=1517885221193, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6098, timestamp=1517885221193, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6099, timestamp=1517885221193, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6100, timestamp=1517885221193, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6101, timestamp=1517885221193, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6102, timestamp=1517885221194, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6103, timestamp=1517885221194, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6104, timestamp=1517885221194, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6105, timestamp=1517885221194, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6106, timestamp=1517885221195, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6107, timestamp=1517885221195, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6108, timestamp=1517885221195, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6109, timestamp=1517885221195, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6110, timestamp=1517885221195, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6111, timestamp=1517885221195, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6112, timestamp=1517885221195, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6113, timestamp=1517885221195, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6114, timestamp=1517885221195, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6115, timestamp=1517885221195, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6116, timestamp=1517885221196, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6117, timestamp=1517885221196, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6118, timestamp=1517885221196, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6119, timestamp=1517885221196, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6120, timestamp=1517885221196, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6121, timestamp=1517885221196, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6122, timestamp=1517885221196, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6123, timestamp=1517885221196, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6124, timestamp=1517885221196, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6125, timestamp=1517885221196, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6126, timestamp=1517885221196, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6127, timestamp=1517885221197, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6128, timestamp=1517885221197, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6129, timestamp=1517885221197, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6130, timestamp=1517885221197, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6131, timestamp=1517885221197, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6132, timestamp=1517885221197, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6133, timestamp=1517885221197, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6134, timestamp=1517885221197, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6135, timestamp=1517885221197, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6136, timestamp=1517885221197, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6137, timestamp=1517885221198, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6138, timestamp=1517885221198, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6139, timestamp=1517885221198, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6140, timestamp=1517885221198, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6141, timestamp=1517885221198, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6142, timestamp=1517885221198, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6143, timestamp=1517885221198, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6144, timestamp=1517885221198, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6145, timestamp=1517885221198, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6146, timestamp=1517885221198, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6147, timestamp=1517885221198, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6148, timestamp=1517885221198, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6149, timestamp=1517885221198, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6150, timestamp=1517885221199, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6151, timestamp=1517885221199, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6152, timestamp=1517885221199, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6153, timestamp=1517885221199, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6154, timestamp=1517885221199, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6155, timestamp=1517885221200, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6156, timestamp=1517885221200, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6157, timestamp=1517885221200, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6158, timestamp=1517885221200, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6159, timestamp=1517885221200, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6160, timestamp=1517885221201, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6161, timestamp=1517885221201, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6162, timestamp=1517885221201, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6163, timestamp=1517885221201, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6164, timestamp=1517885221201, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6165, timestamp=1517885221201, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6166, timestamp=1517885221201, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6167, timestamp=1517885221201, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6168, timestamp=1517885221201, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6169, timestamp=1517885221202, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6170, timestamp=1517885221202, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6171, timestamp=1517885221202, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6172, timestamp=1517885221202, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6173, timestamp=1517885221202, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6174, timestamp=1517885221202, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6175, timestamp=1517885221202, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6176, timestamp=1517885221202, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6177, timestamp=1517885221202, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6178, timestamp=1517885221202, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6179, timestamp=1517885221203, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6180, timestamp=1517885221203, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6181, timestamp=1517885221203, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6182, timestamp=1517885221203, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6183, timestamp=1517885221203, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6184, timestamp=1517885221203, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6185, timestamp=1517885221203, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6186, timestamp=1517885221203, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6187, timestamp=1517885221203, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6188, timestamp=1517885221203, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6189, timestamp=1517885221204, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6190, timestamp=1517885221204, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6191, timestamp=1517885221204, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6192, timestamp=1517885221204, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6193, timestamp=1517885221204, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6194, timestamp=1517885221204, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6195, timestamp=1517885221204, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6196, timestamp=1517885221204, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6197, timestamp=1517885221204, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6198, timestamp=1517885221204, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6199, timestamp=1517885221205, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6200, timestamp=1517885221205, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6201, timestamp=1517885221205, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6202, timestamp=1517885221205, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6203, timestamp=1517885221205, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6204, timestamp=1517885221205, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6205, timestamp=1517885221205, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6206, timestamp=1517885221205, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6207, timestamp=1517885221206, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6208, timestamp=1517885221206, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6209, timestamp=1517885221206, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6210, timestamp=1517885221206, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6211, timestamp=1517885221206, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6212, timestamp=1517885221206, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6213, timestamp=1517885221206, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6214, timestamp=1517885221206, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6215, timestamp=1517885221207, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6216, timestamp=1517885221207, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6217, timestamp=1517885221207, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6218, timestamp=1517885221207, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6219, timestamp=1517885221208, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6220, timestamp=1517885221208, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6221, timestamp=1517885221208, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6222, timestamp=1517885221208, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6223, timestamp=1517885221208, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6224, timestamp=1517885221208, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6225, timestamp=1517885221208, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6226, timestamp=1517885221208, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6227, timestamp=1517885221208, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6228, timestamp=1517885221208, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6229, timestamp=1517885221209, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6230, timestamp=1517885221209, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6231, timestamp=1517885221209, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6232, timestamp=1517885221209, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6233, timestamp=1517885221209, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6234, timestamp=1517885221209, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6235, timestamp=1517885221209, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6236, timestamp=1517885221210, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6237, timestamp=1517885221210, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6238, timestamp=1517885221210, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6239, timestamp=1517885221210, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6240, timestamp=1517885221210, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6241, timestamp=1517885221210, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6242, timestamp=1517885221210, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6243, timestamp=1517885221210, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6244, timestamp=1517885221210, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6245, timestamp=1517885221211, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6246, timestamp=1517885221211, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6247, timestamp=1517885221211, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6248, timestamp=1517885221211, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6249, timestamp=1517885221211, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6250, timestamp=1517885221211, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6251, timestamp=1517885221212, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6252, timestamp=1517885221212, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6253, timestamp=1517885221212, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6254, timestamp=1517885221212, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6255, timestamp=1517885221212, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6256, timestamp=1517885221212, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6257, timestamp=1517885221212, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6258, timestamp=1517885221212, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6259, timestamp=1517885221212, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6260, timestamp=1517885221212, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6261, timestamp=1517885221212, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6262, timestamp=1517885221212, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6263, timestamp=1517885221212, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6264, timestamp=1517885221213, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6265, timestamp=1517885221213, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6266, timestamp=1517885221213, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6267, timestamp=1517885221213, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6268, timestamp=1517885221213, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6269, timestamp=1517885221213, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6270, timestamp=1517885221213, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6271, timestamp=1517885221214, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6272, timestamp=1517885221214, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6273, timestamp=1517885221214, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6274, timestamp=1517885221214, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6275, timestamp=1517885221215, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6276, timestamp=1517885221215, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6277, timestamp=1517885221215, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6278, timestamp=1517885221215, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6279, timestamp=1517885221215, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6280, timestamp=1517885221215, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6281, timestamp=1517885221216, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6282, timestamp=1517885221216, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6283, timestamp=1517885221216, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6284, timestamp=1517885221216, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6285, timestamp=1517885221216, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6286, timestamp=1517885221216, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6287, timestamp=1517885221216, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6288, timestamp=1517885221216, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6289, timestamp=1517885221216, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6290, timestamp=1517885221216, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6291, timestamp=1517885221216, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6292, timestamp=1517885221216, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6293, timestamp=1517885221216, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6294, timestamp=1517885221216, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6295, timestamp=1517885221216, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6296, timestamp=1517885221217, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6297, timestamp=1517885221217, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6298, timestamp=1517885221217, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6299, timestamp=1517885221217, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6300, timestamp=1517885221217, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6301, timestamp=1517885221217, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6302, timestamp=1517885221217, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6303, timestamp=1517885221218, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6304, timestamp=1517885221218, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6305, timestamp=1517885221218, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6306, timestamp=1517885221218, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6307, timestamp=1517885221218, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6308, timestamp=1517885221218, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6309, timestamp=1517885221218, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6310, timestamp=1517885221218, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6311, timestamp=1517885221218, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6312, timestamp=1517885221218, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6313, timestamp=1517885221219, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6314, timestamp=1517885221219, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6315, timestamp=1517885221219, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6316, timestamp=1517885221219, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6317, timestamp=1517885221219, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6318, timestamp=1517885221219, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6319, timestamp=1517885221220, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6320, timestamp=1517885221220, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6321, timestamp=1517885221220, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6322, timestamp=1517885221220, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6323, timestamp=1517885221220, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6324, timestamp=1517885221220, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6325, timestamp=1517885221220, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6326, timestamp=1517885221220, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6327, timestamp=1517885221220, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6328, timestamp=1517885221220, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6329, timestamp=1517885221221, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6330, timestamp=1517885221221, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6331, timestamp=1517885221221, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6332, timestamp=1517885221221, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6333, timestamp=1517885221221, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6334, timestamp=1517885221221, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6335, timestamp=1517885221221, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6336, timestamp=1517885221222, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6337, timestamp=1517885221222, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6338, timestamp=1517885221222, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6339, timestamp=1517885221222, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6340, timestamp=1517885221222, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6341, timestamp=1517885221223, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6342, timestamp=1517885221223, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6343, timestamp=1517885221223, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6344, timestamp=1517885221223, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6345, timestamp=1517885221223, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6346, timestamp=1517885221224, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6347, timestamp=1517885221224, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6348, timestamp=1517885221224, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6349, timestamp=1517885221224, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6350, timestamp=1517885221224, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6351, timestamp=1517885221224, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6352, timestamp=1517885221224, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6353, timestamp=1517885221224, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6354, timestamp=1517885221224, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6355, timestamp=1517885221225, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6356, timestamp=1517885221225, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6357, timestamp=1517885221225, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6358, timestamp=1517885221225, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6359, timestamp=1517885221225, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6360, timestamp=1517885221226, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6361, timestamp=1517885221226, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6362, timestamp=1517885221226, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6363, timestamp=1517885221226, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6364, timestamp=1517885221226, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6365, timestamp=1517885221226, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6366, timestamp=1517885221226, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6367, timestamp=1517885221226, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6368, timestamp=1517885221226, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6369, timestamp=1517885221227, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6370, timestamp=1517885221227, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6371, timestamp=1517885221227, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6372, timestamp=1517885221228, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6373, timestamp=1517885221228, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6374, timestamp=1517885221228, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6375, timestamp=1517885221228, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6376, timestamp=1517885221228, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6377, timestamp=1517885221228, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6378, timestamp=1517885221228, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6379, timestamp=1517885221228, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6380, timestamp=1517885221229, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6381, timestamp=1517885221229, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6382, timestamp=1517885221229, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6383, timestamp=1517885221229, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6384, timestamp=1517885221229, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6385, timestamp=1517885221229, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6386, timestamp=1517885221229, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6387, timestamp=1517885221229, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6388, timestamp=1517885221229, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6389, timestamp=1517885221229, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6390, timestamp=1517885221229, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6391, timestamp=1517885221229, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6392, timestamp=1517885221229, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6393, timestamp=1517885221230, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6394, timestamp=1517885221230, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6395, timestamp=1517885221230, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6396, timestamp=1517885221230, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6397, timestamp=1517885221230, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6398, timestamp=1517885221231, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6399, timestamp=1517885221231, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6400, timestamp=1517885221231, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6401, timestamp=1517885221231, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6402, timestamp=1517885221231, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6403, timestamp=1517885221231, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6404, timestamp=1517885221231, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6405, timestamp=1517885221231, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6406, timestamp=1517885221231, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6407, timestamp=1517885221231, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6408, timestamp=1517885221232, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6409, timestamp=1517885221232, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6410, timestamp=1517885221232, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6411, timestamp=1517885221232, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6412, timestamp=1517885221232, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6413, timestamp=1517885221232, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6414, timestamp=1517885221232, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6415, timestamp=1517885221232, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6416, timestamp=1517885221232, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6417, timestamp=1517885221232, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6418, timestamp=1517885221232, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6419, timestamp=1517885221233, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6420, timestamp=1517885221233, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6421, timestamp=1517885221233, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6422, timestamp=1517885221233, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6423, timestamp=1517885221233, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6424, timestamp=1517885221233, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6425, timestamp=1517885221233, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6426, timestamp=1517885221233, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6427, timestamp=1517885221233, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6428, timestamp=1517885221233, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6429, timestamp=1517885221234, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6430, timestamp=1517885221234, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6431, timestamp=1517885221234, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6432, timestamp=1517885221234, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6433, timestamp=1517885221234, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6434, timestamp=1517885221234, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6435, timestamp=1517885221234, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6436, timestamp=1517885221234, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6437, timestamp=1517885221234, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6438, timestamp=1517885221234, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6439, timestamp=1517885221234, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6440, timestamp=1517885221235, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6441, timestamp=1517885221235, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6442, timestamp=1517885221235, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6443, timestamp=1517885221235, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6444, timestamp=1517885221235, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6445, timestamp=1517885221235, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6446, timestamp=1517885221235, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6447, timestamp=1517885221236, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6448, timestamp=1517885221236, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6449, timestamp=1517885221236, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6450, timestamp=1517885221236, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6451, timestamp=1517885221236, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6452, timestamp=1517885221236, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6453, timestamp=1517885221236, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6454, timestamp=1517885221236, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6455, timestamp=1517885221237, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6456, timestamp=1517885221237, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6457, timestamp=1517885221237, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6458, timestamp=1517885221237, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6459, timestamp=1517885221237, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6460, timestamp=1517885221237, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6461, timestamp=1517885221237, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6462, timestamp=1517885221238, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6463, timestamp=1517885221238, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6464, timestamp=1517885221238, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6465, timestamp=1517885221238, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6466, timestamp=1517885221238, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6467, timestamp=1517885221238, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6468, timestamp=1517885221238, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6469, timestamp=1517885221238, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6470, timestamp=1517885221238, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6471, timestamp=1517885221238, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6472, timestamp=1517885221238, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6473, timestamp=1517885221238, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6474, timestamp=1517885221238, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6475, timestamp=1517885221239, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6476, timestamp=1517885221239, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6477, timestamp=1517885221239, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6478, timestamp=1517885221239, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6479, timestamp=1517885221239, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6480, timestamp=1517885221239, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6481, timestamp=1517885221239, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6482, timestamp=1517885221239, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6483, timestamp=1517885221239, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6484, timestamp=1517885221239, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6485, timestamp=1517885221239, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6486, timestamp=1517885221239, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6487, timestamp=1517885221240, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6488, timestamp=1517885221240, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6489, timestamp=1517885221240, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6490, timestamp=1517885221240, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6491, timestamp=1517885221240, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6492, timestamp=1517885221240, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6493, timestamp=1517885221240, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6494, timestamp=1517885221240, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6495, timestamp=1517885221240, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6496, timestamp=1517885221240, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6497, timestamp=1517885221240, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6498, timestamp=1517885221240, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6499, timestamp=1517885221241, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6500, timestamp=1517885221241, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6501, timestamp=1517885221241, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6502, timestamp=1517885221241, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6503, timestamp=1517885221241, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6504, timestamp=1517885221241, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6505, timestamp=1517885221241, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6506, timestamp=1517885221241, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6507, timestamp=1517885221241, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6508, timestamp=1517885221241, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6509, timestamp=1517885221241, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6510, timestamp=1517885221242, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6511, timestamp=1517885221242, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6512, timestamp=1517885221242, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6513, timestamp=1517885221242, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6514, timestamp=1517885221242, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6515, timestamp=1517885221243, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6516, timestamp=1517885221243, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6517, timestamp=1517885221243, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6518, timestamp=1517885221243, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6519, timestamp=1517885221243, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6520, timestamp=1517885221243, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6521, timestamp=1517885221243, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6522, timestamp=1517885221243, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6523, timestamp=1517885221243, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6524, timestamp=1517885221243, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6525, timestamp=1517885221244, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6526, timestamp=1517885221244, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6527, timestamp=1517885221244, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6528, timestamp=1517885221244, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6529, timestamp=1517885221244, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6530, timestamp=1517885221244, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6531, timestamp=1517885221244, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6532, timestamp=1517885221244, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6533, timestamp=1517885221244, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6534, timestamp=1517885221244, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6535, timestamp=1517885221244, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6536, timestamp=1517885221244, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6537, timestamp=1517885221244, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6538, timestamp=1517885221244, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6539, timestamp=1517885221245, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6540, timestamp=1517885221245, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6541, timestamp=1517885221245, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6542, timestamp=1517885221245, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6543, timestamp=1517885221246, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6544, timestamp=1517885221246, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6545, timestamp=1517885221246, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6546, timestamp=1517885221246, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6547, timestamp=1517885221246, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6548, timestamp=1517885221246, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6549, timestamp=1517885221246, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6550, timestamp=1517885221246, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6551, timestamp=1517885221247, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6552, timestamp=1517885221247, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6553, timestamp=1517885221247, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6554, timestamp=1517885221247, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6555, timestamp=1517885221247, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6556, timestamp=1517885221247, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6557, timestamp=1517885221247, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6558, timestamp=1517885221247, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6559, timestamp=1517885221247, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6560, timestamp=1517885221247, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6561, timestamp=1517885221248, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6562, timestamp=1517885221248, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6563, timestamp=1517885221248, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6564, timestamp=1517885221248, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6565, timestamp=1517885221248, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6566, timestamp=1517885221249, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6567, timestamp=1517885221249, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6568, timestamp=1517885221249, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6569, timestamp=1517885221249, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6570, timestamp=1517885221249, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6571, timestamp=1517885221249, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6572, timestamp=1517885221249, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6573, timestamp=1517885221250, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6574, timestamp=1517885221250, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6575, timestamp=1517885221250, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6576, timestamp=1517885221250, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6577, timestamp=1517885221250, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6578, timestamp=1517885221250, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6579, timestamp=1517885221250, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6580, timestamp=1517885221250, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6581, timestamp=1517885221250, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6582, timestamp=1517885221250, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6583, timestamp=1517885221251, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6584, timestamp=1517885221251, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6585, timestamp=1517885221251, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6586, timestamp=1517885221251, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6587, timestamp=1517885221251, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6588, timestamp=1517885221251, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6589, timestamp=1517885221251, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6590, timestamp=1517885221252, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6591, timestamp=1517885221252, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6592, timestamp=1517885221252, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6593, timestamp=1517885221252, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6594, timestamp=1517885221252, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6595, timestamp=1517885221252, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6596, timestamp=1517885221252, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6597, timestamp=1517885221253, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6598, timestamp=1517885221253, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6599, timestamp=1517885221253, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6600, timestamp=1517885221253, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6601, timestamp=1517885221253, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6602, timestamp=1517885221253, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6603, timestamp=1517885221253, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6604, timestamp=1517885221253, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6605, timestamp=1517885221253, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6606, timestamp=1517885221253, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6607, timestamp=1517885221254, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6608, timestamp=1517885221254, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6609, timestamp=1517885221254, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6610, timestamp=1517885221254, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6611, timestamp=1517885221254, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6612, timestamp=1517885221254, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6613, timestamp=1517885221254, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6614, timestamp=1517885221254, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6615, timestamp=1517885221254, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6616, timestamp=1517885221254, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6617, timestamp=1517885221254, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6618, timestamp=1517885221254, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6619, timestamp=1517885221254, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6620, timestamp=1517885221254, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6621, timestamp=1517885221254, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6622, timestamp=1517885221255, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6623, timestamp=1517885221255, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6624, timestamp=1517885221255, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6625, timestamp=1517885221255, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6626, timestamp=1517885221255, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6627, timestamp=1517885221255, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6628, timestamp=1517885221255, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6629, timestamp=1517885221255, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6630, timestamp=1517885221255, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6631, timestamp=1517885221255, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6632, timestamp=1517885221255, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6633, timestamp=1517885221255, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6634, timestamp=1517885221256, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6635, timestamp=1517885221256, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6636, timestamp=1517885221256, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6637, timestamp=1517885221256, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6638, timestamp=1517885221256, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6639, timestamp=1517885221256, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6640, timestamp=1517885221256, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6641, timestamp=1517885221256, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6642, timestamp=1517885221256, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6643, timestamp=1517885221256, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6644, timestamp=1517885221257, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6645, timestamp=1517885221257, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6646, timestamp=1517885221257, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6647, timestamp=1517885221257, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6648, timestamp=1517885221257, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6649, timestamp=1517885221257, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6650, timestamp=1517885221257, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6651, timestamp=1517885221257, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6652, timestamp=1517885221258, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6653, timestamp=1517885221258, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6654, timestamp=1517885221581, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6655, timestamp=1517885221581, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6656, timestamp=1517885221581, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6657, timestamp=1517885221581, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6658, timestamp=1517885221582, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6659, timestamp=1517885221582, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6660, timestamp=1517885221582, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6661, timestamp=1517885221582, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6662, timestamp=1517885221582, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6663, timestamp=1517885221582, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6664, timestamp=1517885221582, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6665, timestamp=1517885221582, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6666, timestamp=1517885221582, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6667, timestamp=1517885221582, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6668, timestamp=1517885221582, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6669, timestamp=1517885221583, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6670, timestamp=1517885221583, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6671, timestamp=1517885221583, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6672, timestamp=1517885221583, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6673, timestamp=1517885221583, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6674, timestamp=1517885221583, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6675, timestamp=1517885221583, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6676, timestamp=1517885221583, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6677, timestamp=1517885221583, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6678, timestamp=1517885221583, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6679, timestamp=1517885221583, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6680, timestamp=1517885221583, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6681, timestamp=1517885221583, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6682, timestamp=1517885221583, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6683, timestamp=1517885221583, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6684, timestamp=1517885221583, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6685, timestamp=1517885221583, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6686, timestamp=1517885221583, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6687, timestamp=1517885221583, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6688, timestamp=1517885221584, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6689, timestamp=1517885221584, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6690, timestamp=1517885221584, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6691, timestamp=1517885221584, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6692, timestamp=1517885221584, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6693, timestamp=1517885221584, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6694, timestamp=1517885221584, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6695, timestamp=1517885221584, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6696, timestamp=1517885221584, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6697, timestamp=1517885221584, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6698, timestamp=1517885221584, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6699, timestamp=1517885221584, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6700, timestamp=1517885221585, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6701, timestamp=1517885221585, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6702, timestamp=1517885221585, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6703, timestamp=1517885221585, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6704, timestamp=1517885221585, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6705, timestamp=1517885221585, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6706, timestamp=1517885221585, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6707, timestamp=1517885221585, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6708, timestamp=1517885221586, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6709, timestamp=1517885221586, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6710, timestamp=1517885221586, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6711, timestamp=1517885221586, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6712, timestamp=1517885221586, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6713, timestamp=1517885221586, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6714, timestamp=1517885221586, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6715, timestamp=1517885221586, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6716, timestamp=1517885221586, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6717, timestamp=1517885221587, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6718, timestamp=1517885221587, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6719, timestamp=1517885221587, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6720, timestamp=1517885221587, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6721, timestamp=1517885221587, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6722, timestamp=1517885221587, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6723, timestamp=1517885221587, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6724, timestamp=1517885221587, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6725, timestamp=1517885221587, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6726, timestamp=1517885221588, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6727, timestamp=1517885221588, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6728, timestamp=1517885221588, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6729, timestamp=1517885221588, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6730, timestamp=1517885221588, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6731, timestamp=1517885221588, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6732, timestamp=1517885221588, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6733, timestamp=1517885221588, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6734, timestamp=1517885221588, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6735, timestamp=1517885221588, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6736, timestamp=1517885221588, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6737, timestamp=1517885221589, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6738, timestamp=1517885221589, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6739, timestamp=1517885221589, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6740, timestamp=1517885221589, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6741, timestamp=1517885221589, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6742, timestamp=1517885221589, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6743, timestamp=1517885221589, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6744, timestamp=1517885221589, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6745, timestamp=1517885221590, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6746, timestamp=1517885221590, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6747, timestamp=1517885221590, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6748, timestamp=1517885221590, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6749, timestamp=1517885221590, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6750, timestamp=1517885221590, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6751, timestamp=1517885221590, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6752, timestamp=1517885221590, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6753, timestamp=1517885221591, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6754, timestamp=1517885221591, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6755, timestamp=1517885221591, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6756, timestamp=1517885221591, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6757, timestamp=1517885221591, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6758, timestamp=1517885221591, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6759, timestamp=1517885221592, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6760, timestamp=1517885221592, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6761, timestamp=1517885221592, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6762, timestamp=1517885221592, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6763, timestamp=1517885221592, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6764, timestamp=1517885221592, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6765, timestamp=1517885221592, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6766, timestamp=1517885221593, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6767, timestamp=1517885221593, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6768, timestamp=1517885221593, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6769, timestamp=1517885221593, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6770, timestamp=1517885221593, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6771, timestamp=1517885221593, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6772, timestamp=1517885221593, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6773, timestamp=1517885221593, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6774, timestamp=1517885221593, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6775, timestamp=1517885221593, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6776, timestamp=1517885221594, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6777, timestamp=1517885221594, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6778, timestamp=1517885221594, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6779, timestamp=1517885221594, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6780, timestamp=1517885221594, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6781, timestamp=1517885221594, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6782, timestamp=1517885221594, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6783, timestamp=1517885221594, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6784, timestamp=1517885221594, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6785, timestamp=1517885221594, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6786, timestamp=1517885221594, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6787, timestamp=1517885221594, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6788, timestamp=1517885221594, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6789, timestamp=1517885221594, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6790, timestamp=1517885221595, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6791, timestamp=1517885221595, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6792, timestamp=1517885221595, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6793, timestamp=1517885221595, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6794, timestamp=1517885221595, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6795, timestamp=1517885221595, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6796, timestamp=1517885221595, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6797, timestamp=1517885221595, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6798, timestamp=1517885221595, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6799, timestamp=1517885221595, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6800, timestamp=1517885221595, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6801, timestamp=1517885221596, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6802, timestamp=1517885221596, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6803, timestamp=1517885221596, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6804, timestamp=1517885221596, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6805, timestamp=1517885221596, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6806, timestamp=1517885221596, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6807, timestamp=1517885221596, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6808, timestamp=1517885221596, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6809, timestamp=1517885221596, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6810, timestamp=1517885221596, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6811, timestamp=1517885221596, key=8 bytes, value=586 bytes))]}]}]} 12:03:30.808 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 5107 for partition test-1 returned fetch data (error=NONE, highWaterMark=99942, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:30.862 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5142 for assigned partition test-0 and update position to 5642 12:03:30.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 15291 12:03:31.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 15779 12:03:31.892 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5642 for assigned partition test-0 and update position to 6142 12:03:32.211 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:32.211 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 67 to node 2147483644 12:03:32.412 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 67, received {throttle_time_ms=0,error_code=0} 12:03:32.412 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:32.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 16152 12:03:33.162 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6142 for assigned partition test-0 and update position to 6642 12:03:33.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 16585 12:03:34.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 16788 12:03:34.869 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=5107, metadata=''}, test-0=OffsetAndMetadata{offset=6642, metadata=''}, test-2=OffsetAndMetadata{offset=5041, metadata=''}} 12:03:34.869 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=5107, metadata=''}, test-0=OffsetAndMetadata{offset=6642, metadata=''}, test-2=OffsetAndMetadata{offset=5041, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:34.869 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=6642,metadata=},{partition=1,offset=5107,metadata=},{partition=2,offset=5041,metadata=}]}]} with correlation id 68 to node 2147483644 12:03:34.870 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6642 for assigned partition test-0 and update position to 6761 12:03:34.870 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-2 with offset 5041 12:03:34.870 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-2 to 99967 12:03:34.872 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5041 for assigned partition test-2 and update position to 5422 12:03:34.873 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 6761 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:34.873 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-0] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:34.873 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,fetch_offset=6761,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 69 to node 3 12:03:35.019 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 68, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:35.019 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 5107 for partition test-1 12:03:35.019 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 6642 for partition test-0 12:03:35.019 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 5041 for partition test-2 12:03:35.219 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:35.219 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 70 to node 2147483644 12:03:35.420 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 70, received {throttle_time_ms=0,error_code=0} 12:03:35.420 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:35.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 16956 12:03:36.022 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 69, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=6761, timestamp=1517885221588, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6762, timestamp=1517885221588, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6763, timestamp=1517885221588, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6764, timestamp=1517885221588, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6765, timestamp=1517885221588, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6766, timestamp=1517885221588, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6767, timestamp=1517885221588, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6768, timestamp=1517885221589, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6769, timestamp=1517885221589, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6770, timestamp=1517885221589, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6771, timestamp=1517885221589, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6772, timestamp=1517885221589, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6773, timestamp=1517885221589, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6774, timestamp=1517885221589, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6775, timestamp=1517885221589, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6776, timestamp=1517885221589, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6777, timestamp=1517885221590, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6778, timestamp=1517885221590, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6779, timestamp=1517885221590, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6780, timestamp=1517885221590, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6781, timestamp=1517885221590, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6782, timestamp=1517885221590, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6783, timestamp=1517885221590, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6784, timestamp=1517885221591, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6785, timestamp=1517885221591, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6786, timestamp=1517885221591, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6787, timestamp=1517885221591, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6788, timestamp=1517885221591, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6789, timestamp=1517885221591, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6790, timestamp=1517885221591, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6791, timestamp=1517885221591, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6792, timestamp=1517885221591, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6793, timestamp=1517885221591, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6794, timestamp=1517885221591, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6795, timestamp=1517885221591, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6796, timestamp=1517885221591, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6797, timestamp=1517885221592, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6798, timestamp=1517885221592, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6799, timestamp=1517885221592, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6800, timestamp=1517885221592, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6801, timestamp=1517885221592, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6802, timestamp=1517885221592, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6803, timestamp=1517885221592, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6804, timestamp=1517885221593, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6805, timestamp=1517885221593, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6806, timestamp=1517885221593, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6807, timestamp=1517885221593, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6808, timestamp=1517885221593, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6809, timestamp=1517885221593, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6810, timestamp=1517885221593, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6811, timestamp=1517885221593, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6812, timestamp=1517885221593, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6813, timestamp=1517885221593, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6814, timestamp=1517885221593, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6815, timestamp=1517885221594, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6816, timestamp=1517885221594, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6817, timestamp=1517885221594, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6818, timestamp=1517885221594, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6819, timestamp=1517885221594, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6820, timestamp=1517885221594, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6821, timestamp=1517885221594, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6822, timestamp=1517885221594, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6823, timestamp=1517885221594, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6824, timestamp=1517885221594, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6825, timestamp=1517885221594, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6826, timestamp=1517885221594, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6827, timestamp=1517885221595, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6828, timestamp=1517885221595, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6829, timestamp=1517885221595, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6830, timestamp=1517885221595, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6831, timestamp=1517885221595, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6832, timestamp=1517885221595, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6833, timestamp=1517885221596, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6834, timestamp=1517885221596, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6835, timestamp=1517885221596, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6836, timestamp=1517885221596, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6837, timestamp=1517885221596, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6838, timestamp=1517885221596, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6839, timestamp=1517885221596, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6840, timestamp=1517885221596, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6841, timestamp=1517885221596, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6842, timestamp=1517885221596, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6843, timestamp=1517885221597, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6844, timestamp=1517885221597, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6845, timestamp=1517885221597, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6846, timestamp=1517885221597, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6847, timestamp=1517885221597, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6848, timestamp=1517885221597, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6849, timestamp=1517885221597, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6850, timestamp=1517885221597, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6851, timestamp=1517885221597, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6852, timestamp=1517885221597, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6853, timestamp=1517885221598, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6854, timestamp=1517885221598, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6855, timestamp=1517885221598, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6856, timestamp=1517885221598, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6857, timestamp=1517885221598, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6858, timestamp=1517885221598, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6859, timestamp=1517885221598, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6860, timestamp=1517885221598, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6861, timestamp=1517885221598, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6862, timestamp=1517885221598, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6863, timestamp=1517885221598, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6864, timestamp=1517885221598, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6865, timestamp=1517885221599, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6866, timestamp=1517885221599, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6867, timestamp=1517885221599, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6868, timestamp=1517885221599, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6869, timestamp=1517885221599, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6870, timestamp=1517885221599, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6871, timestamp=1517885221599, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6872, timestamp=1517885221599, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6873, timestamp=1517885221599, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6874, timestamp=1517885221599, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6875, timestamp=1517885221599, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6876, timestamp=1517885221599, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6877, timestamp=1517885221600, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6878, timestamp=1517885221600, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6879, timestamp=1517885221600, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6880, timestamp=1517885221600, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6881, timestamp=1517885221600, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6882, timestamp=1517885221600, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6883, timestamp=1517885221600, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6884, timestamp=1517885221600, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6885, timestamp=1517885221600, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6886, timestamp=1517885221600, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6887, timestamp=1517885221600, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6888, timestamp=1517885221601, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6889, timestamp=1517885221601, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6890, timestamp=1517885221601, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6891, timestamp=1517885221601, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6892, timestamp=1517885221601, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6893, timestamp=1517885221601, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6894, timestamp=1517885221601, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6895, timestamp=1517885221601, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6896, timestamp=1517885221601, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6897, timestamp=1517885221601, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6898, timestamp=1517885221601, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6899, timestamp=1517885221601, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6900, timestamp=1517885221601, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6901, timestamp=1517885221601, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6902, timestamp=1517885221602, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6903, timestamp=1517885221602, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6904, timestamp=1517885221602, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6905, timestamp=1517885221602, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6906, timestamp=1517885221602, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6907, timestamp=1517885221602, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6908, timestamp=1517885221602, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6909, timestamp=1517885221602, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6910, timestamp=1517885221602, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6911, timestamp=1517885221602, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6912, timestamp=1517885221603, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6913, timestamp=1517885221603, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6914, timestamp=1517885221603, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6915, timestamp=1517885221603, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6916, timestamp=1517885221603, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6917, timestamp=1517885221603, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6918, timestamp=1517885221603, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6919, timestamp=1517885221603, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6920, timestamp=1517885221603, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6921, timestamp=1517885221603, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6922, timestamp=1517885221604, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6923, timestamp=1517885221604, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6924, timestamp=1517885221604, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6925, timestamp=1517885221604, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6926, timestamp=1517885221604, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6927, timestamp=1517885221604, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6928, timestamp=1517885221605, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6929, timestamp=1517885221605, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6930, timestamp=1517885221605, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6931, timestamp=1517885221605, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6932, timestamp=1517885221605, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6933, timestamp=1517885221605, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6934, timestamp=1517885221605, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6935, timestamp=1517885221605, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6936, timestamp=1517885221605, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6937, timestamp=1517885221605, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6938, timestamp=1517885221605, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6939, timestamp=1517885221605, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6940, timestamp=1517885221605, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6941, timestamp=1517885221605, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6942, timestamp=1517885221606, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6943, timestamp=1517885221606, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6944, timestamp=1517885221606, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6945, timestamp=1517885221606, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6946, timestamp=1517885221606, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6947, timestamp=1517885221606, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6948, timestamp=1517885221606, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6949, timestamp=1517885221606, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6950, timestamp=1517885221606, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6951, timestamp=1517885221607, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6952, timestamp=1517885221607, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6953, timestamp=1517885221607, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6954, timestamp=1517885221607, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6955, timestamp=1517885221607, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6956, timestamp=1517885221607, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6957, timestamp=1517885221607, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6958, timestamp=1517885221607, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6959, timestamp=1517885221607, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6960, timestamp=1517885221607, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6961, timestamp=1517885221607, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6962, timestamp=1517885221607, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6963, timestamp=1517885221607, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6964, timestamp=1517885221608, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6965, timestamp=1517885221608, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6966, timestamp=1517885221608, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6967, timestamp=1517885221608, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6968, timestamp=1517885221608, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6969, timestamp=1517885221608, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6970, timestamp=1517885221608, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6971, timestamp=1517885221608, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6972, timestamp=1517885221608, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6973, timestamp=1517885221608, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6974, timestamp=1517885221608, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6975, timestamp=1517885221608, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6976, timestamp=1517885221608, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6977, timestamp=1517885221609, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6978, timestamp=1517885221609, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6979, timestamp=1517885221609, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6980, timestamp=1517885221609, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6981, timestamp=1517885221609, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6982, timestamp=1517885221609, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6983, timestamp=1517885221609, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6984, timestamp=1517885221609, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6985, timestamp=1517885221610, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6986, timestamp=1517885221610, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6987, timestamp=1517885221610, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6988, timestamp=1517885221610, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6989, timestamp=1517885221610, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6990, timestamp=1517885221610, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6991, timestamp=1517885221610, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6992, timestamp=1517885221610, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6993, timestamp=1517885221610, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6994, timestamp=1517885221610, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6995, timestamp=1517885221610, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6996, timestamp=1517885221611, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6997, timestamp=1517885221611, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6998, timestamp=1517885221611, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6999, timestamp=1517885221611, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7000, timestamp=1517885221611, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7001, timestamp=1517885221611, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7002, timestamp=1517885221611, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7003, timestamp=1517885221611, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7004, timestamp=1517885221611, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7005, timestamp=1517885221611, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7006, timestamp=1517885221611, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7007, timestamp=1517885221611, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7008, timestamp=1517885221611, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7009, timestamp=1517885221611, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7010, timestamp=1517885221612, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7011, timestamp=1517885221612, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7012, timestamp=1517885221612, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7013, timestamp=1517885221612, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7014, timestamp=1517885221612, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7015, timestamp=1517885221613, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7016, timestamp=1517885221613, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7017, timestamp=1517885221613, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7018, timestamp=1517885221613, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7019, timestamp=1517885221613, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7020, timestamp=1517885221613, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7021, timestamp=1517885221613, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7022, timestamp=1517885221613, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7023, timestamp=1517885221613, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7024, timestamp=1517885221613, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7025, timestamp=1517885221613, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7026, timestamp=1517885221613, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7027, timestamp=1517885221613, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7028, timestamp=1517885221614, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7029, timestamp=1517885221614, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7030, timestamp=1517885221614, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7031, timestamp=1517885221614, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7032, timestamp=1517885221614, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7033, timestamp=1517885221614, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7034, timestamp=1517885221614, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7035, timestamp=1517885221614, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7036, timestamp=1517885221614, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7037, timestamp=1517885221614, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7038, timestamp=1517885221615, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7039, timestamp=1517885221615, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7040, timestamp=1517885221615, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7041, timestamp=1517885221615, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7042, timestamp=1517885221615, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7043, timestamp=1517885221615, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7044, timestamp=1517885221615, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7045, timestamp=1517885221615, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7046, timestamp=1517885221615, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7047, timestamp=1517885221616, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7048, timestamp=1517885221616, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7049, timestamp=1517885221616, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7050, timestamp=1517885221616, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7051, timestamp=1517885221616, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7052, timestamp=1517885221616, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7053, timestamp=1517885221616, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7054, timestamp=1517885221616, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7055, timestamp=1517885221616, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7056, timestamp=1517885221617, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7057, timestamp=1517885221617, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7058, timestamp=1517885221617, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7059, timestamp=1517885221617, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7060, timestamp=1517885221617, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7061, timestamp=1517885221617, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7062, timestamp=1517885221618, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7063, timestamp=1517885221618, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7064, timestamp=1517885221618, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7065, timestamp=1517885221618, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7066, timestamp=1517885221618, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7067, timestamp=1517885221618, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7068, timestamp=1517885221618, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7069, timestamp=1517885221618, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7070, timestamp=1517885221618, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7071, timestamp=1517885221618, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7072, timestamp=1517885221619, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7073, timestamp=1517885221619, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7074, timestamp=1517885221619, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7075, timestamp=1517885221619, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7076, timestamp=1517885221619, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7077, timestamp=1517885221619, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7078, timestamp=1517885221619, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7079, timestamp=1517885221619, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7080, timestamp=1517885221619, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7081, timestamp=1517885221619, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7082, timestamp=1517885221619, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7083, timestamp=1517885221619, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7084, timestamp=1517885221619, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7085, timestamp=1517885221619, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7086, timestamp=1517885221620, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7087, timestamp=1517885221620, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7088, timestamp=1517885221620, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7089, timestamp=1517885221620, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7090, timestamp=1517885221620, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7091, timestamp=1517885221620, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7092, timestamp=1517885221620, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7093, timestamp=1517885221620, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7094, timestamp=1517885221620, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7095, timestamp=1517885221620, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7096, timestamp=1517885221620, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7097, timestamp=1517885221621, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7098, timestamp=1517885221621, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7099, timestamp=1517885221621, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7100, timestamp=1517885221621, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7101, timestamp=1517885221621, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7102, timestamp=1517885221621, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7103, timestamp=1517885221621, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7104, timestamp=1517885221621, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7105, timestamp=1517885221621, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7106, timestamp=1517885221621, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7107, timestamp=1517885221621, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7108, timestamp=1517885221621, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7109, timestamp=1517885221622, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7110, timestamp=1517885221622, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7111, timestamp=1517885221622, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7112, timestamp=1517885221622, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7113, timestamp=1517885221622, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7114, timestamp=1517885221622, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7115, timestamp=1517885221622, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7116, timestamp=1517885221622, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7117, timestamp=1517885221622, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7118, timestamp=1517885221622, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7119, timestamp=1517885221622, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7120, timestamp=1517885221622, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7121, timestamp=1517885221623, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7122, timestamp=1517885221623, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7123, timestamp=1517885221623, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7124, timestamp=1517885221623, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7125, timestamp=1517885221623, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7126, timestamp=1517885221623, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7127, timestamp=1517885221623, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7128, timestamp=1517885221623, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7129, timestamp=1517885221623, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7130, timestamp=1517885221623, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7131, timestamp=1517885221623, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7132, timestamp=1517885221623, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7133, timestamp=1517885221623, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7134, timestamp=1517885221623, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7135, timestamp=1517885221623, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7136, timestamp=1517885221623, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7137, timestamp=1517885221623, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7138, timestamp=1517885221623, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7139, timestamp=1517885221624, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7140, timestamp=1517885221624, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7141, timestamp=1517885221624, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7142, timestamp=1517885221624, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7143, timestamp=1517885221624, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7144, timestamp=1517885221624, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7145, timestamp=1517885221624, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7146, timestamp=1517885221624, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7147, timestamp=1517885221624, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7148, timestamp=1517885221624, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7149, timestamp=1517885221624, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7150, timestamp=1517885221624, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7151, timestamp=1517885221624, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7152, timestamp=1517885221625, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7153, timestamp=1517885221625, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7154, timestamp=1517885221625, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7155, timestamp=1517885221625, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7156, timestamp=1517885221625, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7157, timestamp=1517885221625, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7158, timestamp=1517885221625, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7159, timestamp=1517885221625, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7160, timestamp=1517885221625, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7161, timestamp=1517885221626, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7162, timestamp=1517885221626, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7163, timestamp=1517885221626, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7164, timestamp=1517885221626, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7165, timestamp=1517885221626, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7166, timestamp=1517885221626, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7167, timestamp=1517885221626, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7168, timestamp=1517885221626, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7169, timestamp=1517885221626, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7170, timestamp=1517885221626, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7171, timestamp=1517885221627, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7172, timestamp=1517885221627, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7173, timestamp=1517885221627, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7174, timestamp=1517885221627, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7175, timestamp=1517885221627, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7176, timestamp=1517885221627, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7177, timestamp=1517885221627, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7178, timestamp=1517885221627, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7179, timestamp=1517885221628, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7180, timestamp=1517885221628, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7181, timestamp=1517885221628, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7182, timestamp=1517885221628, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7183, timestamp=1517885221628, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7184, timestamp=1517885221628, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7185, timestamp=1517885221628, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7186, timestamp=1517885221629, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7187, timestamp=1517885221629, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7188, timestamp=1517885221629, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7189, timestamp=1517885221629, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7190, timestamp=1517885221629, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7191, timestamp=1517885221629, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7192, timestamp=1517885221629, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7193, timestamp=1517885221629, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7194, timestamp=1517885221629, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7195, timestamp=1517885221629, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7196, timestamp=1517885221629, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7197, timestamp=1517885221629, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7198, timestamp=1517885221629, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7199, timestamp=1517885221629, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7200, timestamp=1517885221629, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7201, timestamp=1517885221629, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7202, timestamp=1517885221629, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7203, timestamp=1517885221630, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7204, timestamp=1517885221630, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7205, timestamp=1517885221630, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7206, timestamp=1517885221630, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7207, timestamp=1517885221630, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7208, timestamp=1517885221630, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7209, timestamp=1517885221630, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7210, timestamp=1517885221630, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7211, timestamp=1517885221630, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7212, timestamp=1517885221630, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7213, timestamp=1517885221631, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7214, timestamp=1517885221631, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7215, timestamp=1517885221631, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7216, timestamp=1517885221631, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7217, timestamp=1517885221631, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7218, timestamp=1517885221631, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7219, timestamp=1517885221631, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7220, timestamp=1517885221631, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7221, timestamp=1517885221631, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7222, timestamp=1517885221631, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7223, timestamp=1517885221631, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7224, timestamp=1517885221631, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7225, timestamp=1517885221631, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7226, timestamp=1517885221632, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7227, timestamp=1517885221632, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7228, timestamp=1517885221632, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7229, timestamp=1517885221632, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7230, timestamp=1517885221632, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7231, timestamp=1517885221632, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7232, timestamp=1517885221632, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7233, timestamp=1517885221633, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7234, timestamp=1517885221633, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7235, timestamp=1517885221633, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7236, timestamp=1517885221633, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7237, timestamp=1517885221633, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7238, timestamp=1517885221633, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7239, timestamp=1517885221633, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7240, timestamp=1517885221633, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7241, timestamp=1517885221633, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7242, timestamp=1517885221633, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7243, timestamp=1517885221633, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7244, timestamp=1517885221633, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7245, timestamp=1517885221633, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7246, timestamp=1517885221633, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7247, timestamp=1517885221634, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7248, timestamp=1517885221634, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7249, timestamp=1517885221634, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7250, timestamp=1517885221634, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7251, timestamp=1517885221634, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7252, timestamp=1517885221634, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7253, timestamp=1517885221634, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7254, timestamp=1517885221634, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7255, timestamp=1517885221634, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7256, timestamp=1517885221634, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7257, timestamp=1517885221634, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7258, timestamp=1517885221634, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7259, timestamp=1517885221635, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7260, timestamp=1517885221635, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7261, timestamp=1517885221635, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7262, timestamp=1517885221635, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7263, timestamp=1517885221635, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7264, timestamp=1517885221635, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7265, timestamp=1517885221635, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7266, timestamp=1517885221636, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7267, timestamp=1517885221636, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7268, timestamp=1517885221636, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7269, timestamp=1517885221636, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7270, timestamp=1517885221636, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7271, timestamp=1517885221636, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7272, timestamp=1517885221636, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7273, timestamp=1517885221636, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7274, timestamp=1517885221636, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7275, timestamp=1517885221636, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7276, timestamp=1517885221636, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7277, timestamp=1517885221636, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7278, timestamp=1517885221636, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7279, timestamp=1517885221636, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7280, timestamp=1517885221637, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7281, timestamp=1517885221637, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7282, timestamp=1517885221637, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7283, timestamp=1517885221637, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7284, timestamp=1517885221637, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7285, timestamp=1517885221637, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7286, timestamp=1517885221637, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7287, timestamp=1517885221637, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7288, timestamp=1517885221637, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7289, timestamp=1517885221637, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7290, timestamp=1517885221637, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7291, timestamp=1517885221637, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7292, timestamp=1517885221637, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7293, timestamp=1517885221637, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7294, timestamp=1517885221637, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7295, timestamp=1517885221637, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7296, timestamp=1517885221637, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7297, timestamp=1517885221638, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7298, timestamp=1517885221638, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7299, timestamp=1517885221638, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7300, timestamp=1517885221638, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7301, timestamp=1517885221638, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7302, timestamp=1517885221638, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7303, timestamp=1517885221638, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7304, timestamp=1517885221639, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7305, timestamp=1517885221639, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7306, timestamp=1517885221639, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7307, timestamp=1517885221639, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7308, timestamp=1517885221639, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7309, timestamp=1517885221639, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7310, timestamp=1517885221639, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7311, timestamp=1517885221639, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7312, timestamp=1517885221639, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7313, timestamp=1517885221639, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7314, timestamp=1517885221639, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7315, timestamp=1517885221639, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7316, timestamp=1517885221639, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7317, timestamp=1517885221639, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7318, timestamp=1517885221640, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7319, timestamp=1517885221640, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7320, timestamp=1517885221640, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7321, timestamp=1517885221640, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7322, timestamp=1517885221640, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7323, timestamp=1517885221640, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7324, timestamp=1517885221640, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7325, timestamp=1517885221640, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7326, timestamp=1517885221641, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7327, timestamp=1517885221641, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7328, timestamp=1517885221641, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7329, timestamp=1517885221641, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7330, timestamp=1517885221641, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7331, timestamp=1517885221641, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7332, timestamp=1517885221641, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7333, timestamp=1517885221641, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7334, timestamp=1517885221641, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7335, timestamp=1517885221641, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7336, timestamp=1517885221641, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7337, timestamp=1517885221641, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7338, timestamp=1517885221641, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7339, timestamp=1517885221642, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7340, timestamp=1517885221642, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7341, timestamp=1517885221642, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7342, timestamp=1517885221642, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7343, timestamp=1517885221643, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7344, timestamp=1517885221643, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7345, timestamp=1517885221643, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7346, timestamp=1517885221643, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7347, timestamp=1517885221643, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7348, timestamp=1517885221644, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7349, timestamp=1517885221644, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7350, timestamp=1517885221644, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7351, timestamp=1517885221644, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7352, timestamp=1517885221645, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7353, timestamp=1517885221645, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7354, timestamp=1517885221645, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7355, timestamp=1517885221645, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7356, timestamp=1517885221645, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7357, timestamp=1517885221645, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7358, timestamp=1517885221645, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7359, timestamp=1517885221645, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7360, timestamp=1517885221645, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7361, timestamp=1517885221646, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7362, timestamp=1517885221646, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7363, timestamp=1517885221646, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7364, timestamp=1517885221646, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7365, timestamp=1517885221646, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7366, timestamp=1517885221646, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7367, timestamp=1517885221646, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7368, timestamp=1517885221646, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7369, timestamp=1517885221646, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7370, timestamp=1517885221646, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7371, timestamp=1517885221646, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7372, timestamp=1517885221646, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7373, timestamp=1517885221647, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7374, timestamp=1517885221647, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7375, timestamp=1517885221647, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7376, timestamp=1517885221647, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7377, timestamp=1517885221647, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7378, timestamp=1517885221647, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7379, timestamp=1517885221647, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7380, timestamp=1517885221647, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7381, timestamp=1517885221647, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7382, timestamp=1517885221647, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7383, timestamp=1517885221648, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7384, timestamp=1517885221648, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7385, timestamp=1517885221648, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7386, timestamp=1517885221648, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7387, timestamp=1517885221648, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7388, timestamp=1517885221648, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7389, timestamp=1517885221648, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7390, timestamp=1517885221648, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7391, timestamp=1517885221648, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7392, timestamp=1517885221648, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7393, timestamp=1517885221649, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7394, timestamp=1517885221649, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7395, timestamp=1517885221649, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7396, timestamp=1517885221649, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7397, timestamp=1517885221649, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7398, timestamp=1517885221649, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7399, timestamp=1517885221649, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7400, timestamp=1517885221649, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7401, timestamp=1517885221650, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7402, timestamp=1517885221650, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7403, timestamp=1517885221650, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7404, timestamp=1517885221650, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7405, timestamp=1517885221650, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7406, timestamp=1517885221650, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7407, timestamp=1517885221650, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7408, timestamp=1517885221650, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7409, timestamp=1517885221650, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7410, timestamp=1517885221650, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7411, timestamp=1517885221651, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7412, timestamp=1517885221651, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7413, timestamp=1517885221651, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7414, timestamp=1517885221651, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7415, timestamp=1517885221651, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7416, timestamp=1517885221651, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7417, timestamp=1517885221652, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7418, timestamp=1517885221652, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7419, timestamp=1517885221652, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7420, timestamp=1517885221652, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7421, timestamp=1517885221652, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7422, timestamp=1517885221652, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7423, timestamp=1517885221653, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7424, timestamp=1517885221653, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7425, timestamp=1517885221653, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7426, timestamp=1517885221653, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7427, timestamp=1517885221653, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7428, timestamp=1517885221653, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7429, timestamp=1517885221653, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7430, timestamp=1517885221653, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7431, timestamp=1517885221653, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7432, timestamp=1517885221653, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7433, timestamp=1517885221654, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7434, timestamp=1517885221654, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7435, timestamp=1517885221654, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7436, timestamp=1517885221654, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7437, timestamp=1517885221654, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7438, timestamp=1517885221654, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7439, timestamp=1517885221654, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7440, timestamp=1517885221654, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7441, timestamp=1517885221655, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7442, timestamp=1517885221655, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7443, timestamp=1517885221655, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7444, timestamp=1517885221655, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7445, timestamp=1517885221655, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7446, timestamp=1517885221655, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7447, timestamp=1517885221655, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7448, timestamp=1517885221655, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7449, timestamp=1517885221655, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7450, timestamp=1517885221655, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7451, timestamp=1517885221655, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7452, timestamp=1517885221655, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7453, timestamp=1517885221655, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7454, timestamp=1517885221655, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7455, timestamp=1517885221656, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7456, timestamp=1517885221656, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7457, timestamp=1517885221656, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7458, timestamp=1517885221656, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7459, timestamp=1517885221656, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7460, timestamp=1517885221656, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7461, timestamp=1517885221656, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7462, timestamp=1517885221656, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7463, timestamp=1517885221657, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7464, timestamp=1517885221657, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7465, timestamp=1517885221657, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7466, timestamp=1517885221657, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7467, timestamp=1517885221657, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7468, timestamp=1517885221657, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7469, timestamp=1517885221657, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7470, timestamp=1517885221657, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7471, timestamp=1517885221657, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7472, timestamp=1517885221657, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7473, timestamp=1517885221657, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7474, timestamp=1517885221657, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7475, timestamp=1517885221657, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7476, timestamp=1517885221657, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7477, timestamp=1517885221657, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7478, timestamp=1517885221657, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7479, timestamp=1517885221658, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7480, timestamp=1517885221658, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7481, timestamp=1517885221658, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7482, timestamp=1517885221658, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7483, timestamp=1517885221658, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7484, timestamp=1517885221658, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7485, timestamp=1517885221658, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7486, timestamp=1517885221658, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7487, timestamp=1517885221658, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7488, timestamp=1517885221658, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7489, timestamp=1517885221658, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7490, timestamp=1517885221658, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7491, timestamp=1517885221658, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7492, timestamp=1517885221659, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7493, timestamp=1517885221659, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7494, timestamp=1517885221659, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7495, timestamp=1517885221659, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7496, timestamp=1517885221659, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7497, timestamp=1517885221659, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7498, timestamp=1517885221659, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7499, timestamp=1517885221659, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7500, timestamp=1517885221659, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7501, timestamp=1517885221659, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7502, timestamp=1517885221660, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7503, timestamp=1517885221660, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7504, timestamp=1517885221660, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7505, timestamp=1517885221660, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7506, timestamp=1517885221660, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7507, timestamp=1517885221660, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7508, timestamp=1517885221660, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7509, timestamp=1517885221660, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7510, timestamp=1517885221660, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7511, timestamp=1517885221660, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7512, timestamp=1517885221660, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7513, timestamp=1517885221661, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7514, timestamp=1517885221661, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7515, timestamp=1517885221661, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7516, timestamp=1517885221661, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7517, timestamp=1517885221661, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7518, timestamp=1517885221661, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7519, timestamp=1517885221661, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7520, timestamp=1517885221661, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7521, timestamp=1517885221661, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7522, timestamp=1517885221661, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7523, timestamp=1517885221661, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7524, timestamp=1517885221661, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7525, timestamp=1517885221661, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7526, timestamp=1517885221661, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7527, timestamp=1517885221662, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7528, timestamp=1517885221662, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7529, timestamp=1517885221662, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7530, timestamp=1517885221662, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7531, timestamp=1517885221662, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7532, timestamp=1517885221662, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7533, timestamp=1517885221662, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7534, timestamp=1517885221662, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7535, timestamp=1517885221662, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7536, timestamp=1517885221662, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7537, timestamp=1517885221662, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7538, timestamp=1517885221662, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7539, timestamp=1517885221662, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7540, timestamp=1517885221663, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7541, timestamp=1517885221663, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7542, timestamp=1517885221663, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7543, timestamp=1517885221663, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7544, timestamp=1517885221663, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7545, timestamp=1517885221664, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7546, timestamp=1517885221664, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7547, timestamp=1517885221664, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7548, timestamp=1517885221664, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7549, timestamp=1517885221664, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7550, timestamp=1517885221664, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7551, timestamp=1517885221664, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7552, timestamp=1517885221664, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7553, timestamp=1517885221664, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7554, timestamp=1517885221664, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7555, timestamp=1517885221664, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7556, timestamp=1517885221664, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7557, timestamp=1517885221664, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7558, timestamp=1517885221664, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7559, timestamp=1517885221665, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7560, timestamp=1517885221665, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7561, timestamp=1517885221665, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7562, timestamp=1517885221665, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7563, timestamp=1517885221665, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7564, timestamp=1517885221665, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7565, timestamp=1517885221665, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7566, timestamp=1517885221665, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7567, timestamp=1517885221665, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7568, timestamp=1517885221665, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7569, timestamp=1517885221666, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7570, timestamp=1517885221666, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7571, timestamp=1517885221666, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7572, timestamp=1517885221666, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7573, timestamp=1517885221666, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7574, timestamp=1517885221666, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7575, timestamp=1517885221666, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7576, timestamp=1517885221666, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7577, timestamp=1517885221667, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7578, timestamp=1517885221667, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7579, timestamp=1517885221667, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7580, timestamp=1517885221667, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7581, timestamp=1517885221667, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7582, timestamp=1517885221668, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7583, timestamp=1517885221668, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7584, timestamp=1517885221668, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7585, timestamp=1517885221668, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7586, timestamp=1517885221668, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7587, timestamp=1517885221668, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7588, timestamp=1517885221668, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7589, timestamp=1517885221668, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7590, timestamp=1517885221668, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7591, timestamp=1517885221669, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7592, timestamp=1517885221669, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7593, timestamp=1517885221669, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7594, timestamp=1517885221669, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7595, timestamp=1517885221669, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7596, timestamp=1517885221669, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7597, timestamp=1517885221669, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7598, timestamp=1517885221669, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7599, timestamp=1517885221670, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7600, timestamp=1517885221670, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7601, timestamp=1517885221670, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7602, timestamp=1517885221670, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7603, timestamp=1517885221670, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7604, timestamp=1517885221670, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7605, timestamp=1517885221671, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7606, timestamp=1517885221671, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7607, timestamp=1517885221671, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7608, timestamp=1517885221671, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7609, timestamp=1517885221671, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7610, timestamp=1517885221671, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7611, timestamp=1517885221671, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7612, timestamp=1517885221672, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7613, timestamp=1517885221672, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7614, timestamp=1517885221672, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7615, timestamp=1517885221672, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7616, timestamp=1517885221672, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7617, timestamp=1517885221672, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7618, timestamp=1517885221672, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7619, timestamp=1517885221672, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7620, timestamp=1517885221672, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7621, timestamp=1517885221673, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7622, timestamp=1517885221673, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7623, timestamp=1517885221673, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7624, timestamp=1517885221673, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7625, timestamp=1517885221673, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7626, timestamp=1517885221673, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7627, timestamp=1517885221673, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7628, timestamp=1517885221673, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7629, timestamp=1517885221674, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7630, timestamp=1517885221674, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7631, timestamp=1517885221674, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7632, timestamp=1517885221674, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7633, timestamp=1517885221674, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7634, timestamp=1517885221674, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7635, timestamp=1517885221674, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7636, timestamp=1517885221674, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7637, timestamp=1517885221674, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7638, timestamp=1517885221675, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7639, timestamp=1517885221675, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7640, timestamp=1517885221675, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7641, timestamp=1517885221675, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7642, timestamp=1517885221675, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7643, timestamp=1517885221675, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7644, timestamp=1517885221675, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7645, timestamp=1517885221675, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7646, timestamp=1517885221675, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7647, timestamp=1517885221675, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7648, timestamp=1517885221675, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7649, timestamp=1517885221676, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7650, timestamp=1517885221676, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7651, timestamp=1517885221676, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7652, timestamp=1517885221676, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7653, timestamp=1517885221676, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7654, timestamp=1517885221676, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7655, timestamp=1517885221676, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7656, timestamp=1517885221676, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7657, timestamp=1517885221677, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7658, timestamp=1517885221677, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7659, timestamp=1517885221677, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7660, timestamp=1517885221677, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7661, timestamp=1517885221677, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7662, timestamp=1517885221678, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7663, timestamp=1517885221678, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7664, timestamp=1517885221678, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7665, timestamp=1517885221678, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7666, timestamp=1517885221678, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7667, timestamp=1517885221678, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7668, timestamp=1517885221678, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7669, timestamp=1517885221678, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7670, timestamp=1517885221678, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7671, timestamp=1517885221678, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7672, timestamp=1517885221678, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7673, timestamp=1517885221678, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7674, timestamp=1517885221678, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7675, timestamp=1517885221678, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7676, timestamp=1517885221678, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7677, timestamp=1517885221678, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7678, timestamp=1517885221679, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7679, timestamp=1517885221679, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7680, timestamp=1517885221679, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7681, timestamp=1517885221679, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7682, timestamp=1517885221679, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7683, timestamp=1517885221679, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7684, timestamp=1517885221679, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7685, timestamp=1517885221679, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7686, timestamp=1517885221679, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7687, timestamp=1517885221679, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7688, timestamp=1517885221679, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7689, timestamp=1517885221680, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7690, timestamp=1517885221680, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7691, timestamp=1517885221680, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7692, timestamp=1517885221680, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7693, timestamp=1517885221680, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7694, timestamp=1517885221680, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7695, timestamp=1517885221680, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7696, timestamp=1517885221680, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7697, timestamp=1517885221680, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7698, timestamp=1517885221680, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7699, timestamp=1517885221680, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7700, timestamp=1517885221681, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7701, timestamp=1517885221681, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7702, timestamp=1517885221682, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7703, timestamp=1517885221682, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7704, timestamp=1517885221682, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7705, timestamp=1517885221682, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7706, timestamp=1517885221682, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7707, timestamp=1517885221682, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7708, timestamp=1517885221683, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7709, timestamp=1517885221683, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7710, timestamp=1517885221683, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7711, timestamp=1517885221683, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7712, timestamp=1517885221683, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7713, timestamp=1517885221683, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7714, timestamp=1517885221683, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7715, timestamp=1517885221683, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7716, timestamp=1517885221683, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7717, timestamp=1517885221683, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7718, timestamp=1517885221683, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7719, timestamp=1517885221683, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7720, timestamp=1517885221683, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7721, timestamp=1517885221683, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7722, timestamp=1517885221684, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7723, timestamp=1517885221684, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7724, timestamp=1517885221684, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7725, timestamp=1517885221684, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7726, timestamp=1517885221684, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7727, timestamp=1517885221684, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7728, timestamp=1517885221684, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7729, timestamp=1517885221684, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7730, timestamp=1517885221684, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7731, timestamp=1517885221684, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7732, timestamp=1517885221684, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7733, timestamp=1517885221685, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7734, timestamp=1517885221685, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7735, timestamp=1517885221685, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7736, timestamp=1517885221685, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7737, timestamp=1517885221685, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7738, timestamp=1517885221685, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7739, timestamp=1517885221685, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7740, timestamp=1517885221685, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7741, timestamp=1517885221685, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7742, timestamp=1517885221686, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7743, timestamp=1517885221686, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7744, timestamp=1517885221686, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7745, timestamp=1517885221686, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7746, timestamp=1517885221686, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7747, timestamp=1517885221686, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7748, timestamp=1517885221686, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7749, timestamp=1517885221686, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7750, timestamp=1517885221686, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7751, timestamp=1517885221686, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7752, timestamp=1517885221686, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7753, timestamp=1517885221686, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7754, timestamp=1517885221686, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7755, timestamp=1517885221686, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7756, timestamp=1517885221687, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7757, timestamp=1517885221687, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7758, timestamp=1517885221687, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7759, timestamp=1517885221687, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7760, timestamp=1517885221687, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7761, timestamp=1517885221687, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7762, timestamp=1517885221687, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7763, timestamp=1517885221687, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7764, timestamp=1517885221687, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7765, timestamp=1517885221688, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7766, timestamp=1517885221688, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7767, timestamp=1517885221688, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7768, timestamp=1517885221688, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7769, timestamp=1517885221688, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7770, timestamp=1517885221688, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7771, timestamp=1517885221688, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7772, timestamp=1517885221688, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7773, timestamp=1517885221688, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7774, timestamp=1517885221688, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7775, timestamp=1517885221689, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7776, timestamp=1517885221689, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7777, timestamp=1517885221689, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7778, timestamp=1517885221689, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7779, timestamp=1517885221689, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7780, timestamp=1517885221689, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7781, timestamp=1517885221689, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7782, timestamp=1517885221689, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7783, timestamp=1517885221689, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7784, timestamp=1517885221690, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7785, timestamp=1517885221690, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7786, timestamp=1517885221690, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7787, timestamp=1517885221690, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7788, timestamp=1517885221690, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7789, timestamp=1517885221690, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7790, timestamp=1517885221690, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7791, timestamp=1517885221690, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7792, timestamp=1517885221691, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7793, timestamp=1517885221691, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7794, timestamp=1517885221691, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7795, timestamp=1517885221691, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7796, timestamp=1517885221691, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7797, timestamp=1517885221691, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7798, timestamp=1517885221692, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7799, timestamp=1517885221692, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7800, timestamp=1517885221692, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7801, timestamp=1517885221692, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7802, timestamp=1517885221692, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7803, timestamp=1517885221692, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7804, timestamp=1517885221692, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7805, timestamp=1517885221692, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7806, timestamp=1517885221692, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7807, timestamp=1517885221692, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7808, timestamp=1517885221692, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7809, timestamp=1517885221693, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7810, timestamp=1517885221693, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7811, timestamp=1517885221693, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7812, timestamp=1517885221693, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7813, timestamp=1517885221693, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7814, timestamp=1517885221693, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7815, timestamp=1517885221693, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7816, timestamp=1517885221693, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7817, timestamp=1517885221694, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7818, timestamp=1517885221694, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7819, timestamp=1517885221694, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7820, timestamp=1517885221694, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7821, timestamp=1517885221694, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7822, timestamp=1517885221694, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7823, timestamp=1517885221694, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7824, timestamp=1517885221694, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7825, timestamp=1517885221694, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7826, timestamp=1517885221694, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7827, timestamp=1517885221694, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7828, timestamp=1517885221694, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7829, timestamp=1517885221694, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7830, timestamp=1517885221694, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7831, timestamp=1517885221694, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7832, timestamp=1517885221695, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7833, timestamp=1517885221695, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7834, timestamp=1517885221695, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7835, timestamp=1517885221695, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7836, timestamp=1517885221695, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7837, timestamp=1517885221695, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7838, timestamp=1517885221695, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7839, timestamp=1517885221695, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7840, timestamp=1517885221695, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7841, timestamp=1517885221695, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7842, timestamp=1517885221696, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7843, timestamp=1517885221696, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7844, timestamp=1517885221696, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7845, timestamp=1517885221696, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7846, timestamp=1517885221696, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7847, timestamp=1517885221696, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7848, timestamp=1517885221696, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7849, timestamp=1517885221696, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7850, timestamp=1517885221697, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7851, timestamp=1517885221697, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7852, timestamp=1517885221697, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7853, timestamp=1517885221697, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7854, timestamp=1517885221697, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7855, timestamp=1517885221697, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7856, timestamp=1517885221697, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7857, timestamp=1517885221697, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7858, timestamp=1517885221698, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7859, timestamp=1517885221698, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7860, timestamp=1517885221698, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7861, timestamp=1517885221699, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7862, timestamp=1517885221699, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7863, timestamp=1517885221699, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7864, timestamp=1517885221699, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7865, timestamp=1517885221699, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7866, timestamp=1517885221699, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7867, timestamp=1517885221699, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7868, timestamp=1517885221699, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7869, timestamp=1517885221700, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7870, timestamp=1517885221700, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7871, timestamp=1517885221700, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7872, timestamp=1517885221700, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7873, timestamp=1517885221700, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7874, timestamp=1517885221701, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7875, timestamp=1517885221701, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7876, timestamp=1517885221701, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7877, timestamp=1517885221701, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7878, timestamp=1517885221702, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7879, timestamp=1517885221702, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7880, timestamp=1517885221702, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7881, timestamp=1517885221702, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7882, timestamp=1517885221702, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7883, timestamp=1517885221702, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7884, timestamp=1517885221702, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7885, timestamp=1517885221703, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7886, timestamp=1517885221703, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7887, timestamp=1517885221703, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7888, timestamp=1517885221703, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7889, timestamp=1517885221703, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7890, timestamp=1517885221703, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7891, timestamp=1517885221703, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7892, timestamp=1517885221703, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7893, timestamp=1517885221703, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7894, timestamp=1517885221703, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7895, timestamp=1517885221703, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7896, timestamp=1517885221703, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7897, timestamp=1517885221704, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7898, timestamp=1517885221704, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7899, timestamp=1517885221704, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7900, timestamp=1517885221704, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7901, timestamp=1517885221704, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7902, timestamp=1517885221704, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7903, timestamp=1517885221704, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7904, timestamp=1517885221705, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7905, timestamp=1517885221705, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7906, timestamp=1517885221705, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7907, timestamp=1517885221705, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7908, timestamp=1517885221705, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7909, timestamp=1517885221705, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7910, timestamp=1517885221705, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7911, timestamp=1517885221705, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7912, timestamp=1517885221705, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7913, timestamp=1517885221705, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7914, timestamp=1517885221705, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7915, timestamp=1517885221705, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7916, timestamp=1517885221706, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7917, timestamp=1517885221706, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7918, timestamp=1517885221706, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7919, timestamp=1517885221706, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7920, timestamp=1517885221706, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7921, timestamp=1517885221706, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7922, timestamp=1517885221706, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7923, timestamp=1517885221706, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7924, timestamp=1517885221706, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7925, timestamp=1517885221706, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7926, timestamp=1517885221706, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7927, timestamp=1517885221706, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7928, timestamp=1517885221706, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7929, timestamp=1517885221707, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7930, timestamp=1517885221707, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7931, timestamp=1517885221707, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7932, timestamp=1517885221707, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7933, timestamp=1517885221707, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7934, timestamp=1517885221707, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7935, timestamp=1517885221707, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7936, timestamp=1517885221707, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7937, timestamp=1517885221708, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7938, timestamp=1517885221708, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7939, timestamp=1517885221708, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7940, timestamp=1517885221708, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7941, timestamp=1517885221708, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7942, timestamp=1517885221708, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7943, timestamp=1517885221708, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7944, timestamp=1517885221708, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7945, timestamp=1517885221708, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7946, timestamp=1517885221708, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7947, timestamp=1517885221708, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7948, timestamp=1517885221708, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7949, timestamp=1517885221709, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7950, timestamp=1517885221709, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7951, timestamp=1517885221709, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7952, timestamp=1517885221709, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7953, timestamp=1517885221709, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7954, timestamp=1517885221709, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7955, timestamp=1517885221709, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7956, timestamp=1517885221709, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7957, timestamp=1517885221709, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7958, timestamp=1517885221709, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7959, timestamp=1517885221710, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7960, timestamp=1517885221710, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7961, timestamp=1517885221710, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7962, timestamp=1517885221710, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7963, timestamp=1517885221710, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7964, timestamp=1517885221710, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7965, timestamp=1517885221710, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7966, timestamp=1517885221710, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7967, timestamp=1517885221711, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7968, timestamp=1517885221711, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7969, timestamp=1517885221711, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7970, timestamp=1517885221711, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7971, timestamp=1517885221711, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7972, timestamp=1517885221711, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7973, timestamp=1517885221711, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7974, timestamp=1517885221711, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7975, timestamp=1517885221711, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7976, timestamp=1517885221711, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7977, timestamp=1517885221712, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7978, timestamp=1517885221712, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7979, timestamp=1517885221712, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7980, timestamp=1517885221712, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7981, timestamp=1517885221712, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7982, timestamp=1517885221712, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7983, timestamp=1517885221712, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7984, timestamp=1517885221712, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7985, timestamp=1517885221712, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7986, timestamp=1517885221712, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7987, timestamp=1517885221712, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7988, timestamp=1517885221712, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7989, timestamp=1517885221712, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7990, timestamp=1517885221713, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7991, timestamp=1517885221713, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7992, timestamp=1517885221713, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7993, timestamp=1517885221713, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7994, timestamp=1517885221713, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7995, timestamp=1517885221713, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7996, timestamp=1517885221713, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7997, timestamp=1517885221713, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7998, timestamp=1517885221713, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7999, timestamp=1517885221713, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8000, timestamp=1517885221713, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8001, timestamp=1517885221713, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8002, timestamp=1517885221714, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8003, timestamp=1517885221714, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8004, timestamp=1517885221714, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8005, timestamp=1517885221714, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8006, timestamp=1517885221714, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8007, timestamp=1517885221714, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8008, timestamp=1517885221714, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8009, timestamp=1517885221714, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8010, timestamp=1517885221715, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8011, timestamp=1517885221715, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8012, timestamp=1517885221715, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8013, timestamp=1517885221715, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8014, timestamp=1517885221715, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8015, timestamp=1517885221715, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8016, timestamp=1517885221715, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8017, timestamp=1517885221715, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8018, timestamp=1517885221715, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8019, timestamp=1517885221715, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8020, timestamp=1517885221715, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8021, timestamp=1517885221716, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8022, timestamp=1517885221716, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8023, timestamp=1517885221716, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8024, timestamp=1517885221716, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8025, timestamp=1517885221716, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8026, timestamp=1517885221716, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8027, timestamp=1517885221716, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8028, timestamp=1517885221716, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8029, timestamp=1517885221716, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8030, timestamp=1517885221716, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8031, timestamp=1517885221717, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8032, timestamp=1517885221717, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8033, timestamp=1517885221717, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8034, timestamp=1517885221717, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8035, timestamp=1517885221717, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8036, timestamp=1517885221717, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8037, timestamp=1517885221717, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8038, timestamp=1517885221717, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8039, timestamp=1517885221717, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8040, timestamp=1517885221717, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8041, timestamp=1517885221717, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8042, timestamp=1517885221718, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8043, timestamp=1517885221718, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8044, timestamp=1517885221718, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8045, timestamp=1517885221718, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8046, timestamp=1517885221718, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8047, timestamp=1517885221718, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8048, timestamp=1517885221718, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8049, timestamp=1517885221718, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8050, timestamp=1517885221718, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8051, timestamp=1517885221718, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8052, timestamp=1517885221719, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8053, timestamp=1517885221719, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8054, timestamp=1517885221719, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8055, timestamp=1517885221720, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8056, timestamp=1517885221720, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8057, timestamp=1517885221720, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8058, timestamp=1517885221720, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8059, timestamp=1517885221720, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8060, timestamp=1517885221720, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8061, timestamp=1517885221720, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8062, timestamp=1517885221720, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8063, timestamp=1517885221720, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8064, timestamp=1517885221720, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8065, timestamp=1517885221721, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8066, timestamp=1517885221721, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8067, timestamp=1517885221721, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8068, timestamp=1517885221721, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8069, timestamp=1517885221721, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8070, timestamp=1517885221721, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8071, timestamp=1517885221721, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8072, timestamp=1517885221721, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8073, timestamp=1517885221721, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8074, timestamp=1517885221721, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8075, timestamp=1517885221721, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8076, timestamp=1517885221722, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8077, timestamp=1517885221722, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8078, timestamp=1517885221722, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8079, timestamp=1517885221722, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8080, timestamp=1517885221722, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8081, timestamp=1517885221722, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8082, timestamp=1517885221722, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8083, timestamp=1517885221722, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8084, timestamp=1517885221722, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8085, timestamp=1517885221722, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8086, timestamp=1517885221722, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8087, timestamp=1517885221722, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8088, timestamp=1517885221723, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8089, timestamp=1517885221723, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8090, timestamp=1517885221723, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8091, timestamp=1517885221724, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8092, timestamp=1517885221724, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8093, timestamp=1517885221724, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8094, timestamp=1517885221724, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8095, timestamp=1517885221724, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8096, timestamp=1517885221724, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8097, timestamp=1517885221724, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8098, timestamp=1517885221724, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8099, timestamp=1517885221724, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8100, timestamp=1517885221724, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8101, timestamp=1517885221724, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8102, timestamp=1517885221724, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8103, timestamp=1517885221724, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8104, timestamp=1517885221725, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8105, timestamp=1517885221725, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8106, timestamp=1517885221725, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8107, timestamp=1517885221725, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8108, timestamp=1517885221725, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8109, timestamp=1517885221725, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8110, timestamp=1517885221725, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8111, timestamp=1517885221726, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8112, timestamp=1517885221726, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8113, timestamp=1517885221726, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8114, timestamp=1517885221726, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8115, timestamp=1517885221726, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8116, timestamp=1517885221726, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8117, timestamp=1517885221726, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8118, timestamp=1517885221726, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8119, timestamp=1517885221726, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8120, timestamp=1517885221726, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8121, timestamp=1517885221726, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8122, timestamp=1517885221726, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8123, timestamp=1517885221726, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8124, timestamp=1517885221726, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8125, timestamp=1517885221727, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8126, timestamp=1517885221727, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8127, timestamp=1517885221727, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8128, timestamp=1517885221727, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8129, timestamp=1517885221727, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8130, timestamp=1517885221727, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8131, timestamp=1517885221727, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8132, timestamp=1517885221727, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8133, timestamp=1517885221727, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8134, timestamp=1517885221727, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8135, timestamp=1517885221727, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8136, timestamp=1517885221727, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8137, timestamp=1517885221727, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8138, timestamp=1517885221727, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8139, timestamp=1517885221728, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8140, timestamp=1517885221728, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8141, timestamp=1517885221728, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8142, timestamp=1517885221729, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8143, timestamp=1517885221729, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8144, timestamp=1517885221729, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8145, timestamp=1517885221729, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8146, timestamp=1517885221729, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8147, timestamp=1517885221729, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8148, timestamp=1517885221729, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8149, timestamp=1517885221729, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8150, timestamp=1517885221729, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8151, timestamp=1517885221729, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8152, timestamp=1517885221729, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8153, timestamp=1517885221729, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8154, timestamp=1517885221729, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8155, timestamp=1517885221730, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8156, timestamp=1517885221730, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8157, timestamp=1517885221730, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8158, timestamp=1517885221730, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8159, timestamp=1517885221730, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8160, timestamp=1517885221730, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8161, timestamp=1517885221730, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8162, timestamp=1517885221730, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8163, timestamp=1517885221731, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8164, timestamp=1517885221731, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8165, timestamp=1517885221731, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8166, timestamp=1517885221731, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8167, timestamp=1517885221731, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8168, timestamp=1517885221731, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8169, timestamp=1517885221731, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8170, timestamp=1517885221731, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8171, timestamp=1517885221731, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8172, timestamp=1517885221731, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8173, timestamp=1517885221731, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8174, timestamp=1517885221731, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8175, timestamp=1517885221732, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8176, timestamp=1517885221732, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8177, timestamp=1517885221732, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8178, timestamp=1517885221732, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8179, timestamp=1517885221732, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8180, timestamp=1517885221732, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8181, timestamp=1517885221732, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8182, timestamp=1517885221732, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8183, timestamp=1517885221732, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8184, timestamp=1517885221732, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8185, timestamp=1517885221732, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8186, timestamp=1517885221732, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8187, timestamp=1517885221732, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8188, timestamp=1517885221733, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8189, timestamp=1517885221733, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8190, timestamp=1517885221733, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8191, timestamp=1517885221733, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8192, timestamp=1517885221733, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8193, timestamp=1517885221733, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8194, timestamp=1517885221733, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8195, timestamp=1517885221733, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8196, timestamp=1517885221733, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8197, timestamp=1517885221733, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8198, timestamp=1517885221733, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8199, timestamp=1517885221733, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8200, timestamp=1517885221733, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8201, timestamp=1517885221734, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8202, timestamp=1517885221734, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8203, timestamp=1517885221734, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8204, timestamp=1517885221734, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8205, timestamp=1517885221734, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8206, timestamp=1517885221734, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8207, timestamp=1517885221734, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8208, timestamp=1517885221734, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8209, timestamp=1517885221734, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8210, timestamp=1517885221734, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8211, timestamp=1517885221734, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8212, timestamp=1517885221734, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8213, timestamp=1517885221734, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8214, timestamp=1517885221734, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8215, timestamp=1517885221734, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8216, timestamp=1517885221734, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8217, timestamp=1517885221735, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8218, timestamp=1517885221735, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8219, timestamp=1517885221735, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8220, timestamp=1517885221735, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8221, timestamp=1517885221735, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8222, timestamp=1517885221735, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8223, timestamp=1517885221735, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8224, timestamp=1517885221735, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8225, timestamp=1517885221735, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8226, timestamp=1517885221735, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8227, timestamp=1517885221735, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8228, timestamp=1517885221735, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8229, timestamp=1517885221735, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8230, timestamp=1517885221736, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8231, timestamp=1517885221736, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8232, timestamp=1517885221736, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8233, timestamp=1517885221736, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8234, timestamp=1517885221736, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8235, timestamp=1517885221736, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8236, timestamp=1517885221736, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8237, timestamp=1517885221736, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8238, timestamp=1517885221736, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8239, timestamp=1517885221736, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8240, timestamp=1517885221736, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8241, timestamp=1517885221736, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8242, timestamp=1517885221736, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8243, timestamp=1517885221736, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8244, timestamp=1517885221737, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8245, timestamp=1517885221737, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8246, timestamp=1517885221737, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8247, timestamp=1517885221737, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8248, timestamp=1517885221737, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8249, timestamp=1517885221737, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8250, timestamp=1517885221737, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8251, timestamp=1517885221737, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8252, timestamp=1517885221737, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8253, timestamp=1517885221737, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8254, timestamp=1517885221737, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8255, timestamp=1517885221737, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8256, timestamp=1517885221738, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8257, timestamp=1517885221738, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8258, timestamp=1517885221738, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8259, timestamp=1517885221738, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8260, timestamp=1517885221738, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8261, timestamp=1517885221738, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8262, timestamp=1517885221738, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8263, timestamp=1517885221738, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8264, timestamp=1517885221738, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8265, timestamp=1517885221738, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8266, timestamp=1517885221739, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8267, timestamp=1517885221739, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8268, timestamp=1517885221739, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8269, timestamp=1517885221739, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8270, timestamp=1517885221739, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8271, timestamp=1517885221739, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8272, timestamp=1517885221739, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8273, timestamp=1517885221739, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8274, timestamp=1517885221739, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8275, timestamp=1517885221740, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8276, timestamp=1517885221740, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8277, timestamp=1517885221740, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8278, timestamp=1517885221740, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8279, timestamp=1517885221740, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8280, timestamp=1517885221740, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8281, timestamp=1517885221740, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8282, timestamp=1517885221740, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8283, timestamp=1517885221740, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8284, timestamp=1517885221740, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8285, timestamp=1517885221741, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8286, timestamp=1517885221741, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8287, timestamp=1517885221741, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8288, timestamp=1517885221741, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8289, timestamp=1517885221741, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8290, timestamp=1517885221741, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8291, timestamp=1517885221741, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8292, timestamp=1517885221741, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8293, timestamp=1517885221741, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8294, timestamp=1517885221741, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8295, timestamp=1517885221742, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8296, timestamp=1517885221742, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8297, timestamp=1517885221742, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8298, timestamp=1517885221742, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8299, timestamp=1517885221742, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8300, timestamp=1517885221742, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8301, timestamp=1517885221742, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8302, timestamp=1517885221742, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8303, timestamp=1517885221742, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8304, timestamp=1517885221742, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8305, timestamp=1517885221742, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8306, timestamp=1517885221743, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8307, timestamp=1517885221743, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8308, timestamp=1517885221743, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8309, timestamp=1517885221743, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8310, timestamp=1517885221743, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8311, timestamp=1517885221743, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8312, timestamp=1517885221743, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8313, timestamp=1517885221743, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8314, timestamp=1517885221743, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8315, timestamp=1517885221743, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8316, timestamp=1517885221744, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8317, timestamp=1517885221744, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8318, timestamp=1517885221744, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8319, timestamp=1517885221744, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8320, timestamp=1517885221744, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8321, timestamp=1517885221744, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8322, timestamp=1517885221744, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8323, timestamp=1517885221744, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8324, timestamp=1517885221744, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8325, timestamp=1517885221744, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8326, timestamp=1517885221744, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8327, timestamp=1517885221744, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8328, timestamp=1517885221744, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8329, timestamp=1517885221744, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8330, timestamp=1517885221744, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8331, timestamp=1517885221744, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8332, timestamp=1517885221744, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8333, timestamp=1517885221745, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8334, timestamp=1517885221745, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8335, timestamp=1517885221745, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8336, timestamp=1517885221745, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8337, timestamp=1517885221745, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8338, timestamp=1517885221745, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8339, timestamp=1517885221745, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8340, timestamp=1517885221745, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8341, timestamp=1517885221746, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8342, timestamp=1517885221746, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8343, timestamp=1517885221746, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8344, timestamp=1517885221746, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8345, timestamp=1517885221746, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8346, timestamp=1517885221746, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8347, timestamp=1517885221746, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8348, timestamp=1517885221746, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8349, timestamp=1517885221746, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8350, timestamp=1517885221746, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8351, timestamp=1517885221747, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8352, timestamp=1517885221747, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8353, timestamp=1517885221747, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8354, timestamp=1517885221747, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8355, timestamp=1517885221747, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8356, timestamp=1517885221747, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8357, timestamp=1517885221747, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8358, timestamp=1517885221747, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8359, timestamp=1517885221747, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8360, timestamp=1517885221747, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8361, timestamp=1517885221748, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8362, timestamp=1517885221748, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8363, timestamp=1517885221748, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8364, timestamp=1517885221748, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8365, timestamp=1517885221748, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8366, timestamp=1517885221749, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8367, timestamp=1517885221749, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8368, timestamp=1517885221749, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8369, timestamp=1517885221749, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8370, timestamp=1517885221749, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8371, timestamp=1517885221749, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8372, timestamp=1517885221749, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8373, timestamp=1517885221749, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8374, timestamp=1517885221750, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8375, timestamp=1517885221750, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8376, timestamp=1517885221750, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8377, timestamp=1517885221750, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8378, timestamp=1517885221750, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8379, timestamp=1517885221750, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8380, timestamp=1517885221750, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8381, timestamp=1517885221750, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8382, timestamp=1517885221750, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8383, timestamp=1517885221750, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8384, timestamp=1517885221750, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8385, timestamp=1517885221750, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8386, timestamp=1517885221750, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8387, timestamp=1517885221750, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8388, timestamp=1517885221750, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8389, timestamp=1517885221751, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8390, timestamp=1517885221751, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8391, timestamp=1517885221751, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8392, timestamp=1517885221751, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8393, timestamp=1517885221751, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8394, timestamp=1517885221751, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8395, timestamp=1517885221751, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8396, timestamp=1517885221751, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8397, timestamp=1517885221751, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8398, timestamp=1517885221751, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8399, timestamp=1517885221751, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8400, timestamp=1517885221751, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8401, timestamp=1517885221752, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8402, timestamp=1517885221752, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8403, timestamp=1517885221752, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8404, timestamp=1517885221752, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8405, timestamp=1517885221752, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8406, timestamp=1517885221752, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8407, timestamp=1517885221752, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8408, timestamp=1517885221752, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8409, timestamp=1517885221752, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8410, timestamp=1517885221752, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8411, timestamp=1517885221752, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8412, timestamp=1517885221753, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8413, timestamp=1517885221753, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8414, timestamp=1517885221753, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8415, timestamp=1517885221753, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8416, timestamp=1517885221753, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8417, timestamp=1517885221753, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8418, timestamp=1517885221753, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8419, timestamp=1517885221753, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8420, timestamp=1517885221753, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8421, timestamp=1517885221753, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8422, timestamp=1517885221753, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8423, timestamp=1517885221753, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8424, timestamp=1517885221753, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8425, timestamp=1517885221753, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8426, timestamp=1517885221753, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8427, timestamp=1517885221754, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8428, timestamp=1517885221754, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8429, timestamp=1517885221754, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8430, timestamp=1517885221754, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8431, timestamp=1517885221754, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8432, timestamp=1517885221754, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8433, timestamp=1517885221754, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8434, timestamp=1517885221754, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8435, timestamp=1517885221754, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8436, timestamp=1517885221754, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8437, timestamp=1517885221754, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8438, timestamp=1517885221754, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8439, timestamp=1517885221754, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8440, timestamp=1517885221754, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8441, timestamp=1517885221755, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8442, timestamp=1517885221755, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8443, timestamp=1517885221755, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8444, timestamp=1517885221755, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8445, timestamp=1517885221755, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8446, timestamp=1517885221755, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8447, timestamp=1517885221755, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8448, timestamp=1517885221755, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8449, timestamp=1517885221755, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8450, timestamp=1517885221755, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8451, timestamp=1517885221755, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8452, timestamp=1517885221755, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8453, timestamp=1517885221755, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8454, timestamp=1517885221755, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8455, timestamp=1517885221755, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8456, timestamp=1517885221755, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8457, timestamp=1517885221756, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8458, timestamp=1517885221756, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8459, timestamp=1517885221756, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8460, timestamp=1517885221756, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8461, timestamp=1517885221756, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8462, timestamp=1517885221756, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8463, timestamp=1517885221756, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8464, timestamp=1517885221757, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8465, timestamp=1517885221757, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8466, timestamp=1517885221757, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8467, timestamp=1517885221757, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8468, timestamp=1517885221757, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8469, timestamp=1517885221757, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8470, timestamp=1517885221757, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8471, timestamp=1517885221757, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8472, timestamp=1517885221757, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8473, timestamp=1517885221757, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8474, timestamp=1517885221757, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8475, timestamp=1517885221757, key=8 bytes, value=633 bytes))]}]}]} 12:03:36.034 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 6761 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:36.768 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=5107, metadata=''}, test-0=OffsetAndMetadata{offset=6642, metadata=''}, test-2=OffsetAndMetadata{offset=5041, metadata=''}} 12:03:36.770 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5422 for assigned partition test-2 and update position to 5922 12:03:36.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 17335 12:03:37.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 17714 12:03:38.028 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5922 for assigned partition test-2 and update position to 6422 12:03:38.240 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:38.240 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 71 to node 2147483644 12:03:38.440 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 71, received {throttle_time_ms=0,error_code=0} 12:03:38.440 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:38.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 18193 12:03:39.064 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6422 for assigned partition test-2 and update position to 6710 12:03:39.064 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-1 with offset 5107 12:03:39.064 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-1 to 99942 12:03:39.064 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5107 for assigned partition test-1 and update position to 5319 12:03:39.064 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 6710 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:39.064 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:39.065 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=2,fetch_offset=6710,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 72 to node 3 12:03:39.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 18649 12:03:40.044 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 72, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=2,error_code=0,high_watermark=99967,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=6710, timestamp=1517885221587, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6711, timestamp=1517885221587, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6712, timestamp=1517885221587, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6713, timestamp=1517885221587, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6714, timestamp=1517885221587, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6715, timestamp=1517885221587, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6716, timestamp=1517885221587, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6717, timestamp=1517885221587, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6718, timestamp=1517885221587, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6719, timestamp=1517885221587, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6720, timestamp=1517885221587, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6721, timestamp=1517885221587, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6722, timestamp=1517885221588, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6723, timestamp=1517885221588, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6724, timestamp=1517885221588, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6725, timestamp=1517885221588, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6726, timestamp=1517885221588, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6727, timestamp=1517885221588, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6728, timestamp=1517885221588, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6729, timestamp=1517885221588, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6730, timestamp=1517885221588, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6731, timestamp=1517885221588, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6732, timestamp=1517885221588, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6733, timestamp=1517885221589, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6734, timestamp=1517885221589, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6735, timestamp=1517885221589, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6736, timestamp=1517885221589, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6737, timestamp=1517885221589, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6738, timestamp=1517885221589, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6739, timestamp=1517885221589, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6740, timestamp=1517885221589, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6741, timestamp=1517885221590, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6742, timestamp=1517885221590, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6743, timestamp=1517885221591, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6744, timestamp=1517885221591, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6745, timestamp=1517885221591, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6746, timestamp=1517885221591, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6747, timestamp=1517885221591, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6748, timestamp=1517885221591, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6749, timestamp=1517885221591, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6750, timestamp=1517885221591, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6751, timestamp=1517885221591, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6752, timestamp=1517885221591, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6753, timestamp=1517885221591, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6754, timestamp=1517885221592, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6755, timestamp=1517885221592, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6756, timestamp=1517885221592, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6757, timestamp=1517885221592, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6758, timestamp=1517885221592, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6759, timestamp=1517885221592, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6760, timestamp=1517885221592, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6761, timestamp=1517885221592, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6762, timestamp=1517885221592, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6763, timestamp=1517885221592, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6764, timestamp=1517885221593, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6765, timestamp=1517885221593, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6766, timestamp=1517885221593, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6767, timestamp=1517885221593, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6768, timestamp=1517885221593, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6769, timestamp=1517885221593, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6770, timestamp=1517885221593, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6771, timestamp=1517885221593, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6772, timestamp=1517885221593, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6773, timestamp=1517885221593, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6774, timestamp=1517885221593, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6775, timestamp=1517885221593, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6776, timestamp=1517885221593, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6777, timestamp=1517885221593, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6778, timestamp=1517885221594, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6779, timestamp=1517885221594, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6780, timestamp=1517885221594, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6781, timestamp=1517885221594, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6782, timestamp=1517885221594, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6783, timestamp=1517885221594, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6784, timestamp=1517885221595, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6785, timestamp=1517885221595, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6786, timestamp=1517885221595, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6787, timestamp=1517885221595, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6788, timestamp=1517885221595, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6789, timestamp=1517885221595, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6790, timestamp=1517885221595, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6791, timestamp=1517885221595, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6792, timestamp=1517885221595, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6793, timestamp=1517885221595, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6794, timestamp=1517885221595, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6795, timestamp=1517885221596, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6796, timestamp=1517885221596, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6797, timestamp=1517885221596, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6798, timestamp=1517885221596, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6799, timestamp=1517885221596, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6800, timestamp=1517885221597, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6801, timestamp=1517885221597, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6802, timestamp=1517885221597, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6803, timestamp=1517885221597, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6804, timestamp=1517885221597, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6805, timestamp=1517885221597, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6806, timestamp=1517885221597, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6807, timestamp=1517885221597, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6808, timestamp=1517885221597, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6809, timestamp=1517885221598, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6810, timestamp=1517885221598, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6811, timestamp=1517885221598, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6812, timestamp=1517885221598, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6813, timestamp=1517885221598, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6814, timestamp=1517885221598, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6815, timestamp=1517885221598, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6816, timestamp=1517885221598, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6817, timestamp=1517885221598, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6818, timestamp=1517885221598, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6819, timestamp=1517885221598, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6820, timestamp=1517885221598, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6821, timestamp=1517885221599, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6822, timestamp=1517885221599, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6823, timestamp=1517885221599, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6824, timestamp=1517885221599, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6825, timestamp=1517885221599, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6826, timestamp=1517885221599, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6827, timestamp=1517885221599, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6828, timestamp=1517885221599, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6829, timestamp=1517885221599, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6830, timestamp=1517885221599, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6831, timestamp=1517885221599, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6832, timestamp=1517885221599, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6833, timestamp=1517885221599, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6834, timestamp=1517885221599, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6835, timestamp=1517885221600, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6836, timestamp=1517885221600, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6837, timestamp=1517885221600, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6838, timestamp=1517885221600, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6839, timestamp=1517885221600, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6840, timestamp=1517885221600, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6841, timestamp=1517885221600, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6842, timestamp=1517885221600, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6843, timestamp=1517885221601, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6844, timestamp=1517885221601, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6845, timestamp=1517885221601, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6846, timestamp=1517885221601, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6847, timestamp=1517885221601, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6848, timestamp=1517885221601, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6849, timestamp=1517885221601, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6850, timestamp=1517885221601, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6851, timestamp=1517885221601, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6852, timestamp=1517885221601, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6853, timestamp=1517885221601, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6854, timestamp=1517885221602, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6855, timestamp=1517885221602, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6856, timestamp=1517885221602, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6857, timestamp=1517885221602, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6858, timestamp=1517885221602, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6859, timestamp=1517885221602, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6860, timestamp=1517885221602, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6861, timestamp=1517885221602, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6862, timestamp=1517885221603, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6863, timestamp=1517885221603, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6864, timestamp=1517885221603, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6865, timestamp=1517885221603, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6866, timestamp=1517885221603, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6867, timestamp=1517885221603, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6868, timestamp=1517885221603, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6869, timestamp=1517885221603, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6870, timestamp=1517885221603, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6871, timestamp=1517885221603, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6872, timestamp=1517885221603, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6873, timestamp=1517885221603, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6874, timestamp=1517885221603, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6875, timestamp=1517885221603, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6876, timestamp=1517885221604, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6877, timestamp=1517885221604, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6878, timestamp=1517885221604, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6879, timestamp=1517885221604, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6880, timestamp=1517885221604, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6881, timestamp=1517885221604, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6882, timestamp=1517885221604, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6883, timestamp=1517885221604, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6884, timestamp=1517885221604, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6885, timestamp=1517885221604, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6886, timestamp=1517885221604, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6887, timestamp=1517885221605, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6888, timestamp=1517885221605, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6889, timestamp=1517885221605, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6890, timestamp=1517885221605, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6891, timestamp=1517885221605, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6892, timestamp=1517885221605, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6893, timestamp=1517885221605, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6894, timestamp=1517885221605, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6895, timestamp=1517885221605, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6896, timestamp=1517885221605, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6897, timestamp=1517885221605, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6898, timestamp=1517885221606, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6899, timestamp=1517885221606, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6900, timestamp=1517885221606, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6901, timestamp=1517885221606, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6902, timestamp=1517885221606, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6903, timestamp=1517885221606, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6904, timestamp=1517885221606, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6905, timestamp=1517885221606, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6906, timestamp=1517885221606, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6907, timestamp=1517885221606, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6908, timestamp=1517885221607, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6909, timestamp=1517885221607, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6910, timestamp=1517885221607, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6911, timestamp=1517885221607, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6912, timestamp=1517885221607, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6913, timestamp=1517885221607, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6914, timestamp=1517885221607, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6915, timestamp=1517885221607, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6916, timestamp=1517885221607, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6917, timestamp=1517885221607, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6918, timestamp=1517885221607, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6919, timestamp=1517885221607, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6920, timestamp=1517885221607, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6921, timestamp=1517885221608, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6922, timestamp=1517885221608, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6923, timestamp=1517885221608, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6924, timestamp=1517885221608, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6925, timestamp=1517885221608, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6926, timestamp=1517885221608, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6927, timestamp=1517885221608, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6928, timestamp=1517885221608, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6929, timestamp=1517885221608, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6930, timestamp=1517885221609, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6931, timestamp=1517885221609, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6932, timestamp=1517885221609, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6933, timestamp=1517885221609, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6934, timestamp=1517885221609, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6935, timestamp=1517885221609, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6936, timestamp=1517885221609, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=6937, timestamp=1517885221609, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6938, timestamp=1517885221609, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6939, timestamp=1517885221609, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6940, timestamp=1517885221609, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6941, timestamp=1517885221609, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6942, timestamp=1517885221609, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6943, timestamp=1517885221609, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6944, timestamp=1517885221610, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6945, timestamp=1517885221610, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6946, timestamp=1517885221610, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6947, timestamp=1517885221610, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6948, timestamp=1517885221610, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6949, timestamp=1517885221610, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6950, timestamp=1517885221610, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6951, timestamp=1517885221610, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6952, timestamp=1517885221610, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6953, timestamp=1517885221610, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6954, timestamp=1517885221610, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6955, timestamp=1517885221610, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6956, timestamp=1517885221610, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6957, timestamp=1517885221611, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6958, timestamp=1517885221611, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6959, timestamp=1517885221611, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6960, timestamp=1517885221611, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6961, timestamp=1517885221612, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6962, timestamp=1517885221612, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6963, timestamp=1517885221612, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6964, timestamp=1517885221612, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6965, timestamp=1517885221612, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6966, timestamp=1517885221612, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6967, timestamp=1517885221612, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6968, timestamp=1517885221612, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6969, timestamp=1517885221612, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6970, timestamp=1517885221612, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6971, timestamp=1517885221612, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6972, timestamp=1517885221612, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6973, timestamp=1517885221612, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6974, timestamp=1517885221613, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6975, timestamp=1517885221613, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6976, timestamp=1517885221613, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6977, timestamp=1517885221613, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6978, timestamp=1517885221613, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6979, timestamp=1517885221613, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6980, timestamp=1517885221613, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6981, timestamp=1517885221613, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6982, timestamp=1517885221613, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6983, timestamp=1517885221613, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6984, timestamp=1517885221613, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6985, timestamp=1517885221613, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6986, timestamp=1517885221613, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6987, timestamp=1517885221613, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6988, timestamp=1517885221614, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6989, timestamp=1517885221614, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6990, timestamp=1517885221614, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6991, timestamp=1517885221614, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6992, timestamp=1517885221614, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6993, timestamp=1517885221614, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6994, timestamp=1517885221614, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6995, timestamp=1517885221614, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6996, timestamp=1517885221614, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6997, timestamp=1517885221615, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6998, timestamp=1517885221615, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6999, timestamp=1517885221615, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7000, timestamp=1517885221615, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7001, timestamp=1517885221615, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7002, timestamp=1517885221615, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7003, timestamp=1517885221615, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7004, timestamp=1517885221615, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7005, timestamp=1517885221616, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7006, timestamp=1517885221616, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7007, timestamp=1517885221616, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7008, timestamp=1517885221616, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7009, timestamp=1517885221616, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7010, timestamp=1517885221616, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7011, timestamp=1517885221616, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7012, timestamp=1517885221616, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7013, timestamp=1517885221616, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7014, timestamp=1517885221616, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7015, timestamp=1517885221616, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7016, timestamp=1517885221616, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7017, timestamp=1517885221616, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7018, timestamp=1517885221616, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7019, timestamp=1517885221617, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7020, timestamp=1517885221617, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7021, timestamp=1517885221617, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7022, timestamp=1517885221617, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7023, timestamp=1517885221617, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7024, timestamp=1517885221617, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7025, timestamp=1517885221617, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7026, timestamp=1517885221617, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7027, timestamp=1517885221617, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7028, timestamp=1517885221617, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7029, timestamp=1517885221617, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7030, timestamp=1517885221617, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7031, timestamp=1517885221618, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7032, timestamp=1517885221618, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7033, timestamp=1517885221618, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7034, timestamp=1517885221618, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7035, timestamp=1517885221618, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7036, timestamp=1517885221618, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7037, timestamp=1517885221618, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7038, timestamp=1517885221618, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7039, timestamp=1517885221618, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7040, timestamp=1517885221618, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7041, timestamp=1517885221618, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7042, timestamp=1517885221618, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7043, timestamp=1517885221619, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7044, timestamp=1517885221619, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7045, timestamp=1517885221619, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7046, timestamp=1517885221619, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7047, timestamp=1517885221619, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7048, timestamp=1517885221620, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7049, timestamp=1517885221620, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7050, timestamp=1517885221620, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7051, timestamp=1517885221620, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7052, timestamp=1517885221620, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7053, timestamp=1517885221620, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7054, timestamp=1517885221620, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7055, timestamp=1517885221620, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7056, timestamp=1517885221621, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7057, timestamp=1517885221621, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7058, timestamp=1517885221621, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7059, timestamp=1517885221621, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7060, timestamp=1517885221621, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7061, timestamp=1517885221621, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7062, timestamp=1517885221621, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7063, timestamp=1517885221621, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7064, timestamp=1517885221621, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7065, timestamp=1517885221621, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7066, timestamp=1517885221622, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7067, timestamp=1517885221622, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7068, timestamp=1517885221622, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7069, timestamp=1517885221622, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7070, timestamp=1517885221622, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7071, timestamp=1517885221622, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7072, timestamp=1517885221622, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7073, timestamp=1517885221622, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7074, timestamp=1517885221622, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7075, timestamp=1517885221622, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7076, timestamp=1517885221622, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7077, timestamp=1517885221622, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7078, timestamp=1517885221622, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7079, timestamp=1517885221622, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7080, timestamp=1517885221623, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7081, timestamp=1517885221623, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7082, timestamp=1517885221623, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7083, timestamp=1517885221623, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7084, timestamp=1517885221623, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7085, timestamp=1517885221623, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7086, timestamp=1517885221623, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7087, timestamp=1517885221624, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7088, timestamp=1517885221624, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7089, timestamp=1517885221624, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7090, timestamp=1517885221624, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7091, timestamp=1517885221624, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7092, timestamp=1517885221624, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7093, timestamp=1517885221625, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7094, timestamp=1517885221625, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7095, timestamp=1517885221625, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7096, timestamp=1517885221625, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7097, timestamp=1517885221625, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7098, timestamp=1517885221625, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7099, timestamp=1517885221625, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7100, timestamp=1517885221625, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7101, timestamp=1517885221625, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7102, timestamp=1517885221625, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7103, timestamp=1517885221625, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7104, timestamp=1517885221625, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7105, timestamp=1517885221625, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7106, timestamp=1517885221625, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7107, timestamp=1517885221626, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7108, timestamp=1517885221626, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7109, timestamp=1517885221626, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7110, timestamp=1517885221626, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7111, timestamp=1517885221627, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7112, timestamp=1517885221627, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7113, timestamp=1517885221627, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7114, timestamp=1517885221627, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7115, timestamp=1517885221627, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7116, timestamp=1517885221627, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7117, timestamp=1517885221628, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7118, timestamp=1517885221628, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7119, timestamp=1517885221628, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7120, timestamp=1517885221628, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7121, timestamp=1517885221628, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7122, timestamp=1517885221628, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7123, timestamp=1517885221628, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7124, timestamp=1517885221628, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7125, timestamp=1517885221628, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7126, timestamp=1517885221629, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7127, timestamp=1517885221629, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7128, timestamp=1517885221629, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7129, timestamp=1517885221629, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7130, timestamp=1517885221629, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7131, timestamp=1517885221629, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7132, timestamp=1517885221629, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7133, timestamp=1517885221629, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7134, timestamp=1517885221629, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7135, timestamp=1517885221629, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7136, timestamp=1517885221630, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7137, timestamp=1517885221630, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7138, timestamp=1517885221630, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7139, timestamp=1517885221630, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7140, timestamp=1517885221630, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7141, timestamp=1517885221630, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7142, timestamp=1517885221630, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7143, timestamp=1517885221630, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7144, timestamp=1517885221630, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7145, timestamp=1517885221630, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7146, timestamp=1517885221630, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7147, timestamp=1517885221630, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7148, timestamp=1517885221631, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7149, timestamp=1517885221631, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7150, timestamp=1517885221631, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7151, timestamp=1517885221631, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7152, timestamp=1517885221631, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7153, timestamp=1517885221631, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7154, timestamp=1517885221631, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7155, timestamp=1517885221631, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7156, timestamp=1517885221631, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7157, timestamp=1517885221631, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7158, timestamp=1517885221632, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7159, timestamp=1517885221632, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7160, timestamp=1517885221632, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7161, timestamp=1517885221632, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7162, timestamp=1517885221632, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7163, timestamp=1517885221632, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7164, timestamp=1517885221632, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7165, timestamp=1517885221632, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7166, timestamp=1517885221632, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7167, timestamp=1517885221632, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7168, timestamp=1517885221632, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7169, timestamp=1517885221632, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7170, timestamp=1517885221632, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7171, timestamp=1517885221633, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7172, timestamp=1517885221633, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7173, timestamp=1517885221633, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7174, timestamp=1517885221633, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7175, timestamp=1517885221633, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7176, timestamp=1517885221633, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7177, timestamp=1517885221633, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7178, timestamp=1517885221633, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7179, timestamp=1517885221633, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7180, timestamp=1517885221633, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7181, timestamp=1517885221634, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7182, timestamp=1517885221634, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7183, timestamp=1517885221634, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7184, timestamp=1517885221634, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7185, timestamp=1517885221634, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7186, timestamp=1517885221634, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7187, timestamp=1517885221634, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7188, timestamp=1517885221634, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7189, timestamp=1517885221635, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7190, timestamp=1517885221635, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7191, timestamp=1517885221635, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7192, timestamp=1517885221635, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7193, timestamp=1517885221635, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7194, timestamp=1517885221635, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7195, timestamp=1517885221635, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7196, timestamp=1517885221635, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7197, timestamp=1517885221635, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7198, timestamp=1517885221635, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7199, timestamp=1517885221635, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7200, timestamp=1517885221635, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7201, timestamp=1517885221635, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7202, timestamp=1517885221636, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7203, timestamp=1517885221636, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7204, timestamp=1517885221636, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7205, timestamp=1517885221636, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7206, timestamp=1517885221636, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7207, timestamp=1517885221636, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7208, timestamp=1517885221636, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7209, timestamp=1517885221636, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7210, timestamp=1517885221636, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7211, timestamp=1517885221636, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7212, timestamp=1517885221636, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7213, timestamp=1517885221636, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7214, timestamp=1517885221636, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7215, timestamp=1517885221636, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7216, timestamp=1517885221636, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7217, timestamp=1517885221637, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7218, timestamp=1517885221637, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7219, timestamp=1517885221637, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7220, timestamp=1517885221637, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7221, timestamp=1517885221637, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7222, timestamp=1517885221637, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7223, timestamp=1517885221637, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7224, timestamp=1517885221637, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7225, timestamp=1517885221637, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7226, timestamp=1517885221638, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7227, timestamp=1517885221638, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7228, timestamp=1517885221638, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7229, timestamp=1517885221638, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7230, timestamp=1517885221638, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7231, timestamp=1517885221638, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7232, timestamp=1517885221638, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7233, timestamp=1517885221638, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7234, timestamp=1517885221638, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7235, timestamp=1517885221638, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7236, timestamp=1517885221639, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7237, timestamp=1517885221639, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7238, timestamp=1517885221639, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7239, timestamp=1517885221639, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7240, timestamp=1517885221639, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7241, timestamp=1517885221639, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7242, timestamp=1517885221639, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7243, timestamp=1517885221639, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7244, timestamp=1517885221639, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7245, timestamp=1517885221640, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7246, timestamp=1517885221640, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7247, timestamp=1517885221640, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7248, timestamp=1517885221640, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7249, timestamp=1517885221640, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7250, timestamp=1517885221640, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7251, timestamp=1517885221640, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7252, timestamp=1517885221640, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7253, timestamp=1517885221640, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7254, timestamp=1517885221640, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7255, timestamp=1517885221640, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7256, timestamp=1517885221640, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7257, timestamp=1517885221641, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7258, timestamp=1517885221641, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7259, timestamp=1517885221641, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7260, timestamp=1517885221641, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7261, timestamp=1517885221641, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7262, timestamp=1517885221641, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7263, timestamp=1517885221641, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7264, timestamp=1517885221641, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7265, timestamp=1517885221641, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7266, timestamp=1517885221642, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7267, timestamp=1517885221642, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7268, timestamp=1517885221642, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7269, timestamp=1517885221643, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7270, timestamp=1517885221643, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7271, timestamp=1517885221643, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7272, timestamp=1517885221644, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7273, timestamp=1517885221644, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7274, timestamp=1517885221644, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7275, timestamp=1517885221644, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7276, timestamp=1517885221645, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7277, timestamp=1517885221645, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7278, timestamp=1517885221645, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7279, timestamp=1517885221645, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7280, timestamp=1517885221645, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7281, timestamp=1517885221645, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7282, timestamp=1517885221645, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7283, timestamp=1517885221645, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7284, timestamp=1517885221645, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7285, timestamp=1517885221645, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7286, timestamp=1517885221645, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7287, timestamp=1517885221645, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7288, timestamp=1517885221645, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7289, timestamp=1517885221646, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7290, timestamp=1517885221646, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7291, timestamp=1517885221646, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7292, timestamp=1517885221646, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7293, timestamp=1517885221646, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7294, timestamp=1517885221646, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7295, timestamp=1517885221646, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7296, timestamp=1517885221646, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7297, timestamp=1517885221646, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7298, timestamp=1517885221646, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7299, timestamp=1517885221647, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7300, timestamp=1517885221647, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7301, timestamp=1517885221647, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7302, timestamp=1517885221647, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7303, timestamp=1517885221647, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7304, timestamp=1517885221647, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7305, timestamp=1517885221647, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7306, timestamp=1517885221647, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7307, timestamp=1517885221647, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7308, timestamp=1517885221647, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7309, timestamp=1517885221648, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7310, timestamp=1517885221648, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7311, timestamp=1517885221648, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7312, timestamp=1517885221648, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7313, timestamp=1517885221648, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7314, timestamp=1517885221648, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7315, timestamp=1517885221648, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7316, timestamp=1517885221648, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7317, timestamp=1517885221648, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7318, timestamp=1517885221648, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7319, timestamp=1517885221649, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7320, timestamp=1517885221649, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7321, timestamp=1517885221649, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7322, timestamp=1517885221649, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7323, timestamp=1517885221649, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7324, timestamp=1517885221649, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7325, timestamp=1517885221649, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7326, timestamp=1517885221649, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7327, timestamp=1517885221649, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7328, timestamp=1517885221649, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7329, timestamp=1517885221650, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7330, timestamp=1517885221650, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7331, timestamp=1517885221650, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7332, timestamp=1517885221650, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7333, timestamp=1517885221651, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7334, timestamp=1517885221651, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7335, timestamp=1517885221651, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7336, timestamp=1517885221651, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7337, timestamp=1517885221652, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7338, timestamp=1517885221652, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7339, timestamp=1517885221652, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7340, timestamp=1517885221652, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7341, timestamp=1517885221652, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7342, timestamp=1517885221652, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7343, timestamp=1517885221653, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7344, timestamp=1517885221653, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7345, timestamp=1517885221653, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7346, timestamp=1517885221653, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7347, timestamp=1517885221653, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7348, timestamp=1517885221653, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7349, timestamp=1517885221653, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7350, timestamp=1517885221653, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7351, timestamp=1517885221653, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7352, timestamp=1517885221653, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7353, timestamp=1517885221653, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7354, timestamp=1517885221653, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7355, timestamp=1517885221654, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7356, timestamp=1517885221654, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7357, timestamp=1517885221654, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7358, timestamp=1517885221654, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7359, timestamp=1517885221655, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7360, timestamp=1517885221655, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7361, timestamp=1517885221655, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7362, timestamp=1517885221655, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7363, timestamp=1517885221655, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7364, timestamp=1517885221655, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7365, timestamp=1517885221655, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7366, timestamp=1517885221655, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7367, timestamp=1517885221656, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7368, timestamp=1517885221656, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7369, timestamp=1517885221656, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7370, timestamp=1517885221656, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7371, timestamp=1517885221656, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7372, timestamp=1517885221656, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7373, timestamp=1517885221656, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7374, timestamp=1517885221656, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7375, timestamp=1517885221656, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7376, timestamp=1517885221656, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7377, timestamp=1517885221656, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7378, timestamp=1517885221656, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7379, timestamp=1517885221656, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7380, timestamp=1517885221656, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7381, timestamp=1517885221657, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7382, timestamp=1517885221657, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7383, timestamp=1517885221657, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7384, timestamp=1517885221657, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7385, timestamp=1517885221657, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7386, timestamp=1517885221657, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7387, timestamp=1517885221657, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7388, timestamp=1517885221657, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7389, timestamp=1517885221657, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7390, timestamp=1517885221658, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7391, timestamp=1517885221658, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7392, timestamp=1517885221658, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7393, timestamp=1517885221658, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7394, timestamp=1517885221658, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7395, timestamp=1517885221658, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7396, timestamp=1517885221658, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7397, timestamp=1517885221658, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7398, timestamp=1517885221658, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7399, timestamp=1517885221658, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7400, timestamp=1517885221658, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7401, timestamp=1517885221658, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7402, timestamp=1517885221658, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7403, timestamp=1517885221658, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7404, timestamp=1517885221659, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7405, timestamp=1517885221659, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7406, timestamp=1517885221659, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7407, timestamp=1517885221659, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7408, timestamp=1517885221659, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7409, timestamp=1517885221659, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7410, timestamp=1517885221659, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7411, timestamp=1517885221660, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7412, timestamp=1517885221660, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7413, timestamp=1517885221660, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7414, timestamp=1517885221660, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7415, timestamp=1517885221660, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7416, timestamp=1517885221660, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7417, timestamp=1517885221660, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7418, timestamp=1517885221660, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7419, timestamp=1517885221660, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7420, timestamp=1517885221660, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7421, timestamp=1517885221660, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7422, timestamp=1517885221661, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7423, timestamp=1517885221661, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7424, timestamp=1517885221661, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7425, timestamp=1517885221661, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7426, timestamp=1517885221661, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7427, timestamp=1517885221661, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7428, timestamp=1517885221661, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7429, timestamp=1517885221661, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7430, timestamp=1517885221661, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7431, timestamp=1517885221662, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7432, timestamp=1517885221662, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7433, timestamp=1517885221662, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7434, timestamp=1517885221662, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7435, timestamp=1517885221662, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7436, timestamp=1517885221662, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7437, timestamp=1517885221662, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7438, timestamp=1517885221662, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7439, timestamp=1517885221663, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7440, timestamp=1517885221663, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7441, timestamp=1517885221663, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7442, timestamp=1517885221663, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7443, timestamp=1517885221663, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7444, timestamp=1517885221663, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7445, timestamp=1517885221663, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7446, timestamp=1517885221663, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7447, timestamp=1517885221664, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7448, timestamp=1517885221664, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7449, timestamp=1517885221664, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7450, timestamp=1517885221664, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7451, timestamp=1517885221664, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7452, timestamp=1517885221664, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7453, timestamp=1517885221664, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7454, timestamp=1517885221664, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7455, timestamp=1517885221664, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7456, timestamp=1517885221665, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7457, timestamp=1517885221665, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7458, timestamp=1517885221665, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7459, timestamp=1517885221665, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7460, timestamp=1517885221665, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7461, timestamp=1517885221665, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7462, timestamp=1517885221665, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7463, timestamp=1517885221665, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7464, timestamp=1517885221665, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7465, timestamp=1517885221665, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7466, timestamp=1517885221665, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7467, timestamp=1517885221666, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7468, timestamp=1517885221666, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7469, timestamp=1517885221666, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7470, timestamp=1517885221666, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7471, timestamp=1517885221667, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7472, timestamp=1517885221667, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7473, timestamp=1517885221667, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7474, timestamp=1517885221667, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7475, timestamp=1517885221667, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7476, timestamp=1517885221667, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7477, timestamp=1517885221667, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7478, timestamp=1517885221668, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7479, timestamp=1517885221668, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7480, timestamp=1517885221668, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7481, timestamp=1517885221668, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7482, timestamp=1517885221668, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7483, timestamp=1517885221668, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7484, timestamp=1517885221668, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7485, timestamp=1517885221668, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7486, timestamp=1517885221668, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7487, timestamp=1517885221668, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7488, timestamp=1517885221668, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7489, timestamp=1517885221669, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7490, timestamp=1517885221669, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7491, timestamp=1517885221669, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7492, timestamp=1517885221669, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7493, timestamp=1517885221669, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7494, timestamp=1517885221669, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7495, timestamp=1517885221669, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7496, timestamp=1517885221669, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7497, timestamp=1517885221669, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7498, timestamp=1517885221669, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7499, timestamp=1517885221669, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7500, timestamp=1517885221669, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7501, timestamp=1517885221669, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7502, timestamp=1517885221669, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7503, timestamp=1517885221670, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7504, timestamp=1517885221670, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7505, timestamp=1517885221670, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7506, timestamp=1517885221670, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7507, timestamp=1517885221670, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7508, timestamp=1517885221670, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7509, timestamp=1517885221670, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7510, timestamp=1517885221670, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7511, timestamp=1517885221671, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7512, timestamp=1517885221671, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7513, timestamp=1517885221671, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7514, timestamp=1517885221671, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7515, timestamp=1517885221671, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7516, timestamp=1517885221671, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7517, timestamp=1517885221671, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7518, timestamp=1517885221671, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7519, timestamp=1517885221671, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7520, timestamp=1517885221671, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7521, timestamp=1517885221672, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7522, timestamp=1517885221672, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7523, timestamp=1517885221672, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7524, timestamp=1517885221672, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7525, timestamp=1517885221672, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7526, timestamp=1517885221672, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7527, timestamp=1517885221672, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7528, timestamp=1517885221672, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7529, timestamp=1517885221672, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7530, timestamp=1517885221672, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7531, timestamp=1517885221672, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7532, timestamp=1517885221673, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7533, timestamp=1517885221673, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7534, timestamp=1517885221673, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7535, timestamp=1517885221673, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7536, timestamp=1517885221673, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7537, timestamp=1517885221673, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7538, timestamp=1517885221673, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7539, timestamp=1517885221673, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7540, timestamp=1517885221674, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7541, timestamp=1517885221674, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7542, timestamp=1517885221674, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7543, timestamp=1517885221674, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7544, timestamp=1517885221674, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7545, timestamp=1517885221674, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7546, timestamp=1517885221674, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7547, timestamp=1517885221674, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7548, timestamp=1517885221674, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7549, timestamp=1517885221674, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7550, timestamp=1517885221675, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7551, timestamp=1517885221675, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7552, timestamp=1517885221675, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7553, timestamp=1517885221675, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7554, timestamp=1517885221675, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7555, timestamp=1517885221675, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7556, timestamp=1517885221675, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7557, timestamp=1517885221675, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7558, timestamp=1517885221675, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7559, timestamp=1517885221675, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7560, timestamp=1517885221676, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7561, timestamp=1517885221676, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7562, timestamp=1517885221676, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7563, timestamp=1517885221676, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7564, timestamp=1517885221676, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7565, timestamp=1517885221676, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7566, timestamp=1517885221676, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7567, timestamp=1517885221676, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7568, timestamp=1517885221676, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7569, timestamp=1517885221676, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7570, timestamp=1517885221676, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7571, timestamp=1517885221677, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7572, timestamp=1517885221677, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7573, timestamp=1517885221677, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7574, timestamp=1517885221677, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7575, timestamp=1517885221677, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7576, timestamp=1517885221677, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7577, timestamp=1517885221677, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7578, timestamp=1517885221677, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7579, timestamp=1517885221677, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7580, timestamp=1517885221677, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7581, timestamp=1517885221678, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7582, timestamp=1517885221678, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7583, timestamp=1517885221678, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7584, timestamp=1517885221678, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7585, timestamp=1517885221678, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7586, timestamp=1517885221678, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7587, timestamp=1517885221678, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7588, timestamp=1517885221678, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7589, timestamp=1517885221678, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7590, timestamp=1517885221679, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7591, timestamp=1517885221679, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7592, timestamp=1517885221679, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7593, timestamp=1517885221679, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7594, timestamp=1517885221679, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7595, timestamp=1517885221679, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7596, timestamp=1517885221679, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7597, timestamp=1517885221679, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7598, timestamp=1517885221679, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7599, timestamp=1517885221679, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7600, timestamp=1517885221679, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7601, timestamp=1517885221679, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7602, timestamp=1517885221680, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7603, timestamp=1517885221680, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7604, timestamp=1517885221680, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7605, timestamp=1517885221680, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7606, timestamp=1517885221680, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7607, timestamp=1517885221680, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7608, timestamp=1517885221680, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7609, timestamp=1517885221680, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7610, timestamp=1517885221680, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7611, timestamp=1517885221680, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7612, timestamp=1517885221680, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7613, timestamp=1517885221681, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7614, timestamp=1517885221681, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7615, timestamp=1517885221681, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7616, timestamp=1517885221681, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7617, timestamp=1517885221681, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7618, timestamp=1517885221681, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7619, timestamp=1517885221681, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7620, timestamp=1517885221681, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7621, timestamp=1517885221681, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7622, timestamp=1517885221681, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7623, timestamp=1517885221681, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7624, timestamp=1517885221682, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7625, timestamp=1517885221682, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7626, timestamp=1517885221682, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7627, timestamp=1517885221682, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7628, timestamp=1517885221682, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7629, timestamp=1517885221682, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7630, timestamp=1517885221682, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7631, timestamp=1517885221682, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7632, timestamp=1517885221682, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7633, timestamp=1517885221682, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7634, timestamp=1517885221683, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7635, timestamp=1517885221683, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7636, timestamp=1517885221683, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7637, timestamp=1517885221683, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7638, timestamp=1517885221683, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7639, timestamp=1517885221683, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7640, timestamp=1517885221683, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7641, timestamp=1517885221683, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7642, timestamp=1517885221683, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7643, timestamp=1517885221684, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7644, timestamp=1517885221684, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7645, timestamp=1517885221684, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7646, timestamp=1517885221684, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7647, timestamp=1517885221684, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7648, timestamp=1517885221684, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7649, timestamp=1517885221685, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7650, timestamp=1517885221685, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7651, timestamp=1517885221685, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7652, timestamp=1517885221685, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7653, timestamp=1517885221685, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7654, timestamp=1517885221685, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7655, timestamp=1517885221685, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7656, timestamp=1517885221685, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7657, timestamp=1517885221685, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7658, timestamp=1517885221685, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7659, timestamp=1517885221685, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7660, timestamp=1517885221685, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7661, timestamp=1517885221686, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7662, timestamp=1517885221686, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7663, timestamp=1517885221686, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7664, timestamp=1517885221686, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7665, timestamp=1517885221686, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7666, timestamp=1517885221686, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7667, timestamp=1517885221686, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7668, timestamp=1517885221686, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7669, timestamp=1517885221687, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7670, timestamp=1517885221687, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7671, timestamp=1517885221687, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7672, timestamp=1517885221687, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7673, timestamp=1517885221687, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7674, timestamp=1517885221687, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7675, timestamp=1517885221687, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7676, timestamp=1517885221687, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7677, timestamp=1517885221687, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7678, timestamp=1517885221687, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7679, timestamp=1517885221688, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7680, timestamp=1517885221688, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7681, timestamp=1517885221688, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7682, timestamp=1517885221688, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7683, timestamp=1517885221688, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7684, timestamp=1517885221688, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7685, timestamp=1517885221688, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7686, timestamp=1517885221688, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7687, timestamp=1517885221688, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7688, timestamp=1517885221688, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7689, timestamp=1517885221688, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7690, timestamp=1517885221689, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7691, timestamp=1517885221689, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7692, timestamp=1517885221689, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7693, timestamp=1517885221689, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7694, timestamp=1517885221689, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7695, timestamp=1517885221689, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7696, timestamp=1517885221689, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7697, timestamp=1517885221689, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7698, timestamp=1517885221689, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7699, timestamp=1517885221690, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7700, timestamp=1517885221690, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7701, timestamp=1517885221690, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7702, timestamp=1517885221690, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7703, timestamp=1517885221690, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7704, timestamp=1517885221690, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7705, timestamp=1517885221690, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7706, timestamp=1517885221690, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7707, timestamp=1517885221690, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7708, timestamp=1517885221691, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7709, timestamp=1517885221691, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7710, timestamp=1517885221691, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7711, timestamp=1517885221691, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7712, timestamp=1517885221691, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7713, timestamp=1517885221691, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7714, timestamp=1517885221691, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7715, timestamp=1517885221691, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7716, timestamp=1517885221691, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7717, timestamp=1517885221692, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7718, timestamp=1517885221692, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7719, timestamp=1517885221692, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7720, timestamp=1517885221692, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7721, timestamp=1517885221692, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7722, timestamp=1517885221692, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7723, timestamp=1517885221692, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7724, timestamp=1517885221692, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7725, timestamp=1517885221693, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7726, timestamp=1517885221693, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7727, timestamp=1517885221693, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7728, timestamp=1517885221693, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7729, timestamp=1517885221693, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7730, timestamp=1517885221693, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7731, timestamp=1517885221693, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7732, timestamp=1517885221693, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7733, timestamp=1517885221693, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7734, timestamp=1517885221693, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7735, timestamp=1517885221694, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7736, timestamp=1517885221694, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7737, timestamp=1517885221694, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7738, timestamp=1517885221694, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7739, timestamp=1517885221694, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7740, timestamp=1517885221694, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7741, timestamp=1517885221694, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7742, timestamp=1517885221694, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7743, timestamp=1517885221694, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7744, timestamp=1517885221694, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7745, timestamp=1517885221694, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7746, timestamp=1517885221695, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7747, timestamp=1517885221695, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7748, timestamp=1517885221695, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7749, timestamp=1517885221695, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7750, timestamp=1517885221695, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7751, timestamp=1517885221695, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7752, timestamp=1517885221695, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7753, timestamp=1517885221695, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7754, timestamp=1517885221695, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7755, timestamp=1517885221695, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7756, timestamp=1517885221695, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7757, timestamp=1517885221695, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7758, timestamp=1517885221696, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7759, timestamp=1517885221696, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7760, timestamp=1517885221696, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7761, timestamp=1517885221696, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7762, timestamp=1517885221696, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7763, timestamp=1517885221696, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7764, timestamp=1517885221696, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7765, timestamp=1517885221696, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7766, timestamp=1517885221696, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7767, timestamp=1517885221696, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7768, timestamp=1517885221697, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7769, timestamp=1517885221697, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7770, timestamp=1517885221697, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7771, timestamp=1517885221697, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7772, timestamp=1517885221697, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7773, timestamp=1517885221697, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7774, timestamp=1517885221697, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7775, timestamp=1517885221697, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7776, timestamp=1517885221697, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7777, timestamp=1517885221698, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7778, timestamp=1517885221698, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7779, timestamp=1517885221698, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7780, timestamp=1517885221698, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7781, timestamp=1517885221698, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7782, timestamp=1517885221698, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7783, timestamp=1517885221698, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7784, timestamp=1517885221698, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7785, timestamp=1517885221698, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7786, timestamp=1517885221698, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7787, timestamp=1517885221698, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7788, timestamp=1517885221698, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7789, timestamp=1517885221698, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7790, timestamp=1517885221699, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7791, timestamp=1517885221699, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7792, timestamp=1517885221699, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7793, timestamp=1517885221699, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7794, timestamp=1517885221699, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7795, timestamp=1517885221699, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7796, timestamp=1517885221699, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7797, timestamp=1517885221699, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7798, timestamp=1517885221699, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7799, timestamp=1517885221699, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7800, timestamp=1517885221699, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7801, timestamp=1517885221699, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7802, timestamp=1517885221700, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7803, timestamp=1517885221700, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7804, timestamp=1517885221700, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7805, timestamp=1517885221700, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7806, timestamp=1517885221700, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7807, timestamp=1517885221700, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7808, timestamp=1517885221700, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7809, timestamp=1517885221700, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7810, timestamp=1517885221700, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7811, timestamp=1517885221700, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7812, timestamp=1517885221700, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7813, timestamp=1517885221700, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7814, timestamp=1517885221701, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7815, timestamp=1517885221701, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7816, timestamp=1517885221701, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7817, timestamp=1517885221701, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7818, timestamp=1517885221701, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7819, timestamp=1517885221701, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7820, timestamp=1517885221701, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7821, timestamp=1517885221701, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7822, timestamp=1517885221701, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7823, timestamp=1517885221701, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7824, timestamp=1517885221701, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7825, timestamp=1517885221701, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7826, timestamp=1517885221701, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7827, timestamp=1517885221702, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7828, timestamp=1517885221702, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7829, timestamp=1517885221702, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7830, timestamp=1517885221702, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7831, timestamp=1517885221702, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7832, timestamp=1517885221702, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7833, timestamp=1517885221702, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7834, timestamp=1517885221702, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7835, timestamp=1517885221703, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7836, timestamp=1517885221703, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7837, timestamp=1517885221703, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7838, timestamp=1517885221703, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7839, timestamp=1517885221703, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7840, timestamp=1517885221703, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7841, timestamp=1517885221703, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7842, timestamp=1517885221703, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7843, timestamp=1517885221703, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7844, timestamp=1517885221703, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7845, timestamp=1517885221703, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7846, timestamp=1517885221703, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7847, timestamp=1517885221704, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7848, timestamp=1517885221704, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7849, timestamp=1517885221704, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7850, timestamp=1517885221704, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7851, timestamp=1517885221704, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7852, timestamp=1517885221704, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7853, timestamp=1517885221704, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7854, timestamp=1517885221704, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7855, timestamp=1517885221704, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7856, timestamp=1517885221704, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7857, timestamp=1517885221704, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7858, timestamp=1517885221704, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7859, timestamp=1517885221704, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7860, timestamp=1517885221704, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7861, timestamp=1517885221704, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7862, timestamp=1517885221704, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7863, timestamp=1517885221704, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7864, timestamp=1517885221704, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7865, timestamp=1517885221705, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7866, timestamp=1517885221705, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7867, timestamp=1517885221705, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7868, timestamp=1517885221705, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7869, timestamp=1517885221705, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7870, timestamp=1517885221705, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7871, timestamp=1517885221705, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7872, timestamp=1517885221705, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7873, timestamp=1517885221705, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7874, timestamp=1517885221705, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7875, timestamp=1517885221705, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7876, timestamp=1517885221706, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7877, timestamp=1517885221706, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7878, timestamp=1517885221706, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7879, timestamp=1517885221706, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7880, timestamp=1517885221706, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7881, timestamp=1517885221706, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7882, timestamp=1517885221706, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7883, timestamp=1517885221706, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7884, timestamp=1517885221706, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7885, timestamp=1517885221706, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7886, timestamp=1517885221706, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7887, timestamp=1517885221706, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7888, timestamp=1517885221706, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7889, timestamp=1517885221707, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7890, timestamp=1517885221707, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7891, timestamp=1517885221707, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7892, timestamp=1517885221707, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7893, timestamp=1517885221707, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7894, timestamp=1517885221707, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7895, timestamp=1517885221707, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7896, timestamp=1517885221707, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7897, timestamp=1517885221707, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7898, timestamp=1517885221708, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7899, timestamp=1517885221708, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7900, timestamp=1517885221708, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7901, timestamp=1517885221708, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7902, timestamp=1517885221708, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7903, timestamp=1517885221708, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7904, timestamp=1517885221708, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7905, timestamp=1517885221708, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7906, timestamp=1517885221708, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7907, timestamp=1517885221708, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7908, timestamp=1517885221709, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7909, timestamp=1517885221709, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7910, timestamp=1517885221709, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7911, timestamp=1517885221709, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7912, timestamp=1517885221709, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7913, timestamp=1517885221709, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7914, timestamp=1517885221709, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7915, timestamp=1517885221709, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7916, timestamp=1517885221709, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7917, timestamp=1517885221710, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7918, timestamp=1517885221710, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7919, timestamp=1517885221710, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7920, timestamp=1517885221710, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7921, timestamp=1517885221710, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7922, timestamp=1517885221710, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7923, timestamp=1517885221710, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7924, timestamp=1517885221710, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7925, timestamp=1517885221711, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7926, timestamp=1517885221711, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7927, timestamp=1517885221711, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7928, timestamp=1517885221711, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7929, timestamp=1517885221711, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7930, timestamp=1517885221711, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7931, timestamp=1517885221712, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7932, timestamp=1517885221712, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7933, timestamp=1517885221712, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7934, timestamp=1517885221712, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7935, timestamp=1517885221712, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7936, timestamp=1517885221712, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7937, timestamp=1517885221712, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7938, timestamp=1517885221712, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7939, timestamp=1517885221712, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7940, timestamp=1517885221713, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7941, timestamp=1517885221713, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7942, timestamp=1517885221713, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7943, timestamp=1517885221713, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7944, timestamp=1517885221713, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7945, timestamp=1517885221713, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7946, timestamp=1517885221713, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7947, timestamp=1517885221713, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7948, timestamp=1517885221713, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7949, timestamp=1517885221713, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7950, timestamp=1517885221713, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7951, timestamp=1517885221713, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7952, timestamp=1517885221713, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7953, timestamp=1517885221713, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7954, timestamp=1517885221714, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7955, timestamp=1517885221714, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7956, timestamp=1517885221714, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7957, timestamp=1517885221714, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7958, timestamp=1517885221714, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7959, timestamp=1517885221714, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7960, timestamp=1517885221714, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7961, timestamp=1517885221714, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7962, timestamp=1517885221714, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7963, timestamp=1517885221714, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7964, timestamp=1517885221714, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7965, timestamp=1517885221714, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7966, timestamp=1517885221714, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7967, timestamp=1517885221714, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7968, timestamp=1517885221714, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7969, timestamp=1517885221715, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7970, timestamp=1517885221715, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7971, timestamp=1517885221715, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7972, timestamp=1517885221715, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7973, timestamp=1517885221715, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7974, timestamp=1517885221715, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7975, timestamp=1517885221715, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7976, timestamp=1517885221715, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7977, timestamp=1517885221715, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7978, timestamp=1517885221716, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7979, timestamp=1517885221716, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7980, timestamp=1517885221716, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7981, timestamp=1517885221716, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7982, timestamp=1517885221716, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7983, timestamp=1517885221716, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7984, timestamp=1517885221716, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7985, timestamp=1517885221716, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7986, timestamp=1517885221716, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7987, timestamp=1517885221717, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7988, timestamp=1517885221717, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7989, timestamp=1517885221717, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7990, timestamp=1517885221717, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7991, timestamp=1517885221717, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7992, timestamp=1517885221717, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7993, timestamp=1517885221717, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7994, timestamp=1517885221717, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7995, timestamp=1517885221717, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7996, timestamp=1517885221717, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7997, timestamp=1517885221717, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7998, timestamp=1517885221717, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7999, timestamp=1517885221717, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8000, timestamp=1517885221717, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8001, timestamp=1517885221717, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8002, timestamp=1517885221718, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8003, timestamp=1517885221718, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8004, timestamp=1517885221718, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8005, timestamp=1517885221718, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8006, timestamp=1517885221718, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8007, timestamp=1517885221718, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8008, timestamp=1517885221718, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8009, timestamp=1517885221718, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8010, timestamp=1517885221719, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8011, timestamp=1517885221719, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8012, timestamp=1517885221719, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8013, timestamp=1517885221719, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8014, timestamp=1517885221719, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8015, timestamp=1517885221719, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8016, timestamp=1517885221719, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8017, timestamp=1517885221719, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8018, timestamp=1517885221719, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8019, timestamp=1517885221719, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8020, timestamp=1517885221719, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8021, timestamp=1517885221719, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8022, timestamp=1517885221720, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8023, timestamp=1517885221720, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8024, timestamp=1517885221720, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8025, timestamp=1517885221720, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8026, timestamp=1517885221720, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8027, timestamp=1517885221720, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8028, timestamp=1517885221721, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8029, timestamp=1517885221721, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8030, timestamp=1517885221721, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8031, timestamp=1517885221721, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8032, timestamp=1517885221721, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8033, timestamp=1517885221721, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8034, timestamp=1517885221721, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8035, timestamp=1517885221721, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8036, timestamp=1517885221721, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8037, timestamp=1517885221721, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8038, timestamp=1517885221721, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8039, timestamp=1517885221721, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8040, timestamp=1517885221721, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8041, timestamp=1517885221722, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8042, timestamp=1517885221722, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8043, timestamp=1517885221722, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8044, timestamp=1517885221722, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8045, timestamp=1517885221722, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8046, timestamp=1517885221722, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8047, timestamp=1517885221722, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8048, timestamp=1517885221722, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8049, timestamp=1517885221722, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8050, timestamp=1517885221722, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8051, timestamp=1517885221722, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8052, timestamp=1517885221723, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8053, timestamp=1517885221723, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8054, timestamp=1517885221723, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8055, timestamp=1517885221723, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8056, timestamp=1517885221723, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8057, timestamp=1517885221723, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8058, timestamp=1517885221723, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8059, timestamp=1517885221723, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8060, timestamp=1517885221723, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8061, timestamp=1517885221723, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8062, timestamp=1517885221723, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8063, timestamp=1517885221723, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8064, timestamp=1517885221723, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8065, timestamp=1517885221723, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8066, timestamp=1517885221723, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8067, timestamp=1517885221724, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8068, timestamp=1517885221724, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8069, timestamp=1517885221724, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8070, timestamp=1517885221724, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8071, timestamp=1517885221724, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8072, timestamp=1517885221724, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8073, timestamp=1517885221724, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8074, timestamp=1517885221724, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8075, timestamp=1517885221725, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8076, timestamp=1517885221725, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8077, timestamp=1517885221725, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8078, timestamp=1517885221725, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8079, timestamp=1517885221725, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8080, timestamp=1517885221725, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8081, timestamp=1517885221725, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8082, timestamp=1517885221725, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8083, timestamp=1517885221725, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8084, timestamp=1517885221725, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8085, timestamp=1517885221726, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8086, timestamp=1517885221726, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8087, timestamp=1517885221726, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8088, timestamp=1517885221726, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8089, timestamp=1517885221726, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8090, timestamp=1517885221726, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8091, timestamp=1517885221726, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8092, timestamp=1517885221726, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8093, timestamp=1517885221726, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8094, timestamp=1517885221727, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8095, timestamp=1517885221727, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8096, timestamp=1517885221727, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8097, timestamp=1517885221727, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8098, timestamp=1517885221727, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8099, timestamp=1517885221727, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8100, timestamp=1517885221727, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8101, timestamp=1517885221727, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8102, timestamp=1517885221727, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8103, timestamp=1517885221727, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8104, timestamp=1517885221727, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8105, timestamp=1517885221728, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8106, timestamp=1517885221728, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8107, timestamp=1517885221728, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8108, timestamp=1517885221728, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8109, timestamp=1517885221728, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8110, timestamp=1517885221728, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8111, timestamp=1517885221728, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8112, timestamp=1517885221728, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8113, timestamp=1517885221728, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8114, timestamp=1517885221728, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8115, timestamp=1517885221728, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8116, timestamp=1517885221728, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8117, timestamp=1517885221728, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8118, timestamp=1517885221728, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8119, timestamp=1517885221728, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8120, timestamp=1517885221729, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8121, timestamp=1517885221729, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8122, timestamp=1517885221729, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8123, timestamp=1517885221729, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8124, timestamp=1517885221729, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8125, timestamp=1517885221729, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8126, timestamp=1517885221729, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8127, timestamp=1517885221729, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8128, timestamp=1517885221729, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8129, timestamp=1517885221729, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8130, timestamp=1517885221730, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8131, timestamp=1517885221730, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8132, timestamp=1517885221730, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8133, timestamp=1517885221730, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8134, timestamp=1517885221730, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8135, timestamp=1517885221730, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8136, timestamp=1517885221730, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8137, timestamp=1517885221730, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8138, timestamp=1517885221730, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8139, timestamp=1517885221730, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8140, timestamp=1517885221731, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8141, timestamp=1517885221731, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8142, timestamp=1517885221731, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8143, timestamp=1517885221731, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8144, timestamp=1517885221731, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8145, timestamp=1517885221731, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8146, timestamp=1517885221731, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8147, timestamp=1517885221731, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8148, timestamp=1517885221731, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8149, timestamp=1517885221731, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8150, timestamp=1517885221731, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8151, timestamp=1517885221731, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8152, timestamp=1517885221732, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8153, timestamp=1517885221732, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8154, timestamp=1517885221732, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8155, timestamp=1517885221732, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8156, timestamp=1517885221732, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8157, timestamp=1517885221732, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8158, timestamp=1517885221732, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8159, timestamp=1517885221732, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8160, timestamp=1517885221732, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8161, timestamp=1517885221732, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8162, timestamp=1517885221732, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8163, timestamp=1517885221732, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8164, timestamp=1517885221733, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8165, timestamp=1517885221733, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8166, timestamp=1517885221733, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8167, timestamp=1517885221733, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8168, timestamp=1517885221733, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8169, timestamp=1517885221733, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8170, timestamp=1517885221733, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8171, timestamp=1517885221733, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8172, timestamp=1517885221733, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8173, timestamp=1517885221733, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8174, timestamp=1517885221734, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8175, timestamp=1517885221734, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8176, timestamp=1517885221734, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8177, timestamp=1517885221734, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8178, timestamp=1517885221734, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8179, timestamp=1517885221734, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8180, timestamp=1517885221734, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8181, timestamp=1517885221734, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8182, timestamp=1517885221734, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8183, timestamp=1517885221734, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8184, timestamp=1517885221734, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8185, timestamp=1517885221734, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8186, timestamp=1517885221734, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8187, timestamp=1517885221735, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8188, timestamp=1517885221735, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8189, timestamp=1517885221735, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8190, timestamp=1517885221735, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8191, timestamp=1517885221735, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8192, timestamp=1517885221735, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8193, timestamp=1517885221735, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8194, timestamp=1517885221735, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8195, timestamp=1517885221735, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8196, timestamp=1517885221735, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8197, timestamp=1517885221735, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8198, timestamp=1517885221735, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8199, timestamp=1517885221735, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8200, timestamp=1517885221736, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8201, timestamp=1517885221736, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8202, timestamp=1517885221736, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8203, timestamp=1517885221736, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8204, timestamp=1517885221736, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8205, timestamp=1517885221736, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8206, timestamp=1517885221736, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8207, timestamp=1517885221736, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8208, timestamp=1517885221736, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8209, timestamp=1517885221736, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8210, timestamp=1517885221737, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8211, timestamp=1517885221737, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8212, timestamp=1517885221737, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8213, timestamp=1517885221737, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8214, timestamp=1517885221737, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8215, timestamp=1517885221737, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8216, timestamp=1517885221737, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8217, timestamp=1517885221737, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8218, timestamp=1517885221737, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8219, timestamp=1517885221738, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8220, timestamp=1517885221738, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8221, timestamp=1517885221738, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8222, timestamp=1517885221738, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8223, timestamp=1517885221738, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8224, timestamp=1517885221738, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8225, timestamp=1517885221738, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8226, timestamp=1517885221738, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8227, timestamp=1517885221738, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8228, timestamp=1517885221739, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8229, timestamp=1517885221739, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8230, timestamp=1517885221739, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8231, timestamp=1517885221739, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8232, timestamp=1517885221739, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8233, timestamp=1517885221739, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8234, timestamp=1517885221739, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8235, timestamp=1517885221739, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8236, timestamp=1517885221739, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8237, timestamp=1517885221739, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8238, timestamp=1517885221740, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8239, timestamp=1517885221740, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8240, timestamp=1517885221740, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8241, timestamp=1517885221740, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8242, timestamp=1517885221740, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8243, timestamp=1517885221740, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8244, timestamp=1517885221740, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8245, timestamp=1517885221740, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8246, timestamp=1517885221741, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8247, timestamp=1517885221741, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8248, timestamp=1517885221741, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8249, timestamp=1517885221741, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8250, timestamp=1517885221741, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8251, timestamp=1517885221741, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8252, timestamp=1517885221741, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8253, timestamp=1517885221742, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8254, timestamp=1517885221742, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8255, timestamp=1517885221742, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8256, timestamp=1517885221742, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8257, timestamp=1517885221742, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8258, timestamp=1517885221742, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8259, timestamp=1517885221742, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8260, timestamp=1517885221742, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8261, timestamp=1517885221742, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8262, timestamp=1517885221742, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8263, timestamp=1517885221742, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8264, timestamp=1517885221742, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8265, timestamp=1517885221742, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8266, timestamp=1517885221742, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8267, timestamp=1517885221742, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8268, timestamp=1517885221743, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8269, timestamp=1517885221743, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8270, timestamp=1517885221743, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8271, timestamp=1517885221743, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8272, timestamp=1517885221743, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8273, timestamp=1517885221743, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8274, timestamp=1517885221743, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8275, timestamp=1517885221743, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8276, timestamp=1517885221743, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8277, timestamp=1517885221743, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8278, timestamp=1517885221743, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8279, timestamp=1517885221744, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8280, timestamp=1517885221744, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8281, timestamp=1517885221744, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8282, timestamp=1517885221744, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8283, timestamp=1517885221744, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8284, timestamp=1517885221744, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8285, timestamp=1517885221744, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8286, timestamp=1517885221744, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8287, timestamp=1517885221744, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8288, timestamp=1517885221744, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8289, timestamp=1517885221744, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8290, timestamp=1517885221745, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8291, timestamp=1517885221745, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8292, timestamp=1517885221745, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8293, timestamp=1517885221745, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8294, timestamp=1517885221745, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8295, timestamp=1517885221746, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8296, timestamp=1517885221746, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8297, timestamp=1517885221746, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8298, timestamp=1517885221746, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8299, timestamp=1517885221746, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8300, timestamp=1517885221746, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8301, timestamp=1517885221746, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8302, timestamp=1517885221746, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8303, timestamp=1517885221746, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8304, timestamp=1517885221747, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8305, timestamp=1517885221747, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8306, timestamp=1517885221747, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8307, timestamp=1517885221747, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8308, timestamp=1517885221747, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8309, timestamp=1517885221747, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8310, timestamp=1517885221747, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8311, timestamp=1517885221748, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8312, timestamp=1517885221748, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8313, timestamp=1517885221748, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8314, timestamp=1517885221748, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8315, timestamp=1517885221748, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8316, timestamp=1517885221748, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8317, timestamp=1517885221748, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8318, timestamp=1517885221748, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8319, timestamp=1517885221748, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8320, timestamp=1517885221749, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8321, timestamp=1517885221749, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8322, timestamp=1517885221749, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8323, timestamp=1517885221749, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8324, timestamp=1517885221749, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8325, timestamp=1517885221749, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8326, timestamp=1517885221749, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8327, timestamp=1517885221749, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8328, timestamp=1517885221749, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8329, timestamp=1517885221749, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8330, timestamp=1517885221749, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8331, timestamp=1517885221750, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8332, timestamp=1517885221750, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8333, timestamp=1517885221750, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8334, timestamp=1517885221750, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8335, timestamp=1517885221750, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8336, timestamp=1517885221750, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8337, timestamp=1517885221750, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8338, timestamp=1517885221750, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8339, timestamp=1517885221750, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8340, timestamp=1517885221751, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8341, timestamp=1517885221751, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8342, timestamp=1517885221751, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8343, timestamp=1517885221751, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8344, timestamp=1517885221751, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8345, timestamp=1517885221751, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8346, timestamp=1517885221751, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8347, timestamp=1517885221751, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8348, timestamp=1517885221751, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8349, timestamp=1517885221751, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8350, timestamp=1517885221751, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8351, timestamp=1517885221752, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8352, timestamp=1517885221752, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8353, timestamp=1517885221752, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8354, timestamp=1517885221752, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8355, timestamp=1517885221752, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8356, timestamp=1517885221752, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8357, timestamp=1517885221752, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8358, timestamp=1517885221752, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8359, timestamp=1517885221752, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8360, timestamp=1517885221752, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8361, timestamp=1517885221752, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8362, timestamp=1517885221752, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8363, timestamp=1517885221752, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8364, timestamp=1517885221752, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8365, timestamp=1517885221753, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8366, timestamp=1517885221753, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8367, timestamp=1517885221753, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8368, timestamp=1517885221753, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8369, timestamp=1517885221753, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8370, timestamp=1517885221753, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8371, timestamp=1517885221753, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8372, timestamp=1517885221753, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8373, timestamp=1517885221753, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8374, timestamp=1517885221753, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8375, timestamp=1517885221753, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8376, timestamp=1517885221754, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8377, timestamp=1517885221754, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8378, timestamp=1517885221754, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8379, timestamp=1517885221754, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8380, timestamp=1517885221754, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8381, timestamp=1517885221754, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8382, timestamp=1517885221754, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8383, timestamp=1517885221754, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8384, timestamp=1517885221754, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8385, timestamp=1517885221755, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8386, timestamp=1517885221755, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8387, timestamp=1517885221755, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8388, timestamp=1517885221755, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8389, timestamp=1517885221755, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8390, timestamp=1517885221755, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8391, timestamp=1517885221755, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8392, timestamp=1517885221755, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8393, timestamp=1517885221755, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8394, timestamp=1517885221755, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8395, timestamp=1517885221756, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8396, timestamp=1517885221756, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8397, timestamp=1517885221756, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8398, timestamp=1517885221756, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8399, timestamp=1517885221756, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8400, timestamp=1517885221756, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8401, timestamp=1517885221756, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8402, timestamp=1517885221756, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8403, timestamp=1517885221756, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8404, timestamp=1517885221756, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8405, timestamp=1517885221756, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8406, timestamp=1517885221756, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8407, timestamp=1517885221756, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8408, timestamp=1517885221756, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8409, timestamp=1517885221757, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8410, timestamp=1517885221757, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8411, timestamp=1517885221757, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8412, timestamp=1517885221757, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8413, timestamp=1517885221757, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8414, timestamp=1517885221757, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8415, timestamp=1517885221757, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8416, timestamp=1517885221757, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8417, timestamp=1517885221757, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8418, timestamp=1517885221758, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8419, timestamp=1517885221758, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8420, timestamp=1517885221758, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8421, timestamp=1517885221758, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8422, timestamp=1517885221758, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8423, timestamp=1517885221758, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8424, timestamp=1517885221758, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8425, timestamp=1517885221758, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8426, timestamp=1517885221758, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8427, timestamp=1517885221758, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8428, timestamp=1517885221758, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8429, timestamp=1517885221758, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8430, timestamp=1517885221758, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8431, timestamp=1517885221758, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8432, timestamp=1517885221758, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8433, timestamp=1517885221758, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8434, timestamp=1517885221759, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8435, timestamp=1517885221759, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8436, timestamp=1517885221759, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8437, timestamp=1517885221759, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8438, timestamp=1517885221759, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8439, timestamp=1517885221759, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8440, timestamp=1517885221759, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8441, timestamp=1517885221759, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8442, timestamp=1517885221760, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8443, timestamp=1517885221760, key=8 bytes, value=596 bytes))]}]}]} 12:03:40.051 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 6710 for partition test-2 returned fetch data (error=NONE, highWaterMark=99967, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:40.332 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=5319, metadata=''}, test-0=OffsetAndMetadata{offset=6761, metadata=''}, test-2=OffsetAndMetadata{offset=6710, metadata=''}} 12:03:40.332 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=5319, metadata=''}, test-0=OffsetAndMetadata{offset=6761, metadata=''}, test-2=OffsetAndMetadata{offset=6710, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:40.332 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=6761,metadata=},{partition=1,offset=5319,metadata=},{partition=2,offset=6710,metadata=}]}]} with correlation id 73 to node 2147483644 12:03:40.334 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5319 for assigned partition test-1 and update position to 5819 12:03:40.352 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 73, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:40.352 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 5319 for partition test-1 12:03:40.352 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 6761 for partition test-0 12:03:40.352 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 6710 for partition test-2 12:03:40.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 19047 12:03:41.255 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:41.255 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 74 to node 2147483644 12:03:41.455 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 74, received {throttle_time_ms=0,error_code=0} 12:03:41.455 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:41.565 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=5319, metadata=''}, test-0=OffsetAndMetadata{offset=6761, metadata=''}, test-2=OffsetAndMetadata{offset=6710, metadata=''}} 12:03:41.568 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 5819 for assigned partition test-1 and update position to 6319 12:03:41.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 19438 12:03:42.571 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6319 for assigned partition test-1 and update position to 6812 12:03:42.571 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-0 with offset 6761 12:03:42.571 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-0 to 100091 12:03:42.571 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6761 for assigned partition test-0 and update position to 6768 12:03:42.571 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 6812 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:42.571 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:42.571 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=1,fetch_offset=6812,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 75 to node 3 12:03:42.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 19935 12:03:43.561 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 75, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=1,error_code=0,high_watermark=99942,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=6812, timestamp=1517885221596, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6813, timestamp=1517885221596, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6814, timestamp=1517885221597, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6815, timestamp=1517885221597, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6816, timestamp=1517885221597, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6817, timestamp=1517885221597, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6818, timestamp=1517885221597, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6819, timestamp=1517885221597, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6820, timestamp=1517885221597, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6821, timestamp=1517885221597, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6822, timestamp=1517885221597, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6823, timestamp=1517885221597, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6824, timestamp=1517885221597, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6825, timestamp=1517885221597, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6826, timestamp=1517885221597, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6827, timestamp=1517885221597, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6828, timestamp=1517885221598, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6829, timestamp=1517885221598, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6830, timestamp=1517885221598, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6831, timestamp=1517885221598, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6832, timestamp=1517885221598, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6833, timestamp=1517885221598, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6834, timestamp=1517885221598, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6835, timestamp=1517885221598, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6836, timestamp=1517885221598, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6837, timestamp=1517885221599, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6838, timestamp=1517885221599, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=6839, timestamp=1517885221599, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6840, timestamp=1517885221599, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6841, timestamp=1517885221599, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6842, timestamp=1517885221599, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6843, timestamp=1517885221599, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6844, timestamp=1517885221599, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6845, timestamp=1517885221599, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6846, timestamp=1517885221600, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6847, timestamp=1517885221600, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6848, timestamp=1517885221600, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6849, timestamp=1517885221600, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6850, timestamp=1517885221600, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=6851, timestamp=1517885221600, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6852, timestamp=1517885221600, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6853, timestamp=1517885221600, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6854, timestamp=1517885221600, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6855, timestamp=1517885221600, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6856, timestamp=1517885221600, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6857, timestamp=1517885221600, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6858, timestamp=1517885221601, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6859, timestamp=1517885221601, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6860, timestamp=1517885221601, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6861, timestamp=1517885221601, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6862, timestamp=1517885221601, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=6863, timestamp=1517885221602, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6864, timestamp=1517885221602, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6865, timestamp=1517885221602, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6866, timestamp=1517885221602, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=6867, timestamp=1517885221602, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6868, timestamp=1517885221602, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6869, timestamp=1517885221602, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=6870, timestamp=1517885221603, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6871, timestamp=1517885221603, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6872, timestamp=1517885221603, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6873, timestamp=1517885221603, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6874, timestamp=1517885221603, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=6875, timestamp=1517885221603, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6876, timestamp=1517885221603, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6877, timestamp=1517885221603, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6878, timestamp=1517885221603, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6879, timestamp=1517885221603, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6880, timestamp=1517885221603, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6881, timestamp=1517885221604, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6882, timestamp=1517885221604, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6883, timestamp=1517885221604, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6884, timestamp=1517885221604, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6885, timestamp=1517885221604, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6886, timestamp=1517885221604, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6887, timestamp=1517885221604, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6888, timestamp=1517885221604, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6889, timestamp=1517885221604, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6890, timestamp=1517885221604, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6891, timestamp=1517885221604, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6892, timestamp=1517885221604, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6893, timestamp=1517885221604, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6894, timestamp=1517885221605, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6895, timestamp=1517885221605, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6896, timestamp=1517885221605, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=6897, timestamp=1517885221605, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=6898, timestamp=1517885221605, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6899, timestamp=1517885221605, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6900, timestamp=1517885221605, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6901, timestamp=1517885221605, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6902, timestamp=1517885221605, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=6903, timestamp=1517885221605, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6904, timestamp=1517885221606, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6905, timestamp=1517885221606, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6906, timestamp=1517885221606, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6907, timestamp=1517885221606, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6908, timestamp=1517885221606, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=6909, timestamp=1517885221606, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6910, timestamp=1517885221606, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6911, timestamp=1517885221606, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6912, timestamp=1517885221606, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6913, timestamp=1517885221606, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6914, timestamp=1517885221606, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6915, timestamp=1517885221606, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6916, timestamp=1517885221606, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6917, timestamp=1517885221606, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6918, timestamp=1517885221607, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6919, timestamp=1517885221607, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6920, timestamp=1517885221607, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6921, timestamp=1517885221607, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6922, timestamp=1517885221607, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6923, timestamp=1517885221607, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6924, timestamp=1517885221607, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6925, timestamp=1517885221607, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6926, timestamp=1517885221607, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6927, timestamp=1517885221608, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6928, timestamp=1517885221608, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6929, timestamp=1517885221608, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6930, timestamp=1517885221608, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=6931, timestamp=1517885221608, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6932, timestamp=1517885221608, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6933, timestamp=1517885221608, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6934, timestamp=1517885221608, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6935, timestamp=1517885221609, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6936, timestamp=1517885221609, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6937, timestamp=1517885221609, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6938, timestamp=1517885221609, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6939, timestamp=1517885221609, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6940, timestamp=1517885221609, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=6941, timestamp=1517885221609, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6942, timestamp=1517885221609, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=6943, timestamp=1517885221609, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=6944, timestamp=1517885221609, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6945, timestamp=1517885221609, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=6946, timestamp=1517885221609, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=6947, timestamp=1517885221610, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=6948, timestamp=1517885221610, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6949, timestamp=1517885221610, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=6950, timestamp=1517885221610, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6951, timestamp=1517885221610, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6952, timestamp=1517885221610, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6953, timestamp=1517885221610, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=6954, timestamp=1517885221610, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=6955, timestamp=1517885221610, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6956, timestamp=1517885221611, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=6957, timestamp=1517885221611, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6958, timestamp=1517885221611, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=6959, timestamp=1517885221611, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6960, timestamp=1517885221611, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=6961, timestamp=1517885221611, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=6962, timestamp=1517885221611, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6963, timestamp=1517885221611, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=6964, timestamp=1517885221611, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=6965, timestamp=1517885221611, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=6966, timestamp=1517885221611, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=6967, timestamp=1517885221612, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6968, timestamp=1517885221612, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6969, timestamp=1517885221612, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=6970, timestamp=1517885221612, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6971, timestamp=1517885221612, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=6972, timestamp=1517885221612, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=6973, timestamp=1517885221612, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=6974, timestamp=1517885221612, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6975, timestamp=1517885221612, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=6976, timestamp=1517885221612, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=6977, timestamp=1517885221612, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6978, timestamp=1517885221612, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=6979, timestamp=1517885221612, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=6980, timestamp=1517885221613, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6981, timestamp=1517885221613, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=6982, timestamp=1517885221613, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=6983, timestamp=1517885221613, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=6984, timestamp=1517885221613, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6985, timestamp=1517885221613, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6986, timestamp=1517885221613, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6987, timestamp=1517885221613, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=6988, timestamp=1517885221613, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=6989, timestamp=1517885221614, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6990, timestamp=1517885221614, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6991, timestamp=1517885221614, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=6992, timestamp=1517885221614, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=6993, timestamp=1517885221614, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=6994, timestamp=1517885221614, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=6995, timestamp=1517885221614, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=6996, timestamp=1517885221614, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=6997, timestamp=1517885221614, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=6998, timestamp=1517885221615, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=6999, timestamp=1517885221615, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7000, timestamp=1517885221615, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7001, timestamp=1517885221615, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7002, timestamp=1517885221615, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7003, timestamp=1517885221615, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7004, timestamp=1517885221615, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7005, timestamp=1517885221615, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7006, timestamp=1517885221615, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7007, timestamp=1517885221615, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7008, timestamp=1517885221615, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7009, timestamp=1517885221616, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7010, timestamp=1517885221616, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7011, timestamp=1517885221616, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7012, timestamp=1517885221616, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7013, timestamp=1517885221616, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7014, timestamp=1517885221616, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7015, timestamp=1517885221616, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7016, timestamp=1517885221616, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7017, timestamp=1517885221616, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7018, timestamp=1517885221616, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7019, timestamp=1517885221617, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7020, timestamp=1517885221617, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7021, timestamp=1517885221617, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7022, timestamp=1517885221617, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7023, timestamp=1517885221617, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7024, timestamp=1517885221617, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7025, timestamp=1517885221617, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7026, timestamp=1517885221617, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7027, timestamp=1517885221617, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7028, timestamp=1517885221617, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7029, timestamp=1517885221618, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7030, timestamp=1517885221618, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7031, timestamp=1517885221618, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7032, timestamp=1517885221618, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7033, timestamp=1517885221618, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7034, timestamp=1517885221618, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7035, timestamp=1517885221618, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7036, timestamp=1517885221618, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7037, timestamp=1517885221619, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7038, timestamp=1517885221619, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7039, timestamp=1517885221619, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7040, timestamp=1517885221619, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7041, timestamp=1517885221619, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7042, timestamp=1517885221619, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7043, timestamp=1517885221619, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7044, timestamp=1517885221619, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7045, timestamp=1517885221619, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7046, timestamp=1517885221619, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7047, timestamp=1517885221620, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7048, timestamp=1517885221620, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7049, timestamp=1517885221620, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7050, timestamp=1517885221620, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7051, timestamp=1517885221620, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7052, timestamp=1517885221620, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7053, timestamp=1517885221620, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7054, timestamp=1517885221620, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7055, timestamp=1517885221620, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7056, timestamp=1517885221620, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7057, timestamp=1517885221621, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7058, timestamp=1517885221621, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7059, timestamp=1517885221621, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7060, timestamp=1517885221621, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7061, timestamp=1517885221621, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7062, timestamp=1517885221621, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7063, timestamp=1517885221621, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7064, timestamp=1517885221621, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7065, timestamp=1517885221621, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7066, timestamp=1517885221621, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7067, timestamp=1517885221622, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7068, timestamp=1517885221622, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7069, timestamp=1517885221622, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7070, timestamp=1517885221622, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7071, timestamp=1517885221622, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7072, timestamp=1517885221622, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7073, timestamp=1517885221622, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7074, timestamp=1517885221622, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7075, timestamp=1517885221622, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7076, timestamp=1517885221622, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7077, timestamp=1517885221622, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7078, timestamp=1517885221623, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7079, timestamp=1517885221623, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7080, timestamp=1517885221623, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7081, timestamp=1517885221623, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7082, timestamp=1517885221623, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7083, timestamp=1517885221623, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7084, timestamp=1517885221623, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7085, timestamp=1517885221623, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7086, timestamp=1517885221623, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7087, timestamp=1517885221624, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7088, timestamp=1517885221624, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7089, timestamp=1517885221624, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7090, timestamp=1517885221624, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7091, timestamp=1517885221624, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7092, timestamp=1517885221624, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7093, timestamp=1517885221624, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7094, timestamp=1517885221624, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7095, timestamp=1517885221624, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7096, timestamp=1517885221624, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7097, timestamp=1517885221624, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7098, timestamp=1517885221624, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7099, timestamp=1517885221624, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7100, timestamp=1517885221625, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7101, timestamp=1517885221625, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7102, timestamp=1517885221625, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7103, timestamp=1517885221625, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7104, timestamp=1517885221625, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7105, timestamp=1517885221625, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7106, timestamp=1517885221625, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7107, timestamp=1517885221625, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7108, timestamp=1517885221626, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7109, timestamp=1517885221626, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7110, timestamp=1517885221626, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7111, timestamp=1517885221626, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7112, timestamp=1517885221626, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7113, timestamp=1517885221626, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7114, timestamp=1517885221626, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7115, timestamp=1517885221626, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7116, timestamp=1517885221626, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7117, timestamp=1517885221626, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7118, timestamp=1517885221626, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7119, timestamp=1517885221627, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7120, timestamp=1517885221627, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7121, timestamp=1517885221627, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7122, timestamp=1517885221627, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7123, timestamp=1517885221627, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7124, timestamp=1517885221627, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7125, timestamp=1517885221627, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7126, timestamp=1517885221627, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7127, timestamp=1517885221627, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7128, timestamp=1517885221627, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7129, timestamp=1517885221627, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7130, timestamp=1517885221627, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7131, timestamp=1517885221627, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7132, timestamp=1517885221628, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7133, timestamp=1517885221628, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7134, timestamp=1517885221628, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7135, timestamp=1517885221628, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7136, timestamp=1517885221628, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7137, timestamp=1517885221628, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7138, timestamp=1517885221628, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7139, timestamp=1517885221628, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7140, timestamp=1517885221628, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7141, timestamp=1517885221628, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7142, timestamp=1517885221628, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7143, timestamp=1517885221628, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7144, timestamp=1517885221628, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7145, timestamp=1517885221628, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7146, timestamp=1517885221628, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7147, timestamp=1517885221628, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7148, timestamp=1517885221628, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7149, timestamp=1517885221628, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7150, timestamp=1517885221628, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7151, timestamp=1517885221629, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7152, timestamp=1517885221629, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7153, timestamp=1517885221629, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7154, timestamp=1517885221629, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7155, timestamp=1517885221629, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7156, timestamp=1517885221629, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7157, timestamp=1517885221629, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7158, timestamp=1517885221629, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7159, timestamp=1517885221630, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7160, timestamp=1517885221630, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7161, timestamp=1517885221630, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7162, timestamp=1517885221630, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7163, timestamp=1517885221630, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7164, timestamp=1517885221630, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7165, timestamp=1517885221630, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7166, timestamp=1517885221630, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7167, timestamp=1517885221630, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7168, timestamp=1517885221630, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7169, timestamp=1517885221630, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7170, timestamp=1517885221631, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7171, timestamp=1517885221631, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7172, timestamp=1517885221631, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7173, timestamp=1517885221631, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7174, timestamp=1517885221631, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7175, timestamp=1517885221631, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7176, timestamp=1517885221631, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7177, timestamp=1517885221631, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7178, timestamp=1517885221631, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7179, timestamp=1517885221631, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7180, timestamp=1517885221631, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7181, timestamp=1517885221632, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7182, timestamp=1517885221632, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7183, timestamp=1517885221632, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7184, timestamp=1517885221632, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7185, timestamp=1517885221632, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7186, timestamp=1517885221632, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7187, timestamp=1517885221632, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7188, timestamp=1517885221632, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7189, timestamp=1517885221632, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7190, timestamp=1517885221632, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7191, timestamp=1517885221632, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7192, timestamp=1517885221632, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7193, timestamp=1517885221632, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7194, timestamp=1517885221633, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7195, timestamp=1517885221633, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7196, timestamp=1517885221633, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7197, timestamp=1517885221633, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7198, timestamp=1517885221633, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7199, timestamp=1517885221633, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7200, timestamp=1517885221633, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7201, timestamp=1517885221633, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7202, timestamp=1517885221633, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7203, timestamp=1517885221633, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7204, timestamp=1517885221633, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7205, timestamp=1517885221634, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7206, timestamp=1517885221634, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7207, timestamp=1517885221634, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7208, timestamp=1517885221634, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7209, timestamp=1517885221634, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7210, timestamp=1517885221634, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7211, timestamp=1517885221634, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7212, timestamp=1517885221634, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7213, timestamp=1517885221634, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7214, timestamp=1517885221634, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7215, timestamp=1517885221634, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7216, timestamp=1517885221634, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7217, timestamp=1517885221634, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7218, timestamp=1517885221635, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7219, timestamp=1517885221635, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7220, timestamp=1517885221635, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7221, timestamp=1517885221635, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7222, timestamp=1517885221635, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7223, timestamp=1517885221635, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7224, timestamp=1517885221635, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7225, timestamp=1517885221635, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7226, timestamp=1517885221636, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7227, timestamp=1517885221636, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7228, timestamp=1517885221636, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7229, timestamp=1517885221636, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7230, timestamp=1517885221636, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7231, timestamp=1517885221636, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7232, timestamp=1517885221636, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7233, timestamp=1517885221637, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7234, timestamp=1517885221637, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7235, timestamp=1517885221637, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7236, timestamp=1517885221637, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7237, timestamp=1517885221637, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7238, timestamp=1517885221637, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7239, timestamp=1517885221637, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7240, timestamp=1517885221637, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7241, timestamp=1517885221637, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7242, timestamp=1517885221637, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7243, timestamp=1517885221638, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7244, timestamp=1517885221638, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7245, timestamp=1517885221638, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7246, timestamp=1517885221638, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7247, timestamp=1517885221638, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7248, timestamp=1517885221638, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7249, timestamp=1517885221638, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7250, timestamp=1517885221638, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7251, timestamp=1517885221638, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7252, timestamp=1517885221638, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7253, timestamp=1517885221638, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7254, timestamp=1517885221638, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7255, timestamp=1517885221638, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7256, timestamp=1517885221638, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7257, timestamp=1517885221638, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7258, timestamp=1517885221639, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7259, timestamp=1517885221639, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7260, timestamp=1517885221639, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7261, timestamp=1517885221639, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7262, timestamp=1517885221639, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7263, timestamp=1517885221639, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7264, timestamp=1517885221639, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7265, timestamp=1517885221639, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7266, timestamp=1517885221639, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7267, timestamp=1517885221639, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7268, timestamp=1517885221639, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7269, timestamp=1517885221640, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7270, timestamp=1517885221640, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7271, timestamp=1517885221640, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7272, timestamp=1517885221640, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7273, timestamp=1517885221640, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7274, timestamp=1517885221640, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7275, timestamp=1517885221640, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7276, timestamp=1517885221640, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7277, timestamp=1517885221640, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7278, timestamp=1517885221640, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7279, timestamp=1517885221640, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7280, timestamp=1517885221641, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7281, timestamp=1517885221641, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7282, timestamp=1517885221641, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7283, timestamp=1517885221641, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7284, timestamp=1517885221641, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7285, timestamp=1517885221641, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7286, timestamp=1517885221641, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7287, timestamp=1517885221641, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7288, timestamp=1517885221641, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7289, timestamp=1517885221641, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7290, timestamp=1517885221641, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7291, timestamp=1517885221642, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7292, timestamp=1517885221642, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7293, timestamp=1517885221642, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7294, timestamp=1517885221642, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7295, timestamp=1517885221642, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7296, timestamp=1517885221642, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7297, timestamp=1517885221642, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7298, timestamp=1517885221643, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7299, timestamp=1517885221643, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7300, timestamp=1517885221643, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7301, timestamp=1517885221643, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7302, timestamp=1517885221643, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7303, timestamp=1517885221643, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7304, timestamp=1517885221643, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7305, timestamp=1517885221644, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7306, timestamp=1517885221644, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7307, timestamp=1517885221644, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7308, timestamp=1517885221644, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7309, timestamp=1517885221644, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7310, timestamp=1517885221644, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7311, timestamp=1517885221644, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7312, timestamp=1517885221644, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7313, timestamp=1517885221645, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7314, timestamp=1517885221645, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7315, timestamp=1517885221645, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7316, timestamp=1517885221645, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7317, timestamp=1517885221645, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7318, timestamp=1517885221645, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7319, timestamp=1517885221645, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7320, timestamp=1517885221645, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7321, timestamp=1517885221645, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7322, timestamp=1517885221646, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7323, timestamp=1517885221646, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7324, timestamp=1517885221646, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7325, timestamp=1517885221646, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7326, timestamp=1517885221646, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7327, timestamp=1517885221646, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7328, timestamp=1517885221646, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7329, timestamp=1517885221646, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7330, timestamp=1517885221646, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7331, timestamp=1517885221647, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7332, timestamp=1517885221647, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7333, timestamp=1517885221647, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7334, timestamp=1517885221647, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7335, timestamp=1517885221647, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7336, timestamp=1517885221647, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7337, timestamp=1517885221647, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7338, timestamp=1517885221647, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7339, timestamp=1517885221647, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7340, timestamp=1517885221647, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7341, timestamp=1517885221647, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7342, timestamp=1517885221647, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7343, timestamp=1517885221647, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7344, timestamp=1517885221648, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7345, timestamp=1517885221648, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7346, timestamp=1517885221648, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7347, timestamp=1517885221648, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7348, timestamp=1517885221648, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7349, timestamp=1517885221648, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7350, timestamp=1517885221648, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7351, timestamp=1517885221648, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7352, timestamp=1517885221648, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7353, timestamp=1517885221648, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7354, timestamp=1517885221648, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7355, timestamp=1517885221649, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7356, timestamp=1517885221649, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7357, timestamp=1517885221649, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7358, timestamp=1517885221649, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7359, timestamp=1517885221649, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7360, timestamp=1517885221649, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7361, timestamp=1517885221650, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7362, timestamp=1517885221650, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7363, timestamp=1517885221650, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7364, timestamp=1517885221650, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7365, timestamp=1517885221650, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7366, timestamp=1517885221650, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7367, timestamp=1517885221650, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7368, timestamp=1517885221650, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7369, timestamp=1517885221650, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7370, timestamp=1517885221650, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7371, timestamp=1517885221651, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7372, timestamp=1517885221651, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7373, timestamp=1517885221651, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7374, timestamp=1517885221651, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7375, timestamp=1517885221651, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7376, timestamp=1517885221651, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7377, timestamp=1517885221651, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7378, timestamp=1517885221652, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7379, timestamp=1517885221652, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7380, timestamp=1517885221652, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7381, timestamp=1517885221652, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7382, timestamp=1517885221653, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7383, timestamp=1517885221653, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7384, timestamp=1517885221653, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7385, timestamp=1517885221653, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7386, timestamp=1517885221653, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7387, timestamp=1517885221653, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7388, timestamp=1517885221653, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7389, timestamp=1517885221653, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7390, timestamp=1517885221653, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7391, timestamp=1517885221654, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7392, timestamp=1517885221654, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7393, timestamp=1517885221654, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7394, timestamp=1517885221654, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7395, timestamp=1517885221654, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7396, timestamp=1517885221654, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7397, timestamp=1517885221654, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7398, timestamp=1517885221654, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7399, timestamp=1517885221654, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7400, timestamp=1517885221654, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7401, timestamp=1517885221655, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7402, timestamp=1517885221655, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7403, timestamp=1517885221655, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7404, timestamp=1517885221655, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7405, timestamp=1517885221655, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7406, timestamp=1517885221655, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7407, timestamp=1517885221655, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7408, timestamp=1517885221655, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7409, timestamp=1517885221655, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7410, timestamp=1517885221655, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7411, timestamp=1517885221656, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7412, timestamp=1517885221656, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7413, timestamp=1517885221656, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7414, timestamp=1517885221656, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7415, timestamp=1517885221656, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7416, timestamp=1517885221656, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7417, timestamp=1517885221656, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7418, timestamp=1517885221656, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7419, timestamp=1517885221656, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7420, timestamp=1517885221656, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7421, timestamp=1517885221656, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7422, timestamp=1517885221657, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7423, timestamp=1517885221657, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7424, timestamp=1517885221657, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7425, timestamp=1517885221657, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7426, timestamp=1517885221657, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7427, timestamp=1517885221657, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7428, timestamp=1517885221657, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7429, timestamp=1517885221657, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7430, timestamp=1517885221657, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7431, timestamp=1517885221657, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7432, timestamp=1517885221658, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7433, timestamp=1517885221658, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7434, timestamp=1517885221658, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7435, timestamp=1517885221658, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7436, timestamp=1517885221659, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7437, timestamp=1517885221659, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7438, timestamp=1517885221659, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7439, timestamp=1517885221659, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7440, timestamp=1517885221659, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7441, timestamp=1517885221659, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7442, timestamp=1517885221659, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7443, timestamp=1517885221659, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7444, timestamp=1517885221659, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7445, timestamp=1517885221659, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7446, timestamp=1517885221659, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7447, timestamp=1517885221659, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7448, timestamp=1517885221659, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7449, timestamp=1517885221659, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7450, timestamp=1517885221659, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7451, timestamp=1517885221660, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7452, timestamp=1517885221660, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7453, timestamp=1517885221660, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7454, timestamp=1517885221660, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7455, timestamp=1517885221660, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7456, timestamp=1517885221660, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7457, timestamp=1517885221660, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7458, timestamp=1517885221660, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7459, timestamp=1517885221660, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7460, timestamp=1517885221660, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7461, timestamp=1517885221660, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7462, timestamp=1517885221660, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7463, timestamp=1517885221661, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7464, timestamp=1517885221661, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7465, timestamp=1517885221661, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7466, timestamp=1517885221661, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7467, timestamp=1517885221661, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7468, timestamp=1517885221661, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7469, timestamp=1517885221661, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7470, timestamp=1517885221661, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7471, timestamp=1517885221661, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7472, timestamp=1517885221661, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7473, timestamp=1517885221661, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7474, timestamp=1517885221662, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7475, timestamp=1517885221662, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7476, timestamp=1517885221662, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7477, timestamp=1517885221662, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7478, timestamp=1517885221662, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7479, timestamp=1517885221662, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7480, timestamp=1517885221662, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7481, timestamp=1517885221663, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7482, timestamp=1517885221663, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7483, timestamp=1517885221663, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7484, timestamp=1517885221663, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7485, timestamp=1517885221663, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7486, timestamp=1517885221663, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7487, timestamp=1517885221663, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7488, timestamp=1517885221663, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7489, timestamp=1517885221664, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7490, timestamp=1517885221664, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7491, timestamp=1517885221664, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7492, timestamp=1517885221664, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7493, timestamp=1517885221664, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7494, timestamp=1517885221665, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7495, timestamp=1517885221665, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7496, timestamp=1517885221665, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7497, timestamp=1517885221665, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7498, timestamp=1517885221665, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7499, timestamp=1517885221665, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7500, timestamp=1517885221665, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7501, timestamp=1517885221665, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7502, timestamp=1517885221665, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7503, timestamp=1517885221665, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7504, timestamp=1517885221665, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7505, timestamp=1517885221665, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7506, timestamp=1517885221665, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7507, timestamp=1517885221666, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7508, timestamp=1517885221666, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7509, timestamp=1517885221666, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7510, timestamp=1517885221666, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7511, timestamp=1517885221666, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7512, timestamp=1517885221666, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7513, timestamp=1517885221666, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7514, timestamp=1517885221666, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7515, timestamp=1517885221666, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7516, timestamp=1517885221666, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7517, timestamp=1517885221666, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7518, timestamp=1517885221666, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7519, timestamp=1517885221666, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7520, timestamp=1517885221667, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7521, timestamp=1517885221667, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7522, timestamp=1517885221667, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7523, timestamp=1517885221667, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7524, timestamp=1517885221667, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7525, timestamp=1517885221667, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7526, timestamp=1517885221667, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7527, timestamp=1517885221667, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7528, timestamp=1517885221667, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7529, timestamp=1517885221667, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7530, timestamp=1517885221667, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7531, timestamp=1517885221668, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7532, timestamp=1517885221668, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7533, timestamp=1517885221668, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7534, timestamp=1517885221668, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7535, timestamp=1517885221668, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7536, timestamp=1517885221668, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7537, timestamp=1517885221668, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7538, timestamp=1517885221668, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7539, timestamp=1517885221668, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7540, timestamp=1517885221668, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7541, timestamp=1517885221668, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7542, timestamp=1517885221668, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7543, timestamp=1517885221668, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7544, timestamp=1517885221669, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7545, timestamp=1517885221669, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7546, timestamp=1517885221669, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7547, timestamp=1517885221669, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7548, timestamp=1517885221669, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7549, timestamp=1517885221669, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7550, timestamp=1517885221670, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7551, timestamp=1517885221670, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7552, timestamp=1517885221670, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7553, timestamp=1517885221670, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7554, timestamp=1517885221670, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7555, timestamp=1517885221670, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7556, timestamp=1517885221670, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7557, timestamp=1517885221670, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7558, timestamp=1517885221670, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7559, timestamp=1517885221671, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7560, timestamp=1517885221671, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7561, timestamp=1517885221671, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7562, timestamp=1517885221671, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7563, timestamp=1517885221671, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7564, timestamp=1517885221671, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7565, timestamp=1517885221671, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7566, timestamp=1517885221672, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7567, timestamp=1517885221672, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7568, timestamp=1517885221672, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7569, timestamp=1517885221672, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7570, timestamp=1517885221672, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7571, timestamp=1517885221672, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7572, timestamp=1517885221672, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7573, timestamp=1517885221672, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7574, timestamp=1517885221672, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7575, timestamp=1517885221672, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7576, timestamp=1517885221673, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7577, timestamp=1517885221673, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7578, timestamp=1517885221673, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7579, timestamp=1517885221673, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7580, timestamp=1517885221673, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7581, timestamp=1517885221673, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7582, timestamp=1517885221673, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7583, timestamp=1517885221673, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7584, timestamp=1517885221673, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7585, timestamp=1517885221673, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7586, timestamp=1517885221673, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7587, timestamp=1517885221673, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7588, timestamp=1517885221673, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7589, timestamp=1517885221674, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7590, timestamp=1517885221674, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7591, timestamp=1517885221674, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7592, timestamp=1517885221674, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7593, timestamp=1517885221674, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7594, timestamp=1517885221674, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7595, timestamp=1517885221674, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7596, timestamp=1517885221674, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7597, timestamp=1517885221674, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7598, timestamp=1517885221674, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7599, timestamp=1517885221674, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7600, timestamp=1517885221674, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7601, timestamp=1517885221675, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7602, timestamp=1517885221675, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7603, timestamp=1517885221675, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7604, timestamp=1517885221675, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7605, timestamp=1517885221675, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7606, timestamp=1517885221675, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7607, timestamp=1517885221675, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7608, timestamp=1517885221675, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7609, timestamp=1517885221675, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7610, timestamp=1517885221676, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7611, timestamp=1517885221676, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7612, timestamp=1517885221676, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7613, timestamp=1517885221676, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7614, timestamp=1517885221676, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7615, timestamp=1517885221676, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7616, timestamp=1517885221676, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7617, timestamp=1517885221676, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7618, timestamp=1517885221676, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7619, timestamp=1517885221676, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7620, timestamp=1517885221676, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7621, timestamp=1517885221676, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7622, timestamp=1517885221676, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7623, timestamp=1517885221676, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7624, timestamp=1517885221677, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7625, timestamp=1517885221677, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7626, timestamp=1517885221677, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7627, timestamp=1517885221677, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7628, timestamp=1517885221677, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7629, timestamp=1517885221677, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7630, timestamp=1517885221677, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7631, timestamp=1517885221677, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7632, timestamp=1517885221677, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7633, timestamp=1517885221677, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7634, timestamp=1517885221677, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7635, timestamp=1517885221678, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7636, timestamp=1517885221678, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7637, timestamp=1517885221678, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7638, timestamp=1517885221678, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7639, timestamp=1517885221678, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7640, timestamp=1517885221678, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7641, timestamp=1517885221678, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7642, timestamp=1517885221678, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7643, timestamp=1517885221678, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7644, timestamp=1517885221678, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7645, timestamp=1517885221678, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7646, timestamp=1517885221678, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7647, timestamp=1517885221679, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7648, timestamp=1517885221679, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7649, timestamp=1517885221679, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7650, timestamp=1517885221679, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7651, timestamp=1517885221679, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7652, timestamp=1517885221679, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7653, timestamp=1517885221679, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7654, timestamp=1517885221679, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7655, timestamp=1517885221680, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7656, timestamp=1517885221680, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7657, timestamp=1517885221680, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7658, timestamp=1517885221680, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7659, timestamp=1517885221680, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7660, timestamp=1517885221680, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7661, timestamp=1517885221680, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7662, timestamp=1517885221680, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7663, timestamp=1517885221680, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7664, timestamp=1517885221680, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7665, timestamp=1517885221680, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7666, timestamp=1517885221680, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7667, timestamp=1517885221681, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7668, timestamp=1517885221681, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7669, timestamp=1517885221681, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7670, timestamp=1517885221681, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7671, timestamp=1517885221682, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7672, timestamp=1517885221682, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7673, timestamp=1517885221682, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7674, timestamp=1517885221682, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7675, timestamp=1517885221682, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7676, timestamp=1517885221682, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7677, timestamp=1517885221682, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7678, timestamp=1517885221683, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7679, timestamp=1517885221683, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7680, timestamp=1517885221683, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7681, timestamp=1517885221683, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7682, timestamp=1517885221683, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7683, timestamp=1517885221683, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7684, timestamp=1517885221683, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7685, timestamp=1517885221684, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7686, timestamp=1517885221684, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7687, timestamp=1517885221684, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7688, timestamp=1517885221684, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7689, timestamp=1517885221684, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7690, timestamp=1517885221684, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7691, timestamp=1517885221684, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7692, timestamp=1517885221684, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7693, timestamp=1517885221684, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7694, timestamp=1517885221685, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7695, timestamp=1517885221685, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7696, timestamp=1517885221685, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7697, timestamp=1517885221685, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7698, timestamp=1517885221685, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7699, timestamp=1517885221685, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7700, timestamp=1517885221685, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7701, timestamp=1517885221685, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7702, timestamp=1517885221685, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7703, timestamp=1517885221685, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7704, timestamp=1517885221686, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7705, timestamp=1517885221686, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7706, timestamp=1517885221686, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7707, timestamp=1517885221686, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7708, timestamp=1517885221686, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7709, timestamp=1517885221686, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7710, timestamp=1517885221686, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7711, timestamp=1517885221686, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7712, timestamp=1517885221686, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7713, timestamp=1517885221686, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7714, timestamp=1517885221686, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7715, timestamp=1517885221686, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7716, timestamp=1517885221686, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7717, timestamp=1517885221687, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7718, timestamp=1517885221687, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7719, timestamp=1517885221687, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7720, timestamp=1517885221687, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7721, timestamp=1517885221687, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7722, timestamp=1517885221687, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7723, timestamp=1517885221688, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7724, timestamp=1517885221688, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7725, timestamp=1517885221688, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7726, timestamp=1517885221688, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7727, timestamp=1517885221688, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7728, timestamp=1517885221688, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7729, timestamp=1517885221688, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7730, timestamp=1517885221689, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7731, timestamp=1517885221689, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7732, timestamp=1517885221689, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7733, timestamp=1517885221689, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7734, timestamp=1517885221689, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7735, timestamp=1517885221689, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7736, timestamp=1517885221689, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7737, timestamp=1517885221689, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7738, timestamp=1517885221689, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7739, timestamp=1517885221689, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7740, timestamp=1517885221689, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7741, timestamp=1517885221689, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7742, timestamp=1517885221689, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7743, timestamp=1517885221689, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7744, timestamp=1517885221689, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7745, timestamp=1517885221689, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7746, timestamp=1517885221689, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7747, timestamp=1517885221690, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7748, timestamp=1517885221690, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7749, timestamp=1517885221690, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7750, timestamp=1517885221690, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7751, timestamp=1517885221690, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7752, timestamp=1517885221690, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7753, timestamp=1517885221690, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7754, timestamp=1517885221690, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7755, timestamp=1517885221690, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7756, timestamp=1517885221690, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7757, timestamp=1517885221690, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7758, timestamp=1517885221691, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7759, timestamp=1517885221691, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7760, timestamp=1517885221691, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7761, timestamp=1517885221691, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7762, timestamp=1517885221691, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7763, timestamp=1517885221691, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7764, timestamp=1517885221691, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7765, timestamp=1517885221691, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7766, timestamp=1517885221691, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7767, timestamp=1517885221691, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7768, timestamp=1517885221691, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7769, timestamp=1517885221691, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7770, timestamp=1517885221691, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7771, timestamp=1517885221692, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7772, timestamp=1517885221692, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7773, timestamp=1517885221692, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7774, timestamp=1517885221692, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7775, timestamp=1517885221692, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7776, timestamp=1517885221692, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7777, timestamp=1517885221692, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7778, timestamp=1517885221692, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7779, timestamp=1517885221692, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7780, timestamp=1517885221692, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7781, timestamp=1517885221692, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7782, timestamp=1517885221692, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7783, timestamp=1517885221692, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7784, timestamp=1517885221693, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7785, timestamp=1517885221693, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7786, timestamp=1517885221693, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7787, timestamp=1517885221693, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7788, timestamp=1517885221693, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7789, timestamp=1517885221693, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7790, timestamp=1517885221693, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7791, timestamp=1517885221693, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7792, timestamp=1517885221693, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7793, timestamp=1517885221693, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7794, timestamp=1517885221693, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7795, timestamp=1517885221693, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7796, timestamp=1517885221693, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7797, timestamp=1517885221693, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7798, timestamp=1517885221693, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7799, timestamp=1517885221694, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7800, timestamp=1517885221694, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7801, timestamp=1517885221694, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7802, timestamp=1517885221694, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7803, timestamp=1517885221694, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7804, timestamp=1517885221694, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7805, timestamp=1517885221694, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7806, timestamp=1517885221694, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7807, timestamp=1517885221694, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7808, timestamp=1517885221695, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7809, timestamp=1517885221695, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7810, timestamp=1517885221695, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7811, timestamp=1517885221695, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7812, timestamp=1517885221695, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7813, timestamp=1517885221695, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7814, timestamp=1517885221695, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7815, timestamp=1517885221695, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7816, timestamp=1517885221695, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=7817, timestamp=1517885221695, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7818, timestamp=1517885221695, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7819, timestamp=1517885221695, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7820, timestamp=1517885221695, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7821, timestamp=1517885221696, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7822, timestamp=1517885221696, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7823, timestamp=1517885221696, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7824, timestamp=1517885221696, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=7825, timestamp=1517885221696, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7826, timestamp=1517885221696, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7827, timestamp=1517885221696, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7828, timestamp=1517885221696, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7829, timestamp=1517885221696, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7830, timestamp=1517885221696, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7831, timestamp=1517885221696, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7832, timestamp=1517885221697, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7833, timestamp=1517885221697, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7834, timestamp=1517885221697, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7835, timestamp=1517885221697, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7836, timestamp=1517885221697, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7837, timestamp=1517885221697, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7838, timestamp=1517885221698, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7839, timestamp=1517885221698, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7840, timestamp=1517885221698, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7841, timestamp=1517885221698, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7842, timestamp=1517885221698, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7843, timestamp=1517885221698, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7844, timestamp=1517885221698, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7845, timestamp=1517885221699, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7846, timestamp=1517885221699, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7847, timestamp=1517885221699, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7848, timestamp=1517885221699, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7849, timestamp=1517885221699, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7850, timestamp=1517885221699, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7851, timestamp=1517885221699, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7852, timestamp=1517885221699, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7853, timestamp=1517885221699, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7854, timestamp=1517885221699, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7855, timestamp=1517885221700, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7856, timestamp=1517885221700, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7857, timestamp=1517885221700, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7858, timestamp=1517885221700, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7859, timestamp=1517885221700, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7860, timestamp=1517885221700, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7861, timestamp=1517885221701, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7862, timestamp=1517885221701, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7863, timestamp=1517885221701, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7864, timestamp=1517885221701, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7865, timestamp=1517885221701, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=7866, timestamp=1517885221701, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7867, timestamp=1517885221701, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7868, timestamp=1517885221701, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7869, timestamp=1517885221701, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7870, timestamp=1517885221701, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7871, timestamp=1517885221701, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7872, timestamp=1517885221701, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7873, timestamp=1517885221701, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7874, timestamp=1517885221702, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=7875, timestamp=1517885221702, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7876, timestamp=1517885221702, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7877, timestamp=1517885221702, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7878, timestamp=1517885221702, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7879, timestamp=1517885221702, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7880, timestamp=1517885221702, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7881, timestamp=1517885221702, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7882, timestamp=1517885221702, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7883, timestamp=1517885221702, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7884, timestamp=1517885221702, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7885, timestamp=1517885221702, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7886, timestamp=1517885221703, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7887, timestamp=1517885221703, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7888, timestamp=1517885221703, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7889, timestamp=1517885221703, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7890, timestamp=1517885221703, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=7891, timestamp=1517885221703, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7892, timestamp=1517885221703, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7893, timestamp=1517885221703, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7894, timestamp=1517885221703, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7895, timestamp=1517885221703, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7896, timestamp=1517885221703, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7897, timestamp=1517885221703, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7898, timestamp=1517885221703, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7899, timestamp=1517885221704, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7900, timestamp=1517885221704, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7901, timestamp=1517885221704, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7902, timestamp=1517885221704, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7903, timestamp=1517885221704, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7904, timestamp=1517885221704, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=7905, timestamp=1517885221704, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=7906, timestamp=1517885221704, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7907, timestamp=1517885221704, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7908, timestamp=1517885221704, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7909, timestamp=1517885221704, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7910, timestamp=1517885221704, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7911, timestamp=1517885221704, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7912, timestamp=1517885221704, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7913, timestamp=1517885221704, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7914, timestamp=1517885221704, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7915, timestamp=1517885221705, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7916, timestamp=1517885221705, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7917, timestamp=1517885221705, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7918, timestamp=1517885221705, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7919, timestamp=1517885221705, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7920, timestamp=1517885221705, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7921, timestamp=1517885221705, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7922, timestamp=1517885221705, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=7923, timestamp=1517885221705, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7924, timestamp=1517885221705, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7925, timestamp=1517885221705, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=7926, timestamp=1517885221705, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=7927, timestamp=1517885221706, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7928, timestamp=1517885221706, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=7929, timestamp=1517885221706, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7930, timestamp=1517885221706, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7931, timestamp=1517885221706, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7932, timestamp=1517885221706, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7933, timestamp=1517885221706, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7934, timestamp=1517885221706, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=7935, timestamp=1517885221706, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7936, timestamp=1517885221706, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7937, timestamp=1517885221706, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=7938, timestamp=1517885221706, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7939, timestamp=1517885221706, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7940, timestamp=1517885221706, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7941, timestamp=1517885221707, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=7942, timestamp=1517885221707, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7943, timestamp=1517885221707, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=7944, timestamp=1517885221707, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7945, timestamp=1517885221707, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=7946, timestamp=1517885221707, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=7947, timestamp=1517885221707, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=7948, timestamp=1517885221708, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7949, timestamp=1517885221708, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7950, timestamp=1517885221708, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7951, timestamp=1517885221708, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=7952, timestamp=1517885221708, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=7953, timestamp=1517885221708, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=7954, timestamp=1517885221708, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7955, timestamp=1517885221708, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=7956, timestamp=1517885221709, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7957, timestamp=1517885221709, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7958, timestamp=1517885221709, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7959, timestamp=1517885221709, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7960, timestamp=1517885221709, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=7961, timestamp=1517885221709, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=7962, timestamp=1517885221709, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7963, timestamp=1517885221709, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=7964, timestamp=1517885221710, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7965, timestamp=1517885221710, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=7966, timestamp=1517885221710, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7967, timestamp=1517885221710, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7968, timestamp=1517885221710, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=7969, timestamp=1517885221710, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7970, timestamp=1517885221710, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=7971, timestamp=1517885221711, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=7972, timestamp=1517885221711, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=7973, timestamp=1517885221711, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7974, timestamp=1517885221711, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=7975, timestamp=1517885221711, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=7976, timestamp=1517885221711, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7977, timestamp=1517885221711, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=7978, timestamp=1517885221712, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=7979, timestamp=1517885221712, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7980, timestamp=1517885221712, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=7981, timestamp=1517885221712, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=7982, timestamp=1517885221712, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=7983, timestamp=1517885221712, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7984, timestamp=1517885221712, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=7985, timestamp=1517885221712, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=7986, timestamp=1517885221712, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=7987, timestamp=1517885221712, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=7988, timestamp=1517885221712, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=7989, timestamp=1517885221712, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=7990, timestamp=1517885221713, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7991, timestamp=1517885221713, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=7992, timestamp=1517885221713, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=7993, timestamp=1517885221713, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7994, timestamp=1517885221713, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=7995, timestamp=1517885221713, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=7996, timestamp=1517885221713, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=7997, timestamp=1517885221713, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=7998, timestamp=1517885221713, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=7999, timestamp=1517885221713, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8000, timestamp=1517885221713, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8001, timestamp=1517885221713, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8002, timestamp=1517885221713, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8003, timestamp=1517885221713, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8004, timestamp=1517885221714, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8005, timestamp=1517885221714, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8006, timestamp=1517885221714, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8007, timestamp=1517885221714, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8008, timestamp=1517885221714, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8009, timestamp=1517885221714, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8010, timestamp=1517885221714, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8011, timestamp=1517885221714, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8012, timestamp=1517885221714, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8013, timestamp=1517885221714, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8014, timestamp=1517885221714, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8015, timestamp=1517885221715, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8016, timestamp=1517885221715, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8017, timestamp=1517885221715, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8018, timestamp=1517885221715, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8019, timestamp=1517885221715, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8020, timestamp=1517885221715, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8021, timestamp=1517885221715, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8022, timestamp=1517885221716, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8023, timestamp=1517885221716, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8024, timestamp=1517885221716, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8025, timestamp=1517885221716, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8026, timestamp=1517885221716, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8027, timestamp=1517885221716, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8028, timestamp=1517885221716, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8029, timestamp=1517885221716, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8030, timestamp=1517885221716, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8031, timestamp=1517885221716, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8032, timestamp=1517885221716, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8033, timestamp=1517885221716, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8034, timestamp=1517885221716, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8035, timestamp=1517885221717, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8036, timestamp=1517885221717, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8037, timestamp=1517885221717, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8038, timestamp=1517885221717, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8039, timestamp=1517885221717, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8040, timestamp=1517885221717, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8041, timestamp=1517885221717, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8042, timestamp=1517885221717, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8043, timestamp=1517885221717, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8044, timestamp=1517885221717, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8045, timestamp=1517885221717, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8046, timestamp=1517885221717, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8047, timestamp=1517885221718, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8048, timestamp=1517885221718, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8049, timestamp=1517885221718, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8050, timestamp=1517885221718, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8051, timestamp=1517885221718, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8052, timestamp=1517885221718, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8053, timestamp=1517885221718, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8054, timestamp=1517885221718, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8055, timestamp=1517885221718, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8056, timestamp=1517885221718, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8057, timestamp=1517885221718, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8058, timestamp=1517885221719, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8059, timestamp=1517885221719, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8060, timestamp=1517885221719, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8061, timestamp=1517885221719, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8062, timestamp=1517885221719, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8063, timestamp=1517885221719, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8064, timestamp=1517885221719, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8065, timestamp=1517885221719, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8066, timestamp=1517885221720, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8067, timestamp=1517885221720, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8068, timestamp=1517885221720, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8069, timestamp=1517885221720, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8070, timestamp=1517885221720, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8071, timestamp=1517885221720, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8072, timestamp=1517885221720, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8073, timestamp=1517885221720, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8074, timestamp=1517885221720, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8075, timestamp=1517885221721, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8076, timestamp=1517885221721, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8077, timestamp=1517885221721, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8078, timestamp=1517885221721, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8079, timestamp=1517885221721, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8080, timestamp=1517885221721, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8081, timestamp=1517885221721, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8082, timestamp=1517885221721, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8083, timestamp=1517885221722, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8084, timestamp=1517885221722, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8085, timestamp=1517885221722, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8086, timestamp=1517885221722, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8087, timestamp=1517885221722, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8088, timestamp=1517885221722, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8089, timestamp=1517885221722, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8090, timestamp=1517885221722, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8091, timestamp=1517885221722, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8092, timestamp=1517885221723, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8093, timestamp=1517885221723, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8094, timestamp=1517885221723, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8095, timestamp=1517885221723, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8096, timestamp=1517885221723, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8097, timestamp=1517885221723, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8098, timestamp=1517885221723, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8099, timestamp=1517885221723, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8100, timestamp=1517885221723, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8101, timestamp=1517885221723, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8102, timestamp=1517885221723, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8103, timestamp=1517885221724, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8104, timestamp=1517885221724, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8105, timestamp=1517885221724, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8106, timestamp=1517885221724, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8107, timestamp=1517885221724, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8108, timestamp=1517885221724, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8109, timestamp=1517885221724, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8110, timestamp=1517885221724, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8111, timestamp=1517885221725, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8112, timestamp=1517885221725, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8113, timestamp=1517885221725, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8114, timestamp=1517885221725, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8115, timestamp=1517885221725, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8116, timestamp=1517885221725, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8117, timestamp=1517885221725, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8118, timestamp=1517885221725, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8119, timestamp=1517885221725, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8120, timestamp=1517885221725, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8121, timestamp=1517885221725, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8122, timestamp=1517885221725, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8123, timestamp=1517885221726, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8124, timestamp=1517885221726, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8125, timestamp=1517885221726, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8126, timestamp=1517885221726, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8127, timestamp=1517885221726, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8128, timestamp=1517885221726, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8129, timestamp=1517885221726, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8130, timestamp=1517885221726, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8131, timestamp=1517885221726, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8132, timestamp=1517885221726, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8133, timestamp=1517885221727, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8134, timestamp=1517885221727, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8135, timestamp=1517885221727, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8136, timestamp=1517885221727, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8137, timestamp=1517885221727, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8138, timestamp=1517885221727, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8139, timestamp=1517885221727, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8140, timestamp=1517885221727, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8141, timestamp=1517885221728, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8142, timestamp=1517885221728, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8143, timestamp=1517885221728, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8144, timestamp=1517885221728, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8145, timestamp=1517885221728, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8146, timestamp=1517885221728, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8147, timestamp=1517885221728, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8148, timestamp=1517885221728, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8149, timestamp=1517885221728, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8150, timestamp=1517885221728, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8151, timestamp=1517885221728, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8152, timestamp=1517885221729, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8153, timestamp=1517885221729, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8154, timestamp=1517885221729, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8155, timestamp=1517885221729, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8156, timestamp=1517885221729, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8157, timestamp=1517885221729, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8158, timestamp=1517885221729, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8159, timestamp=1517885221729, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8160, timestamp=1517885221729, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8161, timestamp=1517885221729, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8162, timestamp=1517885221729, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8163, timestamp=1517885221729, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8164, timestamp=1517885221730, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8165, timestamp=1517885221730, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8166, timestamp=1517885221730, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8167, timestamp=1517885221730, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8168, timestamp=1517885221730, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8169, timestamp=1517885221730, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8170, timestamp=1517885221730, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8171, timestamp=1517885221730, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8172, timestamp=1517885221731, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8173, timestamp=1517885221731, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8174, timestamp=1517885221731, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8175, timestamp=1517885221731, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8176, timestamp=1517885221731, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8177, timestamp=1517885221731, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8178, timestamp=1517885221731, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8179, timestamp=1517885221731, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8180, timestamp=1517885221731, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8181, timestamp=1517885221732, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8182, timestamp=1517885221732, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8183, timestamp=1517885221732, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8184, timestamp=1517885221732, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8185, timestamp=1517885221732, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8186, timestamp=1517885221732, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8187, timestamp=1517885221732, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8188, timestamp=1517885221733, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8189, timestamp=1517885221733, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8190, timestamp=1517885221733, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8191, timestamp=1517885221733, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8192, timestamp=1517885221733, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8193, timestamp=1517885221733, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8194, timestamp=1517885221733, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8195, timestamp=1517885221733, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8196, timestamp=1517885221733, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8197, timestamp=1517885221733, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8198, timestamp=1517885221733, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8199, timestamp=1517885221733, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8200, timestamp=1517885221734, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8201, timestamp=1517885221734, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8202, timestamp=1517885221734, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8203, timestamp=1517885221734, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8204, timestamp=1517885221734, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8205, timestamp=1517885221734, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8206, timestamp=1517885221734, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8207, timestamp=1517885221734, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8208, timestamp=1517885221735, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8209, timestamp=1517885221735, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8210, timestamp=1517885221735, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8211, timestamp=1517885221735, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8212, timestamp=1517885221735, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8213, timestamp=1517885221735, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8214, timestamp=1517885221735, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8215, timestamp=1517885221735, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8216, timestamp=1517885221735, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8217, timestamp=1517885221735, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8218, timestamp=1517885221735, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8219, timestamp=1517885221735, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8220, timestamp=1517885221736, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8221, timestamp=1517885221736, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8222, timestamp=1517885221736, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8223, timestamp=1517885221736, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8224, timestamp=1517885221736, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8225, timestamp=1517885221736, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8226, timestamp=1517885221736, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8227, timestamp=1517885221736, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8228, timestamp=1517885221736, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8229, timestamp=1517885221737, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8230, timestamp=1517885221737, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8231, timestamp=1517885221737, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8232, timestamp=1517885221737, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8233, timestamp=1517885221737, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8234, timestamp=1517885221737, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8235, timestamp=1517885221737, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8236, timestamp=1517885221738, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8237, timestamp=1517885221738, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8238, timestamp=1517885221738, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8239, timestamp=1517885221738, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8240, timestamp=1517885221738, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8241, timestamp=1517885221738, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8242, timestamp=1517885221738, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8243, timestamp=1517885221738, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8244, timestamp=1517885221738, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8245, timestamp=1517885221738, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8246, timestamp=1517885221738, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8247, timestamp=1517885221738, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8248, timestamp=1517885221738, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8249, timestamp=1517885221739, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8250, timestamp=1517885221739, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8251, timestamp=1517885221739, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8252, timestamp=1517885221739, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8253, timestamp=1517885221739, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8254, timestamp=1517885221739, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8255, timestamp=1517885221739, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8256, timestamp=1517885221739, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8257, timestamp=1517885221739, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8258, timestamp=1517885221739, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8259, timestamp=1517885221739, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8260, timestamp=1517885221739, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8261, timestamp=1517885221740, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8262, timestamp=1517885221740, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8263, timestamp=1517885221740, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8264, timestamp=1517885221740, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8265, timestamp=1517885221740, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8266, timestamp=1517885221740, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8267, timestamp=1517885221740, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8268, timestamp=1517885221740, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8269, timestamp=1517885221741, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8270, timestamp=1517885221741, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8271, timestamp=1517885221741, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8272, timestamp=1517885221741, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8273, timestamp=1517885221741, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8274, timestamp=1517885221741, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8275, timestamp=1517885221741, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8276, timestamp=1517885221741, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8277, timestamp=1517885221741, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8278, timestamp=1517885221741, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8279, timestamp=1517885221741, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8280, timestamp=1517885221741, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8281, timestamp=1517885221741, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8282, timestamp=1517885221741, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8283, timestamp=1517885221741, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8284, timestamp=1517885221742, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8285, timestamp=1517885221742, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8286, timestamp=1517885221742, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8287, timestamp=1517885221742, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8288, timestamp=1517885221742, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8289, timestamp=1517885221742, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8290, timestamp=1517885221742, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8291, timestamp=1517885221742, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8292, timestamp=1517885221742, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8293, timestamp=1517885221742, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8294, timestamp=1517885221742, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8295, timestamp=1517885221742, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8296, timestamp=1517885221742, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8297, timestamp=1517885221742, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8298, timestamp=1517885221743, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8299, timestamp=1517885221743, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8300, timestamp=1517885221743, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8301, timestamp=1517885221743, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8302, timestamp=1517885221743, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8303, timestamp=1517885221743, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8304, timestamp=1517885221743, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8305, timestamp=1517885221743, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8306, timestamp=1517885221743, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8307, timestamp=1517885221743, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8308, timestamp=1517885221743, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8309, timestamp=1517885221743, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8310, timestamp=1517885221743, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8311, timestamp=1517885221744, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8312, timestamp=1517885221744, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8313, timestamp=1517885221744, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8314, timestamp=1517885221744, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8315, timestamp=1517885221744, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8316, timestamp=1517885221744, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8317, timestamp=1517885221744, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8318, timestamp=1517885221744, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8319, timestamp=1517885221745, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8320, timestamp=1517885221745, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8321, timestamp=1517885221745, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8322, timestamp=1517885221745, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8323, timestamp=1517885221745, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8324, timestamp=1517885221745, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8325, timestamp=1517885221745, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8326, timestamp=1517885221745, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8327, timestamp=1517885221745, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8328, timestamp=1517885221745, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8329, timestamp=1517885221745, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8330, timestamp=1517885221745, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8331, timestamp=1517885221745, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8332, timestamp=1517885221745, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8333, timestamp=1517885221745, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8334, timestamp=1517885221745, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8335, timestamp=1517885221746, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8336, timestamp=1517885221746, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8337, timestamp=1517885221746, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8338, timestamp=1517885221746, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8339, timestamp=1517885221746, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8340, timestamp=1517885221746, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8341, timestamp=1517885221746, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8342, timestamp=1517885221746, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8343, timestamp=1517885221746, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8344, timestamp=1517885221746, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8345, timestamp=1517885221747, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8346, timestamp=1517885221747, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8347, timestamp=1517885221747, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8348, timestamp=1517885221747, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8349, timestamp=1517885221747, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8350, timestamp=1517885221747, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8351, timestamp=1517885221747, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8352, timestamp=1517885221747, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8353, timestamp=1517885221747, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8354, timestamp=1517885221747, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8355, timestamp=1517885221747, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8356, timestamp=1517885221747, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8357, timestamp=1517885221747, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8358, timestamp=1517885221748, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8359, timestamp=1517885221748, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8360, timestamp=1517885221748, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8361, timestamp=1517885221748, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8362, timestamp=1517885221748, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8363, timestamp=1517885221748, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8364, timestamp=1517885221748, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8365, timestamp=1517885221748, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8366, timestamp=1517885221749, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8367, timestamp=1517885221749, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8368, timestamp=1517885221749, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8369, timestamp=1517885221749, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8370, timestamp=1517885221749, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8371, timestamp=1517885221749, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8372, timestamp=1517885221749, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8373, timestamp=1517885221749, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8374, timestamp=1517885221749, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8375, timestamp=1517885221749, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8376, timestamp=1517885221749, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8377, timestamp=1517885221750, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8378, timestamp=1517885221750, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8379, timestamp=1517885221750, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8380, timestamp=1517885221750, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8381, timestamp=1517885221750, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8382, timestamp=1517885221750, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8383, timestamp=1517885221750, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8384, timestamp=1517885221750, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8385, timestamp=1517885221751, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8386, timestamp=1517885221751, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8387, timestamp=1517885221751, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8388, timestamp=1517885221751, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8389, timestamp=1517885221751, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8390, timestamp=1517885221751, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8391, timestamp=1517885221751, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8392, timestamp=1517885221751, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8393, timestamp=1517885221751, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8394, timestamp=1517885221751, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8395, timestamp=1517885221751, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8396, timestamp=1517885221752, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8397, timestamp=1517885221752, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8398, timestamp=1517885221752, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8399, timestamp=1517885221752, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8400, timestamp=1517885221752, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8401, timestamp=1517885221752, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8402, timestamp=1517885221752, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8403, timestamp=1517885221752, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8404, timestamp=1517885221752, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8405, timestamp=1517885221752, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8406, timestamp=1517885221752, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8407, timestamp=1517885221753, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8408, timestamp=1517885221753, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8409, timestamp=1517885221753, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8410, timestamp=1517885221753, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8411, timestamp=1517885221753, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8412, timestamp=1517885221753, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8413, timestamp=1517885221753, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8414, timestamp=1517885221753, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8415, timestamp=1517885221753, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8416, timestamp=1517885221753, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8417, timestamp=1517885221754, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8418, timestamp=1517885221754, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8419, timestamp=1517885221754, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8420, timestamp=1517885221754, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8421, timestamp=1517885221754, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8422, timestamp=1517885221754, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8423, timestamp=1517885221754, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8424, timestamp=1517885221754, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8425, timestamp=1517885221754, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8426, timestamp=1517885221754, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8427, timestamp=1517885221754, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8428, timestamp=1517885221754, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8429, timestamp=1517885221754, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8430, timestamp=1517885221754, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8431, timestamp=1517885221754, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8432, timestamp=1517885221754, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8433, timestamp=1517885221755, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8434, timestamp=1517885221755, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8435, timestamp=1517885221755, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8436, timestamp=1517885221755, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8437, timestamp=1517885221755, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8438, timestamp=1517885221755, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8439, timestamp=1517885221755, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8440, timestamp=1517885221755, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8441, timestamp=1517885221755, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8442, timestamp=1517885221755, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8443, timestamp=1517885221755, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8444, timestamp=1517885221755, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8445, timestamp=1517885221755, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8446, timestamp=1517885221755, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8447, timestamp=1517885221755, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8448, timestamp=1517885221755, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8449, timestamp=1517885221755, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8450, timestamp=1517885221756, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8451, timestamp=1517885221756, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8452, timestamp=1517885221756, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8453, timestamp=1517885221756, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8454, timestamp=1517885221756, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8455, timestamp=1517885221756, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8456, timestamp=1517885221756, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8457, timestamp=1517885221756, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8458, timestamp=1517885221756, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8459, timestamp=1517885221756, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8460, timestamp=1517885221756, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8461, timestamp=1517885221757, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8462, timestamp=1517885221757, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8463, timestamp=1517885221757, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8464, timestamp=1517885221757, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8465, timestamp=1517885221757, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8466, timestamp=1517885221757, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8467, timestamp=1517885221757, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8468, timestamp=1517885221757, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8469, timestamp=1517885221757, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8470, timestamp=1517885221757, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8471, timestamp=1517885221757, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8472, timestamp=1517885221757, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8473, timestamp=1517885221757, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8474, timestamp=1517885221757, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8475, timestamp=1517885221757, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8476, timestamp=1517885221758, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8477, timestamp=1517885221758, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8478, timestamp=1517885221758, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8479, timestamp=1517885221758, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8480, timestamp=1517885221758, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8481, timestamp=1517885221758, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8482, timestamp=1517885221758, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8483, timestamp=1517885221758, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8484, timestamp=1517885221758, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8485, timestamp=1517885221758, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8486, timestamp=1517885221758, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8487, timestamp=1517885221758, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8488, timestamp=1517885221759, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8489, timestamp=1517885221759, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8490, timestamp=1517885221759, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8491, timestamp=1517885221759, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8492, timestamp=1517885221759, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8493, timestamp=1517885221759, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8494, timestamp=1517885221759, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8495, timestamp=1517885221759, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8496, timestamp=1517885221759, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8497, timestamp=1517885221759, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8498, timestamp=1517885221760, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8499, timestamp=1517885221760, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8500, timestamp=1517885221760, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8501, timestamp=1517885221760, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8502, timestamp=1517885221760, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8503, timestamp=1517885221760, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8504, timestamp=1517885221760, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8505, timestamp=1517885221760, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8506, timestamp=1517885221760, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8507, timestamp=1517885221760, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8508, timestamp=1517885221760, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8509, timestamp=1517885221760, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8510, timestamp=1517885221760, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8511, timestamp=1517885221760, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8512, timestamp=1517885221760, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8513, timestamp=1517885221760, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8514, timestamp=1517885221760, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8515, timestamp=1517885221760, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8516, timestamp=1517885221761, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8517, timestamp=1517885221761, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8518, timestamp=1517885221761, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8519, timestamp=1517885221761, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8520, timestamp=1517885221761, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8521, timestamp=1517885221761, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8522, timestamp=1517885221761, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8523, timestamp=1517885221761, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8524, timestamp=1517885221761, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8525, timestamp=1517885221761, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8526, timestamp=1517885221762, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8527, timestamp=1517885221762, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8528, timestamp=1517885221762, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8529, timestamp=1517885221762, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8530, timestamp=1517885221762, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8531, timestamp=1517885221762, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8532, timestamp=1517885221762, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8533, timestamp=1517885221762, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8534, timestamp=1517885221762, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8535, timestamp=1517885221763, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8536, timestamp=1517885221763, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8537, timestamp=1517885221763, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8538, timestamp=1517885221763, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8539, timestamp=1517885221763, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8540, timestamp=1517885221763, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8541, timestamp=1517885221763, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8542, timestamp=1517885221763, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8543, timestamp=1517885221763, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8544, timestamp=1517885221763, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8545, timestamp=1517885221763, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8546, timestamp=1517885221763, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8547, timestamp=1517885221763, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8548, timestamp=1517885221764, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8549, timestamp=1517885221764, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8550, timestamp=1517885221764, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8551, timestamp=1517885221764, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8552, timestamp=1517885221764, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8553, timestamp=1517885221764, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8554, timestamp=1517885221764, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8555, timestamp=1517885221764, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8556, timestamp=1517885221764, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8557, timestamp=1517885221764, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8558, timestamp=1517885221764, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8559, timestamp=1517885221764, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8560, timestamp=1517885221765, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8561, timestamp=1517885221765, key=8 bytes, value=596 bytes))]}]}]} 12:03:43.568 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 6812 for partition test-1 returned fetch data (error=NONE, highWaterMark=99942, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:43.585 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6768 for assigned partition test-0 and update position to 7268 12:03:43.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 20425 12:03:44.270 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:44.270 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 76 to node 2147483644 12:03:44.470 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 76, received {throttle_time_ms=0,error_code=0} 12:03:44.470 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:44.607 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 7268 for assigned partition test-0 and update position to 7768 12:03:44.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 20916 12:03:45.628 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=6812, metadata=''}, test-0=OffsetAndMetadata{offset=7768, metadata=''}, test-2=OffsetAndMetadata{offset=6710, metadata=''}} 12:03:45.628 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=6812, metadata=''}, test-0=OffsetAndMetadata{offset=7768, metadata=''}, test-2=OffsetAndMetadata{offset=6710, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:45.628 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=7768,metadata=},{partition=1,offset=6812,metadata=},{partition=2,offset=6710,metadata=}]}]} with correlation id 77 to node 2147483644 12:03:45.630 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 7768 for assigned partition test-0 and update position to 8268 12:03:45.674 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 77, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:45.674 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 6812 for partition test-1 12:03:45.674 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 7768 for partition test-0 12:03:45.674 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 6710 for partition test-2 12:03:45.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 21405 12:03:46.647 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=6812, metadata=''}, test-0=OffsetAndMetadata{offset=7768, metadata=''}, test-2=OffsetAndMetadata{offset=6710, metadata=''}} 12:03:46.647 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8268 for assigned partition test-0 and update position to 8476 12:03:46.647 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-2 with offset 6710 12:03:46.647 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-2 to 99967 12:03:46.648 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6710 for assigned partition test-2 and update position to 7002 12:03:46.648 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 8476 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:46.649 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-0] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:46.649 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,fetch_offset=8476,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 78 to node 3 12:03:46.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 21895 12:03:47.278 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:47.278 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 79 to node 2147483644 12:03:47.479 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 79, received {throttle_time_ms=0,error_code=0} 12:03:47.479 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:47.679 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 78, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=8476, timestamp=1517885221758, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8477, timestamp=1517885221758, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8478, timestamp=1517885221758, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8479, timestamp=1517885221758, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8480, timestamp=1517885221758, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8481, timestamp=1517885221758, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8482, timestamp=1517885221758, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8483, timestamp=1517885221758, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8484, timestamp=1517885221758, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8485, timestamp=1517885221758, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8486, timestamp=1517885221758, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8487, timestamp=1517885221758, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8488, timestamp=1517885221759, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8489, timestamp=1517885221759, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8490, timestamp=1517885221759, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8491, timestamp=1517885221759, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8492, timestamp=1517885221759, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8493, timestamp=1517885221759, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8494, timestamp=1517885221759, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8495, timestamp=1517885221759, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8496, timestamp=1517885221759, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8497, timestamp=1517885221759, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8498, timestamp=1517885221759, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8499, timestamp=1517885221759, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8500, timestamp=1517885221759, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8501, timestamp=1517885221759, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8502, timestamp=1517885221759, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8503, timestamp=1517885221759, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8504, timestamp=1517885221759, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8505, timestamp=1517885221759, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8506, timestamp=1517885221759, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8507, timestamp=1517885221759, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8508, timestamp=1517885221759, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8509, timestamp=1517885221759, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8510, timestamp=1517885221760, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8511, timestamp=1517885221760, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8512, timestamp=1517885221760, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8513, timestamp=1517885221760, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8514, timestamp=1517885221760, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8515, timestamp=1517885221760, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8516, timestamp=1517885221760, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8517, timestamp=1517885221761, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8518, timestamp=1517885221761, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8519, timestamp=1517885221761, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8520, timestamp=1517885221761, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8521, timestamp=1517885221761, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8522, timestamp=1517885221761, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8523, timestamp=1517885221761, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8524, timestamp=1517885221761, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8525, timestamp=1517885221761, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8526, timestamp=1517885221761, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8527, timestamp=1517885221761, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8528, timestamp=1517885221761, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8529, timestamp=1517885221761, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8530, timestamp=1517885221761, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8531, timestamp=1517885221761, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8532, timestamp=1517885221761, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8533, timestamp=1517885221761, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8534, timestamp=1517885221761, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8535, timestamp=1517885221761, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8536, timestamp=1517885221762, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8537, timestamp=1517885221762, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8538, timestamp=1517885221762, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8539, timestamp=1517885221762, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8540, timestamp=1517885221762, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8541, timestamp=1517885221762, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8542, timestamp=1517885221762, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8543, timestamp=1517885221762, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8544, timestamp=1517885221762, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8545, timestamp=1517885221762, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8546, timestamp=1517885221762, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8547, timestamp=1517885221762, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8548, timestamp=1517885221763, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8549, timestamp=1517885221763, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8550, timestamp=1517885221763, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8551, timestamp=1517885221763, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8552, timestamp=1517885221763, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8553, timestamp=1517885221763, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8554, timestamp=1517885221763, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8555, timestamp=1517885221763, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8556, timestamp=1517885221763, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8557, timestamp=1517885221763, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8558, timestamp=1517885221763, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8559, timestamp=1517885221763, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8560, timestamp=1517885221763, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8561, timestamp=1517885221764, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8562, timestamp=1517885221764, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8563, timestamp=1517885221764, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8564, timestamp=1517885221764, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8565, timestamp=1517885221764, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8566, timestamp=1517885221764, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8567, timestamp=1517885221764, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8568, timestamp=1517885221764, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8569, timestamp=1517885221764, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8570, timestamp=1517885221764, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8571, timestamp=1517885221764, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8572, timestamp=1517885221764, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8573, timestamp=1517885221764, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8574, timestamp=1517885221764, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8575, timestamp=1517885221764, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8576, timestamp=1517885221764, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8577, timestamp=1517885221764, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8578, timestamp=1517885221764, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8579, timestamp=1517885221764, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8580, timestamp=1517885221765, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8581, timestamp=1517885221765, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8582, timestamp=1517885221765, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8583, timestamp=1517885221765, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8584, timestamp=1517885221765, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8585, timestamp=1517885221765, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8586, timestamp=1517885221765, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8587, timestamp=1517885221765, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8588, timestamp=1517885221766, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8589, timestamp=1517885221766, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8590, timestamp=1517885221766, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8591, timestamp=1517885221766, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8592, timestamp=1517885221766, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8593, timestamp=1517885221766, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8594, timestamp=1517885221766, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8595, timestamp=1517885221766, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8596, timestamp=1517885221766, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8597, timestamp=1517885221767, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8598, timestamp=1517885221767, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8599, timestamp=1517885221767, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8600, timestamp=1517885221767, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8601, timestamp=1517885221767, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8602, timestamp=1517885221767, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8603, timestamp=1517885221767, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8604, timestamp=1517885221767, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8605, timestamp=1517885221767, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8606, timestamp=1517885221767, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8607, timestamp=1517885221767, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8608, timestamp=1517885221767, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8609, timestamp=1517885221767, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8610, timestamp=1517885221767, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8611, timestamp=1517885221767, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8612, timestamp=1517885221767, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8613, timestamp=1517885221767, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8614, timestamp=1517885221767, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8615, timestamp=1517885221768, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8616, timestamp=1517885221768, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8617, timestamp=1517885221768, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8618, timestamp=1517885221768, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8619, timestamp=1517885221768, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8620, timestamp=1517885221768, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8621, timestamp=1517885221768, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8622, timestamp=1517885221768, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8623, timestamp=1517885221768, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8624, timestamp=1517885221768, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8625, timestamp=1517885221768, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8626, timestamp=1517885221768, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8627, timestamp=1517885221768, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8628, timestamp=1517885221768, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8629, timestamp=1517885221769, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8630, timestamp=1517885221769, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8631, timestamp=1517885221769, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8632, timestamp=1517885221769, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8633, timestamp=1517885221769, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8634, timestamp=1517885221769, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8635, timestamp=1517885221769, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8636, timestamp=1517885221769, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8637, timestamp=1517885221769, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8638, timestamp=1517885221769, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8639, timestamp=1517885221769, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8640, timestamp=1517885221769, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8641, timestamp=1517885221769, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8642, timestamp=1517885221769, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8643, timestamp=1517885221770, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8644, timestamp=1517885221770, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8645, timestamp=1517885221770, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8646, timestamp=1517885221770, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8647, timestamp=1517885221770, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8648, timestamp=1517885221770, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8649, timestamp=1517885221770, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8650, timestamp=1517885221770, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8651, timestamp=1517885221770, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8652, timestamp=1517885221770, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8653, timestamp=1517885221770, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8654, timestamp=1517885221770, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8655, timestamp=1517885221770, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8656, timestamp=1517885221770, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8657, timestamp=1517885221770, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8658, timestamp=1517885221770, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8659, timestamp=1517885221770, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8660, timestamp=1517885221770, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8661, timestamp=1517885221770, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8662, timestamp=1517885221771, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8663, timestamp=1517885221771, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8664, timestamp=1517885221771, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8665, timestamp=1517885221771, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8666, timestamp=1517885221771, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8667, timestamp=1517885221771, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8668, timestamp=1517885221771, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8669, timestamp=1517885221771, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8670, timestamp=1517885221771, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8671, timestamp=1517885221771, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8672, timestamp=1517885221771, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8673, timestamp=1517885221771, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8674, timestamp=1517885221771, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8675, timestamp=1517885221771, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8676, timestamp=1517885221772, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8677, timestamp=1517885221772, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8678, timestamp=1517885221772, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8679, timestamp=1517885221772, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8680, timestamp=1517885221772, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8681, timestamp=1517885221772, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8682, timestamp=1517885221772, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8683, timestamp=1517885221772, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8684, timestamp=1517885221772, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8685, timestamp=1517885221772, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8686, timestamp=1517885221772, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8687, timestamp=1517885221772, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8688, timestamp=1517885221772, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8689, timestamp=1517885221773, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8690, timestamp=1517885221773, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8691, timestamp=1517885221773, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8692, timestamp=1517885221773, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8693, timestamp=1517885221773, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8694, timestamp=1517885221773, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8695, timestamp=1517885221773, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8696, timestamp=1517885221773, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8697, timestamp=1517885221773, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8698, timestamp=1517885221773, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8699, timestamp=1517885221773, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8700, timestamp=1517885221773, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8701, timestamp=1517885221773, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8702, timestamp=1517885221773, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8703, timestamp=1517885221773, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8704, timestamp=1517885221774, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8705, timestamp=1517885221774, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8706, timestamp=1517885221774, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8707, timestamp=1517885221774, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8708, timestamp=1517885221774, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8709, timestamp=1517885221774, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8710, timestamp=1517885221774, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8711, timestamp=1517885221774, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8712, timestamp=1517885221774, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8713, timestamp=1517885221774, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8714, timestamp=1517885221774, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8715, timestamp=1517885221774, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8716, timestamp=1517885221775, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8717, timestamp=1517885221775, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8718, timestamp=1517885221775, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8719, timestamp=1517885221775, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8720, timestamp=1517885221775, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8721, timestamp=1517885221775, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8722, timestamp=1517885221775, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8723, timestamp=1517885221775, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8724, timestamp=1517885221775, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8725, timestamp=1517885221775, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8726, timestamp=1517885221775, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8727, timestamp=1517885221775, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8728, timestamp=1517885221775, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8729, timestamp=1517885221776, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8730, timestamp=1517885221776, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8731, timestamp=1517885221776, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8732, timestamp=1517885221776, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8733, timestamp=1517885221776, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8734, timestamp=1517885221776, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8735, timestamp=1517885221776, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8736, timestamp=1517885221776, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8737, timestamp=1517885221776, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8738, timestamp=1517885221776, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8739, timestamp=1517885221776, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8740, timestamp=1517885221776, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8741, timestamp=1517885221776, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8742, timestamp=1517885221776, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8743, timestamp=1517885221776, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8744, timestamp=1517885221777, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8745, timestamp=1517885221777, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8746, timestamp=1517885221777, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8747, timestamp=1517885221777, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8748, timestamp=1517885221777, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8749, timestamp=1517885221777, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8750, timestamp=1517885221777, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8751, timestamp=1517885221778, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8752, timestamp=1517885221778, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8753, timestamp=1517885221778, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8754, timestamp=1517885221778, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8755, timestamp=1517885221778, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8756, timestamp=1517885221778, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8757, timestamp=1517885221778, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8758, timestamp=1517885221779, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8759, timestamp=1517885221779, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8760, timestamp=1517885221779, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8761, timestamp=1517885221779, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8762, timestamp=1517885221779, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8763, timestamp=1517885221779, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8764, timestamp=1517885221779, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8765, timestamp=1517885221779, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8766, timestamp=1517885221779, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8767, timestamp=1517885221779, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8768, timestamp=1517885221780, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8769, timestamp=1517885221780, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8770, timestamp=1517885221780, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8771, timestamp=1517885221780, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8772, timestamp=1517885221780, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8773, timestamp=1517885221780, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8774, timestamp=1517885221780, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8775, timestamp=1517885221780, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8776, timestamp=1517885221780, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8777, timestamp=1517885221780, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8778, timestamp=1517885221780, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8779, timestamp=1517885221780, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8780, timestamp=1517885221780, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8781, timestamp=1517885221782, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8782, timestamp=1517885221782, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8783, timestamp=1517885221782, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8784, timestamp=1517885221782, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8785, timestamp=1517885221782, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8786, timestamp=1517885221782, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8787, timestamp=1517885221782, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8788, timestamp=1517885221782, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8789, timestamp=1517885221782, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8790, timestamp=1517885221782, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8791, timestamp=1517885221783, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8792, timestamp=1517885221783, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8793, timestamp=1517885221783, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8794, timestamp=1517885221783, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8795, timestamp=1517885221783, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8796, timestamp=1517885221783, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8797, timestamp=1517885221783, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8798, timestamp=1517885221783, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8799, timestamp=1517885221783, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8800, timestamp=1517885221783, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8801, timestamp=1517885221783, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8802, timestamp=1517885221783, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8803, timestamp=1517885221783, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8804, timestamp=1517885221783, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8805, timestamp=1517885221784, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8806, timestamp=1517885221784, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8807, timestamp=1517885221784, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8808, timestamp=1517885221784, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8809, timestamp=1517885221784, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8810, timestamp=1517885221784, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8811, timestamp=1517885221784, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8812, timestamp=1517885221784, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8813, timestamp=1517885221784, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8814, timestamp=1517885221784, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8815, timestamp=1517885221784, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8816, timestamp=1517885221784, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8817, timestamp=1517885221784, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8818, timestamp=1517885221785, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8819, timestamp=1517885221785, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8820, timestamp=1517885221785, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8821, timestamp=1517885221785, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8822, timestamp=1517885221785, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8823, timestamp=1517885221785, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8824, timestamp=1517885221785, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8825, timestamp=1517885221785, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8826, timestamp=1517885221785, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8827, timestamp=1517885221785, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8828, timestamp=1517885221785, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8829, timestamp=1517885221786, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8830, timestamp=1517885221786, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8831, timestamp=1517885221786, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8832, timestamp=1517885221786, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8833, timestamp=1517885221786, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8834, timestamp=1517885221786, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8835, timestamp=1517885221786, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8836, timestamp=1517885221786, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8837, timestamp=1517885221786, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8838, timestamp=1517885221786, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8839, timestamp=1517885221787, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8840, timestamp=1517885221787, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8841, timestamp=1517885221787, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8842, timestamp=1517885221787, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8843, timestamp=1517885221787, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8844, timestamp=1517885221787, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8845, timestamp=1517885221787, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8846, timestamp=1517885221787, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8847, timestamp=1517885221788, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8848, timestamp=1517885221788, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8849, timestamp=1517885221788, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8850, timestamp=1517885221788, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8851, timestamp=1517885221788, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8852, timestamp=1517885221788, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8853, timestamp=1517885221788, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8854, timestamp=1517885221789, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8855, timestamp=1517885221789, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8856, timestamp=1517885221789, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8857, timestamp=1517885221789, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8858, timestamp=1517885221789, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8859, timestamp=1517885221789, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8860, timestamp=1517885221789, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8861, timestamp=1517885221789, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8862, timestamp=1517885221789, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8863, timestamp=1517885221789, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8864, timestamp=1517885221790, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8865, timestamp=1517885221790, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8866, timestamp=1517885221790, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8867, timestamp=1517885221790, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8868, timestamp=1517885221790, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8869, timestamp=1517885221790, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8870, timestamp=1517885221790, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8871, timestamp=1517885221790, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8872, timestamp=1517885221790, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8873, timestamp=1517885221790, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8874, timestamp=1517885221790, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8875, timestamp=1517885221791, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8876, timestamp=1517885221791, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8877, timestamp=1517885221791, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8878, timestamp=1517885221791, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8879, timestamp=1517885221791, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8880, timestamp=1517885221791, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8881, timestamp=1517885221791, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8882, timestamp=1517885221791, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8883, timestamp=1517885221791, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8884, timestamp=1517885221791, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8885, timestamp=1517885221791, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8886, timestamp=1517885221791, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8887, timestamp=1517885221792, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8888, timestamp=1517885221792, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8889, timestamp=1517885221792, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8890, timestamp=1517885221792, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8891, timestamp=1517885221792, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8892, timestamp=1517885221792, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8893, timestamp=1517885221792, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8894, timestamp=1517885221792, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8895, timestamp=1517885221793, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8896, timestamp=1517885221793, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8897, timestamp=1517885221793, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8898, timestamp=1517885221793, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8899, timestamp=1517885221793, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8900, timestamp=1517885221793, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8901, timestamp=1517885221793, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8902, timestamp=1517885221793, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8903, timestamp=1517885221793, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8904, timestamp=1517885221793, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8905, timestamp=1517885221793, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8906, timestamp=1517885221793, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8907, timestamp=1517885221794, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8908, timestamp=1517885221794, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8909, timestamp=1517885221794, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8910, timestamp=1517885221794, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8911, timestamp=1517885221794, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8912, timestamp=1517885221794, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8913, timestamp=1517885221795, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8914, timestamp=1517885221795, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8915, timestamp=1517885221795, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8916, timestamp=1517885221795, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8917, timestamp=1517885221796, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8918, timestamp=1517885221796, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8919, timestamp=1517885221796, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8920, timestamp=1517885221796, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8921, timestamp=1517885221796, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8922, timestamp=1517885221796, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8923, timestamp=1517885221796, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8924, timestamp=1517885221796, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8925, timestamp=1517885221796, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8926, timestamp=1517885221796, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8927, timestamp=1517885221796, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8928, timestamp=1517885221796, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8929, timestamp=1517885221797, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8930, timestamp=1517885221797, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8931, timestamp=1517885221797, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8932, timestamp=1517885221797, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8933, timestamp=1517885221797, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8934, timestamp=1517885221797, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8935, timestamp=1517885221797, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8936, timestamp=1517885221797, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8937, timestamp=1517885221797, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8938, timestamp=1517885221797, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8939, timestamp=1517885221797, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8940, timestamp=1517885221797, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8941, timestamp=1517885221797, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8942, timestamp=1517885221797, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8943, timestamp=1517885221797, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8944, timestamp=1517885221797, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8945, timestamp=1517885221797, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8946, timestamp=1517885221797, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8947, timestamp=1517885221798, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8948, timestamp=1517885221798, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8949, timestamp=1517885221798, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8950, timestamp=1517885221798, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8951, timestamp=1517885221798, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8952, timestamp=1517885221798, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8953, timestamp=1517885221798, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8954, timestamp=1517885221798, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8955, timestamp=1517885221798, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8956, timestamp=1517885221798, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8957, timestamp=1517885221798, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8958, timestamp=1517885221799, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8959, timestamp=1517885221799, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8960, timestamp=1517885221799, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8961, timestamp=1517885221799, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8962, timestamp=1517885221799, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8963, timestamp=1517885221799, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8964, timestamp=1517885221799, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8965, timestamp=1517885221799, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8966, timestamp=1517885221799, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8967, timestamp=1517885221799, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8968, timestamp=1517885221799, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8969, timestamp=1517885221799, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8970, timestamp=1517885221799, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8971, timestamp=1517885221800, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8972, timestamp=1517885221800, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8973, timestamp=1517885221800, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8974, timestamp=1517885221800, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8975, timestamp=1517885221800, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8976, timestamp=1517885221800, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8977, timestamp=1517885221800, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8978, timestamp=1517885221800, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8979, timestamp=1517885221800, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8980, timestamp=1517885221800, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8981, timestamp=1517885221800, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8982, timestamp=1517885221800, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8983, timestamp=1517885221801, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8984, timestamp=1517885221801, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8985, timestamp=1517885221801, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8986, timestamp=1517885221801, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8987, timestamp=1517885221801, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8988, timestamp=1517885221801, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8989, timestamp=1517885221801, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8990, timestamp=1517885221801, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8991, timestamp=1517885221801, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8992, timestamp=1517885221801, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8993, timestamp=1517885221801, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8994, timestamp=1517885221801, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8995, timestamp=1517885221802, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8996, timestamp=1517885221802, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8997, timestamp=1517885221802, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8998, timestamp=1517885221802, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8999, timestamp=1517885221802, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9000, timestamp=1517885221802, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9001, timestamp=1517885221802, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9002, timestamp=1517885221802, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9003, timestamp=1517885221802, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9004, timestamp=1517885221803, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9005, timestamp=1517885221803, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9006, timestamp=1517885221803, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9007, timestamp=1517885221803, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9008, timestamp=1517885221803, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9009, timestamp=1517885221803, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9010, timestamp=1517885221803, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9011, timestamp=1517885221803, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9012, timestamp=1517885221803, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9013, timestamp=1517885221803, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9014, timestamp=1517885221803, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9015, timestamp=1517885221803, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9016, timestamp=1517885221803, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9017, timestamp=1517885221804, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9018, timestamp=1517885221804, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9019, timestamp=1517885221804, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9020, timestamp=1517885221804, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9021, timestamp=1517885221804, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9022, timestamp=1517885221804, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9023, timestamp=1517885221804, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9024, timestamp=1517885221804, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9025, timestamp=1517885221804, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9026, timestamp=1517885221805, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9027, timestamp=1517885221805, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9028, timestamp=1517885221805, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9029, timestamp=1517885221805, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9030, timestamp=1517885221805, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9031, timestamp=1517885221805, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9032, timestamp=1517885221806, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9033, timestamp=1517885221806, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9034, timestamp=1517885221806, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9035, timestamp=1517885221806, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9036, timestamp=1517885221806, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9037, timestamp=1517885221806, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9038, timestamp=1517885221806, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9039, timestamp=1517885221806, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9040, timestamp=1517885221807, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9041, timestamp=1517885221807, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9042, timestamp=1517885221807, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9043, timestamp=1517885221807, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9044, timestamp=1517885221807, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9045, timestamp=1517885221807, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9046, timestamp=1517885221807, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9047, timestamp=1517885221807, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9048, timestamp=1517885221807, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9049, timestamp=1517885221807, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9050, timestamp=1517885221807, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9051, timestamp=1517885221808, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9052, timestamp=1517885221808, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9053, timestamp=1517885221808, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9054, timestamp=1517885221808, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9055, timestamp=1517885221808, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9056, timestamp=1517885221808, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9057, timestamp=1517885221808, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9058, timestamp=1517885221808, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9059, timestamp=1517885221808, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9060, timestamp=1517885221809, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9061, timestamp=1517885221809, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9062, timestamp=1517885221809, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9063, timestamp=1517885221809, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9064, timestamp=1517885221809, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9065, timestamp=1517885221809, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9066, timestamp=1517885221809, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9067, timestamp=1517885221809, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9068, timestamp=1517885221809, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9069, timestamp=1517885221809, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9070, timestamp=1517885221809, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9071, timestamp=1517885221810, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9072, timestamp=1517885221810, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9073, timestamp=1517885221810, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9074, timestamp=1517885221810, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9075, timestamp=1517885221810, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9076, timestamp=1517885221810, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9077, timestamp=1517885221810, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9078, timestamp=1517885221810, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9079, timestamp=1517885221810, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9080, timestamp=1517885221810, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9081, timestamp=1517885221810, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9082, timestamp=1517885221810, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9083, timestamp=1517885221810, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9084, timestamp=1517885221810, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9085, timestamp=1517885221810, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9086, timestamp=1517885221810, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9087, timestamp=1517885221811, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9088, timestamp=1517885221811, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9089, timestamp=1517885221811, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9090, timestamp=1517885221811, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9091, timestamp=1517885221811, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9092, timestamp=1517885221811, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9093, timestamp=1517885221811, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9094, timestamp=1517885221811, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9095, timestamp=1517885221811, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9096, timestamp=1517885221811, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9097, timestamp=1517885221811, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9098, timestamp=1517885221812, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9099, timestamp=1517885221812, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9100, timestamp=1517885221812, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9101, timestamp=1517885221812, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9102, timestamp=1517885221812, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9103, timestamp=1517885221812, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9104, timestamp=1517885221812, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9105, timestamp=1517885221812, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9106, timestamp=1517885221812, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9107, timestamp=1517885221812, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9108, timestamp=1517885221812, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9109, timestamp=1517885221812, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9110, timestamp=1517885221812, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9111, timestamp=1517885221813, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9112, timestamp=1517885221813, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9113, timestamp=1517885221813, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9114, timestamp=1517885221813, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9115, timestamp=1517885221813, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9116, timestamp=1517885221813, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9117, timestamp=1517885221813, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9118, timestamp=1517885221813, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9119, timestamp=1517885221813, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9120, timestamp=1517885221813, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9121, timestamp=1517885221813, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9122, timestamp=1517885221813, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9123, timestamp=1517885221814, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9124, timestamp=1517885221814, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9125, timestamp=1517885221814, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9126, timestamp=1517885221814, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9127, timestamp=1517885221814, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9128, timestamp=1517885221814, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9129, timestamp=1517885221814, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9130, timestamp=1517885221814, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9131, timestamp=1517885221814, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9132, timestamp=1517885221814, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9133, timestamp=1517885221814, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9134, timestamp=1517885221814, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9135, timestamp=1517885221814, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9136, timestamp=1517885221815, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9137, timestamp=1517885221815, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9138, timestamp=1517885221815, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9139, timestamp=1517885221815, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9140, timestamp=1517885221815, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9141, timestamp=1517885221815, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9142, timestamp=1517885221815, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9143, timestamp=1517885221815, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9144, timestamp=1517885221815, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9145, timestamp=1517885221815, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9146, timestamp=1517885221815, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9147, timestamp=1517885221815, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9148, timestamp=1517885221816, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9149, timestamp=1517885221816, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9150, timestamp=1517885221816, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9151, timestamp=1517885221816, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9152, timestamp=1517885221816, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9153, timestamp=1517885221816, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9154, timestamp=1517885221816, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9155, timestamp=1517885221816, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9156, timestamp=1517885221816, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9157, timestamp=1517885221816, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9158, timestamp=1517885221816, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9159, timestamp=1517885221816, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9160, timestamp=1517885221817, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9161, timestamp=1517885221817, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9162, timestamp=1517885221817, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9163, timestamp=1517885221817, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9164, timestamp=1517885221817, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9165, timestamp=1517885221817, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9166, timestamp=1517885221817, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9167, timestamp=1517885221817, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9168, timestamp=1517885221817, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9169, timestamp=1517885221817, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9170, timestamp=1517885221818, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9171, timestamp=1517885221818, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9172, timestamp=1517885221818, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9173, timestamp=1517885221818, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9174, timestamp=1517885221818, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9175, timestamp=1517885221818, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9176, timestamp=1517885221818, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9177, timestamp=1517885221818, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9178, timestamp=1517885221818, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9179, timestamp=1517885221818, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9180, timestamp=1517885221818, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9181, timestamp=1517885221818, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9182, timestamp=1517885221818, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9183, timestamp=1517885221819, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9184, timestamp=1517885221819, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9185, timestamp=1517885221819, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9186, timestamp=1517885221819, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9187, timestamp=1517885221819, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9188, timestamp=1517885221819, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9189, timestamp=1517885221819, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9190, timestamp=1517885221820, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9191, timestamp=1517885221820, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9192, timestamp=1517885221820, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9193, timestamp=1517885221820, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9194, timestamp=1517885221820, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9195, timestamp=1517885221820, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9196, timestamp=1517885221820, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9197, timestamp=1517885221820, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9198, timestamp=1517885221820, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9199, timestamp=1517885221820, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9200, timestamp=1517885221820, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9201, timestamp=1517885221821, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9202, timestamp=1517885221821, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9203, timestamp=1517885221821, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9204, timestamp=1517885221821, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9205, timestamp=1517885221821, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9206, timestamp=1517885221821, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9207, timestamp=1517885221821, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9208, timestamp=1517885221821, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9209, timestamp=1517885221821, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9210, timestamp=1517885221821, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9211, timestamp=1517885221821, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9212, timestamp=1517885221821, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9213, timestamp=1517885221821, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9214, timestamp=1517885221821, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9215, timestamp=1517885221822, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9216, timestamp=1517885221822, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9217, timestamp=1517885221822, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9218, timestamp=1517885221822, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9219, timestamp=1517885221822, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9220, timestamp=1517885221822, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9221, timestamp=1517885221822, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9222, timestamp=1517885221822, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9223, timestamp=1517885221822, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9224, timestamp=1517885221823, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9225, timestamp=1517885221823, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9226, timestamp=1517885221823, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9227, timestamp=1517885221823, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9228, timestamp=1517885221823, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9229, timestamp=1517885221823, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9230, timestamp=1517885221823, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9231, timestamp=1517885221823, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9232, timestamp=1517885221823, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9233, timestamp=1517885221823, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9234, timestamp=1517885221823, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9235, timestamp=1517885221823, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9236, timestamp=1517885221823, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9237, timestamp=1517885221823, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9238, timestamp=1517885221824, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9239, timestamp=1517885221824, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9240, timestamp=1517885221824, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9241, timestamp=1517885221824, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9242, timestamp=1517885221824, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9243, timestamp=1517885221824, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9244, timestamp=1517885221824, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9245, timestamp=1517885221824, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9246, timestamp=1517885221824, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9247, timestamp=1517885221825, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9248, timestamp=1517885221825, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9249, timestamp=1517885221825, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9250, timestamp=1517885221825, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9251, timestamp=1517885221825, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9252, timestamp=1517885221825, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9253, timestamp=1517885221825, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9254, timestamp=1517885221825, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9255, timestamp=1517885221826, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9256, timestamp=1517885221826, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9257, timestamp=1517885221826, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9258, timestamp=1517885221826, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9259, timestamp=1517885221826, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9260, timestamp=1517885221826, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9261, timestamp=1517885221826, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9262, timestamp=1517885221826, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9263, timestamp=1517885221826, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9264, timestamp=1517885221826, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9265, timestamp=1517885221826, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9266, timestamp=1517885221826, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9267, timestamp=1517885221826, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9268, timestamp=1517885221826, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9269, timestamp=1517885221826, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9270, timestamp=1517885221826, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9271, timestamp=1517885221826, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9272, timestamp=1517885221827, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9273, timestamp=1517885221827, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9274, timestamp=1517885221827, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9275, timestamp=1517885221827, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9276, timestamp=1517885221827, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9277, timestamp=1517885221827, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9278, timestamp=1517885221827, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9279, timestamp=1517885221827, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9280, timestamp=1517885221827, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9281, timestamp=1517885221827, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9282, timestamp=1517885221827, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9283, timestamp=1517885221828, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9284, timestamp=1517885221828, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9285, timestamp=1517885221828, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9286, timestamp=1517885221828, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9287, timestamp=1517885221828, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9288, timestamp=1517885221828, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9289, timestamp=1517885221828, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9290, timestamp=1517885221828, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9291, timestamp=1517885221828, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9292, timestamp=1517885221828, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9293, timestamp=1517885221828, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9294, timestamp=1517885221828, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9295, timestamp=1517885221828, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9296, timestamp=1517885221829, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9297, timestamp=1517885221829, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9298, timestamp=1517885221829, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9299, timestamp=1517885221829, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9300, timestamp=1517885221829, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9301, timestamp=1517885221829, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9302, timestamp=1517885221829, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9303, timestamp=1517885221829, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9304, timestamp=1517885221829, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9305, timestamp=1517885221829, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9306, timestamp=1517885221829, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9307, timestamp=1517885221829, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9308, timestamp=1517885221829, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9309, timestamp=1517885221829, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9310, timestamp=1517885221830, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9311, timestamp=1517885221830, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9312, timestamp=1517885221830, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9313, timestamp=1517885221830, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9314, timestamp=1517885221830, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9315, timestamp=1517885221830, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9316, timestamp=1517885221830, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9317, timestamp=1517885221830, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9318, timestamp=1517885221830, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9319, timestamp=1517885221830, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9320, timestamp=1517885221830, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9321, timestamp=1517885221830, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9322, timestamp=1517885221830, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9323, timestamp=1517885221830, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9324, timestamp=1517885221830, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9325, timestamp=1517885221830, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9326, timestamp=1517885221830, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9327, timestamp=1517885221831, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9328, timestamp=1517885221831, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9329, timestamp=1517885221831, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9330, timestamp=1517885221831, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9331, timestamp=1517885221831, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9332, timestamp=1517885221831, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9333, timestamp=1517885221831, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9334, timestamp=1517885221831, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9335, timestamp=1517885221831, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9336, timestamp=1517885221832, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9337, timestamp=1517885221832, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9338, timestamp=1517885221832, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9339, timestamp=1517885221832, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9340, timestamp=1517885221832, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9341, timestamp=1517885221832, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9342, timestamp=1517885221832, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9343, timestamp=1517885221832, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9344, timestamp=1517885221832, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9345, timestamp=1517885221832, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9346, timestamp=1517885221833, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9347, timestamp=1517885221833, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9348, timestamp=1517885221833, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9349, timestamp=1517885221833, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9350, timestamp=1517885221833, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9351, timestamp=1517885221833, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9352, timestamp=1517885221833, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9353, timestamp=1517885221833, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9354, timestamp=1517885221833, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9355, timestamp=1517885221833, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9356, timestamp=1517885221833, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9357, timestamp=1517885221833, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9358, timestamp=1517885221833, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9359, timestamp=1517885221833, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9360, timestamp=1517885221833, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9361, timestamp=1517885221833, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9362, timestamp=1517885221833, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9363, timestamp=1517885221834, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9364, timestamp=1517885221834, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9365, timestamp=1517885221834, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9366, timestamp=1517885221834, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9367, timestamp=1517885221834, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9368, timestamp=1517885221834, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9369, timestamp=1517885221834, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9370, timestamp=1517885221834, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9371, timestamp=1517885221834, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9372, timestamp=1517885221835, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9373, timestamp=1517885221835, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9374, timestamp=1517885221835, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9375, timestamp=1517885221835, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9376, timestamp=1517885221835, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9377, timestamp=1517885221835, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9378, timestamp=1517885221835, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9379, timestamp=1517885221835, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9380, timestamp=1517885221835, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9381, timestamp=1517885221835, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9382, timestamp=1517885221835, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9383, timestamp=1517885221835, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9384, timestamp=1517885221835, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9385, timestamp=1517885221835, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9386, timestamp=1517885221836, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9387, timestamp=1517885221836, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9388, timestamp=1517885221836, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9389, timestamp=1517885221836, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9390, timestamp=1517885221836, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9391, timestamp=1517885221836, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9392, timestamp=1517885221836, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9393, timestamp=1517885221836, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9394, timestamp=1517885221836, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9395, timestamp=1517885221836, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9396, timestamp=1517885221836, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9397, timestamp=1517885221836, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9398, timestamp=1517885221837, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9399, timestamp=1517885221837, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9400, timestamp=1517885221837, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9401, timestamp=1517885221837, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9402, timestamp=1517885221837, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9403, timestamp=1517885221837, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9404, timestamp=1517885221837, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9405, timestamp=1517885221837, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9406, timestamp=1517885221837, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9407, timestamp=1517885221837, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9408, timestamp=1517885221837, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9409, timestamp=1517885221837, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9410, timestamp=1517885221838, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9411, timestamp=1517885221838, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9412, timestamp=1517885221838, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9413, timestamp=1517885221838, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9414, timestamp=1517885221838, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9415, timestamp=1517885221838, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9416, timestamp=1517885221838, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9417, timestamp=1517885221839, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9418, timestamp=1517885221839, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9419, timestamp=1517885221839, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9420, timestamp=1517885221839, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9421, timestamp=1517885221839, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9422, timestamp=1517885221839, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9423, timestamp=1517885221839, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9424, timestamp=1517885221839, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9425, timestamp=1517885221839, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9426, timestamp=1517885221839, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9427, timestamp=1517885221839, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9428, timestamp=1517885221839, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9429, timestamp=1517885221839, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9430, timestamp=1517885221839, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9431, timestamp=1517885221839, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9432, timestamp=1517885221839, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9433, timestamp=1517885221839, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9434, timestamp=1517885221840, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9435, timestamp=1517885221840, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9436, timestamp=1517885221840, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9437, timestamp=1517885221840, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9438, timestamp=1517885221840, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9439, timestamp=1517885221841, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9440, timestamp=1517885221841, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9441, timestamp=1517885221841, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9442, timestamp=1517885221841, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9443, timestamp=1517885221841, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9444, timestamp=1517885221841, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9445, timestamp=1517885221841, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9446, timestamp=1517885221841, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9447, timestamp=1517885221841, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9448, timestamp=1517885221841, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9449, timestamp=1517885221841, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9450, timestamp=1517885221841, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9451, timestamp=1517885221841, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9452, timestamp=1517885221841, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9453, timestamp=1517885221841, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9454, timestamp=1517885221841, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9455, timestamp=1517885221842, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9456, timestamp=1517885221842, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9457, timestamp=1517885221842, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9458, timestamp=1517885221842, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9459, timestamp=1517885221842, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9460, timestamp=1517885221842, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9461, timestamp=1517885221842, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9462, timestamp=1517885221842, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9463, timestamp=1517885221842, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9464, timestamp=1517885221842, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9465, timestamp=1517885221842, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9466, timestamp=1517885221842, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9467, timestamp=1517885221843, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9468, timestamp=1517885221843, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9469, timestamp=1517885221843, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9470, timestamp=1517885221843, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9471, timestamp=1517885221843, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9472, timestamp=1517885221843, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9473, timestamp=1517885221843, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9474, timestamp=1517885221843, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9475, timestamp=1517885221843, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9476, timestamp=1517885221843, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9477, timestamp=1517885221844, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9478, timestamp=1517885221844, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9479, timestamp=1517885221844, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9480, timestamp=1517885221844, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9481, timestamp=1517885221844, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9482, timestamp=1517885221844, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9483, timestamp=1517885221844, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9484, timestamp=1517885221844, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9485, timestamp=1517885221844, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9486, timestamp=1517885221844, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9487, timestamp=1517885221844, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9488, timestamp=1517885221844, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9489, timestamp=1517885221844, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9490, timestamp=1517885221844, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9491, timestamp=1517885221844, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9492, timestamp=1517885221845, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9493, timestamp=1517885221845, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9494, timestamp=1517885221845, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9495, timestamp=1517885221845, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9496, timestamp=1517885221845, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9497, timestamp=1517885221845, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9498, timestamp=1517885221845, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9499, timestamp=1517885221846, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9500, timestamp=1517885221846, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9501, timestamp=1517885221846, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9502, timestamp=1517885221846, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9503, timestamp=1517885221846, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9504, timestamp=1517885221846, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9505, timestamp=1517885221846, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9506, timestamp=1517885221846, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9507, timestamp=1517885221846, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9508, timestamp=1517885221846, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9509, timestamp=1517885221847, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9510, timestamp=1517885221847, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9511, timestamp=1517885221847, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9512, timestamp=1517885221847, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9513, timestamp=1517885221847, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9514, timestamp=1517885221847, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9515, timestamp=1517885221847, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9516, timestamp=1517885221848, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9517, timestamp=1517885221848, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9518, timestamp=1517885221848, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9519, timestamp=1517885221848, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9520, timestamp=1517885221848, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9521, timestamp=1517885221848, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9522, timestamp=1517885221848, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9523, timestamp=1517885221848, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9524, timestamp=1517885221848, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9525, timestamp=1517885221848, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9526, timestamp=1517885221848, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9527, timestamp=1517885221849, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9528, timestamp=1517885221849, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9529, timestamp=1517885221849, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9530, timestamp=1517885221849, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9531, timestamp=1517885221849, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9532, timestamp=1517885221849, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9533, timestamp=1517885221849, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9534, timestamp=1517885221849, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9535, timestamp=1517885221850, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9536, timestamp=1517885221850, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9537, timestamp=1517885221850, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9538, timestamp=1517885221850, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9539, timestamp=1517885221850, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9540, timestamp=1517885221850, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9541, timestamp=1517885221850, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9542, timestamp=1517885221850, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9543, timestamp=1517885221850, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9544, timestamp=1517885221851, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9545, timestamp=1517885221851, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9546, timestamp=1517885221851, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9547, timestamp=1517885221851, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9548, timestamp=1517885221851, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9549, timestamp=1517885221851, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9550, timestamp=1517885221851, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9551, timestamp=1517885221851, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9552, timestamp=1517885221851, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9553, timestamp=1517885221852, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9554, timestamp=1517885221852, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9555, timestamp=1517885221852, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9556, timestamp=1517885221852, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9557, timestamp=1517885221852, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9558, timestamp=1517885221852, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9559, timestamp=1517885221852, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9560, timestamp=1517885221852, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9561, timestamp=1517885221852, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9562, timestamp=1517885221852, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9563, timestamp=1517885221852, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9564, timestamp=1517885221852, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9565, timestamp=1517885221853, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9566, timestamp=1517885221853, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9567, timestamp=1517885221853, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9568, timestamp=1517885221853, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9569, timestamp=1517885221853, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9570, timestamp=1517885221853, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9571, timestamp=1517885221854, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9572, timestamp=1517885221854, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9573, timestamp=1517885221854, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9574, timestamp=1517885221854, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9575, timestamp=1517885221854, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9576, timestamp=1517885221854, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9577, timestamp=1517885221854, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9578, timestamp=1517885221854, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9579, timestamp=1517885221854, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9580, timestamp=1517885221855, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9581, timestamp=1517885221855, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9582, timestamp=1517885221855, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9583, timestamp=1517885221855, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9584, timestamp=1517885221855, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9585, timestamp=1517885221855, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9586, timestamp=1517885221855, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9587, timestamp=1517885221855, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9588, timestamp=1517885221855, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9589, timestamp=1517885221855, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9590, timestamp=1517885221855, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9591, timestamp=1517885221855, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9592, timestamp=1517885221855, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9593, timestamp=1517885221855, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9594, timestamp=1517885221856, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9595, timestamp=1517885221856, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9596, timestamp=1517885221856, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9597, timestamp=1517885221856, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9598, timestamp=1517885221856, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9599, timestamp=1517885221856, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9600, timestamp=1517885221856, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9601, timestamp=1517885221856, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9602, timestamp=1517885221856, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9603, timestamp=1517885221856, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9604, timestamp=1517885221856, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9605, timestamp=1517885221856, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9606, timestamp=1517885221856, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9607, timestamp=1517885221857, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9608, timestamp=1517885221857, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9609, timestamp=1517885221857, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9610, timestamp=1517885221857, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9611, timestamp=1517885221857, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9612, timestamp=1517885221857, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9613, timestamp=1517885221857, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9614, timestamp=1517885221857, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9615, timestamp=1517885221857, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9616, timestamp=1517885221857, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9617, timestamp=1517885221858, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9618, timestamp=1517885221858, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9619, timestamp=1517885221858, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9620, timestamp=1517885221858, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9621, timestamp=1517885221858, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9622, timestamp=1517885221858, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9623, timestamp=1517885221858, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9624, timestamp=1517885221858, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9625, timestamp=1517885221858, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9626, timestamp=1517885221858, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9627, timestamp=1517885221858, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9628, timestamp=1517885221859, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9629, timestamp=1517885221859, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9630, timestamp=1517885221859, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9631, timestamp=1517885221859, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9632, timestamp=1517885221859, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9633, timestamp=1517885221859, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9634, timestamp=1517885221859, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9635, timestamp=1517885221859, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9636, timestamp=1517885221859, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9637, timestamp=1517885221859, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9638, timestamp=1517885221859, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9639, timestamp=1517885221859, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9640, timestamp=1517885221859, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9641, timestamp=1517885221859, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9642, timestamp=1517885221859, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9643, timestamp=1517885221859, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9644, timestamp=1517885221859, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9645, timestamp=1517885221860, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9646, timestamp=1517885221860, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9647, timestamp=1517885221860, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9648, timestamp=1517885221860, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9649, timestamp=1517885221860, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9650, timestamp=1517885221860, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9651, timestamp=1517885221860, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9652, timestamp=1517885221860, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9653, timestamp=1517885221860, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9654, timestamp=1517885221860, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9655, timestamp=1517885221860, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9656, timestamp=1517885221860, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9657, timestamp=1517885221860, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9658, timestamp=1517885221860, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9659, timestamp=1517885221860, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9660, timestamp=1517885221860, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9661, timestamp=1517885221861, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9662, timestamp=1517885221861, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9663, timestamp=1517885221861, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9664, timestamp=1517885221861, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9665, timestamp=1517885221861, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9666, timestamp=1517885221861, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9667, timestamp=1517885221861, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9668, timestamp=1517885221861, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9669, timestamp=1517885221861, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9670, timestamp=1517885221861, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9671, timestamp=1517885221861, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9672, timestamp=1517885221861, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9673, timestamp=1517885221862, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9674, timestamp=1517885221862, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9675, timestamp=1517885221862, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9676, timestamp=1517885221862, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9677, timestamp=1517885221862, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9678, timestamp=1517885221862, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9679, timestamp=1517885221862, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9680, timestamp=1517885221862, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9681, timestamp=1517885221862, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9682, timestamp=1517885221862, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9683, timestamp=1517885221862, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9684, timestamp=1517885221862, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9685, timestamp=1517885221862, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9686, timestamp=1517885221862, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9687, timestamp=1517885221862, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9688, timestamp=1517885221862, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9689, timestamp=1517885221862, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9690, timestamp=1517885221863, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9691, timestamp=1517885221863, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9692, timestamp=1517885221863, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9693, timestamp=1517885221863, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9694, timestamp=1517885221863, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9695, timestamp=1517885221863, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9696, timestamp=1517885221863, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9697, timestamp=1517885221863, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9698, timestamp=1517885221863, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9699, timestamp=1517885221864, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9700, timestamp=1517885221864, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9701, timestamp=1517885221864, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9702, timestamp=1517885221864, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9703, timestamp=1517885221864, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9704, timestamp=1517885221864, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9705, timestamp=1517885221864, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9706, timestamp=1517885221864, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9707, timestamp=1517885221864, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9708, timestamp=1517885221864, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9709, timestamp=1517885221864, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9710, timestamp=1517885221864, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9711, timestamp=1517885221864, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9712, timestamp=1517885221865, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9713, timestamp=1517885221865, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9714, timestamp=1517885221865, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9715, timestamp=1517885221865, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9716, timestamp=1517885221865, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9717, timestamp=1517885221865, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9718, timestamp=1517885221865, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9719, timestamp=1517885221865, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9720, timestamp=1517885221865, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9721, timestamp=1517885221865, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9722, timestamp=1517885221865, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9723, timestamp=1517885221865, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9724, timestamp=1517885221865, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9725, timestamp=1517885221865, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9726, timestamp=1517885221866, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9727, timestamp=1517885221866, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9728, timestamp=1517885221866, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9729, timestamp=1517885221866, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9730, timestamp=1517885221866, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9731, timestamp=1517885221866, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9732, timestamp=1517885221866, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9733, timestamp=1517885221866, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9734, timestamp=1517885221866, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9735, timestamp=1517885221866, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9736, timestamp=1517885221866, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9737, timestamp=1517885221866, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9738, timestamp=1517885221867, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9739, timestamp=1517885221867, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9740, timestamp=1517885221867, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9741, timestamp=1517885221867, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9742, timestamp=1517885221867, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9743, timestamp=1517885221867, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9744, timestamp=1517885221867, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9745, timestamp=1517885221867, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9746, timestamp=1517885221867, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9747, timestamp=1517885221867, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9748, timestamp=1517885221868, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9749, timestamp=1517885221868, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9750, timestamp=1517885221868, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9751, timestamp=1517885221868, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9752, timestamp=1517885221868, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9753, timestamp=1517885221868, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9754, timestamp=1517885221868, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9755, timestamp=1517885221868, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9756, timestamp=1517885221868, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9757, timestamp=1517885221868, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9758, timestamp=1517885221868, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9759, timestamp=1517885221868, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9760, timestamp=1517885221868, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9761, timestamp=1517885221868, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9762, timestamp=1517885221868, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9763, timestamp=1517885221869, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9764, timestamp=1517885221869, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9765, timestamp=1517885221869, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9766, timestamp=1517885221869, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9767, timestamp=1517885221869, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9768, timestamp=1517885221869, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9769, timestamp=1517885221869, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9770, timestamp=1517885221869, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9771, timestamp=1517885221869, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9772, timestamp=1517885221869, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9773, timestamp=1517885221869, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9774, timestamp=1517885221869, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9775, timestamp=1517885221870, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9776, timestamp=1517885221870, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9777, timestamp=1517885221870, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9778, timestamp=1517885221870, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9779, timestamp=1517885221870, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9780, timestamp=1517885221870, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9781, timestamp=1517885221870, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9782, timestamp=1517885221870, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9783, timestamp=1517885221870, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9784, timestamp=1517885221870, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9785, timestamp=1517885221870, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9786, timestamp=1517885221870, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9787, timestamp=1517885221870, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9788, timestamp=1517885221870, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9789, timestamp=1517885221871, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9790, timestamp=1517885221871, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9791, timestamp=1517885221871, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9792, timestamp=1517885221871, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9793, timestamp=1517885221871, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9794, timestamp=1517885221871, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9795, timestamp=1517885221871, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9796, timestamp=1517885221871, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9797, timestamp=1517885221871, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9798, timestamp=1517885221871, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9799, timestamp=1517885221871, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9800, timestamp=1517885221872, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9801, timestamp=1517885221872, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9802, timestamp=1517885221872, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9803, timestamp=1517885221872, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9804, timestamp=1517885221872, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9805, timestamp=1517885221872, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9806, timestamp=1517885221872, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9807, timestamp=1517885221872, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9808, timestamp=1517885221872, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9809, timestamp=1517885221872, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9810, timestamp=1517885221872, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9811, timestamp=1517885221872, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9812, timestamp=1517885221872, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9813, timestamp=1517885221872, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9814, timestamp=1517885221872, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9815, timestamp=1517885221872, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9816, timestamp=1517885221872, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9817, timestamp=1517885221872, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9818, timestamp=1517885221872, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9819, timestamp=1517885221872, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9820, timestamp=1517885221873, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9821, timestamp=1517885221873, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9822, timestamp=1517885221873, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9823, timestamp=1517885221873, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9824, timestamp=1517885221873, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9825, timestamp=1517885221873, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9826, timestamp=1517885221874, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9827, timestamp=1517885221874, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9828, timestamp=1517885221874, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9829, timestamp=1517885221874, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9830, timestamp=1517885221874, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9831, timestamp=1517885221874, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9832, timestamp=1517885221874, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9833, timestamp=1517885221874, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9834, timestamp=1517885221874, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9835, timestamp=1517885221874, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9836, timestamp=1517885221874, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9837, timestamp=1517885221874, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9838, timestamp=1517885221874, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9839, timestamp=1517885221874, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9840, timestamp=1517885221874, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9841, timestamp=1517885221875, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9842, timestamp=1517885221875, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9843, timestamp=1517885221875, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9844, timestamp=1517885221875, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9845, timestamp=1517885221875, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9846, timestamp=1517885221875, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9847, timestamp=1517885221875, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9848, timestamp=1517885221875, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9849, timestamp=1517885221875, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9850, timestamp=1517885221875, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9851, timestamp=1517885221875, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9852, timestamp=1517885221876, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9853, timestamp=1517885221876, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9854, timestamp=1517885221876, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9855, timestamp=1517885221876, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9856, timestamp=1517885221876, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9857, timestamp=1517885221876, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9858, timestamp=1517885221876, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9859, timestamp=1517885221876, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9860, timestamp=1517885221876, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9861, timestamp=1517885221876, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9862, timestamp=1517885221876, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9863, timestamp=1517885221876, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9864, timestamp=1517885221876, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9865, timestamp=1517885221876, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9866, timestamp=1517885221877, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9867, timestamp=1517885221877, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9868, timestamp=1517885221877, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9869, timestamp=1517885221877, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9870, timestamp=1517885221877, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9871, timestamp=1517885221877, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9872, timestamp=1517885221877, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9873, timestamp=1517885221877, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9874, timestamp=1517885221878, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9875, timestamp=1517885221878, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9876, timestamp=1517885221878, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9877, timestamp=1517885221878, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9878, timestamp=1517885221878, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9879, timestamp=1517885221879, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9880, timestamp=1517885221879, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9881, timestamp=1517885221879, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9882, timestamp=1517885221879, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9883, timestamp=1517885221879, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9884, timestamp=1517885221879, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9885, timestamp=1517885221879, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9886, timestamp=1517885221879, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9887, timestamp=1517885221879, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9888, timestamp=1517885221879, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9889, timestamp=1517885221879, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9890, timestamp=1517885221879, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9891, timestamp=1517885221879, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9892, timestamp=1517885221880, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9893, timestamp=1517885221880, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9894, timestamp=1517885221880, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9895, timestamp=1517885221880, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9896, timestamp=1517885221880, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9897, timestamp=1517885221881, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9898, timestamp=1517885221881, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9899, timestamp=1517885221881, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9900, timestamp=1517885221881, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9901, timestamp=1517885221881, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9902, timestamp=1517885221881, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9903, timestamp=1517885221881, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9904, timestamp=1517885221881, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9905, timestamp=1517885221881, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9906, timestamp=1517885221882, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9907, timestamp=1517885221882, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9908, timestamp=1517885221882, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9909, timestamp=1517885221882, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9910, timestamp=1517885221882, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9911, timestamp=1517885221883, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9912, timestamp=1517885221883, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9913, timestamp=1517885221883, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9914, timestamp=1517885221883, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9915, timestamp=1517885221883, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9916, timestamp=1517885221883, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9917, timestamp=1517885221883, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9918, timestamp=1517885221883, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9919, timestamp=1517885221883, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9920, timestamp=1517885221883, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9921, timestamp=1517885221884, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9922, timestamp=1517885221884, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9923, timestamp=1517885221884, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9924, timestamp=1517885221884, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9925, timestamp=1517885221884, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9926, timestamp=1517885221884, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9927, timestamp=1517885221884, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9928, timestamp=1517885221884, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9929, timestamp=1517885221885, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9930, timestamp=1517885221885, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9931, timestamp=1517885221885, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9932, timestamp=1517885221885, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9933, timestamp=1517885221885, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9934, timestamp=1517885221885, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9935, timestamp=1517885221885, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9936, timestamp=1517885221885, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9937, timestamp=1517885221885, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9938, timestamp=1517885221886, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9939, timestamp=1517885221886, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9940, timestamp=1517885221886, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9941, timestamp=1517885221886, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9942, timestamp=1517885221886, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9943, timestamp=1517885221886, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9944, timestamp=1517885221886, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9945, timestamp=1517885221886, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9946, timestamp=1517885221887, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9947, timestamp=1517885221887, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9948, timestamp=1517885221887, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9949, timestamp=1517885221887, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9950, timestamp=1517885221887, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9951, timestamp=1517885221887, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9952, timestamp=1517885221887, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9953, timestamp=1517885221887, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9954, timestamp=1517885221887, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9955, timestamp=1517885221887, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9956, timestamp=1517885221887, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9957, timestamp=1517885221887, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9958, timestamp=1517885221887, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9959, timestamp=1517885221888, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9960, timestamp=1517885221888, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9961, timestamp=1517885221888, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9962, timestamp=1517885221888, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9963, timestamp=1517885221888, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9964, timestamp=1517885221888, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9965, timestamp=1517885221888, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9966, timestamp=1517885221888, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9967, timestamp=1517885221888, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9968, timestamp=1517885221888, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9969, timestamp=1517885221889, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9970, timestamp=1517885221889, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9971, timestamp=1517885221889, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9972, timestamp=1517885221889, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9973, timestamp=1517885221889, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9974, timestamp=1517885221889, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9975, timestamp=1517885221889, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9976, timestamp=1517885221889, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9977, timestamp=1517885221889, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9978, timestamp=1517885221889, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9979, timestamp=1517885221889, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9980, timestamp=1517885221889, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9981, timestamp=1517885221890, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9982, timestamp=1517885221890, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9983, timestamp=1517885221890, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9984, timestamp=1517885221890, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9985, timestamp=1517885221890, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9986, timestamp=1517885221890, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9987, timestamp=1517885221890, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9988, timestamp=1517885221890, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9989, timestamp=1517885221890, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9990, timestamp=1517885221890, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9991, timestamp=1517885221891, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9992, timestamp=1517885221891, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9993, timestamp=1517885221891, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9994, timestamp=1517885221891, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9995, timestamp=1517885221891, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9996, timestamp=1517885221891, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9997, timestamp=1517885221891, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9998, timestamp=1517885221891, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9999, timestamp=1517885221891, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10000, timestamp=1517885221891, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10001, timestamp=1517885221891, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10002, timestamp=1517885221891, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10003, timestamp=1517885221891, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10004, timestamp=1517885221892, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10005, timestamp=1517885221892, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10006, timestamp=1517885221892, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10007, timestamp=1517885221892, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10008, timestamp=1517885221892, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10009, timestamp=1517885221892, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10010, timestamp=1517885221892, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10011, timestamp=1517885221892, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10012, timestamp=1517885221892, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10013, timestamp=1517885221892, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10014, timestamp=1517885221892, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10015, timestamp=1517885221892, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10016, timestamp=1517885221892, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10017, timestamp=1517885221892, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10018, timestamp=1517885221893, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10019, timestamp=1517885221893, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10020, timestamp=1517885221893, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10021, timestamp=1517885221893, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10022, timestamp=1517885221893, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10023, timestamp=1517885221893, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10024, timestamp=1517885221893, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10025, timestamp=1517885221893, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10026, timestamp=1517885221893, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10027, timestamp=1517885221893, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10028, timestamp=1517885221893, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10029, timestamp=1517885221893, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10030, timestamp=1517885221894, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10031, timestamp=1517885221894, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10032, timestamp=1517885221894, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10033, timestamp=1517885221894, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10034, timestamp=1517885221894, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10035, timestamp=1517885221894, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10036, timestamp=1517885221895, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10037, timestamp=1517885221895, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10038, timestamp=1517885221895, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10039, timestamp=1517885221895, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10040, timestamp=1517885221895, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10041, timestamp=1517885221895, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10042, timestamp=1517885221895, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10043, timestamp=1517885221895, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10044, timestamp=1517885221895, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10045, timestamp=1517885221895, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10046, timestamp=1517885221896, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10047, timestamp=1517885221896, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10048, timestamp=1517885221896, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10049, timestamp=1517885221896, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10050, timestamp=1517885221896, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10051, timestamp=1517885221896, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10052, timestamp=1517885221896, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10053, timestamp=1517885221896, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10054, timestamp=1517885221896, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10055, timestamp=1517885221896, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10056, timestamp=1517885221896, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10057, timestamp=1517885221896, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10058, timestamp=1517885221897, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10059, timestamp=1517885222581, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10060, timestamp=1517885222581, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10061, timestamp=1517885222581, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10062, timestamp=1517885222581, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10063, timestamp=1517885222581, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10064, timestamp=1517885222582, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10065, timestamp=1517885222582, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10066, timestamp=1517885222582, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10067, timestamp=1517885222582, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10068, timestamp=1517885222582, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10069, timestamp=1517885222582, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10070, timestamp=1517885222582, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10071, timestamp=1517885222582, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10072, timestamp=1517885222582, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10073, timestamp=1517885222582, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10074, timestamp=1517885222583, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10075, timestamp=1517885222583, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10076, timestamp=1517885222583, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10077, timestamp=1517885222583, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10078, timestamp=1517885222583, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10079, timestamp=1517885222583, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10080, timestamp=1517885222583, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10081, timestamp=1517885222583, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10082, timestamp=1517885222583, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10083, timestamp=1517885222583, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10084, timestamp=1517885222583, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10085, timestamp=1517885222583, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10086, timestamp=1517885222583, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10087, timestamp=1517885222584, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10088, timestamp=1517885222584, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10089, timestamp=1517885222584, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10090, timestamp=1517885222584, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10091, timestamp=1517885222584, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10092, timestamp=1517885222584, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10093, timestamp=1517885222585, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10094, timestamp=1517885222585, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10095, timestamp=1517885222585, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10096, timestamp=1517885222585, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10097, timestamp=1517885222585, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10098, timestamp=1517885222585, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10099, timestamp=1517885222585, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10100, timestamp=1517885222586, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10101, timestamp=1517885222586, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10102, timestamp=1517885222586, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10103, timestamp=1517885222586, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10104, timestamp=1517885222586, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10105, timestamp=1517885222586, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10106, timestamp=1517885222586, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10107, timestamp=1517885222586, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10108, timestamp=1517885222586, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10109, timestamp=1517885222587, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10110, timestamp=1517885222587, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10111, timestamp=1517885222587, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10112, timestamp=1517885222587, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10113, timestamp=1517885222588, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10114, timestamp=1517885222588, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10115, timestamp=1517885222588, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10116, timestamp=1517885222588, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10117, timestamp=1517885222588, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10118, timestamp=1517885222588, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10119, timestamp=1517885222588, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10120, timestamp=1517885222588, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10121, timestamp=1517885222588, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10122, timestamp=1517885222588, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10123, timestamp=1517885222588, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10124, timestamp=1517885222588, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10125, timestamp=1517885222589, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10126, timestamp=1517885222589, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10127, timestamp=1517885222589, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10128, timestamp=1517885222589, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10129, timestamp=1517885222589, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10130, timestamp=1517885222590, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10131, timestamp=1517885222590, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10132, timestamp=1517885222590, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10133, timestamp=1517885222590, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10134, timestamp=1517885222590, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10135, timestamp=1517885222590, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10136, timestamp=1517885222590, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10137, timestamp=1517885222590, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10138, timestamp=1517885222590, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10139, timestamp=1517885222591, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10140, timestamp=1517885222591, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10141, timestamp=1517885222591, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10142, timestamp=1517885222591, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10143, timestamp=1517885222591, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10144, timestamp=1517885222591, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10145, timestamp=1517885222591, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10146, timestamp=1517885222591, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10147, timestamp=1517885222591, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10148, timestamp=1517885222591, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10149, timestamp=1517885222591, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10150, timestamp=1517885222592, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10151, timestamp=1517885222592, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10152, timestamp=1517885222592, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10153, timestamp=1517885222592, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10154, timestamp=1517885222592, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10155, timestamp=1517885222592, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10156, timestamp=1517885222592, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10157, timestamp=1517885222592, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10158, timestamp=1517885222592, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10159, timestamp=1517885222592, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10160, timestamp=1517885222592, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10161, timestamp=1517885222592, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10162, timestamp=1517885222592, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10163, timestamp=1517885222592, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10164, timestamp=1517885222593, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10165, timestamp=1517885222593, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10166, timestamp=1517885222593, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10167, timestamp=1517885222593, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10168, timestamp=1517885222593, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10169, timestamp=1517885222593, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10170, timestamp=1517885222593, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10171, timestamp=1517885222593, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10172, timestamp=1517885222593, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10173, timestamp=1517885222593, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10174, timestamp=1517885222593, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10175, timestamp=1517885222593, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10176, timestamp=1517885222593, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10177, timestamp=1517885222593, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10178, timestamp=1517885222594, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10179, timestamp=1517885222594, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10180, timestamp=1517885222594, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10181, timestamp=1517885222594, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10182, timestamp=1517885222594, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10183, timestamp=1517885222594, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10184, timestamp=1517885222594, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10185, timestamp=1517885222594, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10186, timestamp=1517885222594, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10187, timestamp=1517885222594, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10188, timestamp=1517885222594, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10189, timestamp=1517885222595, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10190, timestamp=1517885222595, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10191, timestamp=1517885222595, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10192, timestamp=1517885222595, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10193, timestamp=1517885222595, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10194, timestamp=1517885222595, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10195, timestamp=1517885222595, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10196, timestamp=1517885222595, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10197, timestamp=1517885222595, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10198, timestamp=1517885222595, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10199, timestamp=1517885222595, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10200, timestamp=1517885222596, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10201, timestamp=1517885222596, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10202, timestamp=1517885222596, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10203, timestamp=1517885222596, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10204, timestamp=1517885222596, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10205, timestamp=1517885222596, key=8 bytes, value=576 bytes))]}]}]} 12:03:47.690 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 8476 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:47.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 22282 12:03:47.882 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 7002 for assigned partition test-2 and update position to 7502 12:03:48.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 22667 12:03:49.120 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 7502 for assigned partition test-2 and update position to 8002 12:03:49.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 23157 12:03:50.138 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8002 for assigned partition test-2 and update position to 8444 12:03:50.138 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-1 with offset 6812 12:03:50.138 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-1 to 99942 12:03:50.138 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6812 for assigned partition test-1 and update position to 6870 12:03:50.138 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-2 at offset 8444 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:50.138 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-2] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:50.138 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=2,fetch_offset=8444,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 80 to node 3 12:03:50.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:50.297 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 81 to node 2147483644 12:03:50.498 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 81, received {throttle_time_ms=0,error_code=0} 12:03:50.498 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:50.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 23642 12:03:51.163 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=6870, metadata=''}, test-0=OffsetAndMetadata{offset=8476, metadata=''}, test-2=OffsetAndMetadata{offset=8444, metadata=''}} 12:03:51.163 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=6870, metadata=''}, test-0=OffsetAndMetadata{offset=8476, metadata=''}, test-2=OffsetAndMetadata{offset=8444, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:51.163 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=8476,metadata=},{partition=1,offset=6870,metadata=},{partition=2,offset=8444,metadata=}]}]} with correlation id 82 to node 2147483644 12:03:51.165 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 6870 for assigned partition test-1 and update position to 7370 12:03:51.165 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Skipping fetch for partition test-2 because there is an in-flight request to kafka-host-3:9092 (id: 3 rack: null) 12:03:51.166 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 80, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=2,error_code=0,high_watermark=99967,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=8444, timestamp=1517885221760, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8445, timestamp=1517885221760, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8446, timestamp=1517885221760, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8447, timestamp=1517885221760, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8448, timestamp=1517885221760, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8449, timestamp=1517885221760, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8450, timestamp=1517885221760, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8451, timestamp=1517885221760, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8452, timestamp=1517885221760, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8453, timestamp=1517885221761, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8454, timestamp=1517885221761, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8455, timestamp=1517885221761, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8456, timestamp=1517885221761, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8457, timestamp=1517885221761, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8458, timestamp=1517885221761, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8459, timestamp=1517885221761, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8460, timestamp=1517885221761, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8461, timestamp=1517885221761, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8462, timestamp=1517885221761, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8463, timestamp=1517885221762, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8464, timestamp=1517885221762, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8465, timestamp=1517885221762, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8466, timestamp=1517885221762, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8467, timestamp=1517885221762, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8468, timestamp=1517885221762, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8469, timestamp=1517885221762, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8470, timestamp=1517885221762, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8471, timestamp=1517885221762, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8472, timestamp=1517885221762, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8473, timestamp=1517885221762, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8474, timestamp=1517885221762, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8475, timestamp=1517885221762, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8476, timestamp=1517885221762, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8477, timestamp=1517885221762, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8478, timestamp=1517885221762, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8479, timestamp=1517885221762, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8480, timestamp=1517885221763, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8481, timestamp=1517885221763, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8482, timestamp=1517885221763, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8483, timestamp=1517885221763, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8484, timestamp=1517885221763, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8485, timestamp=1517885221763, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8486, timestamp=1517885221763, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8487, timestamp=1517885221763, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8488, timestamp=1517885221763, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8489, timestamp=1517885221763, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8490, timestamp=1517885221763, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8491, timestamp=1517885221763, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8492, timestamp=1517885221764, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8493, timestamp=1517885221764, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8494, timestamp=1517885221764, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8495, timestamp=1517885221764, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8496, timestamp=1517885221764, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8497, timestamp=1517885221764, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8498, timestamp=1517885221764, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8499, timestamp=1517885221764, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8500, timestamp=1517885221765, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8501, timestamp=1517885221765, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8502, timestamp=1517885221765, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8503, timestamp=1517885221765, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8504, timestamp=1517885221765, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8505, timestamp=1517885221765, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8506, timestamp=1517885221765, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8507, timestamp=1517885221765, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8508, timestamp=1517885221765, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8509, timestamp=1517885221765, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8510, timestamp=1517885221765, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8511, timestamp=1517885221765, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8512, timestamp=1517885221765, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8513, timestamp=1517885221765, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8514, timestamp=1517885221765, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8515, timestamp=1517885221765, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8516, timestamp=1517885221765, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8517, timestamp=1517885221765, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8518, timestamp=1517885221765, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8519, timestamp=1517885221765, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8520, timestamp=1517885221766, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8521, timestamp=1517885221766, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8522, timestamp=1517885221766, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8523, timestamp=1517885221766, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8524, timestamp=1517885221766, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8525, timestamp=1517885221766, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8526, timestamp=1517885221766, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8527, timestamp=1517885221766, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8528, timestamp=1517885221766, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8529, timestamp=1517885221766, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8530, timestamp=1517885221766, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8531, timestamp=1517885221766, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8532, timestamp=1517885221766, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8533, timestamp=1517885221766, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8534, timestamp=1517885221766, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8535, timestamp=1517885221766, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8536, timestamp=1517885221766, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8537, timestamp=1517885221767, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8538, timestamp=1517885221767, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8539, timestamp=1517885221767, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8540, timestamp=1517885221767, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8541, timestamp=1517885221767, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8542, timestamp=1517885221767, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8543, timestamp=1517885221767, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8544, timestamp=1517885221767, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8545, timestamp=1517885221767, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8546, timestamp=1517885221768, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8547, timestamp=1517885221768, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8548, timestamp=1517885221768, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8549, timestamp=1517885221768, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8550, timestamp=1517885221768, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8551, timestamp=1517885221768, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8552, timestamp=1517885221768, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8553, timestamp=1517885221768, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8554, timestamp=1517885221768, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8555, timestamp=1517885221768, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8556, timestamp=1517885221768, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8557, timestamp=1517885221768, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8558, timestamp=1517885221768, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8559, timestamp=1517885221769, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8560, timestamp=1517885221769, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8561, timestamp=1517885221769, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8562, timestamp=1517885221769, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8563, timestamp=1517885221769, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8564, timestamp=1517885221769, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8565, timestamp=1517885221769, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8566, timestamp=1517885221769, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8567, timestamp=1517885221769, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8568, timestamp=1517885221769, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8569, timestamp=1517885221769, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8570, timestamp=1517885221769, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8571, timestamp=1517885221769, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8572, timestamp=1517885221769, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8573, timestamp=1517885221769, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8574, timestamp=1517885221770, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8575, timestamp=1517885221770, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8576, timestamp=1517885221770, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8577, timestamp=1517885221770, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8578, timestamp=1517885221770, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8579, timestamp=1517885221770, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8580, timestamp=1517885221770, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8581, timestamp=1517885221770, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8582, timestamp=1517885221770, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8583, timestamp=1517885221770, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8584, timestamp=1517885221770, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8585, timestamp=1517885221771, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8586, timestamp=1517885221771, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8587, timestamp=1517885221771, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8588, timestamp=1517885221771, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8589, timestamp=1517885221771, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8590, timestamp=1517885221771, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8591, timestamp=1517885221771, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8592, timestamp=1517885221771, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8593, timestamp=1517885221771, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8594, timestamp=1517885221771, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8595, timestamp=1517885221771, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8596, timestamp=1517885221772, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8597, timestamp=1517885221772, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8598, timestamp=1517885221772, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8599, timestamp=1517885221772, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8600, timestamp=1517885221772, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8601, timestamp=1517885221772, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8602, timestamp=1517885221772, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8603, timestamp=1517885221772, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8604, timestamp=1517885221772, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8605, timestamp=1517885221772, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8606, timestamp=1517885221772, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8607, timestamp=1517885221772, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8608, timestamp=1517885221772, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8609, timestamp=1517885221772, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8610, timestamp=1517885221772, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8611, timestamp=1517885221773, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8612, timestamp=1517885221773, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8613, timestamp=1517885221773, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8614, timestamp=1517885221773, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8615, timestamp=1517885221773, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8616, timestamp=1517885221773, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8617, timestamp=1517885221773, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8618, timestamp=1517885221773, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8619, timestamp=1517885221773, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8620, timestamp=1517885221773, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8621, timestamp=1517885221773, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8622, timestamp=1517885221773, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8623, timestamp=1517885221774, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8624, timestamp=1517885221774, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8625, timestamp=1517885221774, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8626, timestamp=1517885221774, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8627, timestamp=1517885221774, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8628, timestamp=1517885221774, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8629, timestamp=1517885221774, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8630, timestamp=1517885221774, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8631, timestamp=1517885221774, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8632, timestamp=1517885221774, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8633, timestamp=1517885221774, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8634, timestamp=1517885221775, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8635, timestamp=1517885221775, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8636, timestamp=1517885221775, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8637, timestamp=1517885221775, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8638, timestamp=1517885221775, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8639, timestamp=1517885221775, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8640, timestamp=1517885221775, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8641, timestamp=1517885221775, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8642, timestamp=1517885221775, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8643, timestamp=1517885221775, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8644, timestamp=1517885221776, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8645, timestamp=1517885221776, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8646, timestamp=1517885221776, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8647, timestamp=1517885221776, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8648, timestamp=1517885221776, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8649, timestamp=1517885221776, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8650, timestamp=1517885221776, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8651, timestamp=1517885221776, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8652, timestamp=1517885221776, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8653, timestamp=1517885221776, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8654, timestamp=1517885221776, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8655, timestamp=1517885221777, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8656, timestamp=1517885221777, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8657, timestamp=1517885221777, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8658, timestamp=1517885221777, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8659, timestamp=1517885221777, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8660, timestamp=1517885221777, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8661, timestamp=1517885221777, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8662, timestamp=1517885221777, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8663, timestamp=1517885221777, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8664, timestamp=1517885221778, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8665, timestamp=1517885221778, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8666, timestamp=1517885221778, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8667, timestamp=1517885221778, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8668, timestamp=1517885221778, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8669, timestamp=1517885221778, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8670, timestamp=1517885221778, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8671, timestamp=1517885221778, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8672, timestamp=1517885221778, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8673, timestamp=1517885221779, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8674, timestamp=1517885221779, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8675, timestamp=1517885221779, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8676, timestamp=1517885221779, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8677, timestamp=1517885221779, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8678, timestamp=1517885221779, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8679, timestamp=1517885221779, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8680, timestamp=1517885221779, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8681, timestamp=1517885221779, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8682, timestamp=1517885221779, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8683, timestamp=1517885221779, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8684, timestamp=1517885221780, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8685, timestamp=1517885221780, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8686, timestamp=1517885221780, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8687, timestamp=1517885221780, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8688, timestamp=1517885221780, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8689, timestamp=1517885221780, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8690, timestamp=1517885221780, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8691, timestamp=1517885221780, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8692, timestamp=1517885221780, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8693, timestamp=1517885221780, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8694, timestamp=1517885221780, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8695, timestamp=1517885221780, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8696, timestamp=1517885221782, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8697, timestamp=1517885221782, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8698, timestamp=1517885221782, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8699, timestamp=1517885221782, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8700, timestamp=1517885221782, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8701, timestamp=1517885221782, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8702, timestamp=1517885221782, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8703, timestamp=1517885221782, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8704, timestamp=1517885221782, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8705, timestamp=1517885221782, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8706, timestamp=1517885221782, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8707, timestamp=1517885221783, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8708, timestamp=1517885221783, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8709, timestamp=1517885221783, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8710, timestamp=1517885221783, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8711, timestamp=1517885221783, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8712, timestamp=1517885221783, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8713, timestamp=1517885221783, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8714, timestamp=1517885221783, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8715, timestamp=1517885221783, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8716, timestamp=1517885221783, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8717, timestamp=1517885221783, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8718, timestamp=1517885221783, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8719, timestamp=1517885221783, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8720, timestamp=1517885221784, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8721, timestamp=1517885221784, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8722, timestamp=1517885221784, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8723, timestamp=1517885221784, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8724, timestamp=1517885221784, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8725, timestamp=1517885221784, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8726, timestamp=1517885221784, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8727, timestamp=1517885221784, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8728, timestamp=1517885221784, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8729, timestamp=1517885221784, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8730, timestamp=1517885221784, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8731, timestamp=1517885221784, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8732, timestamp=1517885221784, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8733, timestamp=1517885221784, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8734, timestamp=1517885221785, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8735, timestamp=1517885221785, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8736, timestamp=1517885221785, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8737, timestamp=1517885221785, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8738, timestamp=1517885221785, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8739, timestamp=1517885221785, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8740, timestamp=1517885221785, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8741, timestamp=1517885221785, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8742, timestamp=1517885221785, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8743, timestamp=1517885221785, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8744, timestamp=1517885221786, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8745, timestamp=1517885221786, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8746, timestamp=1517885221786, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8747, timestamp=1517885221786, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8748, timestamp=1517885221786, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8749, timestamp=1517885221786, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8750, timestamp=1517885221786, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8751, timestamp=1517885221786, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8752, timestamp=1517885221786, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8753, timestamp=1517885221786, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8754, timestamp=1517885221786, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8755, timestamp=1517885221786, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8756, timestamp=1517885221786, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8757, timestamp=1517885221786, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8758, timestamp=1517885221786, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8759, timestamp=1517885221786, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8760, timestamp=1517885221787, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8761, timestamp=1517885221787, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8762, timestamp=1517885221787, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8763, timestamp=1517885221787, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8764, timestamp=1517885221787, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8765, timestamp=1517885221787, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8766, timestamp=1517885221787, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8767, timestamp=1517885221787, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8768, timestamp=1517885221787, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8769, timestamp=1517885221788, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8770, timestamp=1517885221788, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8771, timestamp=1517885221788, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8772, timestamp=1517885221788, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8773, timestamp=1517885221788, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8774, timestamp=1517885221789, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8775, timestamp=1517885221789, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8776, timestamp=1517885221789, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8777, timestamp=1517885221789, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8778, timestamp=1517885221789, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8779, timestamp=1517885221789, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8780, timestamp=1517885221789, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8781, timestamp=1517885221789, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8782, timestamp=1517885221789, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8783, timestamp=1517885221789, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8784, timestamp=1517885221789, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8785, timestamp=1517885221790, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8786, timestamp=1517885221790, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8787, timestamp=1517885221790, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8788, timestamp=1517885221790, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8789, timestamp=1517885221790, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8790, timestamp=1517885221790, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8791, timestamp=1517885221790, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8792, timestamp=1517885221790, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8793, timestamp=1517885221790, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8794, timestamp=1517885221790, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8795, timestamp=1517885221790, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8796, timestamp=1517885221790, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8797, timestamp=1517885221790, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8798, timestamp=1517885221791, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8799, timestamp=1517885221791, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8800, timestamp=1517885221791, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8801, timestamp=1517885221791, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8802, timestamp=1517885221791, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8803, timestamp=1517885221791, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8804, timestamp=1517885221791, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8805, timestamp=1517885221791, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8806, timestamp=1517885221791, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8807, timestamp=1517885221791, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8808, timestamp=1517885221791, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8809, timestamp=1517885221791, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8810, timestamp=1517885221792, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8811, timestamp=1517885221792, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8812, timestamp=1517885221792, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8813, timestamp=1517885221792, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8814, timestamp=1517885221792, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8815, timestamp=1517885221792, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8816, timestamp=1517885221792, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8817, timestamp=1517885221792, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8818, timestamp=1517885221792, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8819, timestamp=1517885221793, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8820, timestamp=1517885221793, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8821, timestamp=1517885221793, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8822, timestamp=1517885221793, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8823, timestamp=1517885221793, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8824, timestamp=1517885221793, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8825, timestamp=1517885221793, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8826, timestamp=1517885221794, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8827, timestamp=1517885221794, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8828, timestamp=1517885221794, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8829, timestamp=1517885221794, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8830, timestamp=1517885221794, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8831, timestamp=1517885221794, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8832, timestamp=1517885221794, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8833, timestamp=1517885221794, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8834, timestamp=1517885221795, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8835, timestamp=1517885221795, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8836, timestamp=1517885221795, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8837, timestamp=1517885221795, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8838, timestamp=1517885221796, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8839, timestamp=1517885221796, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8840, timestamp=1517885221796, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8841, timestamp=1517885221796, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8842, timestamp=1517885221796, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8843, timestamp=1517885221796, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8844, timestamp=1517885221796, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8845, timestamp=1517885221796, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8846, timestamp=1517885221796, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8847, timestamp=1517885221796, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8848, timestamp=1517885221796, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8849, timestamp=1517885221796, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8850, timestamp=1517885221796, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8851, timestamp=1517885221796, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8852, timestamp=1517885221796, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8853, timestamp=1517885221797, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8854, timestamp=1517885221797, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8855, timestamp=1517885221797, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8856, timestamp=1517885221797, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8857, timestamp=1517885221798, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8858, timestamp=1517885221798, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8859, timestamp=1517885221798, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8860, timestamp=1517885221798, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8861, timestamp=1517885221798, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8862, timestamp=1517885221798, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8863, timestamp=1517885221798, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8864, timestamp=1517885221799, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8865, timestamp=1517885221799, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8866, timestamp=1517885221799, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8867, timestamp=1517885221799, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8868, timestamp=1517885221799, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8869, timestamp=1517885221799, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8870, timestamp=1517885221799, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8871, timestamp=1517885221799, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8872, timestamp=1517885221799, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8873, timestamp=1517885221799, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8874, timestamp=1517885221799, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8875, timestamp=1517885221799, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8876, timestamp=1517885221800, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8877, timestamp=1517885221800, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8878, timestamp=1517885221800, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8879, timestamp=1517885221800, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8880, timestamp=1517885221800, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8881, timestamp=1517885221800, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8882, timestamp=1517885221800, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8883, timestamp=1517885221800, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8884, timestamp=1517885221800, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8885, timestamp=1517885221800, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8886, timestamp=1517885221800, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8887, timestamp=1517885221801, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8888, timestamp=1517885221801, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8889, timestamp=1517885221801, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8890, timestamp=1517885221801, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8891, timestamp=1517885221801, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8892, timestamp=1517885221801, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8893, timestamp=1517885221801, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8894, timestamp=1517885221802, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8895, timestamp=1517885221802, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8896, timestamp=1517885221802, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8897, timestamp=1517885221802, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8898, timestamp=1517885221802, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8899, timestamp=1517885221802, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8900, timestamp=1517885221802, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8901, timestamp=1517885221803, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8902, timestamp=1517885221803, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8903, timestamp=1517885221803, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8904, timestamp=1517885221803, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8905, timestamp=1517885221803, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8906, timestamp=1517885221803, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8907, timestamp=1517885221803, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8908, timestamp=1517885221803, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8909, timestamp=1517885221803, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8910, timestamp=1517885221804, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8911, timestamp=1517885221804, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8912, timestamp=1517885221804, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8913, timestamp=1517885221804, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8914, timestamp=1517885221804, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8915, timestamp=1517885221804, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8916, timestamp=1517885221804, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8917, timestamp=1517885221804, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8918, timestamp=1517885221805, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8919, timestamp=1517885221805, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8920, timestamp=1517885221805, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8921, timestamp=1517885221805, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8922, timestamp=1517885221805, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8923, timestamp=1517885221805, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8924, timestamp=1517885221805, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8925, timestamp=1517885221805, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8926, timestamp=1517885221805, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8927, timestamp=1517885221805, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8928, timestamp=1517885221806, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8929, timestamp=1517885221806, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8930, timestamp=1517885221806, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8931, timestamp=1517885221806, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8932, timestamp=1517885221806, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8933, timestamp=1517885221806, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8934, timestamp=1517885221806, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8935, timestamp=1517885221806, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8936, timestamp=1517885221807, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8937, timestamp=1517885221807, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8938, timestamp=1517885221807, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8939, timestamp=1517885221807, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8940, timestamp=1517885221807, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8941, timestamp=1517885221807, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8942, timestamp=1517885221807, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8943, timestamp=1517885221807, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8944, timestamp=1517885221807, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8945, timestamp=1517885221808, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8946, timestamp=1517885221808, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8947, timestamp=1517885221808, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8948, timestamp=1517885221808, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8949, timestamp=1517885221808, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8950, timestamp=1517885221808, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8951, timestamp=1517885221808, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8952, timestamp=1517885221808, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8953, timestamp=1517885221808, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8954, timestamp=1517885221808, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8955, timestamp=1517885221809, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8956, timestamp=1517885221809, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8957, timestamp=1517885221809, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8958, timestamp=1517885221809, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8959, timestamp=1517885221809, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8960, timestamp=1517885221809, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8961, timestamp=1517885221809, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8962, timestamp=1517885221809, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8963, timestamp=1517885221809, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8964, timestamp=1517885221809, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8965, timestamp=1517885221809, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8966, timestamp=1517885221809, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8967, timestamp=1517885221810, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8968, timestamp=1517885221810, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8969, timestamp=1517885221810, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8970, timestamp=1517885221810, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8971, timestamp=1517885221810, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8972, timestamp=1517885221810, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8973, timestamp=1517885221810, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8974, timestamp=1517885221810, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8975, timestamp=1517885221810, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8976, timestamp=1517885221811, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8977, timestamp=1517885221811, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8978, timestamp=1517885221811, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8979, timestamp=1517885221811, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8980, timestamp=1517885221811, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8981, timestamp=1517885221811, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8982, timestamp=1517885221811, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8983, timestamp=1517885221811, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8984, timestamp=1517885221811, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8985, timestamp=1517885221811, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8986, timestamp=1517885221811, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8987, timestamp=1517885221811, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8988, timestamp=1517885221812, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8989, timestamp=1517885221812, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8990, timestamp=1517885221812, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8991, timestamp=1517885221812, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8992, timestamp=1517885221812, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8993, timestamp=1517885221812, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8994, timestamp=1517885221812, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8995, timestamp=1517885221812, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8996, timestamp=1517885221812, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8997, timestamp=1517885221812, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8998, timestamp=1517885221812, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8999, timestamp=1517885221812, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9000, timestamp=1517885221813, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9001, timestamp=1517885221813, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9002, timestamp=1517885221813, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9003, timestamp=1517885221813, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9004, timestamp=1517885221813, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9005, timestamp=1517885221813, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9006, timestamp=1517885221813, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9007, timestamp=1517885221813, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9008, timestamp=1517885221813, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9009, timestamp=1517885221813, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9010, timestamp=1517885221813, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9011, timestamp=1517885221813, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9012, timestamp=1517885221813, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9013, timestamp=1517885221813, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9014, timestamp=1517885221814, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9015, timestamp=1517885221814, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9016, timestamp=1517885221814, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9017, timestamp=1517885221814, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9018, timestamp=1517885221814, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9019, timestamp=1517885221814, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9020, timestamp=1517885221814, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9021, timestamp=1517885221814, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9022, timestamp=1517885221814, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9023, timestamp=1517885221814, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9024, timestamp=1517885221814, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9025, timestamp=1517885221815, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9026, timestamp=1517885221815, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9027, timestamp=1517885221815, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9028, timestamp=1517885221815, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9029, timestamp=1517885221815, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9030, timestamp=1517885221815, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9031, timestamp=1517885221815, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9032, timestamp=1517885221815, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9033, timestamp=1517885221815, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9034, timestamp=1517885221815, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9035, timestamp=1517885221815, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9036, timestamp=1517885221815, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9037, timestamp=1517885221815, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9038, timestamp=1517885221815, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9039, timestamp=1517885221815, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9040, timestamp=1517885221815, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9041, timestamp=1517885221816, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9042, timestamp=1517885221816, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9043, timestamp=1517885221816, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9044, timestamp=1517885221816, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9045, timestamp=1517885221816, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9046, timestamp=1517885221816, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9047, timestamp=1517885221816, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9048, timestamp=1517885221816, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9049, timestamp=1517885221816, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9050, timestamp=1517885221816, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9051, timestamp=1517885221816, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9052, timestamp=1517885221816, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9053, timestamp=1517885221816, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9054, timestamp=1517885221817, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9055, timestamp=1517885221817, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9056, timestamp=1517885221817, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9057, timestamp=1517885221817, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9058, timestamp=1517885221817, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9059, timestamp=1517885221817, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9060, timestamp=1517885221817, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9061, timestamp=1517885221817, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9062, timestamp=1517885221817, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9063, timestamp=1517885221817, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9064, timestamp=1517885221817, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9065, timestamp=1517885221817, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9066, timestamp=1517885221817, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9067, timestamp=1517885221818, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9068, timestamp=1517885221818, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9069, timestamp=1517885221818, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9070, timestamp=1517885221818, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9071, timestamp=1517885221818, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9072, timestamp=1517885221818, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9073, timestamp=1517885221818, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9074, timestamp=1517885221818, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9075, timestamp=1517885221819, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9076, timestamp=1517885221819, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9077, timestamp=1517885221819, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9078, timestamp=1517885221819, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9079, timestamp=1517885221819, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9080, timestamp=1517885221819, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9081, timestamp=1517885221819, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9082, timestamp=1517885221819, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9083, timestamp=1517885221819, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9084, timestamp=1517885221819, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9085, timestamp=1517885221819, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9086, timestamp=1517885221819, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9087, timestamp=1517885221820, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9088, timestamp=1517885221820, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9089, timestamp=1517885221820, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9090, timestamp=1517885221820, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9091, timestamp=1517885221820, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9092, timestamp=1517885221820, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9093, timestamp=1517885221820, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9094, timestamp=1517885221820, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9095, timestamp=1517885221820, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9096, timestamp=1517885221820, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9097, timestamp=1517885221820, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9098, timestamp=1517885221820, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9099, timestamp=1517885221821, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9100, timestamp=1517885221821, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9101, timestamp=1517885221821, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9102, timestamp=1517885221821, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9103, timestamp=1517885221821, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9104, timestamp=1517885221821, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9105, timestamp=1517885221821, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9106, timestamp=1517885221821, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9107, timestamp=1517885221821, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9108, timestamp=1517885221821, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9109, timestamp=1517885221821, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9110, timestamp=1517885221822, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9111, timestamp=1517885221822, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9112, timestamp=1517885221822, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9113, timestamp=1517885221822, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9114, timestamp=1517885221822, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9115, timestamp=1517885221822, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9116, timestamp=1517885221822, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9117, timestamp=1517885221822, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9118, timestamp=1517885221823, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9119, timestamp=1517885221823, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9120, timestamp=1517885221823, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9121, timestamp=1517885221823, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9122, timestamp=1517885221824, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9123, timestamp=1517885221824, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9124, timestamp=1517885221824, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9125, timestamp=1517885221824, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9126, timestamp=1517885221824, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9127, timestamp=1517885221824, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9128, timestamp=1517885221824, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9129, timestamp=1517885221824, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9130, timestamp=1517885221824, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9131, timestamp=1517885221824, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9132, timestamp=1517885221824, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9133, timestamp=1517885221825, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9134, timestamp=1517885221825, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9135, timestamp=1517885221825, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9136, timestamp=1517885221825, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9137, timestamp=1517885221825, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9138, timestamp=1517885221825, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9139, timestamp=1517885221825, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9140, timestamp=1517885221825, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9141, timestamp=1517885221825, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9142, timestamp=1517885221825, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9143, timestamp=1517885221825, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9144, timestamp=1517885221825, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9145, timestamp=1517885221826, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9146, timestamp=1517885221826, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9147, timestamp=1517885221826, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9148, timestamp=1517885221826, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9149, timestamp=1517885221826, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9150, timestamp=1517885221826, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9151, timestamp=1517885221826, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9152, timestamp=1517885221826, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9153, timestamp=1517885221826, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9154, timestamp=1517885221826, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9155, timestamp=1517885221827, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9156, timestamp=1517885221827, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9157, timestamp=1517885221827, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9158, timestamp=1517885221827, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9159, timestamp=1517885221827, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9160, timestamp=1517885221827, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9161, timestamp=1517885221827, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9162, timestamp=1517885221827, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9163, timestamp=1517885221827, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9164, timestamp=1517885221827, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9165, timestamp=1517885221828, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9166, timestamp=1517885221828, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9167, timestamp=1517885221828, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9168, timestamp=1517885221828, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9169, timestamp=1517885221828, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9170, timestamp=1517885221828, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9171, timestamp=1517885221828, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9172, timestamp=1517885221828, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9173, timestamp=1517885221828, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9174, timestamp=1517885221828, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9175, timestamp=1517885221828, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9176, timestamp=1517885221828, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9177, timestamp=1517885221829, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9178, timestamp=1517885221829, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9179, timestamp=1517885221829, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9180, timestamp=1517885221829, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9181, timestamp=1517885221829, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9182, timestamp=1517885221829, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9183, timestamp=1517885221829, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9184, timestamp=1517885221829, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9185, timestamp=1517885221829, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9186, timestamp=1517885221829, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9187, timestamp=1517885221829, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9188, timestamp=1517885221829, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9189, timestamp=1517885221829, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9190, timestamp=1517885221829, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9191, timestamp=1517885221829, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9192, timestamp=1517885221829, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9193, timestamp=1517885221829, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9194, timestamp=1517885221829, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9195, timestamp=1517885221830, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9196, timestamp=1517885221830, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9197, timestamp=1517885221830, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9198, timestamp=1517885221830, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9199, timestamp=1517885221830, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9200, timestamp=1517885221830, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9201, timestamp=1517885221830, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9202, timestamp=1517885221831, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9203, timestamp=1517885221831, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9204, timestamp=1517885221831, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9205, timestamp=1517885221831, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9206, timestamp=1517885221831, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9207, timestamp=1517885221831, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9208, timestamp=1517885221831, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9209, timestamp=1517885221831, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9210, timestamp=1517885221831, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9211, timestamp=1517885221831, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9212, timestamp=1517885221832, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9213, timestamp=1517885221832, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9214, timestamp=1517885221832, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9215, timestamp=1517885221832, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9216, timestamp=1517885221832, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9217, timestamp=1517885221832, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9218, timestamp=1517885221832, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9219, timestamp=1517885221832, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9220, timestamp=1517885221832, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9221, timestamp=1517885221832, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9222, timestamp=1517885221833, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9223, timestamp=1517885221833, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9224, timestamp=1517885221833, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9225, timestamp=1517885221833, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9226, timestamp=1517885221833, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9227, timestamp=1517885221833, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9228, timestamp=1517885221833, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9229, timestamp=1517885221833, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9230, timestamp=1517885221833, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9231, timestamp=1517885221833, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9232, timestamp=1517885221834, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9233, timestamp=1517885221834, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9234, timestamp=1517885221834, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9235, timestamp=1517885221834, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9236, timestamp=1517885221834, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9237, timestamp=1517885221834, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9238, timestamp=1517885221834, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9239, timestamp=1517885221834, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9240, timestamp=1517885221834, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9241, timestamp=1517885221834, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9242, timestamp=1517885221834, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9243, timestamp=1517885221834, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9244, timestamp=1517885221834, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9245, timestamp=1517885221834, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9246, timestamp=1517885221834, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9247, timestamp=1517885221835, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9248, timestamp=1517885221835, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9249, timestamp=1517885221835, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9250, timestamp=1517885221835, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9251, timestamp=1517885221835, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9252, timestamp=1517885221835, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9253, timestamp=1517885221835, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9254, timestamp=1517885221835, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9255, timestamp=1517885221835, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9256, timestamp=1517885221835, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9257, timestamp=1517885221835, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9258, timestamp=1517885221835, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9259, timestamp=1517885221836, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9260, timestamp=1517885221836, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9261, timestamp=1517885221836, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9262, timestamp=1517885221836, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9263, timestamp=1517885221836, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9264, timestamp=1517885221836, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9265, timestamp=1517885221836, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9266, timestamp=1517885221836, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9267, timestamp=1517885221837, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9268, timestamp=1517885221837, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9269, timestamp=1517885221837, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9270, timestamp=1517885221837, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9271, timestamp=1517885221837, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9272, timestamp=1517885221837, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9273, timestamp=1517885221837, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9274, timestamp=1517885221837, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9275, timestamp=1517885221837, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9276, timestamp=1517885221837, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9277, timestamp=1517885221837, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9278, timestamp=1517885221838, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9279, timestamp=1517885221838, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9280, timestamp=1517885221838, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9281, timestamp=1517885221838, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9282, timestamp=1517885221838, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9283, timestamp=1517885221838, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9284, timestamp=1517885221838, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9285, timestamp=1517885221838, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9286, timestamp=1517885221838, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9287, timestamp=1517885221838, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9288, timestamp=1517885221839, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9289, timestamp=1517885221839, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9290, timestamp=1517885221839, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9291, timestamp=1517885221839, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9292, timestamp=1517885221839, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9293, timestamp=1517885221839, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9294, timestamp=1517885221839, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9295, timestamp=1517885221839, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9296, timestamp=1517885221840, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9297, timestamp=1517885221840, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9298, timestamp=1517885221840, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9299, timestamp=1517885221840, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9300, timestamp=1517885221840, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9301, timestamp=1517885221840, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9302, timestamp=1517885221840, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9303, timestamp=1517885221840, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9304, timestamp=1517885221841, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9305, timestamp=1517885221841, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9306, timestamp=1517885221841, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9307, timestamp=1517885221841, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9308, timestamp=1517885221841, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9309, timestamp=1517885221841, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9310, timestamp=1517885221841, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9311, timestamp=1517885221841, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9312, timestamp=1517885221842, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9313, timestamp=1517885221842, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9314, timestamp=1517885221842, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9315, timestamp=1517885221842, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9316, timestamp=1517885221842, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9317, timestamp=1517885221842, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9318, timestamp=1517885221842, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9319, timestamp=1517885221843, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9320, timestamp=1517885221843, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9321, timestamp=1517885221843, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9322, timestamp=1517885221843, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9323, timestamp=1517885221843, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9324, timestamp=1517885221843, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9325, timestamp=1517885221843, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9326, timestamp=1517885221843, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9327, timestamp=1517885221843, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9328, timestamp=1517885221843, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9329, timestamp=1517885221844, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9330, timestamp=1517885221844, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9331, timestamp=1517885221844, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9332, timestamp=1517885221844, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9333, timestamp=1517885221844, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9334, timestamp=1517885221844, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9335, timestamp=1517885221844, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9336, timestamp=1517885221844, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9337, timestamp=1517885221844, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9338, timestamp=1517885221845, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9339, timestamp=1517885221845, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9340, timestamp=1517885221845, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9341, timestamp=1517885221845, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9342, timestamp=1517885221845, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9343, timestamp=1517885221845, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9344, timestamp=1517885221845, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9345, timestamp=1517885221845, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9346, timestamp=1517885221845, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9347, timestamp=1517885221845, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9348, timestamp=1517885221845, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9349, timestamp=1517885221845, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9350, timestamp=1517885221845, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9351, timestamp=1517885221845, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9352, timestamp=1517885221845, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9353, timestamp=1517885221845, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9354, timestamp=1517885221846, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9355, timestamp=1517885221846, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9356, timestamp=1517885221846, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9357, timestamp=1517885221846, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9358, timestamp=1517885221846, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9359, timestamp=1517885221846, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9360, timestamp=1517885221846, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9361, timestamp=1517885221846, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9362, timestamp=1517885221847, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9363, timestamp=1517885221847, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9364, timestamp=1517885221847, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9365, timestamp=1517885221847, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9366, timestamp=1517885221847, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9367, timestamp=1517885221847, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9368, timestamp=1517885221847, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9369, timestamp=1517885221847, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9370, timestamp=1517885221847, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9371, timestamp=1517885221847, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9372, timestamp=1517885221847, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9373, timestamp=1517885221848, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9374, timestamp=1517885221848, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9375, timestamp=1517885221848, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9376, timestamp=1517885221848, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9377, timestamp=1517885221848, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9378, timestamp=1517885221848, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9379, timestamp=1517885221848, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9380, timestamp=1517885221848, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9381, timestamp=1517885221848, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9382, timestamp=1517885221848, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9383, timestamp=1517885221849, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9384, timestamp=1517885221849, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9385, timestamp=1517885221849, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9386, timestamp=1517885221849, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9387, timestamp=1517885221849, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9388, timestamp=1517885221849, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9389, timestamp=1517885221849, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9390, timestamp=1517885221849, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9391, timestamp=1517885221850, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9392, timestamp=1517885221850, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9393, timestamp=1517885221850, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9394, timestamp=1517885221850, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9395, timestamp=1517885221850, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9396, timestamp=1517885221850, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9397, timestamp=1517885221850, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9398, timestamp=1517885221850, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9399, timestamp=1517885221850, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9400, timestamp=1517885221850, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9401, timestamp=1517885221850, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9402, timestamp=1517885221851, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9403, timestamp=1517885221851, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9404, timestamp=1517885221851, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9405, timestamp=1517885221851, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9406, timestamp=1517885221851, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9407, timestamp=1517885221851, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9408, timestamp=1517885221851, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9409, timestamp=1517885221852, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9410, timestamp=1517885221852, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9411, timestamp=1517885221852, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9412, timestamp=1517885221852, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9413, timestamp=1517885221852, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9414, timestamp=1517885221852, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9415, timestamp=1517885221852, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9416, timestamp=1517885221852, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9417, timestamp=1517885221852, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9418, timestamp=1517885221852, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9419, timestamp=1517885221852, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9420, timestamp=1517885221852, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9421, timestamp=1517885221853, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9422, timestamp=1517885221853, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9423, timestamp=1517885221853, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9424, timestamp=1517885221853, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9425, timestamp=1517885221853, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9426, timestamp=1517885221853, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9427, timestamp=1517885221853, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9428, timestamp=1517885221853, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9429, timestamp=1517885221853, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9430, timestamp=1517885221853, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9431, timestamp=1517885221854, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9432, timestamp=1517885221854, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9433, timestamp=1517885221854, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9434, timestamp=1517885221854, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9435, timestamp=1517885221854, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9436, timestamp=1517885221854, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9437, timestamp=1517885221854, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9438, timestamp=1517885221854, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9439, timestamp=1517885221854, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9440, timestamp=1517885221854, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9441, timestamp=1517885221854, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9442, timestamp=1517885221855, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9443, timestamp=1517885221855, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9444, timestamp=1517885221855, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9445, timestamp=1517885221855, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9446, timestamp=1517885221855, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9447, timestamp=1517885221855, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9448, timestamp=1517885221855, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9449, timestamp=1517885221855, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9450, timestamp=1517885221856, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9451, timestamp=1517885221856, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9452, timestamp=1517885221856, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9453, timestamp=1517885221856, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9454, timestamp=1517885221856, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9455, timestamp=1517885221856, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9456, timestamp=1517885221856, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9457, timestamp=1517885221856, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9458, timestamp=1517885221856, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9459, timestamp=1517885221856, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9460, timestamp=1517885221856, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9461, timestamp=1517885221856, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9462, timestamp=1517885221857, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9463, timestamp=1517885221857, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9464, timestamp=1517885221857, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9465, timestamp=1517885221857, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9466, timestamp=1517885221857, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9467, timestamp=1517885221857, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9468, timestamp=1517885221857, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9469, timestamp=1517885221857, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9470, timestamp=1517885221857, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9471, timestamp=1517885221857, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9472, timestamp=1517885221857, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9473, timestamp=1517885221858, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9474, timestamp=1517885221858, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9475, timestamp=1517885221858, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9476, timestamp=1517885221858, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9477, timestamp=1517885221858, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9478, timestamp=1517885221858, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9479, timestamp=1517885221858, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9480, timestamp=1517885221858, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9481, timestamp=1517885221858, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9482, timestamp=1517885221859, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9483, timestamp=1517885221859, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9484, timestamp=1517885221859, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9485, timestamp=1517885221859, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9486, timestamp=1517885221859, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9487, timestamp=1517885221859, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9488, timestamp=1517885221859, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9489, timestamp=1517885221859, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9490, timestamp=1517885221860, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9491, timestamp=1517885221860, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9492, timestamp=1517885221860, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9493, timestamp=1517885221860, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9494, timestamp=1517885221860, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9495, timestamp=1517885221860, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9496, timestamp=1517885221860, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9497, timestamp=1517885221860, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9498, timestamp=1517885221860, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9499, timestamp=1517885221860, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9500, timestamp=1517885221860, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9501, timestamp=1517885221860, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9502, timestamp=1517885221861, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9503, timestamp=1517885221861, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9504, timestamp=1517885221861, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9505, timestamp=1517885221861, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9506, timestamp=1517885221861, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9507, timestamp=1517885221861, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9508, timestamp=1517885221861, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9509, timestamp=1517885221861, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9510, timestamp=1517885221861, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9511, timestamp=1517885221862, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9512, timestamp=1517885221862, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9513, timestamp=1517885221862, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9514, timestamp=1517885221862, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9515, timestamp=1517885221862, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9516, timestamp=1517885221862, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9517, timestamp=1517885221862, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9518, timestamp=1517885221862, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9519, timestamp=1517885221862, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9520, timestamp=1517885221862, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9521, timestamp=1517885221862, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9522, timestamp=1517885221863, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9523, timestamp=1517885221863, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9524, timestamp=1517885221863, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9525, timestamp=1517885221863, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9526, timestamp=1517885221863, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9527, timestamp=1517885221863, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9528, timestamp=1517885221863, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9529, timestamp=1517885221863, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9530, timestamp=1517885221863, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9531, timestamp=1517885221863, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9532, timestamp=1517885221863, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9533, timestamp=1517885221863, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9534, timestamp=1517885221863, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9535, timestamp=1517885221863, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9536, timestamp=1517885221863, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9537, timestamp=1517885221864, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9538, timestamp=1517885221864, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9539, timestamp=1517885221864, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9540, timestamp=1517885221864, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9541, timestamp=1517885221864, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9542, timestamp=1517885221864, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9543, timestamp=1517885221864, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9544, timestamp=1517885221864, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9545, timestamp=1517885221864, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9546, timestamp=1517885221864, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9547, timestamp=1517885221865, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9548, timestamp=1517885221865, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9549, timestamp=1517885221865, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9550, timestamp=1517885221865, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9551, timestamp=1517885221865, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9552, timestamp=1517885221865, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9553, timestamp=1517885221865, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9554, timestamp=1517885221865, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9555, timestamp=1517885221865, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9556, timestamp=1517885221865, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9557, timestamp=1517885221865, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9558, timestamp=1517885221865, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9559, timestamp=1517885221865, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9560, timestamp=1517885221866, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9561, timestamp=1517885221866, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9562, timestamp=1517885221866, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9563, timestamp=1517885221866, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9564, timestamp=1517885221866, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9565, timestamp=1517885221866, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9566, timestamp=1517885221866, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9567, timestamp=1517885221866, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9568, timestamp=1517885221866, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9569, timestamp=1517885221866, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9570, timestamp=1517885221866, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9571, timestamp=1517885221866, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9572, timestamp=1517885221866, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9573, timestamp=1517885221867, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9574, timestamp=1517885221867, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9575, timestamp=1517885221867, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9576, timestamp=1517885221867, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9577, timestamp=1517885221867, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9578, timestamp=1517885221867, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9579, timestamp=1517885221867, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9580, timestamp=1517885221867, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9581, timestamp=1517885221867, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9582, timestamp=1517885221867, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9583, timestamp=1517885221867, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9584, timestamp=1517885221867, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9585, timestamp=1517885221867, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9586, timestamp=1517885221868, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9587, timestamp=1517885221868, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9588, timestamp=1517885221868, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9589, timestamp=1517885221868, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9590, timestamp=1517885221868, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9591, timestamp=1517885221868, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9592, timestamp=1517885221868, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9593, timestamp=1517885221868, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9594, timestamp=1517885221868, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9595, timestamp=1517885221868, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9596, timestamp=1517885221868, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9597, timestamp=1517885221868, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9598, timestamp=1517885221869, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9599, timestamp=1517885221869, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9600, timestamp=1517885221869, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9601, timestamp=1517885221869, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9602, timestamp=1517885221869, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9603, timestamp=1517885221869, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9604, timestamp=1517885221869, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9605, timestamp=1517885221869, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9606, timestamp=1517885221869, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9607, timestamp=1517885221869, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9608, timestamp=1517885221869, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9609, timestamp=1517885221869, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9610, timestamp=1517885221870, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9611, timestamp=1517885221870, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9612, timestamp=1517885221870, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9613, timestamp=1517885221870, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9614, timestamp=1517885221870, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9615, timestamp=1517885221870, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9616, timestamp=1517885221870, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9617, timestamp=1517885221870, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9618, timestamp=1517885221870, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9619, timestamp=1517885221871, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9620, timestamp=1517885221871, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9621, timestamp=1517885221871, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9622, timestamp=1517885221871, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9623, timestamp=1517885221871, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9624, timestamp=1517885221871, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9625, timestamp=1517885221871, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9626, timestamp=1517885221871, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9627, timestamp=1517885221871, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9628, timestamp=1517885221871, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9629, timestamp=1517885221872, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9630, timestamp=1517885221872, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9631, timestamp=1517885221872, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9632, timestamp=1517885221872, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9633, timestamp=1517885221872, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9634, timestamp=1517885221873, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9635, timestamp=1517885221873, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9636, timestamp=1517885221873, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9637, timestamp=1517885221873, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9638, timestamp=1517885221873, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9639, timestamp=1517885221873, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9640, timestamp=1517885221873, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9641, timestamp=1517885221873, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9642, timestamp=1517885221873, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9643, timestamp=1517885221873, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9644, timestamp=1517885221873, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9645, timestamp=1517885221873, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9646, timestamp=1517885221873, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9647, timestamp=1517885221873, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9648, timestamp=1517885221874, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9649, timestamp=1517885221874, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9650, timestamp=1517885221874, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9651, timestamp=1517885221874, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9652, timestamp=1517885221874, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9653, timestamp=1517885221874, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9654, timestamp=1517885221874, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9655, timestamp=1517885221874, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9656, timestamp=1517885221874, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9657, timestamp=1517885221874, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9658, timestamp=1517885221874, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9659, timestamp=1517885221875, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9660, timestamp=1517885221875, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9661, timestamp=1517885221875, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9662, timestamp=1517885221875, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9663, timestamp=1517885221875, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9664, timestamp=1517885221875, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9665, timestamp=1517885221875, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9666, timestamp=1517885221876, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9667, timestamp=1517885221876, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9668, timestamp=1517885221876, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9669, timestamp=1517885221876, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9670, timestamp=1517885221876, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9671, timestamp=1517885221876, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9672, timestamp=1517885221876, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9673, timestamp=1517885221876, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9674, timestamp=1517885221876, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9675, timestamp=1517885221876, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9676, timestamp=1517885221876, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9677, timestamp=1517885221876, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9678, timestamp=1517885221876, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9679, timestamp=1517885221876, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9680, timestamp=1517885221876, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9681, timestamp=1517885221876, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9682, timestamp=1517885221876, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9683, timestamp=1517885221876, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9684, timestamp=1517885221877, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9685, timestamp=1517885221877, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9686, timestamp=1517885221877, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9687, timestamp=1517885221877, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9688, timestamp=1517885221877, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9689, timestamp=1517885221877, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9690, timestamp=1517885221877, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9691, timestamp=1517885221877, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9692, timestamp=1517885221877, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9693, timestamp=1517885221877, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9694, timestamp=1517885221877, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9695, timestamp=1517885221878, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9696, timestamp=1517885221878, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9697, timestamp=1517885221878, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9698, timestamp=1517885221878, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9699, timestamp=1517885221878, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9700, timestamp=1517885221878, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9701, timestamp=1517885221878, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9702, timestamp=1517885221878, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9703, timestamp=1517885221878, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9704, timestamp=1517885221878, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9705, timestamp=1517885221878, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9706, timestamp=1517885221879, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9707, timestamp=1517885221879, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9708, timestamp=1517885221879, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9709, timestamp=1517885221879, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9710, timestamp=1517885221879, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9711, timestamp=1517885221879, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9712, timestamp=1517885221879, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9713, timestamp=1517885221879, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9714, timestamp=1517885221879, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9715, timestamp=1517885221879, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9716, timestamp=1517885221879, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9717, timestamp=1517885221880, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9718, timestamp=1517885221880, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9719, timestamp=1517885221880, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9720, timestamp=1517885221880, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9721, timestamp=1517885221880, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9722, timestamp=1517885221880, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9723, timestamp=1517885221880, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9724, timestamp=1517885221880, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9725, timestamp=1517885221880, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9726, timestamp=1517885221880, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9727, timestamp=1517885221881, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9728, timestamp=1517885221881, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9729, timestamp=1517885221881, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9730, timestamp=1517885221881, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9731, timestamp=1517885221881, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9732, timestamp=1517885221881, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9733, timestamp=1517885221881, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9734, timestamp=1517885221881, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9735, timestamp=1517885221881, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9736, timestamp=1517885221881, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9737, timestamp=1517885221881, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9738, timestamp=1517885221881, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9739, timestamp=1517885221881, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9740, timestamp=1517885221882, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9741, timestamp=1517885221882, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9742, timestamp=1517885221882, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9743, timestamp=1517885221882, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9744, timestamp=1517885221882, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9745, timestamp=1517885221882, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9746, timestamp=1517885221882, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9747, timestamp=1517885221882, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9748, timestamp=1517885221883, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9749, timestamp=1517885221883, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9750, timestamp=1517885221883, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9751, timestamp=1517885221883, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9752, timestamp=1517885221883, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9753, timestamp=1517885221883, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9754, timestamp=1517885221883, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9755, timestamp=1517885221884, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9756, timestamp=1517885221884, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9757, timestamp=1517885221884, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9758, timestamp=1517885221884, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9759, timestamp=1517885221884, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9760, timestamp=1517885221884, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9761, timestamp=1517885221884, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9762, timestamp=1517885221884, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9763, timestamp=1517885221884, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9764, timestamp=1517885221884, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9765, timestamp=1517885221884, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9766, timestamp=1517885221884, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9767, timestamp=1517885221885, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9768, timestamp=1517885221885, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9769, timestamp=1517885221885, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9770, timestamp=1517885221885, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9771, timestamp=1517885221885, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9772, timestamp=1517885221885, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9773, timestamp=1517885221885, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9774, timestamp=1517885221885, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9775, timestamp=1517885221885, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9776, timestamp=1517885221885, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9777, timestamp=1517885221885, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9778, timestamp=1517885221886, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9779, timestamp=1517885221886, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9780, timestamp=1517885221886, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9781, timestamp=1517885221886, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9782, timestamp=1517885221886, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9783, timestamp=1517885221886, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9784, timestamp=1517885221886, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9785, timestamp=1517885221886, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9786, timestamp=1517885221886, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9787, timestamp=1517885221886, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9788, timestamp=1517885221886, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9789, timestamp=1517885221886, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9790, timestamp=1517885221887, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9791, timestamp=1517885221887, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9792, timestamp=1517885221887, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9793, timestamp=1517885221887, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9794, timestamp=1517885221887, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9795, timestamp=1517885221887, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9796, timestamp=1517885221887, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9797, timestamp=1517885221887, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9798, timestamp=1517885221887, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9799, timestamp=1517885221887, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9800, timestamp=1517885221887, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9801, timestamp=1517885221887, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9802, timestamp=1517885221888, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9803, timestamp=1517885221888, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9804, timestamp=1517885221888, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9805, timestamp=1517885221888, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9806, timestamp=1517885221888, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9807, timestamp=1517885221888, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9808, timestamp=1517885221888, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9809, timestamp=1517885221888, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9810, timestamp=1517885221888, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9811, timestamp=1517885221889, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9812, timestamp=1517885221889, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9813, timestamp=1517885221889, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9814, timestamp=1517885221889, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9815, timestamp=1517885221889, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9816, timestamp=1517885221889, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9817, timestamp=1517885221889, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9818, timestamp=1517885221889, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9819, timestamp=1517885221889, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9820, timestamp=1517885221890, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9821, timestamp=1517885221890, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9822, timestamp=1517885221890, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9823, timestamp=1517885221890, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9824, timestamp=1517885221890, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9825, timestamp=1517885221890, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9826, timestamp=1517885221890, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9827, timestamp=1517885221890, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9828, timestamp=1517885221890, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9829, timestamp=1517885221890, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9830, timestamp=1517885221891, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9831, timestamp=1517885221891, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9832, timestamp=1517885221891, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9833, timestamp=1517885221891, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9834, timestamp=1517885221891, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9835, timestamp=1517885221891, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9836, timestamp=1517885221891, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9837, timestamp=1517885221891, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9838, timestamp=1517885221891, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9839, timestamp=1517885221891, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9840, timestamp=1517885221891, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9841, timestamp=1517885221891, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9842, timestamp=1517885221892, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9843, timestamp=1517885221892, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9844, timestamp=1517885221892, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9845, timestamp=1517885221892, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9846, timestamp=1517885221892, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9847, timestamp=1517885221892, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9848, timestamp=1517885221892, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9849, timestamp=1517885221892, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9850, timestamp=1517885221892, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9851, timestamp=1517885221892, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9852, timestamp=1517885221892, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9853, timestamp=1517885221893, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9854, timestamp=1517885221893, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9855, timestamp=1517885221893, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9856, timestamp=1517885221893, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9857, timestamp=1517885221893, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9858, timestamp=1517885221893, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9859, timestamp=1517885221893, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9860, timestamp=1517885221893, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9861, timestamp=1517885221893, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9862, timestamp=1517885221894, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9863, timestamp=1517885221894, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9864, timestamp=1517885221894, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9865, timestamp=1517885221894, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9866, timestamp=1517885221894, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9867, timestamp=1517885221894, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9868, timestamp=1517885221894, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9869, timestamp=1517885221894, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9870, timestamp=1517885221894, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9871, timestamp=1517885221894, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9872, timestamp=1517885221894, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9873, timestamp=1517885221894, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9874, timestamp=1517885221894, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9875, timestamp=1517885221894, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9876, timestamp=1517885221894, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9877, timestamp=1517885221894, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9878, timestamp=1517885221895, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9879, timestamp=1517885221895, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9880, timestamp=1517885221895, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9881, timestamp=1517885221895, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9882, timestamp=1517885221895, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9883, timestamp=1517885221895, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9884, timestamp=1517885221895, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9885, timestamp=1517885221895, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9886, timestamp=1517885221895, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9887, timestamp=1517885221895, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9888, timestamp=1517885221896, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9889, timestamp=1517885221896, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9890, timestamp=1517885221896, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9891, timestamp=1517885221896, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9892, timestamp=1517885221896, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9893, timestamp=1517885221896, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9894, timestamp=1517885221896, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9895, timestamp=1517885221896, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9896, timestamp=1517885221896, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9897, timestamp=1517885221896, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9898, timestamp=1517885221896, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9899, timestamp=1517885221896, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9900, timestamp=1517885221896, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9901, timestamp=1517885221896, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9902, timestamp=1517885221897, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9903, timestamp=1517885221897, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9904, timestamp=1517885221897, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9905, timestamp=1517885221897, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9906, timestamp=1517885221897, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9907, timestamp=1517885222581, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9908, timestamp=1517885222581, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9909, timestamp=1517885222581, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9910, timestamp=1517885222581, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9911, timestamp=1517885222582, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9912, timestamp=1517885222582, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9913, timestamp=1517885222582, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9914, timestamp=1517885222582, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9915, timestamp=1517885222582, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9916, timestamp=1517885222582, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9917, timestamp=1517885222582, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9918, timestamp=1517885222582, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9919, timestamp=1517885222582, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9920, timestamp=1517885222583, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9921, timestamp=1517885222583, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9922, timestamp=1517885222583, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9923, timestamp=1517885222583, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9924, timestamp=1517885222583, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9925, timestamp=1517885222583, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9926, timestamp=1517885222583, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9927, timestamp=1517885222583, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9928, timestamp=1517885222583, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9929, timestamp=1517885222584, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9930, timestamp=1517885222584, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9931, timestamp=1517885222584, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9932, timestamp=1517885222584, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9933, timestamp=1517885222584, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9934, timestamp=1517885222584, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9935, timestamp=1517885222584, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9936, timestamp=1517885222584, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9937, timestamp=1517885222584, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9938, timestamp=1517885222585, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9939, timestamp=1517885222585, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9940, timestamp=1517885222585, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9941, timestamp=1517885222585, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9942, timestamp=1517885222585, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9943, timestamp=1517885222585, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9944, timestamp=1517885222585, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9945, timestamp=1517885222585, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9946, timestamp=1517885222585, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9947, timestamp=1517885222586, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9948, timestamp=1517885222586, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9949, timestamp=1517885222586, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9950, timestamp=1517885222586, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9951, timestamp=1517885222586, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9952, timestamp=1517885222586, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9953, timestamp=1517885222586, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9954, timestamp=1517885222587, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9955, timestamp=1517885222587, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9956, timestamp=1517885222587, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9957, timestamp=1517885222587, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9958, timestamp=1517885222587, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9959, timestamp=1517885222587, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9960, timestamp=1517885222587, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9961, timestamp=1517885222587, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9962, timestamp=1517885222587, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9963, timestamp=1517885222587, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9964, timestamp=1517885222587, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9965, timestamp=1517885222587, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9966, timestamp=1517885222587, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9967, timestamp=1517885222587, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9968, timestamp=1517885222587, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9969, timestamp=1517885222588, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9970, timestamp=1517885222588, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9971, timestamp=1517885222588, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9972, timestamp=1517885222588, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9973, timestamp=1517885222588, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9974, timestamp=1517885222588, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9975, timestamp=1517885222588, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9976, timestamp=1517885222588, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9977, timestamp=1517885222588, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9978, timestamp=1517885222588, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9979, timestamp=1517885222588, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9980, timestamp=1517885222588, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9981, timestamp=1517885222589, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9982, timestamp=1517885222589, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9983, timestamp=1517885222589, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9984, timestamp=1517885222589, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9985, timestamp=1517885222589, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9986, timestamp=1517885222589, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9987, timestamp=1517885222589, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9988, timestamp=1517885222589, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9989, timestamp=1517885222589, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9990, timestamp=1517885222590, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9991, timestamp=1517885222590, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9992, timestamp=1517885222590, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9993, timestamp=1517885222590, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9994, timestamp=1517885222590, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9995, timestamp=1517885222590, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9996, timestamp=1517885222590, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9997, timestamp=1517885222590, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9998, timestamp=1517885222590, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9999, timestamp=1517885222591, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10000, timestamp=1517885222591, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10001, timestamp=1517885222591, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10002, timestamp=1517885222591, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10003, timestamp=1517885222591, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10004, timestamp=1517885222591, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10005, timestamp=1517885222591, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10006, timestamp=1517885222591, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10007, timestamp=1517885222591, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10008, timestamp=1517885222591, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10009, timestamp=1517885222591, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10010, timestamp=1517885222591, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10011, timestamp=1517885222592, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10012, timestamp=1517885222592, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10013, timestamp=1517885222592, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10014, timestamp=1517885222592, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10015, timestamp=1517885222592, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10016, timestamp=1517885222592, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10017, timestamp=1517885222592, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10018, timestamp=1517885222592, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10019, timestamp=1517885222592, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10020, timestamp=1517885222592, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10021, timestamp=1517885222592, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10022, timestamp=1517885222592, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10023, timestamp=1517885222592, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10024, timestamp=1517885222593, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10025, timestamp=1517885222593, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10026, timestamp=1517885222593, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10027, timestamp=1517885222593, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10028, timestamp=1517885222593, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10029, timestamp=1517885222593, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10030, timestamp=1517885222593, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10031, timestamp=1517885222593, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10032, timestamp=1517885222593, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10033, timestamp=1517885222593, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10034, timestamp=1517885222593, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10035, timestamp=1517885222593, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10036, timestamp=1517885222593, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10037, timestamp=1517885222593, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10038, timestamp=1517885222593, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10039, timestamp=1517885222594, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10040, timestamp=1517885222594, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10041, timestamp=1517885222594, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10042, timestamp=1517885222594, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10043, timestamp=1517885222594, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10044, timestamp=1517885222594, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10045, timestamp=1517885222594, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10046, timestamp=1517885222594, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10047, timestamp=1517885222595, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10048, timestamp=1517885222595, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10049, timestamp=1517885222595, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10050, timestamp=1517885222595, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10051, timestamp=1517885222595, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10052, timestamp=1517885222595, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10053, timestamp=1517885222595, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10054, timestamp=1517885222595, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10055, timestamp=1517885222595, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10056, timestamp=1517885222595, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10057, timestamp=1517885222595, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10058, timestamp=1517885222595, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10059, timestamp=1517885222596, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10060, timestamp=1517885222596, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10061, timestamp=1517885222596, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10062, timestamp=1517885222596, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10063, timestamp=1517885222596, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10064, timestamp=1517885222596, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10065, timestamp=1517885222596, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10066, timestamp=1517885222596, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10067, timestamp=1517885222597, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10068, timestamp=1517885222597, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10069, timestamp=1517885222597, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10070, timestamp=1517885222597, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10071, timestamp=1517885222597, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10072, timestamp=1517885222597, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10073, timestamp=1517885222597, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10074, timestamp=1517885222597, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10075, timestamp=1517885222597, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10076, timestamp=1517885222598, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10077, timestamp=1517885222598, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10078, timestamp=1517885222598, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10079, timestamp=1517885222598, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10080, timestamp=1517885222598, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10081, timestamp=1517885222598, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10082, timestamp=1517885222598, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10083, timestamp=1517885222599, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10084, timestamp=1517885222599, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10085, timestamp=1517885222599, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10086, timestamp=1517885222599, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10087, timestamp=1517885222599, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10088, timestamp=1517885222599, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10089, timestamp=1517885222599, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10090, timestamp=1517885222599, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10091, timestamp=1517885222599, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10092, timestamp=1517885222599, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10093, timestamp=1517885222600, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10094, timestamp=1517885222600, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10095, timestamp=1517885222600, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10096, timestamp=1517885222600, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10097, timestamp=1517885222600, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10098, timestamp=1517885222600, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10099, timestamp=1517885222600, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10100, timestamp=1517885222600, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10101, timestamp=1517885222600, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10102, timestamp=1517885222601, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10103, timestamp=1517885222601, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10104, timestamp=1517885222601, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10105, timestamp=1517885222601, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10106, timestamp=1517885222601, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10107, timestamp=1517885222601, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10108, timestamp=1517885222601, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10109, timestamp=1517885222601, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10110, timestamp=1517885222601, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10111, timestamp=1517885222601, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10112, timestamp=1517885222601, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10113, timestamp=1517885222601, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10114, timestamp=1517885222601, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10115, timestamp=1517885222602, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10116, timestamp=1517885222602, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10117, timestamp=1517885222602, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10118, timestamp=1517885222602, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10119, timestamp=1517885222602, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10120, timestamp=1517885222602, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10121, timestamp=1517885222602, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10122, timestamp=1517885222602, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10123, timestamp=1517885222602, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10124, timestamp=1517885222602, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10125, timestamp=1517885222602, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10126, timestamp=1517885222603, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10127, timestamp=1517885222603, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10128, timestamp=1517885222603, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10129, timestamp=1517885222603, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10130, timestamp=1517885222603, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10131, timestamp=1517885222603, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10132, timestamp=1517885222603, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10133, timestamp=1517885222603, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10134, timestamp=1517885222603, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10135, timestamp=1517885222603, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10136, timestamp=1517885222603, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10137, timestamp=1517885222603, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10138, timestamp=1517885222603, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10139, timestamp=1517885222603, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10140, timestamp=1517885222604, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10141, timestamp=1517885222604, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10142, timestamp=1517885222604, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10143, timestamp=1517885222604, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10144, timestamp=1517885222604, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10145, timestamp=1517885222604, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10146, timestamp=1517885222604, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10147, timestamp=1517885222604, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10148, timestamp=1517885222604, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10149, timestamp=1517885222604, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10150, timestamp=1517885222604, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10151, timestamp=1517885222604, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10152, timestamp=1517885222604, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10153, timestamp=1517885222604, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10154, timestamp=1517885222605, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10155, timestamp=1517885222605, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10156, timestamp=1517885222605, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10157, timestamp=1517885222605, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10158, timestamp=1517885222605, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10159, timestamp=1517885222605, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10160, timestamp=1517885222605, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10161, timestamp=1517885222605, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10162, timestamp=1517885222605, key=8 bytes, value=630 bytes))]}]}]} 12:03:51.174 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 8444 for partition test-2 returned fetch data (error=NONE, highWaterMark=99967, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:51.300 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 82, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:51.300 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 6870 for partition test-1 12:03:51.300 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 8476 for partition test-0 12:03:51.300 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 8444 for partition test-2 12:03:51.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 24126 12:03:52.201 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=6870, metadata=''}, test-0=OffsetAndMetadata{offset=8476, metadata=''}, test-2=OffsetAndMetadata{offset=8444, metadata=''}} 12:03:52.204 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 7370 for assigned partition test-1 and update position to 7870 12:03:52.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 24618 12:03:53.214 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 7870 for assigned partition test-1 and update position to 8370 12:03:53.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:53.305 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 83 to node 2147483644 12:03:53.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 83, received {throttle_time_ms=0,error_code=0} 12:03:53.506 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:53.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 25110 12:03:54.233 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8370 for assigned partition test-1 and update position to 8562 12:03:54.233 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-0 with offset 8476 12:03:54.233 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-0 to 100091 12:03:54.234 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8476 for assigned partition test-0 and update position to 8784 12:03:54.234 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-1 at offset 8562 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:54.234 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-1] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:54.234 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=1,fetch_offset=8562,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 84 to node 3 12:03:54.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 25598 12:03:55.210 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 84, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=1,error_code=0,high_watermark=99942,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=8562, timestamp=1517885221765, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8563, timestamp=1517885221765, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8564, timestamp=1517885221765, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8565, timestamp=1517885221765, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8566, timestamp=1517885221765, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8567, timestamp=1517885221765, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8568, timestamp=1517885221765, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8569, timestamp=1517885221765, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8570, timestamp=1517885221765, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8571, timestamp=1517885221766, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8572, timestamp=1517885221766, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8573, timestamp=1517885221766, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8574, timestamp=1517885221766, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8575, timestamp=1517885221766, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8576, timestamp=1517885221766, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8577, timestamp=1517885221766, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8578, timestamp=1517885221766, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8579, timestamp=1517885221766, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8580, timestamp=1517885221766, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8581, timestamp=1517885221766, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8582, timestamp=1517885221766, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8583, timestamp=1517885221766, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8584, timestamp=1517885221766, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8585, timestamp=1517885221767, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8586, timestamp=1517885221767, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8587, timestamp=1517885221767, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8588, timestamp=1517885221767, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8589, timestamp=1517885221767, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8590, timestamp=1517885221767, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8591, timestamp=1517885221767, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8592, timestamp=1517885221767, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8593, timestamp=1517885221767, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8594, timestamp=1517885221767, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8595, timestamp=1517885221767, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8596, timestamp=1517885221768, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8597, timestamp=1517885221768, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8598, timestamp=1517885221768, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8599, timestamp=1517885221768, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8600, timestamp=1517885221768, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8601, timestamp=1517885221768, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8602, timestamp=1517885221768, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8603, timestamp=1517885221768, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8604, timestamp=1517885221768, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8605, timestamp=1517885221768, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8606, timestamp=1517885221768, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8607, timestamp=1517885221769, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8608, timestamp=1517885221769, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8609, timestamp=1517885221769, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8610, timestamp=1517885221769, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8611, timestamp=1517885221769, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8612, timestamp=1517885221769, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8613, timestamp=1517885221769, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8614, timestamp=1517885221769, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8615, timestamp=1517885221769, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8616, timestamp=1517885221769, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8617, timestamp=1517885221770, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8618, timestamp=1517885221770, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8619, timestamp=1517885221770, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8620, timestamp=1517885221770, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8621, timestamp=1517885221770, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8622, timestamp=1517885221770, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8623, timestamp=1517885221770, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8624, timestamp=1517885221770, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8625, timestamp=1517885221770, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8626, timestamp=1517885221771, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8627, timestamp=1517885221771, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8628, timestamp=1517885221771, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8629, timestamp=1517885221771, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8630, timestamp=1517885221771, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8631, timestamp=1517885221771, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8632, timestamp=1517885221771, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8633, timestamp=1517885221771, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8634, timestamp=1517885221771, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8635, timestamp=1517885221771, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8636, timestamp=1517885221771, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8637, timestamp=1517885221771, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8638, timestamp=1517885221771, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8639, timestamp=1517885221772, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8640, timestamp=1517885221772, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8641, timestamp=1517885221772, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8642, timestamp=1517885221772, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8643, timestamp=1517885221772, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8644, timestamp=1517885221772, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8645, timestamp=1517885221772, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8646, timestamp=1517885221772, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8647, timestamp=1517885221772, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8648, timestamp=1517885221773, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8649, timestamp=1517885221773, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8650, timestamp=1517885221773, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8651, timestamp=1517885221773, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8652, timestamp=1517885221773, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8653, timestamp=1517885221773, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8654, timestamp=1517885221773, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8655, timestamp=1517885221773, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8656, timestamp=1517885221773, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8657, timestamp=1517885221773, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8658, timestamp=1517885221773, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8659, timestamp=1517885221774, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8660, timestamp=1517885221774, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8661, timestamp=1517885221774, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8662, timestamp=1517885221774, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8663, timestamp=1517885221774, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8664, timestamp=1517885221774, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8665, timestamp=1517885221774, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8666, timestamp=1517885221774, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8667, timestamp=1517885221774, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8668, timestamp=1517885221774, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8669, timestamp=1517885221774, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8670, timestamp=1517885221774, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8671, timestamp=1517885221775, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8672, timestamp=1517885221775, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8673, timestamp=1517885221775, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8674, timestamp=1517885221775, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8675, timestamp=1517885221775, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8676, timestamp=1517885221775, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8677, timestamp=1517885221775, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8678, timestamp=1517885221775, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8679, timestamp=1517885221775, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8680, timestamp=1517885221775, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8681, timestamp=1517885221775, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8682, timestamp=1517885221775, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8683, timestamp=1517885221776, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8684, timestamp=1517885221776, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8685, timestamp=1517885221776, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8686, timestamp=1517885221776, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8687, timestamp=1517885221776, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8688, timestamp=1517885221776, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8689, timestamp=1517885221777, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8690, timestamp=1517885221777, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8691, timestamp=1517885221777, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8692, timestamp=1517885221777, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8693, timestamp=1517885221777, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8694, timestamp=1517885221777, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8695, timestamp=1517885221777, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8696, timestamp=1517885221777, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8697, timestamp=1517885221777, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8698, timestamp=1517885221777, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8699, timestamp=1517885221777, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8700, timestamp=1517885221777, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8701, timestamp=1517885221777, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8702, timestamp=1517885221777, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8703, timestamp=1517885221778, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8704, timestamp=1517885221778, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8705, timestamp=1517885221778, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8706, timestamp=1517885221778, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8707, timestamp=1517885221778, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8708, timestamp=1517885221778, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8709, timestamp=1517885221778, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8710, timestamp=1517885221778, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8711, timestamp=1517885221778, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=8712, timestamp=1517885221778, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8713, timestamp=1517885221778, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8714, timestamp=1517885221778, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8715, timestamp=1517885221778, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8716, timestamp=1517885221779, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8717, timestamp=1517885221779, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8718, timestamp=1517885221779, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8719, timestamp=1517885221779, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8720, timestamp=1517885221779, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8721, timestamp=1517885221779, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8722, timestamp=1517885221779, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8723, timestamp=1517885221779, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8724, timestamp=1517885221779, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8725, timestamp=1517885221779, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8726, timestamp=1517885221779, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8727, timestamp=1517885221780, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=8728, timestamp=1517885221780, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8729, timestamp=1517885221780, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8730, timestamp=1517885221780, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8731, timestamp=1517885221780, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8732, timestamp=1517885221780, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8733, timestamp=1517885221780, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8734, timestamp=1517885221782, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8735, timestamp=1517885221782, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8736, timestamp=1517885221782, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8737, timestamp=1517885221782, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8738, timestamp=1517885221782, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8739, timestamp=1517885221782, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8740, timestamp=1517885221782, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8741, timestamp=1517885221782, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8742, timestamp=1517885221782, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8743, timestamp=1517885221782, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8744, timestamp=1517885221782, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8745, timestamp=1517885221782, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8746, timestamp=1517885221782, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8747, timestamp=1517885221782, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8748, timestamp=1517885221783, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8749, timestamp=1517885221783, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8750, timestamp=1517885221783, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8751, timestamp=1517885221783, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8752, timestamp=1517885221783, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8753, timestamp=1517885221783, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8754, timestamp=1517885221783, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8755, timestamp=1517885221783, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8756, timestamp=1517885221783, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8757, timestamp=1517885221783, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8758, timestamp=1517885221783, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8759, timestamp=1517885221783, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8760, timestamp=1517885221783, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8761, timestamp=1517885221784, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8762, timestamp=1517885221784, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8763, timestamp=1517885221784, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8764, timestamp=1517885221784, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8765, timestamp=1517885221784, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8766, timestamp=1517885221784, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8767, timestamp=1517885221784, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8768, timestamp=1517885221784, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8769, timestamp=1517885221784, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8770, timestamp=1517885221784, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8771, timestamp=1517885221784, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8772, timestamp=1517885221784, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8773, timestamp=1517885221785, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8774, timestamp=1517885221785, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8775, timestamp=1517885221785, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=8776, timestamp=1517885221785, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=8777, timestamp=1517885221785, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8778, timestamp=1517885221785, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8779, timestamp=1517885221785, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8780, timestamp=1517885221785, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8781, timestamp=1517885221785, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8782, timestamp=1517885221785, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8783, timestamp=1517885221785, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8784, timestamp=1517885221785, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8785, timestamp=1517885221785, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=8786, timestamp=1517885221786, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8787, timestamp=1517885221786, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8788, timestamp=1517885221786, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8789, timestamp=1517885221786, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8790, timestamp=1517885221786, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8791, timestamp=1517885221786, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8792, timestamp=1517885221786, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8793, timestamp=1517885221786, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8794, timestamp=1517885221786, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8795, timestamp=1517885221786, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8796, timestamp=1517885221786, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8797, timestamp=1517885221786, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8798, timestamp=1517885221786, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8799, timestamp=1517885221787, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8800, timestamp=1517885221787, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8801, timestamp=1517885221787, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8802, timestamp=1517885221787, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8803, timestamp=1517885221787, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8804, timestamp=1517885221787, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8805, timestamp=1517885221787, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8806, timestamp=1517885221787, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8807, timestamp=1517885221787, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8808, timestamp=1517885221787, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8809, timestamp=1517885221787, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8810, timestamp=1517885221787, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8811, timestamp=1517885221787, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8812, timestamp=1517885221787, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8813, timestamp=1517885221787, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8814, timestamp=1517885221788, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8815, timestamp=1517885221788, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8816, timestamp=1517885221788, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8817, timestamp=1517885221788, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8818, timestamp=1517885221788, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8819, timestamp=1517885221788, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8820, timestamp=1517885221788, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8821, timestamp=1517885221788, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8822, timestamp=1517885221788, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8823, timestamp=1517885221788, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8824, timestamp=1517885221788, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8825, timestamp=1517885221788, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8826, timestamp=1517885221788, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=8827, timestamp=1517885221788, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8828, timestamp=1517885221788, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8829, timestamp=1517885221788, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8830, timestamp=1517885221788, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8831, timestamp=1517885221788, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8832, timestamp=1517885221789, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8833, timestamp=1517885221789, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8834, timestamp=1517885221789, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8835, timestamp=1517885221789, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8836, timestamp=1517885221789, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8837, timestamp=1517885221789, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8838, timestamp=1517885221789, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8839, timestamp=1517885221789, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8840, timestamp=1517885221789, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8841, timestamp=1517885221789, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8842, timestamp=1517885221790, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8843, timestamp=1517885221790, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8844, timestamp=1517885221790, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8845, timestamp=1517885221790, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8846, timestamp=1517885221790, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8847, timestamp=1517885221790, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8848, timestamp=1517885221790, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8849, timestamp=1517885221791, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8850, timestamp=1517885221791, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8851, timestamp=1517885221791, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8852, timestamp=1517885221791, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8853, timestamp=1517885221791, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8854, timestamp=1517885221791, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8855, timestamp=1517885221791, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8856, timestamp=1517885221792, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8857, timestamp=1517885221792, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8858, timestamp=1517885221792, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8859, timestamp=1517885221792, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8860, timestamp=1517885221792, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8861, timestamp=1517885221792, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8862, timestamp=1517885221792, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8863, timestamp=1517885221792, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8864, timestamp=1517885221792, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8865, timestamp=1517885221792, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8866, timestamp=1517885221792, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8867, timestamp=1517885221793, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8868, timestamp=1517885221793, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8869, timestamp=1517885221793, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8870, timestamp=1517885221793, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8871, timestamp=1517885221793, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8872, timestamp=1517885221793, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8873, timestamp=1517885221793, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8874, timestamp=1517885221793, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8875, timestamp=1517885221793, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8876, timestamp=1517885221794, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8877, timestamp=1517885221794, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8878, timestamp=1517885221794, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8879, timestamp=1517885221794, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8880, timestamp=1517885221794, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8881, timestamp=1517885221794, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8882, timestamp=1517885221794, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8883, timestamp=1517885221794, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8884, timestamp=1517885221794, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8885, timestamp=1517885221795, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8886, timestamp=1517885221795, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8887, timestamp=1517885221795, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8888, timestamp=1517885221795, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8889, timestamp=1517885221795, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8890, timestamp=1517885221795, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=8891, timestamp=1517885221796, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8892, timestamp=1517885221796, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8893, timestamp=1517885221796, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=8894, timestamp=1517885221796, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8895, timestamp=1517885221796, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8896, timestamp=1517885221796, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8897, timestamp=1517885221796, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8898, timestamp=1517885221796, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8899, timestamp=1517885221796, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8900, timestamp=1517885221797, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8901, timestamp=1517885221797, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=8902, timestamp=1517885221797, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8903, timestamp=1517885221797, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8904, timestamp=1517885221797, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8905, timestamp=1517885221797, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8906, timestamp=1517885221797, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=8907, timestamp=1517885221797, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=8908, timestamp=1517885221797, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8909, timestamp=1517885221797, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8910, timestamp=1517885221797, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8911, timestamp=1517885221798, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=8912, timestamp=1517885221798, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8913, timestamp=1517885221798, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8914, timestamp=1517885221798, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8915, timestamp=1517885221798, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=8916, timestamp=1517885221798, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8917, timestamp=1517885221798, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8918, timestamp=1517885221798, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8919, timestamp=1517885221798, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=8920, timestamp=1517885221798, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8921, timestamp=1517885221798, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8922, timestamp=1517885221798, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8923, timestamp=1517885221799, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8924, timestamp=1517885221799, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8925, timestamp=1517885221799, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=8926, timestamp=1517885221799, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8927, timestamp=1517885221799, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8928, timestamp=1517885221799, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8929, timestamp=1517885221799, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8930, timestamp=1517885221799, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8931, timestamp=1517885221799, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8932, timestamp=1517885221799, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8933, timestamp=1517885221800, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8934, timestamp=1517885221800, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8935, timestamp=1517885221800, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8936, timestamp=1517885221800, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8937, timestamp=1517885221800, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8938, timestamp=1517885221800, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8939, timestamp=1517885221800, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8940, timestamp=1517885221800, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8941, timestamp=1517885221800, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8942, timestamp=1517885221800, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8943, timestamp=1517885221801, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=8944, timestamp=1517885221801, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8945, timestamp=1517885221801, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8946, timestamp=1517885221801, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8947, timestamp=1517885221801, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=8948, timestamp=1517885221801, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8949, timestamp=1517885221801, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8950, timestamp=1517885221801, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8951, timestamp=1517885221801, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=8952, timestamp=1517885221801, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8953, timestamp=1517885221801, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8954, timestamp=1517885221801, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8955, timestamp=1517885221801, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8956, timestamp=1517885221802, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=8957, timestamp=1517885221802, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=8958, timestamp=1517885221802, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=8959, timestamp=1517885221802, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8960, timestamp=1517885221802, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8961, timestamp=1517885221802, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8962, timestamp=1517885221802, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=8963, timestamp=1517885221802, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8964, timestamp=1517885221802, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=8965, timestamp=1517885221802, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8966, timestamp=1517885221802, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=8967, timestamp=1517885221802, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=8968, timestamp=1517885221802, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8969, timestamp=1517885221802, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8970, timestamp=1517885221802, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8971, timestamp=1517885221802, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=8972, timestamp=1517885221803, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=8973, timestamp=1517885221803, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=8974, timestamp=1517885221803, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=8975, timestamp=1517885221803, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=8976, timestamp=1517885221803, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8977, timestamp=1517885221803, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=8978, timestamp=1517885221803, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=8979, timestamp=1517885221803, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=8980, timestamp=1517885221804, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=8981, timestamp=1517885221804, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=8982, timestamp=1517885221804, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=8983, timestamp=1517885221804, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=8984, timestamp=1517885221804, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=8985, timestamp=1517885221804, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=8986, timestamp=1517885221804, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8987, timestamp=1517885221804, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=8988, timestamp=1517885221804, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=8989, timestamp=1517885221804, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=8990, timestamp=1517885221805, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=8991, timestamp=1517885221805, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=8992, timestamp=1517885221805, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8993, timestamp=1517885221805, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=8994, timestamp=1517885221805, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=8995, timestamp=1517885221805, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=8996, timestamp=1517885221805, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=8997, timestamp=1517885221805, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=8998, timestamp=1517885221805, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=8999, timestamp=1517885221805, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9000, timestamp=1517885221805, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9001, timestamp=1517885221806, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9002, timestamp=1517885221806, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9003, timestamp=1517885221806, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9004, timestamp=1517885221806, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9005, timestamp=1517885221806, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9006, timestamp=1517885221806, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9007, timestamp=1517885221806, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9008, timestamp=1517885221806, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9009, timestamp=1517885221806, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9010, timestamp=1517885221806, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9011, timestamp=1517885221806, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9012, timestamp=1517885221806, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9013, timestamp=1517885221806, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9014, timestamp=1517885221806, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9015, timestamp=1517885221807, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9016, timestamp=1517885221807, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9017, timestamp=1517885221807, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9018, timestamp=1517885221807, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9019, timestamp=1517885221807, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9020, timestamp=1517885221807, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9021, timestamp=1517885221807, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9022, timestamp=1517885221807, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9023, timestamp=1517885221807, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9024, timestamp=1517885221807, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9025, timestamp=1517885221807, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9026, timestamp=1517885221807, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9027, timestamp=1517885221807, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9028, timestamp=1517885221808, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9029, timestamp=1517885221808, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9030, timestamp=1517885221808, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9031, timestamp=1517885221808, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9032, timestamp=1517885221808, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9033, timestamp=1517885221808, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9034, timestamp=1517885221808, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9035, timestamp=1517885221808, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9036, timestamp=1517885221808, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9037, timestamp=1517885221808, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9038, timestamp=1517885221808, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9039, timestamp=1517885221808, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9040, timestamp=1517885221809, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9041, timestamp=1517885221809, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9042, timestamp=1517885221809, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9043, timestamp=1517885221809, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9044, timestamp=1517885221809, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9045, timestamp=1517885221809, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9046, timestamp=1517885221809, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9047, timestamp=1517885221809, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9048, timestamp=1517885221809, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9049, timestamp=1517885221809, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9050, timestamp=1517885221809, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9051, timestamp=1517885221809, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9052, timestamp=1517885221810, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9053, timestamp=1517885221810, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9054, timestamp=1517885221810, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9055, timestamp=1517885221810, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9056, timestamp=1517885221810, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9057, timestamp=1517885221810, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9058, timestamp=1517885221810, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9059, timestamp=1517885221810, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9060, timestamp=1517885221811, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9061, timestamp=1517885221811, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9062, timestamp=1517885221811, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9063, timestamp=1517885221811, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9064, timestamp=1517885221811, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9065, timestamp=1517885221811, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9066, timestamp=1517885221811, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9067, timestamp=1517885221811, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9068, timestamp=1517885221811, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9069, timestamp=1517885221812, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9070, timestamp=1517885221812, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9071, timestamp=1517885221812, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9072, timestamp=1517885221812, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9073, timestamp=1517885221812, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9074, timestamp=1517885221812, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9075, timestamp=1517885221812, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9076, timestamp=1517885221812, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9077, timestamp=1517885221813, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9078, timestamp=1517885221813, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9079, timestamp=1517885221813, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9080, timestamp=1517885221813, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9081, timestamp=1517885221813, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9082, timestamp=1517885221814, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9083, timestamp=1517885221814, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9084, timestamp=1517885221814, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9085, timestamp=1517885221814, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9086, timestamp=1517885221814, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9087, timestamp=1517885221815, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9088, timestamp=1517885221815, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9089, timestamp=1517885221815, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9090, timestamp=1517885221815, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9091, timestamp=1517885221815, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9092, timestamp=1517885221815, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9093, timestamp=1517885221816, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9094, timestamp=1517885221816, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9095, timestamp=1517885221816, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9096, timestamp=1517885221816, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9097, timestamp=1517885221816, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9098, timestamp=1517885221816, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9099, timestamp=1517885221816, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9100, timestamp=1517885221816, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9101, timestamp=1517885221816, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9102, timestamp=1517885221816, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9103, timestamp=1517885221816, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9104, timestamp=1517885221816, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9105, timestamp=1517885221816, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9106, timestamp=1517885221816, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9107, timestamp=1517885221817, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9108, timestamp=1517885221817, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9109, timestamp=1517885221817, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9110, timestamp=1517885221817, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9111, timestamp=1517885221817, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9112, timestamp=1517885221817, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9113, timestamp=1517885221817, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9114, timestamp=1517885221817, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9115, timestamp=1517885221817, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9116, timestamp=1517885221817, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9117, timestamp=1517885221817, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9118, timestamp=1517885221817, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9119, timestamp=1517885221818, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9120, timestamp=1517885221818, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9121, timestamp=1517885221818, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9122, timestamp=1517885221818, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9123, timestamp=1517885221818, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9124, timestamp=1517885221818, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9125, timestamp=1517885221818, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9126, timestamp=1517885221818, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9127, timestamp=1517885221818, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9128, timestamp=1517885221818, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9129, timestamp=1517885221818, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9130, timestamp=1517885221818, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9131, timestamp=1517885221819, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9132, timestamp=1517885221819, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9133, timestamp=1517885221819, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9134, timestamp=1517885221819, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9135, timestamp=1517885221819, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9136, timestamp=1517885221819, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9137, timestamp=1517885221819, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9138, timestamp=1517885221819, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9139, timestamp=1517885221819, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9140, timestamp=1517885221819, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9141, timestamp=1517885221819, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9142, timestamp=1517885221819, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9143, timestamp=1517885221819, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9144, timestamp=1517885221819, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9145, timestamp=1517885221819, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9146, timestamp=1517885221819, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9147, timestamp=1517885221819, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9148, timestamp=1517885221819, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9149, timestamp=1517885221819, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9150, timestamp=1517885221820, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9151, timestamp=1517885221820, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9152, timestamp=1517885221820, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9153, timestamp=1517885221820, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9154, timestamp=1517885221820, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9155, timestamp=1517885221820, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9156, timestamp=1517885221820, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9157, timestamp=1517885221820, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9158, timestamp=1517885221820, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9159, timestamp=1517885221820, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9160, timestamp=1517885221820, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9161, timestamp=1517885221820, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9162, timestamp=1517885221820, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9163, timestamp=1517885221820, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9164, timestamp=1517885221820, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9165, timestamp=1517885221821, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9166, timestamp=1517885221821, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9167, timestamp=1517885221821, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9168, timestamp=1517885221821, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9169, timestamp=1517885221821, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9170, timestamp=1517885221821, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9171, timestamp=1517885221821, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9172, timestamp=1517885221821, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9173, timestamp=1517885221821, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9174, timestamp=1517885221821, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9175, timestamp=1517885221821, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9176, timestamp=1517885221822, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9177, timestamp=1517885221822, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9178, timestamp=1517885221822, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9179, timestamp=1517885221822, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9180, timestamp=1517885221822, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9181, timestamp=1517885221822, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9182, timestamp=1517885221822, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9183, timestamp=1517885221822, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9184, timestamp=1517885221823, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9185, timestamp=1517885221823, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9186, timestamp=1517885221823, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9187, timestamp=1517885221823, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9188, timestamp=1517885221823, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9189, timestamp=1517885221823, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9190, timestamp=1517885221823, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9191, timestamp=1517885221824, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9192, timestamp=1517885221824, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9193, timestamp=1517885221824, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9194, timestamp=1517885221824, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9195, timestamp=1517885221824, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9196, timestamp=1517885221824, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9197, timestamp=1517885221824, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9198, timestamp=1517885221824, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9199, timestamp=1517885221824, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9200, timestamp=1517885221824, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9201, timestamp=1517885221824, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9202, timestamp=1517885221824, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9203, timestamp=1517885221825, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9204, timestamp=1517885221825, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9205, timestamp=1517885221825, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9206, timestamp=1517885221825, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9207, timestamp=1517885221825, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9208, timestamp=1517885221825, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9209, timestamp=1517885221825, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9210, timestamp=1517885221825, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9211, timestamp=1517885221825, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9212, timestamp=1517885221825, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9213, timestamp=1517885221825, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9214, timestamp=1517885221825, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9215, timestamp=1517885221825, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9216, timestamp=1517885221825, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9217, timestamp=1517885221826, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9218, timestamp=1517885221826, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9219, timestamp=1517885221826, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9220, timestamp=1517885221826, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9221, timestamp=1517885221826, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9222, timestamp=1517885221826, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9223, timestamp=1517885221826, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9224, timestamp=1517885221826, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9225, timestamp=1517885221826, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9226, timestamp=1517885221826, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9227, timestamp=1517885221826, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9228, timestamp=1517885221827, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9229, timestamp=1517885221827, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9230, timestamp=1517885221827, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9231, timestamp=1517885221827, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9232, timestamp=1517885221827, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9233, timestamp=1517885221827, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9234, timestamp=1517885221827, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9235, timestamp=1517885221827, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9236, timestamp=1517885221827, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9237, timestamp=1517885221827, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9238, timestamp=1517885221827, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9239, timestamp=1517885221827, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9240, timestamp=1517885221827, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9241, timestamp=1517885221827, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9242, timestamp=1517885221827, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9243, timestamp=1517885221827, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9244, timestamp=1517885221827, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9245, timestamp=1517885221828, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9246, timestamp=1517885221828, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9247, timestamp=1517885221828, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9248, timestamp=1517885221828, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9249, timestamp=1517885221828, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9250, timestamp=1517885221828, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9251, timestamp=1517885221828, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9252, timestamp=1517885221828, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9253, timestamp=1517885221828, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9254, timestamp=1517885221828, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9255, timestamp=1517885221829, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9256, timestamp=1517885221829, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9257, timestamp=1517885221829, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9258, timestamp=1517885221829, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9259, timestamp=1517885221829, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9260, timestamp=1517885221829, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9261, timestamp=1517885221829, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9262, timestamp=1517885221829, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9263, timestamp=1517885221829, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9264, timestamp=1517885221829, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9265, timestamp=1517885221830, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9266, timestamp=1517885221830, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9267, timestamp=1517885221830, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9268, timestamp=1517885221830, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9269, timestamp=1517885221830, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9270, timestamp=1517885221830, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9271, timestamp=1517885221830, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9272, timestamp=1517885221830, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9273, timestamp=1517885221830, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9274, timestamp=1517885221831, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9275, timestamp=1517885221831, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9276, timestamp=1517885221831, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9277, timestamp=1517885221831, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9278, timestamp=1517885221831, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9279, timestamp=1517885221831, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9280, timestamp=1517885221831, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9281, timestamp=1517885221831, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9282, timestamp=1517885221831, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9283, timestamp=1517885221831, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9284, timestamp=1517885221831, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9285, timestamp=1517885221831, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9286, timestamp=1517885221831, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9287, timestamp=1517885221831, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9288, timestamp=1517885221831, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9289, timestamp=1517885221831, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9290, timestamp=1517885221831, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9291, timestamp=1517885221832, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9292, timestamp=1517885221832, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9293, timestamp=1517885221832, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9294, timestamp=1517885221832, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9295, timestamp=1517885221832, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9296, timestamp=1517885221832, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9297, timestamp=1517885221832, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9298, timestamp=1517885221832, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9299, timestamp=1517885221832, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9300, timestamp=1517885221832, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9301, timestamp=1517885221832, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9302, timestamp=1517885221832, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9303, timestamp=1517885221832, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9304, timestamp=1517885221832, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9305, timestamp=1517885221833, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9306, timestamp=1517885221833, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9307, timestamp=1517885221833, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9308, timestamp=1517885221833, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9309, timestamp=1517885221833, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9310, timestamp=1517885221833, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9311, timestamp=1517885221833, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9312, timestamp=1517885221833, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9313, timestamp=1517885221833, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9314, timestamp=1517885221833, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9315, timestamp=1517885221834, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9316, timestamp=1517885221834, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9317, timestamp=1517885221834, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9318, timestamp=1517885221834, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9319, timestamp=1517885221834, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9320, timestamp=1517885221834, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9321, timestamp=1517885221834, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9322, timestamp=1517885221834, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9323, timestamp=1517885221834, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9324, timestamp=1517885221835, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9325, timestamp=1517885221835, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9326, timestamp=1517885221835, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9327, timestamp=1517885221835, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9328, timestamp=1517885221835, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9329, timestamp=1517885221835, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9330, timestamp=1517885221835, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9331, timestamp=1517885221835, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9332, timestamp=1517885221835, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9333, timestamp=1517885221835, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9334, timestamp=1517885221836, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9335, timestamp=1517885221836, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9336, timestamp=1517885221836, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9337, timestamp=1517885221836, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9338, timestamp=1517885221836, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9339, timestamp=1517885221836, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9340, timestamp=1517885221836, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9341, timestamp=1517885221836, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9342, timestamp=1517885221836, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9343, timestamp=1517885221836, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9344, timestamp=1517885221836, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9345, timestamp=1517885221836, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9346, timestamp=1517885221836, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9347, timestamp=1517885221836, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9348, timestamp=1517885221836, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9349, timestamp=1517885221836, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9350, timestamp=1517885221836, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9351, timestamp=1517885221836, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9352, timestamp=1517885221836, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9353, timestamp=1517885221837, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9354, timestamp=1517885221837, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9355, timestamp=1517885221837, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9356, timestamp=1517885221837, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9357, timestamp=1517885221837, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9358, timestamp=1517885221837, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9359, timestamp=1517885221837, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9360, timestamp=1517885221837, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9361, timestamp=1517885221837, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9362, timestamp=1517885221837, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9363, timestamp=1517885221837, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9364, timestamp=1517885221838, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9365, timestamp=1517885221838, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9366, timestamp=1517885221838, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9367, timestamp=1517885221838, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9368, timestamp=1517885221838, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9369, timestamp=1517885221838, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9370, timestamp=1517885221838, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9371, timestamp=1517885221838, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9372, timestamp=1517885221838, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9373, timestamp=1517885221838, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9374, timestamp=1517885221838, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9375, timestamp=1517885221839, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9376, timestamp=1517885221839, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9377, timestamp=1517885221839, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9378, timestamp=1517885221839, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9379, timestamp=1517885221839, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9380, timestamp=1517885221839, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9381, timestamp=1517885221839, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9382, timestamp=1517885221839, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9383, timestamp=1517885221839, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9384, timestamp=1517885221840, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9385, timestamp=1517885221840, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9386, timestamp=1517885221840, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9387, timestamp=1517885221840, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9388, timestamp=1517885221840, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9389, timestamp=1517885221840, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9390, timestamp=1517885221840, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9391, timestamp=1517885221840, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9392, timestamp=1517885221840, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9393, timestamp=1517885221840, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9394, timestamp=1517885221840, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9395, timestamp=1517885221840, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9396, timestamp=1517885221840, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9397, timestamp=1517885221840, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9398, timestamp=1517885221840, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9399, timestamp=1517885221840, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9400, timestamp=1517885221841, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9401, timestamp=1517885221841, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9402, timestamp=1517885221841, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9403, timestamp=1517885221841, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9404, timestamp=1517885221841, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9405, timestamp=1517885221841, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9406, timestamp=1517885221841, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9407, timestamp=1517885221841, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9408, timestamp=1517885221841, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9409, timestamp=1517885221841, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9410, timestamp=1517885221841, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9411, timestamp=1517885221841, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9412, timestamp=1517885221841, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9413, timestamp=1517885221842, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9414, timestamp=1517885221842, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9415, timestamp=1517885221842, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9416, timestamp=1517885221842, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9417, timestamp=1517885221842, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9418, timestamp=1517885221842, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9419, timestamp=1517885221842, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9420, timestamp=1517885221842, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9421, timestamp=1517885221842, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9422, timestamp=1517885221842, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9423, timestamp=1517885221842, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9424, timestamp=1517885221843, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9425, timestamp=1517885221843, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9426, timestamp=1517885221843, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9427, timestamp=1517885221843, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9428, timestamp=1517885221843, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9429, timestamp=1517885221843, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9430, timestamp=1517885221843, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9431, timestamp=1517885221843, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9432, timestamp=1517885221843, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9433, timestamp=1517885221843, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9434, timestamp=1517885221843, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9435, timestamp=1517885221843, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9436, timestamp=1517885221843, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9437, timestamp=1517885221844, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9438, timestamp=1517885221844, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9439, timestamp=1517885221844, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9440, timestamp=1517885221844, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9441, timestamp=1517885221844, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9442, timestamp=1517885221844, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9443, timestamp=1517885221844, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9444, timestamp=1517885221844, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9445, timestamp=1517885221844, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9446, timestamp=1517885221844, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9447, timestamp=1517885221845, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9448, timestamp=1517885221845, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9449, timestamp=1517885221845, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9450, timestamp=1517885221845, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9451, timestamp=1517885221845, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9452, timestamp=1517885221845, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9453, timestamp=1517885221845, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9454, timestamp=1517885221845, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9455, timestamp=1517885221845, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9456, timestamp=1517885221846, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9457, timestamp=1517885221846, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9458, timestamp=1517885221846, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9459, timestamp=1517885221846, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9460, timestamp=1517885221846, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9461, timestamp=1517885221846, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9462, timestamp=1517885221846, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9463, timestamp=1517885221846, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9464, timestamp=1517885221846, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9465, timestamp=1517885221846, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9466, timestamp=1517885221846, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9467, timestamp=1517885221847, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9468, timestamp=1517885221847, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9469, timestamp=1517885221847, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9470, timestamp=1517885221847, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9471, timestamp=1517885221847, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9472, timestamp=1517885221848, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9473, timestamp=1517885221848, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9474, timestamp=1517885221848, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9475, timestamp=1517885221848, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9476, timestamp=1517885221848, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9477, timestamp=1517885221848, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9478, timestamp=1517885221848, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9479, timestamp=1517885221848, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9480, timestamp=1517885221848, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9481, timestamp=1517885221848, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9482, timestamp=1517885221848, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9483, timestamp=1517885221849, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9484, timestamp=1517885221849, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9485, timestamp=1517885221849, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9486, timestamp=1517885221849, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9487, timestamp=1517885221849, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9488, timestamp=1517885221849, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9489, timestamp=1517885221849, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9490, timestamp=1517885221849, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9491, timestamp=1517885221849, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9492, timestamp=1517885221849, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9493, timestamp=1517885221849, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9494, timestamp=1517885221849, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9495, timestamp=1517885221849, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9496, timestamp=1517885221849, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9497, timestamp=1517885221849, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9498, timestamp=1517885221849, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9499, timestamp=1517885221849, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9500, timestamp=1517885221850, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9501, timestamp=1517885221850, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9502, timestamp=1517885221850, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9503, timestamp=1517885221850, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9504, timestamp=1517885221850, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9505, timestamp=1517885221850, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9506, timestamp=1517885221850, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9507, timestamp=1517885221850, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9508, timestamp=1517885221850, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9509, timestamp=1517885221851, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9510, timestamp=1517885221851, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9511, timestamp=1517885221851, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9512, timestamp=1517885221851, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9513, timestamp=1517885221851, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9514, timestamp=1517885221851, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9515, timestamp=1517885221851, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9516, timestamp=1517885221851, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9517, timestamp=1517885221851, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9518, timestamp=1517885221851, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9519, timestamp=1517885221851, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9520, timestamp=1517885221851, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9521, timestamp=1517885221852, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9522, timestamp=1517885221852, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9523, timestamp=1517885221852, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9524, timestamp=1517885221852, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9525, timestamp=1517885221852, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9526, timestamp=1517885221852, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9527, timestamp=1517885221852, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9528, timestamp=1517885221852, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9529, timestamp=1517885221852, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9530, timestamp=1517885221852, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9531, timestamp=1517885221852, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9532, timestamp=1517885221853, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9533, timestamp=1517885221853, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9534, timestamp=1517885221853, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9535, timestamp=1517885221853, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9536, timestamp=1517885221853, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9537, timestamp=1517885221853, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9538, timestamp=1517885221853, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9539, timestamp=1517885221853, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9540, timestamp=1517885221853, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9541, timestamp=1517885221853, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9542, timestamp=1517885221853, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9543, timestamp=1517885221853, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9544, timestamp=1517885221853, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9545, timestamp=1517885221853, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9546, timestamp=1517885221853, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9547, timestamp=1517885221853, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9548, timestamp=1517885221853, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9549, timestamp=1517885221854, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9550, timestamp=1517885221854, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9551, timestamp=1517885221854, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9552, timestamp=1517885221854, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9553, timestamp=1517885221854, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9554, timestamp=1517885221854, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9555, timestamp=1517885221854, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9556, timestamp=1517885221854, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9557, timestamp=1517885221854, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9558, timestamp=1517885221854, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9559, timestamp=1517885221854, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9560, timestamp=1517885221854, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9561, timestamp=1517885221854, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9562, timestamp=1517885221854, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9563, timestamp=1517885221854, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9564, timestamp=1517885221854, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9565, timestamp=1517885221854, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9566, timestamp=1517885221855, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9567, timestamp=1517885221855, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9568, timestamp=1517885221855, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9569, timestamp=1517885221855, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9570, timestamp=1517885221855, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9571, timestamp=1517885221855, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9572, timestamp=1517885221855, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9573, timestamp=1517885221855, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9574, timestamp=1517885221855, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9575, timestamp=1517885221855, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9576, timestamp=1517885221855, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9577, timestamp=1517885221855, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9578, timestamp=1517885221855, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9579, timestamp=1517885221855, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9580, timestamp=1517885221856, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9581, timestamp=1517885221856, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9582, timestamp=1517885221856, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9583, timestamp=1517885221856, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9584, timestamp=1517885221856, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9585, timestamp=1517885221856, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9586, timestamp=1517885221856, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9587, timestamp=1517885221856, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9588, timestamp=1517885221856, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9589, timestamp=1517885221856, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9590, timestamp=1517885221856, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9591, timestamp=1517885221856, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9592, timestamp=1517885221856, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9593, timestamp=1517885221856, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9594, timestamp=1517885221856, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9595, timestamp=1517885221857, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9596, timestamp=1517885221857, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9597, timestamp=1517885221857, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9598, timestamp=1517885221857, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9599, timestamp=1517885221857, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9600, timestamp=1517885221857, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9601, timestamp=1517885221857, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9602, timestamp=1517885221857, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9603, timestamp=1517885221857, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9604, timestamp=1517885221858, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9605, timestamp=1517885221858, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9606, timestamp=1517885221858, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9607, timestamp=1517885221858, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9608, timestamp=1517885221858, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9609, timestamp=1517885221858, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9610, timestamp=1517885221858, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9611, timestamp=1517885221858, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9612, timestamp=1517885221858, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9613, timestamp=1517885221858, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9614, timestamp=1517885221858, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9615, timestamp=1517885221858, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9616, timestamp=1517885221858, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9617, timestamp=1517885221858, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9618, timestamp=1517885221859, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9619, timestamp=1517885221859, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9620, timestamp=1517885221859, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9621, timestamp=1517885221859, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9622, timestamp=1517885221859, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9623, timestamp=1517885221859, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9624, timestamp=1517885221859, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9625, timestamp=1517885221859, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9626, timestamp=1517885221859, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9627, timestamp=1517885221859, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9628, timestamp=1517885221859, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9629, timestamp=1517885221860, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9630, timestamp=1517885221860, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9631, timestamp=1517885221860, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9632, timestamp=1517885221860, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9633, timestamp=1517885221860, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9634, timestamp=1517885221860, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9635, timestamp=1517885221860, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9636, timestamp=1517885221860, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9637, timestamp=1517885221860, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9638, timestamp=1517885221860, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9639, timestamp=1517885221861, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9640, timestamp=1517885221861, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9641, timestamp=1517885221861, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9642, timestamp=1517885221861, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9643, timestamp=1517885221861, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9644, timestamp=1517885221861, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9645, timestamp=1517885221861, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9646, timestamp=1517885221861, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9647, timestamp=1517885221861, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9648, timestamp=1517885221861, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9649, timestamp=1517885221861, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9650, timestamp=1517885221862, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9651, timestamp=1517885221862, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9652, timestamp=1517885221862, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9653, timestamp=1517885221862, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9654, timestamp=1517885221862, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9655, timestamp=1517885221862, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9656, timestamp=1517885221862, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9657, timestamp=1517885221862, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9658, timestamp=1517885221863, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9659, timestamp=1517885221863, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9660, timestamp=1517885221863, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9661, timestamp=1517885221863, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9662, timestamp=1517885221863, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9663, timestamp=1517885221863, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9664, timestamp=1517885221863, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9665, timestamp=1517885221863, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9666, timestamp=1517885221863, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9667, timestamp=1517885221863, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9668, timestamp=1517885221863, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9669, timestamp=1517885221864, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9670, timestamp=1517885221864, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9671, timestamp=1517885221864, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9672, timestamp=1517885221864, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9673, timestamp=1517885221864, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9674, timestamp=1517885221864, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9675, timestamp=1517885221864, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9676, timestamp=1517885221864, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9677, timestamp=1517885221864, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9678, timestamp=1517885221865, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9679, timestamp=1517885221865, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9680, timestamp=1517885221865, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9681, timestamp=1517885221865, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9682, timestamp=1517885221865, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9683, timestamp=1517885221865, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9684, timestamp=1517885221865, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9685, timestamp=1517885221865, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9686, timestamp=1517885221865, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9687, timestamp=1517885221865, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9688, timestamp=1517885221865, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9689, timestamp=1517885221865, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9690, timestamp=1517885221866, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9691, timestamp=1517885221866, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9692, timestamp=1517885221866, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9693, timestamp=1517885221866, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9694, timestamp=1517885221866, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9695, timestamp=1517885221866, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9696, timestamp=1517885221866, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9697, timestamp=1517885221866, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9698, timestamp=1517885221866, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9699, timestamp=1517885221866, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9700, timestamp=1517885221866, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9701, timestamp=1517885221866, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9702, timestamp=1517885221866, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9703, timestamp=1517885221867, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9704, timestamp=1517885221867, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9705, timestamp=1517885221867, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9706, timestamp=1517885221867, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9707, timestamp=1517885221867, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9708, timestamp=1517885221867, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9709, timestamp=1517885221867, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9710, timestamp=1517885221867, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9711, timestamp=1517885221867, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9712, timestamp=1517885221867, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9713, timestamp=1517885221867, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9714, timestamp=1517885221867, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9715, timestamp=1517885221868, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9716, timestamp=1517885221868, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9717, timestamp=1517885221868, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9718, timestamp=1517885221868, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9719, timestamp=1517885221868, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9720, timestamp=1517885221868, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9721, timestamp=1517885221868, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9722, timestamp=1517885221868, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9723, timestamp=1517885221869, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9724, timestamp=1517885221869, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9725, timestamp=1517885221869, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9726, timestamp=1517885221869, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9727, timestamp=1517885221869, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9728, timestamp=1517885221869, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9729, timestamp=1517885221869, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9730, timestamp=1517885221869, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9731, timestamp=1517885221869, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9732, timestamp=1517885221869, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9733, timestamp=1517885221870, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9734, timestamp=1517885221870, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9735, timestamp=1517885221870, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9736, timestamp=1517885221870, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9737, timestamp=1517885221870, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9738, timestamp=1517885221870, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9739, timestamp=1517885221870, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9740, timestamp=1517885221870, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9741, timestamp=1517885221870, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9742, timestamp=1517885221870, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9743, timestamp=1517885221870, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9744, timestamp=1517885221870, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9745, timestamp=1517885221870, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9746, timestamp=1517885221870, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9747, timestamp=1517885221871, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9748, timestamp=1517885221871, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9749, timestamp=1517885221871, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9750, timestamp=1517885221871, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9751, timestamp=1517885221871, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9752, timestamp=1517885221871, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9753, timestamp=1517885221871, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9754, timestamp=1517885221871, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9755, timestamp=1517885221871, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9756, timestamp=1517885221871, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9757, timestamp=1517885221871, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9758, timestamp=1517885221871, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9759, timestamp=1517885221871, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9760, timestamp=1517885221871, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9761, timestamp=1517885221871, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9762, timestamp=1517885221871, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9763, timestamp=1517885221871, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9764, timestamp=1517885221872, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9765, timestamp=1517885221872, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9766, timestamp=1517885221872, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9767, timestamp=1517885221872, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9768, timestamp=1517885221872, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9769, timestamp=1517885221872, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9770, timestamp=1517885221872, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9771, timestamp=1517885221872, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9772, timestamp=1517885221872, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9773, timestamp=1517885221873, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9774, timestamp=1517885221873, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9775, timestamp=1517885221873, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9776, timestamp=1517885221873, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9777, timestamp=1517885221873, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9778, timestamp=1517885221873, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9779, timestamp=1517885221873, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9780, timestamp=1517885221873, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9781, timestamp=1517885221873, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9782, timestamp=1517885221873, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9783, timestamp=1517885221873, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9784, timestamp=1517885221873, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9785, timestamp=1517885221873, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9786, timestamp=1517885221873, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9787, timestamp=1517885221873, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9788, timestamp=1517885221874, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9789, timestamp=1517885221874, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9790, timestamp=1517885221874, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9791, timestamp=1517885221874, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9792, timestamp=1517885221874, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=9793, timestamp=1517885221874, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9794, timestamp=1517885221874, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9795, timestamp=1517885221874, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9796, timestamp=1517885221874, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9797, timestamp=1517885221874, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9798, timestamp=1517885221874, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9799, timestamp=1517885221875, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9800, timestamp=1517885221875, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9801, timestamp=1517885221875, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9802, timestamp=1517885221875, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9803, timestamp=1517885221875, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9804, timestamp=1517885221875, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9805, timestamp=1517885221875, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9806, timestamp=1517885221875, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9807, timestamp=1517885221875, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9808, timestamp=1517885221875, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9809, timestamp=1517885221875, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9810, timestamp=1517885221875, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9811, timestamp=1517885221875, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9812, timestamp=1517885221875, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9813, timestamp=1517885221875, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9814, timestamp=1517885221875, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9815, timestamp=1517885221875, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9816, timestamp=1517885221875, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9817, timestamp=1517885221876, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9818, timestamp=1517885221876, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9819, timestamp=1517885221876, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9820, timestamp=1517885221876, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9821, timestamp=1517885221876, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9822, timestamp=1517885221876, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9823, timestamp=1517885221876, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9824, timestamp=1517885221876, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9825, timestamp=1517885221877, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9826, timestamp=1517885221877, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9827, timestamp=1517885221877, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9828, timestamp=1517885221877, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9829, timestamp=1517885221877, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9830, timestamp=1517885221877, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9831, timestamp=1517885221877, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9832, timestamp=1517885221878, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9833, timestamp=1517885221878, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9834, timestamp=1517885221878, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9835, timestamp=1517885221878, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9836, timestamp=1517885221878, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9837, timestamp=1517885221878, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9838, timestamp=1517885221878, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9839, timestamp=1517885221878, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9840, timestamp=1517885221878, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9841, timestamp=1517885221878, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9842, timestamp=1517885221879, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9843, timestamp=1517885221879, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9844, timestamp=1517885221879, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=9845, timestamp=1517885221879, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9846, timestamp=1517885221879, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9847, timestamp=1517885221879, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9848, timestamp=1517885221879, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9849, timestamp=1517885221879, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9850, timestamp=1517885221880, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9851, timestamp=1517885221880, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9852, timestamp=1517885221880, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9853, timestamp=1517885221880, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9854, timestamp=1517885221880, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9855, timestamp=1517885221880, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9856, timestamp=1517885221880, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9857, timestamp=1517885221880, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9858, timestamp=1517885221880, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9859, timestamp=1517885221880, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9860, timestamp=1517885221880, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9861, timestamp=1517885221880, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9862, timestamp=1517885221880, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9863, timestamp=1517885221880, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9864, timestamp=1517885221881, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9865, timestamp=1517885221881, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9866, timestamp=1517885221881, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9867, timestamp=1517885221881, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9868, timestamp=1517885221881, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9869, timestamp=1517885221881, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9870, timestamp=1517885221881, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=9871, timestamp=1517885221881, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9872, timestamp=1517885221881, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9873, timestamp=1517885221882, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9874, timestamp=1517885221882, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9875, timestamp=1517885221882, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9876, timestamp=1517885221882, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9877, timestamp=1517885221882, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9878, timestamp=1517885221882, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=9879, timestamp=1517885221882, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9880, timestamp=1517885221882, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9881, timestamp=1517885221882, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=9882, timestamp=1517885221882, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9883, timestamp=1517885221882, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9884, timestamp=1517885221883, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9885, timestamp=1517885221883, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9886, timestamp=1517885221883, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9887, timestamp=1517885221883, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9888, timestamp=1517885221883, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=9889, timestamp=1517885221883, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9890, timestamp=1517885221883, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9891, timestamp=1517885221883, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9892, timestamp=1517885221883, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9893, timestamp=1517885221883, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=9894, timestamp=1517885221883, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9895, timestamp=1517885221883, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9896, timestamp=1517885221883, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9897, timestamp=1517885221884, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9898, timestamp=1517885221884, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9899, timestamp=1517885221884, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9900, timestamp=1517885221884, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9901, timestamp=1517885221884, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9902, timestamp=1517885221884, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9903, timestamp=1517885221884, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9904, timestamp=1517885221884, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9905, timestamp=1517885221885, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9906, timestamp=1517885221885, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9907, timestamp=1517885221885, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9908, timestamp=1517885221885, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9909, timestamp=1517885221886, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9910, timestamp=1517885221886, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9911, timestamp=1517885221886, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9912, timestamp=1517885221886, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9913, timestamp=1517885221886, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9914, timestamp=1517885221886, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=9915, timestamp=1517885221886, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9916, timestamp=1517885221886, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=9917, timestamp=1517885221886, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9918, timestamp=1517885221886, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9919, timestamp=1517885221886, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9920, timestamp=1517885221886, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=9921, timestamp=1517885221886, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9922, timestamp=1517885221887, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9923, timestamp=1517885221887, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9924, timestamp=1517885221887, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=9925, timestamp=1517885221887, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=9926, timestamp=1517885221887, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9927, timestamp=1517885221887, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9928, timestamp=1517885221887, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=9929, timestamp=1517885221887, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9930, timestamp=1517885221887, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9931, timestamp=1517885221888, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=9932, timestamp=1517885221888, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9933, timestamp=1517885221888, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9934, timestamp=1517885221888, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=9935, timestamp=1517885221888, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=9936, timestamp=1517885221888, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=9937, timestamp=1517885221888, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9938, timestamp=1517885221888, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9939, timestamp=1517885221888, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=9940, timestamp=1517885221888, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=9941, timestamp=1517885221889, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9942, timestamp=1517885221889, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=9943, timestamp=1517885221889, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9944, timestamp=1517885221889, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=9945, timestamp=1517885221889, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9946, timestamp=1517885221889, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=9947, timestamp=1517885221889, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9948, timestamp=1517885221889, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9949, timestamp=1517885221889, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9950, timestamp=1517885221890, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9951, timestamp=1517885221890, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9952, timestamp=1517885221890, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=9953, timestamp=1517885221890, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=9954, timestamp=1517885221890, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=9955, timestamp=1517885221890, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9956, timestamp=1517885221890, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9957, timestamp=1517885221890, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9958, timestamp=1517885221890, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9959, timestamp=1517885221890, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9960, timestamp=1517885221890, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9961, timestamp=1517885221891, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=9962, timestamp=1517885221891, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=9963, timestamp=1517885221891, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=9964, timestamp=1517885221891, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9965, timestamp=1517885221891, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=9966, timestamp=1517885221891, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9967, timestamp=1517885221891, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9968, timestamp=1517885221891, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=9969, timestamp=1517885221891, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9970, timestamp=1517885221891, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=9971, timestamp=1517885221891, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=9972, timestamp=1517885221891, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9973, timestamp=1517885221892, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9974, timestamp=1517885221892, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=9975, timestamp=1517885221892, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9976, timestamp=1517885221892, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9977, timestamp=1517885221892, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9978, timestamp=1517885221892, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=9979, timestamp=1517885221892, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=9980, timestamp=1517885221892, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=9981, timestamp=1517885221892, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9982, timestamp=1517885221892, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=9983, timestamp=1517885221892, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=9984, timestamp=1517885221893, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9985, timestamp=1517885221893, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9986, timestamp=1517885221893, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=9987, timestamp=1517885221893, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=9988, timestamp=1517885221893, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=9989, timestamp=1517885221893, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=9990, timestamp=1517885221893, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9991, timestamp=1517885221893, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=9992, timestamp=1517885221893, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=9993, timestamp=1517885221893, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=9994, timestamp=1517885221893, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=9995, timestamp=1517885221894, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=9996, timestamp=1517885221894, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=9997, timestamp=1517885221894, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=9998, timestamp=1517885221894, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=9999, timestamp=1517885221894, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10000, timestamp=1517885221894, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10001, timestamp=1517885221894, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10002, timestamp=1517885221894, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10003, timestamp=1517885221894, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10004, timestamp=1517885221894, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10005, timestamp=1517885221894, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10006, timestamp=1517885221894, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10007, timestamp=1517885221895, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10008, timestamp=1517885221895, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10009, timestamp=1517885221895, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10010, timestamp=1517885221895, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10011, timestamp=1517885221895, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10012, timestamp=1517885221895, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10013, timestamp=1517885221895, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10014, timestamp=1517885221895, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10015, timestamp=1517885221895, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10016, timestamp=1517885221895, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10017, timestamp=1517885221895, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10018, timestamp=1517885221895, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10019, timestamp=1517885221895, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10020, timestamp=1517885221895, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10021, timestamp=1517885221896, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10022, timestamp=1517885221896, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10023, timestamp=1517885221896, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10024, timestamp=1517885221896, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10025, timestamp=1517885221896, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10026, timestamp=1517885221896, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10027, timestamp=1517885221896, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10028, timestamp=1517885221896, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10029, timestamp=1517885221896, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10030, timestamp=1517885221896, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10031, timestamp=1517885221897, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10032, timestamp=1517885221897, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10033, timestamp=1517885221897, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10034, timestamp=1517885222581, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10035, timestamp=1517885222581, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10036, timestamp=1517885222581, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10037, timestamp=1517885222581, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10038, timestamp=1517885222582, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10039, timestamp=1517885222582, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10040, timestamp=1517885222582, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10041, timestamp=1517885222582, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10042, timestamp=1517885222582, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10043, timestamp=1517885222582, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10044, timestamp=1517885222582, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10045, timestamp=1517885222582, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10046, timestamp=1517885222582, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10047, timestamp=1517885222582, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10048, timestamp=1517885222583, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10049, timestamp=1517885222583, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10050, timestamp=1517885222583, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10051, timestamp=1517885222583, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10052, timestamp=1517885222583, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10053, timestamp=1517885222583, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10054, timestamp=1517885222583, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10055, timestamp=1517885222583, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10056, timestamp=1517885222583, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10057, timestamp=1517885222583, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10058, timestamp=1517885222583, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10059, timestamp=1517885222583, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10060, timestamp=1517885222583, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10061, timestamp=1517885222583, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10062, timestamp=1517885222583, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10063, timestamp=1517885222583, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10064, timestamp=1517885222583, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10065, timestamp=1517885222583, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10066, timestamp=1517885222583, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10067, timestamp=1517885222584, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10068, timestamp=1517885222584, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10069, timestamp=1517885222584, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10070, timestamp=1517885222584, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10071, timestamp=1517885222584, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10072, timestamp=1517885222584, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10073, timestamp=1517885222584, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10074, timestamp=1517885222584, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10075, timestamp=1517885222584, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10076, timestamp=1517885222584, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10077, timestamp=1517885222584, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10078, timestamp=1517885222584, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10079, timestamp=1517885222584, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10080, timestamp=1517885222584, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10081, timestamp=1517885222585, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10082, timestamp=1517885222585, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10083, timestamp=1517885222585, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10084, timestamp=1517885222585, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10085, timestamp=1517885222585, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10086, timestamp=1517885222585, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10087, timestamp=1517885222585, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10088, timestamp=1517885222585, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10089, timestamp=1517885222585, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10090, timestamp=1517885222585, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10091, timestamp=1517885222585, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10092, timestamp=1517885222585, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10093, timestamp=1517885222585, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10094, timestamp=1517885222586, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10095, timestamp=1517885222586, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10096, timestamp=1517885222586, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10097, timestamp=1517885222586, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10098, timestamp=1517885222586, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10099, timestamp=1517885222586, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10100, timestamp=1517885222586, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10101, timestamp=1517885222586, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10102, timestamp=1517885222586, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10103, timestamp=1517885222586, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10104, timestamp=1517885222586, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10105, timestamp=1517885222587, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10106, timestamp=1517885222587, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10107, timestamp=1517885222587, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10108, timestamp=1517885222587, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10109, timestamp=1517885222587, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10110, timestamp=1517885222587, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10111, timestamp=1517885222587, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10112, timestamp=1517885222587, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10113, timestamp=1517885222587, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10114, timestamp=1517885222587, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10115, timestamp=1517885222587, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10116, timestamp=1517885222587, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10117, timestamp=1517885222587, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10118, timestamp=1517885222587, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10119, timestamp=1517885222587, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10120, timestamp=1517885222587, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10121, timestamp=1517885222587, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10122, timestamp=1517885222588, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10123, timestamp=1517885222588, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10124, timestamp=1517885222588, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10125, timestamp=1517885222588, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10126, timestamp=1517885222588, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10127, timestamp=1517885222588, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10128, timestamp=1517885222588, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10129, timestamp=1517885222588, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10130, timestamp=1517885222588, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10131, timestamp=1517885222588, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10132, timestamp=1517885222589, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10133, timestamp=1517885222589, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10134, timestamp=1517885222589, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10135, timestamp=1517885222589, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10136, timestamp=1517885222589, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10137, timestamp=1517885222589, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10138, timestamp=1517885222589, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10139, timestamp=1517885222589, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10140, timestamp=1517885222589, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10141, timestamp=1517885222589, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10142, timestamp=1517885222590, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10143, timestamp=1517885222590, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10144, timestamp=1517885222590, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10145, timestamp=1517885222590, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10146, timestamp=1517885222590, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10147, timestamp=1517885222590, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10148, timestamp=1517885222590, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10149, timestamp=1517885222590, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10150, timestamp=1517885222590, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10151, timestamp=1517885222590, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10152, timestamp=1517885222590, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10153, timestamp=1517885222590, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10154, timestamp=1517885222591, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10155, timestamp=1517885222591, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10156, timestamp=1517885222591, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10157, timestamp=1517885222591, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10158, timestamp=1517885222591, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10159, timestamp=1517885222591, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10160, timestamp=1517885222591, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10161, timestamp=1517885222591, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10162, timestamp=1517885222591, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10163, timestamp=1517885222592, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10164, timestamp=1517885222592, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10165, timestamp=1517885222592, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10166, timestamp=1517885222592, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10167, timestamp=1517885222592, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10168, timestamp=1517885222592, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10169, timestamp=1517885222592, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10170, timestamp=1517885222592, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10171, timestamp=1517885222592, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10172, timestamp=1517885222592, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10173, timestamp=1517885222592, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10174, timestamp=1517885222593, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10175, timestamp=1517885222593, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10176, timestamp=1517885222593, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10177, timestamp=1517885222593, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10178, timestamp=1517885222593, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10179, timestamp=1517885222593, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10180, timestamp=1517885222593, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10181, timestamp=1517885222593, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10182, timestamp=1517885222594, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10183, timestamp=1517885222594, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10184, timestamp=1517885222594, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10185, timestamp=1517885222594, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10186, timestamp=1517885222594, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10187, timestamp=1517885222594, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10188, timestamp=1517885222594, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10189, timestamp=1517885222594, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10190, timestamp=1517885222594, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10191, timestamp=1517885222594, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10192, timestamp=1517885222594, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10193, timestamp=1517885222594, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10194, timestamp=1517885222595, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10195, timestamp=1517885222595, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10196, timestamp=1517885222595, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10197, timestamp=1517885222595, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10198, timestamp=1517885222595, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10199, timestamp=1517885222595, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10200, timestamp=1517885222595, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10201, timestamp=1517885222595, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10202, timestamp=1517885222595, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10203, timestamp=1517885222595, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10204, timestamp=1517885222595, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10205, timestamp=1517885222595, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10206, timestamp=1517885222596, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10207, timestamp=1517885222596, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10208, timestamp=1517885222596, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10209, timestamp=1517885222596, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10210, timestamp=1517885222596, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10211, timestamp=1517885222596, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10212, timestamp=1517885222596, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10213, timestamp=1517885222596, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10214, timestamp=1517885222596, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10215, timestamp=1517885222596, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10216, timestamp=1517885222596, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10217, timestamp=1517885222596, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10218, timestamp=1517885222596, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10219, timestamp=1517885222597, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10220, timestamp=1517885222597, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10221, timestamp=1517885222597, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10222, timestamp=1517885222597, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10223, timestamp=1517885222597, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10224, timestamp=1517885222597, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10225, timestamp=1517885222597, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10226, timestamp=1517885222597, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10227, timestamp=1517885222597, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10228, timestamp=1517885222597, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10229, timestamp=1517885222597, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10230, timestamp=1517885222597, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10231, timestamp=1517885222597, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10232, timestamp=1517885222597, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10233, timestamp=1517885222597, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10234, timestamp=1517885222597, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10235, timestamp=1517885222598, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10236, timestamp=1517885222598, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10237, timestamp=1517885222598, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10238, timestamp=1517885222598, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10239, timestamp=1517885222598, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10240, timestamp=1517885222598, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10241, timestamp=1517885222598, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10242, timestamp=1517885222598, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10243, timestamp=1517885222598, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10244, timestamp=1517885222598, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10245, timestamp=1517885222599, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10246, timestamp=1517885222599, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10247, timestamp=1517885222599, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10248, timestamp=1517885222599, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10249, timestamp=1517885222599, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10250, timestamp=1517885222599, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10251, timestamp=1517885222599, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10252, timestamp=1517885222599, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10253, timestamp=1517885222599, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10254, timestamp=1517885222599, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10255, timestamp=1517885222599, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10256, timestamp=1517885222599, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10257, timestamp=1517885222600, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10258, timestamp=1517885222600, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10259, timestamp=1517885222600, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10260, timestamp=1517885222600, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10261, timestamp=1517885222600, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10262, timestamp=1517885222600, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10263, timestamp=1517885222600, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10264, timestamp=1517885222600, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10265, timestamp=1517885222600, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10266, timestamp=1517885222600, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10267, timestamp=1517885222600, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10268, timestamp=1517885222600, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10269, timestamp=1517885222600, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10270, timestamp=1517885222601, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10271, timestamp=1517885222601, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10272, timestamp=1517885222601, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10273, timestamp=1517885222601, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10274, timestamp=1517885222601, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10275, timestamp=1517885222601, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10276, timestamp=1517885222601, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10277, timestamp=1517885222601, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10278, timestamp=1517885222601, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10279, timestamp=1517885222601, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10280, timestamp=1517885222601, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10281, timestamp=1517885222602, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10282, timestamp=1517885222602, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10283, timestamp=1517885222602, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10284, timestamp=1517885222602, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10285, timestamp=1517885222602, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10286, timestamp=1517885222602, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10287, timestamp=1517885222602, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10288, timestamp=1517885222602, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10289, timestamp=1517885222602, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10290, timestamp=1517885222603, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10291, timestamp=1517885222603, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10292, timestamp=1517885222603, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10293, timestamp=1517885222603, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10294, timestamp=1517885222603, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10295, timestamp=1517885222603, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10296, timestamp=1517885222603, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10297, timestamp=1517885222603, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10298, timestamp=1517885222603, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10299, timestamp=1517885222603, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10300, timestamp=1517885222603, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10301, timestamp=1517885222603, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10302, timestamp=1517885222603, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10303, timestamp=1517885222603, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10304, timestamp=1517885222603, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10305, timestamp=1517885222603, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10306, timestamp=1517885222604, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10307, timestamp=1517885222604, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10308, timestamp=1517885222604, key=8 bytes, value=634 bytes))]}]}]} 12:03:55.218 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 8562 for partition test-1 returned fetch data (error=NONE, highWaterMark=99942, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:55.262 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8784 for assigned partition test-0 and update position to 9284 12:03:55.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 26076 12:03:56.321 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:56.321 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 85 to node 2147483644 12:03:56.522 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 85, received {throttle_time_ms=0,error_code=0} 12:03:56.522 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:56.725 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=8562, metadata=''}, test-0=OffsetAndMetadata{offset=9284, metadata=''}, test-2=OffsetAndMetadata{offset=8444, metadata=''}} 12:03:56.725 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=8562, metadata=''}, test-0=OffsetAndMetadata{offset=9284, metadata=''}, test-2=OffsetAndMetadata{offset=8444, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:56.725 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=9284,metadata=},{partition=1,offset=8562,metadata=},{partition=2,offset=8444,metadata=}]}]} with correlation id 86 to node 2147483644 12:03:56.727 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 9284 for assigned partition test-0 and update position to 9784 12:03:56.823 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 86, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:03:56.823 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 8562 for partition test-1 12:03:56.823 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 9284 for partition test-0 12:03:56.823 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 8444 for partition test-2 12:03:56.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 26357 12:03:57.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 26745 12:03:57.982 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=8562, metadata=''}, test-0=OffsetAndMetadata{offset=9284, metadata=''}, test-2=OffsetAndMetadata{offset=8444, metadata=''}} 12:03:57.984 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 9784 for assigned partition test-0 and update position to 10206 12:03:57.984 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Preparing to read 1048576 bytes of data for partition test-2 with offset 8444 12:03:57.984 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Updating high watermark for partition test-2 to 99967 12:03:57.985 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8444 for assigned partition test-2 and update position to 8522 12:03:57.985 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Added READ_UNCOMMITTED fetch request for partition test-0 at offset 10206 to node kafka-host-3:9092 (id: 3 rack: null) 12:03:57.985 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending READ_UNCOMMITTED fetch for partitions [test-0] to broker kafka-host-3:9092 (id: 3 rack: null) 12:03:57.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending FETCH {replica_id=-1,max_wait_time=500,min_bytes=1,max_bytes=52428800,isolation_level=0,topics=[{topic=test,partitions=[{partition=0,fetch_offset=10206,log_start_offset=-1,max_bytes=1048576}]}]} with correlation id 87 to node 3 12:03:58.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 27108 12:03:58.928 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 3 for FETCH with correlation id 87, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition_header={partition=0,error_code=0,high_watermark=100091,last_stable_offset=-1,log_start_offset=0,aborted_transactions=null},record_set=[(record=DefaultRecord(offset=10206, timestamp=1517885222596, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10207, timestamp=1517885222596, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10208, timestamp=1517885222597, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10209, timestamp=1517885222597, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10210, timestamp=1517885222597, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10211, timestamp=1517885222597, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10212, timestamp=1517885222597, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10213, timestamp=1517885222598, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10214, timestamp=1517885222598, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10215, timestamp=1517885222598, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10216, timestamp=1517885222598, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10217, timestamp=1517885222598, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10218, timestamp=1517885222598, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10219, timestamp=1517885222598, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10220, timestamp=1517885222598, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10221, timestamp=1517885222598, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10222, timestamp=1517885222598, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10223, timestamp=1517885222598, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10224, timestamp=1517885222599, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10225, timestamp=1517885222599, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10226, timestamp=1517885222599, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10227, timestamp=1517885222599, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10228, timestamp=1517885222599, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10229, timestamp=1517885222599, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10230, timestamp=1517885222599, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10231, timestamp=1517885222599, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10232, timestamp=1517885222599, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10233, timestamp=1517885222599, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10234, timestamp=1517885222599, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10235, timestamp=1517885222599, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10236, timestamp=1517885222600, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10237, timestamp=1517885222600, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10238, timestamp=1517885222600, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10239, timestamp=1517885222600, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10240, timestamp=1517885222600, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10241, timestamp=1517885222600, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10242, timestamp=1517885222600, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10243, timestamp=1517885222600, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10244, timestamp=1517885222600, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10245, timestamp=1517885222600, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10246, timestamp=1517885222601, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10247, timestamp=1517885222601, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10248, timestamp=1517885222601, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10249, timestamp=1517885222601, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10250, timestamp=1517885222601, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10251, timestamp=1517885222601, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10252, timestamp=1517885222601, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10253, timestamp=1517885222601, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10254, timestamp=1517885222601, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10255, timestamp=1517885222601, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10256, timestamp=1517885222601, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10257, timestamp=1517885222602, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10258, timestamp=1517885222602, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10259, timestamp=1517885222602, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10260, timestamp=1517885222602, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10261, timestamp=1517885222602, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10262, timestamp=1517885222602, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10263, timestamp=1517885222602, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10264, timestamp=1517885222602, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10265, timestamp=1517885222602, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10266, timestamp=1517885222602, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10267, timestamp=1517885222602, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10268, timestamp=1517885222602, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10269, timestamp=1517885222602, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10270, timestamp=1517885222602, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10271, timestamp=1517885222602, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10272, timestamp=1517885222602, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10273, timestamp=1517885222602, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10274, timestamp=1517885222602, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10275, timestamp=1517885222603, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10276, timestamp=1517885222603, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10277, timestamp=1517885222603, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10278, timestamp=1517885222603, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10279, timestamp=1517885222603, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10280, timestamp=1517885222603, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10281, timestamp=1517885222603, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10282, timestamp=1517885222603, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10283, timestamp=1517885222603, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10284, timestamp=1517885222603, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10285, timestamp=1517885222603, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10286, timestamp=1517885222604, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10287, timestamp=1517885222604, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10288, timestamp=1517885222604, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10289, timestamp=1517885222604, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10290, timestamp=1517885222604, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10291, timestamp=1517885222604, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10292, timestamp=1517885222604, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10293, timestamp=1517885222604, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10294, timestamp=1517885222604, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10295, timestamp=1517885222604, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10296, timestamp=1517885222604, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10297, timestamp=1517885222604, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10298, timestamp=1517885222604, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10299, timestamp=1517885222604, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10300, timestamp=1517885222604, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10301, timestamp=1517885222605, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10302, timestamp=1517885222605, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10303, timestamp=1517885222605, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10304, timestamp=1517885222605, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10305, timestamp=1517885222605, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10306, timestamp=1517885222605, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10307, timestamp=1517885222605, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10308, timestamp=1517885222605, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10309, timestamp=1517885222605, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10310, timestamp=1517885222605, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10311, timestamp=1517885222605, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10312, timestamp=1517885222605, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10313, timestamp=1517885222606, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10314, timestamp=1517885222606, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10315, timestamp=1517885222606, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10316, timestamp=1517885222606, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10317, timestamp=1517885222606, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10318, timestamp=1517885222606, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10319, timestamp=1517885222606, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10320, timestamp=1517885222606, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10321, timestamp=1517885222606, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10322, timestamp=1517885222607, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10323, timestamp=1517885222607, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10324, timestamp=1517885222607, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10325, timestamp=1517885222607, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10326, timestamp=1517885222607, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10327, timestamp=1517885222607, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10328, timestamp=1517885222607, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10329, timestamp=1517885222607, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10330, timestamp=1517885222607, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10331, timestamp=1517885222608, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10332, timestamp=1517885222608, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10333, timestamp=1517885222608, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10334, timestamp=1517885222608, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10335, timestamp=1517885222608, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10336, timestamp=1517885222608, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10337, timestamp=1517885222608, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10338, timestamp=1517885222608, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10339, timestamp=1517885222608, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10340, timestamp=1517885222608, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10341, timestamp=1517885222608, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10342, timestamp=1517885222608, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10343, timestamp=1517885222608, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10344, timestamp=1517885222609, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10345, timestamp=1517885222609, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10346, timestamp=1517885222609, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10347, timestamp=1517885222609, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10348, timestamp=1517885222609, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10349, timestamp=1517885222609, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10350, timestamp=1517885222609, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10351, timestamp=1517885222609, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10352, timestamp=1517885222609, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10353, timestamp=1517885222609, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10354, timestamp=1517885222610, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10355, timestamp=1517885222610, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10356, timestamp=1517885222610, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10357, timestamp=1517885222610, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10358, timestamp=1517885222610, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10359, timestamp=1517885222610, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10360, timestamp=1517885222610, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10361, timestamp=1517885222610, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10362, timestamp=1517885222611, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10363, timestamp=1517885222611, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10364, timestamp=1517885222611, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10365, timestamp=1517885222611, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10366, timestamp=1517885222611, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10367, timestamp=1517885222611, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10368, timestamp=1517885222611, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10369, timestamp=1517885222612, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10370, timestamp=1517885222612, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10371, timestamp=1517885222612, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10372, timestamp=1517885222612, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10373, timestamp=1517885222612, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10374, timestamp=1517885222612, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10375, timestamp=1517885222612, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10376, timestamp=1517885222612, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10377, timestamp=1517885222612, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10378, timestamp=1517885222612, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10379, timestamp=1517885222612, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10380, timestamp=1517885222612, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10381, timestamp=1517885222612, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10382, timestamp=1517885222612, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10383, timestamp=1517885222612, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10384, timestamp=1517885222612, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10385, timestamp=1517885222613, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10386, timestamp=1517885222613, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10387, timestamp=1517885222613, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10388, timestamp=1517885222613, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10389, timestamp=1517885222613, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10390, timestamp=1517885222613, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10391, timestamp=1517885222613, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10392, timestamp=1517885222613, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10393, timestamp=1517885222613, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10394, timestamp=1517885222614, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10395, timestamp=1517885222614, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10396, timestamp=1517885222614, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10397, timestamp=1517885222614, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10398, timestamp=1517885222614, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10399, timestamp=1517885222614, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10400, timestamp=1517885222614, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10401, timestamp=1517885222614, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10402, timestamp=1517885222614, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10403, timestamp=1517885222614, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10404, timestamp=1517885222614, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10405, timestamp=1517885222615, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10406, timestamp=1517885222615, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10407, timestamp=1517885222615, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10408, timestamp=1517885222615, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10409, timestamp=1517885222615, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10410, timestamp=1517885222615, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10411, timestamp=1517885222615, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10412, timestamp=1517885222615, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10413, timestamp=1517885222615, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10414, timestamp=1517885222615, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10415, timestamp=1517885222615, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10416, timestamp=1517885222616, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10417, timestamp=1517885222616, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10418, timestamp=1517885222616, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10419, timestamp=1517885222616, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10420, timestamp=1517885222616, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10421, timestamp=1517885222616, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10422, timestamp=1517885222616, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10423, timestamp=1517885222616, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10424, timestamp=1517885222616, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10425, timestamp=1517885222616, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10426, timestamp=1517885222616, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10427, timestamp=1517885222616, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10428, timestamp=1517885222616, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10429, timestamp=1517885222616, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10430, timestamp=1517885222617, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10431, timestamp=1517885222617, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10432, timestamp=1517885222617, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10433, timestamp=1517885222617, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10434, timestamp=1517885222617, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10435, timestamp=1517885222617, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10436, timestamp=1517885222617, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10437, timestamp=1517885222617, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10438, timestamp=1517885222617, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10439, timestamp=1517885222617, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10440, timestamp=1517885222617, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10441, timestamp=1517885222617, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10442, timestamp=1517885222618, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10443, timestamp=1517885222618, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10444, timestamp=1517885222618, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10445, timestamp=1517885222618, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10446, timestamp=1517885222618, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10447, timestamp=1517885222618, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10448, timestamp=1517885222618, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10449, timestamp=1517885222618, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10450, timestamp=1517885222618, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10451, timestamp=1517885222618, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10452, timestamp=1517885222618, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10453, timestamp=1517885222618, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10454, timestamp=1517885222618, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10455, timestamp=1517885222619, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10456, timestamp=1517885222619, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10457, timestamp=1517885222619, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10458, timestamp=1517885222619, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10459, timestamp=1517885222619, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10460, timestamp=1517885222619, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10461, timestamp=1517885222619, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10462, timestamp=1517885222619, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10463, timestamp=1517885222619, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10464, timestamp=1517885222619, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10465, timestamp=1517885222619, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10466, timestamp=1517885222619, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10467, timestamp=1517885222619, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10468, timestamp=1517885222619, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10469, timestamp=1517885222619, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10470, timestamp=1517885222619, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10471, timestamp=1517885222619, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10472, timestamp=1517885222619, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10473, timestamp=1517885222620, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10474, timestamp=1517885222620, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10475, timestamp=1517885222620, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10476, timestamp=1517885222620, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10477, timestamp=1517885222620, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10478, timestamp=1517885222620, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10479, timestamp=1517885222620, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10480, timestamp=1517885222620, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10481, timestamp=1517885222620, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10482, timestamp=1517885222620, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10483, timestamp=1517885222620, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10484, timestamp=1517885222620, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10485, timestamp=1517885222620, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10486, timestamp=1517885222620, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10487, timestamp=1517885222620, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10488, timestamp=1517885222620, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10489, timestamp=1517885222620, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10490, timestamp=1517885222620, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10491, timestamp=1517885222621, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10492, timestamp=1517885222621, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10493, timestamp=1517885222621, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10494, timestamp=1517885222621, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10495, timestamp=1517885222621, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10496, timestamp=1517885222621, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10497, timestamp=1517885222621, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10498, timestamp=1517885222621, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10499, timestamp=1517885222621, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10500, timestamp=1517885222621, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10501, timestamp=1517885222622, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10502, timestamp=1517885222622, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10503, timestamp=1517885222622, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10504, timestamp=1517885222622, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10505, timestamp=1517885222622, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10506, timestamp=1517885222622, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10507, timestamp=1517885222622, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10508, timestamp=1517885222622, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10509, timestamp=1517885222622, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10510, timestamp=1517885222622, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10511, timestamp=1517885222622, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10512, timestamp=1517885222622, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10513, timestamp=1517885222623, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10514, timestamp=1517885222623, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10515, timestamp=1517885222623, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10516, timestamp=1517885222623, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10517, timestamp=1517885222623, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10518, timestamp=1517885222623, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10519, timestamp=1517885222623, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10520, timestamp=1517885222623, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10521, timestamp=1517885222623, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10522, timestamp=1517885222623, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10523, timestamp=1517885222623, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10524, timestamp=1517885222623, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10525, timestamp=1517885222624, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10526, timestamp=1517885222624, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10527, timestamp=1517885222624, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10528, timestamp=1517885222624, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10529, timestamp=1517885222624, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10530, timestamp=1517885222624, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10531, timestamp=1517885222624, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10532, timestamp=1517885222624, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10533, timestamp=1517885222624, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10534, timestamp=1517885222624, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10535, timestamp=1517885222624, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10536, timestamp=1517885222624, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10537, timestamp=1517885222624, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10538, timestamp=1517885222625, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10539, timestamp=1517885222625, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10540, timestamp=1517885222625, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10541, timestamp=1517885222625, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10542, timestamp=1517885222625, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10543, timestamp=1517885222625, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10544, timestamp=1517885222625, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10545, timestamp=1517885222625, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10546, timestamp=1517885222625, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10547, timestamp=1517885222625, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10548, timestamp=1517885222625, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10549, timestamp=1517885222625, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10550, timestamp=1517885222625, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10551, timestamp=1517885222626, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10552, timestamp=1517885222626, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10553, timestamp=1517885222626, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10554, timestamp=1517885222626, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10555, timestamp=1517885222626, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10556, timestamp=1517885222626, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10557, timestamp=1517885222626, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10558, timestamp=1517885222626, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10559, timestamp=1517885222626, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10560, timestamp=1517885222626, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10561, timestamp=1517885222627, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10562, timestamp=1517885222627, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10563, timestamp=1517885222627, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10564, timestamp=1517885222627, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10565, timestamp=1517885222627, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10566, timestamp=1517885222627, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10567, timestamp=1517885222628, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10568, timestamp=1517885222628, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10569, timestamp=1517885222628, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10570, timestamp=1517885222628, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10571, timestamp=1517885222628, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10572, timestamp=1517885222628, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10573, timestamp=1517885222628, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10574, timestamp=1517885222628, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10575, timestamp=1517885222628, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10576, timestamp=1517885222628, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10577, timestamp=1517885222629, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10578, timestamp=1517885222629, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10579, timestamp=1517885222629, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=10580, timestamp=1517885222629, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10581, timestamp=1517885222629, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10582, timestamp=1517885222629, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10583, timestamp=1517885222629, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10584, timestamp=1517885222629, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10585, timestamp=1517885222629, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10586, timestamp=1517885222629, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10587, timestamp=1517885222629, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10588, timestamp=1517885222629, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10589, timestamp=1517885222629, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10590, timestamp=1517885222630, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10591, timestamp=1517885222630, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10592, timestamp=1517885222630, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10593, timestamp=1517885222630, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10594, timestamp=1517885222630, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10595, timestamp=1517885222630, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10596, timestamp=1517885222630, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10597, timestamp=1517885222630, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10598, timestamp=1517885222630, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10599, timestamp=1517885222630, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10600, timestamp=1517885222630, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10601, timestamp=1517885222631, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10602, timestamp=1517885222631, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10603, timestamp=1517885222631, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10604, timestamp=1517885222631, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10605, timestamp=1517885222631, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10606, timestamp=1517885222631, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10607, timestamp=1517885222631, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10608, timestamp=1517885222631, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10609, timestamp=1517885222631, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10610, timestamp=1517885222631, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10611, timestamp=1517885222631, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10612, timestamp=1517885222631, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10613, timestamp=1517885222631, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10614, timestamp=1517885222632, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10615, timestamp=1517885222632, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10616, timestamp=1517885222632, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10617, timestamp=1517885222632, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10618, timestamp=1517885222632, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10619, timestamp=1517885222632, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10620, timestamp=1517885222632, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10621, timestamp=1517885222632, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10622, timestamp=1517885222632, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10623, timestamp=1517885222632, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10624, timestamp=1517885222632, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10625, timestamp=1517885222632, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10626, timestamp=1517885222632, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10627, timestamp=1517885222632, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10628, timestamp=1517885222633, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10629, timestamp=1517885222633, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10630, timestamp=1517885222633, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10631, timestamp=1517885222633, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10632, timestamp=1517885222633, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10633, timestamp=1517885222633, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10634, timestamp=1517885222633, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10635, timestamp=1517885222633, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10636, timestamp=1517885222633, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10637, timestamp=1517885222633, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10638, timestamp=1517885222633, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10639, timestamp=1517885222633, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10640, timestamp=1517885222633, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10641, timestamp=1517885222633, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10642, timestamp=1517885222634, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10643, timestamp=1517885222634, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10644, timestamp=1517885222634, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10645, timestamp=1517885222634, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10646, timestamp=1517885222634, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10647, timestamp=1517885222634, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10648, timestamp=1517885222634, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10649, timestamp=1517885222634, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10650, timestamp=1517885222634, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10651, timestamp=1517885222634, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10652, timestamp=1517885222634, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10653, timestamp=1517885222635, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10654, timestamp=1517885222635, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10655, timestamp=1517885222635, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10656, timestamp=1517885222635, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10657, timestamp=1517885222635, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10658, timestamp=1517885222635, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10659, timestamp=1517885222635, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10660, timestamp=1517885222635, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10661, timestamp=1517885222635, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10662, timestamp=1517885222635, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10663, timestamp=1517885222635, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10664, timestamp=1517885222635, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10665, timestamp=1517885222635, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10666, timestamp=1517885222635, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10667, timestamp=1517885222635, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10668, timestamp=1517885222636, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10669, timestamp=1517885222636, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10670, timestamp=1517885222636, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10671, timestamp=1517885222636, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10672, timestamp=1517885222636, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10673, timestamp=1517885222636, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10674, timestamp=1517885222636, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10675, timestamp=1517885222636, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10676, timestamp=1517885222636, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10677, timestamp=1517885222636, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10678, timestamp=1517885222636, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10679, timestamp=1517885222637, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10680, timestamp=1517885222637, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10681, timestamp=1517885222637, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10682, timestamp=1517885222637, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10683, timestamp=1517885222637, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10684, timestamp=1517885222637, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10685, timestamp=1517885222637, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10686, timestamp=1517885222637, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10687, timestamp=1517885222637, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10688, timestamp=1517885222637, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10689, timestamp=1517885222637, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10690, timestamp=1517885222637, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10691, timestamp=1517885222637, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10692, timestamp=1517885222638, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10693, timestamp=1517885222638, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10694, timestamp=1517885222638, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10695, timestamp=1517885222638, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10696, timestamp=1517885222638, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10697, timestamp=1517885222638, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10698, timestamp=1517885222638, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10699, timestamp=1517885222638, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10700, timestamp=1517885222638, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10701, timestamp=1517885222638, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10702, timestamp=1517885222638, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10703, timestamp=1517885222639, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10704, timestamp=1517885222639, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10705, timestamp=1517885222639, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10706, timestamp=1517885222639, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10707, timestamp=1517885222639, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10708, timestamp=1517885222639, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10709, timestamp=1517885222639, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10710, timestamp=1517885222639, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10711, timestamp=1517885222639, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10712, timestamp=1517885222639, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10713, timestamp=1517885222639, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10714, timestamp=1517885222639, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10715, timestamp=1517885222640, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10716, timestamp=1517885222640, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10717, timestamp=1517885222640, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10718, timestamp=1517885222640, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10719, timestamp=1517885222640, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10720, timestamp=1517885222640, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10721, timestamp=1517885222640, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10722, timestamp=1517885222640, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10723, timestamp=1517885222640, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=10724, timestamp=1517885222641, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10725, timestamp=1517885222641, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10726, timestamp=1517885222641, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10727, timestamp=1517885222641, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10728, timestamp=1517885222641, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10729, timestamp=1517885222641, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10730, timestamp=1517885222641, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10731, timestamp=1517885222641, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10732, timestamp=1517885222641, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10733, timestamp=1517885222641, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10734, timestamp=1517885222641, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10735, timestamp=1517885222641, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10736, timestamp=1517885222641, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10737, timestamp=1517885222642, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10738, timestamp=1517885222642, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10739, timestamp=1517885222642, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10740, timestamp=1517885222642, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10741, timestamp=1517885222642, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10742, timestamp=1517885222642, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10743, timestamp=1517885222642, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10744, timestamp=1517885222642, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10745, timestamp=1517885222642, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10746, timestamp=1517885222642, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10747, timestamp=1517885222642, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10748, timestamp=1517885222642, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10749, timestamp=1517885222642, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10750, timestamp=1517885222642, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10751, timestamp=1517885222642, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10752, timestamp=1517885222642, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10753, timestamp=1517885222642, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10754, timestamp=1517885222643, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10755, timestamp=1517885222643, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10756, timestamp=1517885222643, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10757, timestamp=1517885222643, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10758, timestamp=1517885222643, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10759, timestamp=1517885222643, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10760, timestamp=1517885222643, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10761, timestamp=1517885222643, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=10762, timestamp=1517885222643, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10763, timestamp=1517885222643, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10764, timestamp=1517885222643, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10765, timestamp=1517885222644, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10766, timestamp=1517885222644, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10767, timestamp=1517885222644, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10768, timestamp=1517885222644, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10769, timestamp=1517885222644, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10770, timestamp=1517885222644, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10771, timestamp=1517885222644, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10772, timestamp=1517885222644, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10773, timestamp=1517885222645, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10774, timestamp=1517885222645, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10775, timestamp=1517885222645, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10776, timestamp=1517885222645, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10777, timestamp=1517885222645, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10778, timestamp=1517885222645, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10779, timestamp=1517885222645, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10780, timestamp=1517885222645, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10781, timestamp=1517885222645, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10782, timestamp=1517885222645, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10783, timestamp=1517885222646, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10784, timestamp=1517885222646, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10785, timestamp=1517885222646, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10786, timestamp=1517885222646, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10787, timestamp=1517885222646, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10788, timestamp=1517885222646, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10789, timestamp=1517885222646, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10790, timestamp=1517885222646, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10791, timestamp=1517885222646, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10792, timestamp=1517885222646, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10793, timestamp=1517885222646, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10794, timestamp=1517885222646, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10795, timestamp=1517885222647, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10796, timestamp=1517885222647, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10797, timestamp=1517885222647, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10798, timestamp=1517885222647, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10799, timestamp=1517885222647, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10800, timestamp=1517885222647, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10801, timestamp=1517885222647, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10802, timestamp=1517885222647, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10803, timestamp=1517885222647, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10804, timestamp=1517885222647, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10805, timestamp=1517885222648, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10806, timestamp=1517885222648, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10807, timestamp=1517885222648, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10808, timestamp=1517885222648, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10809, timestamp=1517885222648, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10810, timestamp=1517885222648, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10811, timestamp=1517885222648, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10812, timestamp=1517885222648, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10813, timestamp=1517885222648, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10814, timestamp=1517885222649, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10815, timestamp=1517885222649, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10816, timestamp=1517885222649, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10817, timestamp=1517885222649, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10818, timestamp=1517885222649, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10819, timestamp=1517885222649, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10820, timestamp=1517885222649, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10821, timestamp=1517885222649, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10822, timestamp=1517885222649, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10823, timestamp=1517885222649, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10824, timestamp=1517885222649, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10825, timestamp=1517885222649, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10826, timestamp=1517885222649, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10827, timestamp=1517885222649, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10828, timestamp=1517885222649, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10829, timestamp=1517885222650, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10830, timestamp=1517885222650, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10831, timestamp=1517885222650, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10832, timestamp=1517885222650, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10833, timestamp=1517885222650, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10834, timestamp=1517885222650, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10835, timestamp=1517885222650, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10836, timestamp=1517885222651, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10837, timestamp=1517885222651, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10838, timestamp=1517885222651, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10839, timestamp=1517885222651, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10840, timestamp=1517885222651, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10841, timestamp=1517885222651, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10842, timestamp=1517885222651, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10843, timestamp=1517885222652, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10844, timestamp=1517885222652, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10845, timestamp=1517885222652, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10846, timestamp=1517885222652, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10847, timestamp=1517885222652, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10848, timestamp=1517885222652, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10849, timestamp=1517885222652, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10850, timestamp=1517885222652, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10851, timestamp=1517885222652, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10852, timestamp=1517885222652, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10853, timestamp=1517885222652, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10854, timestamp=1517885222652, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10855, timestamp=1517885222652, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10856, timestamp=1517885222652, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10857, timestamp=1517885222653, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10858, timestamp=1517885222653, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10859, timestamp=1517885222653, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10860, timestamp=1517885222653, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10861, timestamp=1517885222653, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10862, timestamp=1517885222653, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10863, timestamp=1517885222653, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10864, timestamp=1517885222653, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10865, timestamp=1517885222653, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10866, timestamp=1517885222653, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10867, timestamp=1517885222653, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10868, timestamp=1517885222653, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10869, timestamp=1517885222654, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10870, timestamp=1517885222654, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10871, timestamp=1517885222654, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10872, timestamp=1517885222654, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10873, timestamp=1517885222654, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10874, timestamp=1517885222654, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10875, timestamp=1517885222654, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=10876, timestamp=1517885222655, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10877, timestamp=1517885222655, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10878, timestamp=1517885222655, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10879, timestamp=1517885222655, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10880, timestamp=1517885222655, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10881, timestamp=1517885222655, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10882, timestamp=1517885222655, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10883, timestamp=1517885222655, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10884, timestamp=1517885222656, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10885, timestamp=1517885222656, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10886, timestamp=1517885222656, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10887, timestamp=1517885222656, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10888, timestamp=1517885222656, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=10889, timestamp=1517885222656, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10890, timestamp=1517885222656, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=10891, timestamp=1517885222656, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10892, timestamp=1517885222656, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10893, timestamp=1517885222656, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10894, timestamp=1517885222656, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10895, timestamp=1517885222656, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=10896, timestamp=1517885222657, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10897, timestamp=1517885222657, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10898, timestamp=1517885222657, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10899, timestamp=1517885222657, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10900, timestamp=1517885222657, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10901, timestamp=1517885222657, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10902, timestamp=1517885222657, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=10903, timestamp=1517885222657, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10904, timestamp=1517885222657, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10905, timestamp=1517885222657, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10906, timestamp=1517885222657, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10907, timestamp=1517885222658, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10908, timestamp=1517885222658, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10909, timestamp=1517885222658, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10910, timestamp=1517885222658, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10911, timestamp=1517885222658, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10912, timestamp=1517885222658, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10913, timestamp=1517885222658, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10914, timestamp=1517885222658, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10915, timestamp=1517885222658, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10916, timestamp=1517885222658, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10917, timestamp=1517885222658, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10918, timestamp=1517885222658, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10919, timestamp=1517885222659, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10920, timestamp=1517885222659, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=10921, timestamp=1517885222659, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10922, timestamp=1517885222659, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10923, timestamp=1517885222659, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=10924, timestamp=1517885222659, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10925, timestamp=1517885222659, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10926, timestamp=1517885222659, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10927, timestamp=1517885222659, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=10928, timestamp=1517885222659, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10929, timestamp=1517885222659, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=10930, timestamp=1517885222659, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10931, timestamp=1517885222659, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10932, timestamp=1517885222659, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=10933, timestamp=1517885222659, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=10934, timestamp=1517885222660, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10935, timestamp=1517885222660, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=10936, timestamp=1517885222660, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10937, timestamp=1517885222660, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10938, timestamp=1517885222660, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10939, timestamp=1517885222660, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=10940, timestamp=1517885222660, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10941, timestamp=1517885222660, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10942, timestamp=1517885222660, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10943, timestamp=1517885222660, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10944, timestamp=1517885222660, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10945, timestamp=1517885222660, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10946, timestamp=1517885222660, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10947, timestamp=1517885222660, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=10948, timestamp=1517885222660, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10949, timestamp=1517885222660, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10950, timestamp=1517885222661, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10951, timestamp=1517885222661, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10952, timestamp=1517885222661, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10953, timestamp=1517885222661, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10954, timestamp=1517885222661, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10955, timestamp=1517885222661, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10956, timestamp=1517885222661, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10957, timestamp=1517885222661, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10958, timestamp=1517885222661, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10959, timestamp=1517885222662, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=10960, timestamp=1517885222662, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=10961, timestamp=1517885222662, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=10962, timestamp=1517885222662, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10963, timestamp=1517885222662, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=10964, timestamp=1517885222662, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10965, timestamp=1517885222662, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10966, timestamp=1517885222662, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=10967, timestamp=1517885222662, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=10968, timestamp=1517885222662, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=10969, timestamp=1517885222662, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=10970, timestamp=1517885222662, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10971, timestamp=1517885222662, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=10972, timestamp=1517885222663, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=10973, timestamp=1517885222663, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=10974, timestamp=1517885222663, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10975, timestamp=1517885222663, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=10976, timestamp=1517885222663, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=10977, timestamp=1517885222663, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=10978, timestamp=1517885222663, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10979, timestamp=1517885222663, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=10980, timestamp=1517885222663, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=10981, timestamp=1517885222663, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=10982, timestamp=1517885222664, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10983, timestamp=1517885222664, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=10984, timestamp=1517885222664, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=10985, timestamp=1517885222664, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=10986, timestamp=1517885222664, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=10987, timestamp=1517885222664, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=10988, timestamp=1517885222664, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=10989, timestamp=1517885222664, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=10990, timestamp=1517885222664, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=10991, timestamp=1517885222664, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=10992, timestamp=1517885222664, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=10993, timestamp=1517885222664, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=10994, timestamp=1517885222665, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=10995, timestamp=1517885222665, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=10996, timestamp=1517885222665, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=10997, timestamp=1517885222665, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=10998, timestamp=1517885222665, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=10999, timestamp=1517885222665, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11000, timestamp=1517885222665, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11001, timestamp=1517885222665, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11002, timestamp=1517885222666, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11003, timestamp=1517885222666, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11004, timestamp=1517885222666, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11005, timestamp=1517885222666, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11006, timestamp=1517885222666, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11007, timestamp=1517885222666, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11008, timestamp=1517885222666, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11009, timestamp=1517885222666, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11010, timestamp=1517885222666, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11011, timestamp=1517885222666, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11012, timestamp=1517885222666, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11013, timestamp=1517885222667, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11014, timestamp=1517885222667, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11015, timestamp=1517885222667, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11016, timestamp=1517885222667, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11017, timestamp=1517885222667, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11018, timestamp=1517885222667, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11019, timestamp=1517885222667, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11020, timestamp=1517885222667, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11021, timestamp=1517885222667, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11022, timestamp=1517885222667, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11023, timestamp=1517885222667, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11024, timestamp=1517885222667, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11025, timestamp=1517885222667, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11026, timestamp=1517885222668, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11027, timestamp=1517885222668, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11028, timestamp=1517885222668, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11029, timestamp=1517885222668, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11030, timestamp=1517885222668, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11031, timestamp=1517885222668, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11032, timestamp=1517885222668, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11033, timestamp=1517885222668, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11034, timestamp=1517885222668, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11035, timestamp=1517885222668, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11036, timestamp=1517885222668, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11037, timestamp=1517885222668, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11038, timestamp=1517885222669, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11039, timestamp=1517885222669, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11040, timestamp=1517885222669, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11041, timestamp=1517885222669, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11042, timestamp=1517885222669, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11043, timestamp=1517885222669, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11044, timestamp=1517885222669, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11045, timestamp=1517885222669, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11046, timestamp=1517885222669, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11047, timestamp=1517885222669, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11048, timestamp=1517885222669, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11049, timestamp=1517885222670, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11050, timestamp=1517885222670, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11051, timestamp=1517885222670, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11052, timestamp=1517885222670, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11053, timestamp=1517885222670, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11054, timestamp=1517885222670, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11055, timestamp=1517885222670, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11056, timestamp=1517885222670, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11057, timestamp=1517885222670, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11058, timestamp=1517885222670, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11059, timestamp=1517885222671, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11060, timestamp=1517885222671, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11061, timestamp=1517885222671, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11062, timestamp=1517885222671, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11063, timestamp=1517885222671, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11064, timestamp=1517885222671, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11065, timestamp=1517885222671, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11066, timestamp=1517885222671, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11067, timestamp=1517885222671, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11068, timestamp=1517885222671, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11069, timestamp=1517885222671, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11070, timestamp=1517885222672, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11071, timestamp=1517885222672, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11072, timestamp=1517885222672, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11073, timestamp=1517885222672, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11074, timestamp=1517885222672, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11075, timestamp=1517885222672, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11076, timestamp=1517885222672, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11077, timestamp=1517885222673, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11078, timestamp=1517885222673, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11079, timestamp=1517885222673, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11080, timestamp=1517885222673, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11081, timestamp=1517885222673, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11082, timestamp=1517885222673, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11083, timestamp=1517885222673, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11084, timestamp=1517885222673, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11085, timestamp=1517885222674, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11086, timestamp=1517885222674, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11087, timestamp=1517885222674, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11088, timestamp=1517885222674, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11089, timestamp=1517885222674, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11090, timestamp=1517885222674, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11091, timestamp=1517885222674, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11092, timestamp=1517885222674, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11093, timestamp=1517885222674, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11094, timestamp=1517885222674, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11095, timestamp=1517885222675, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11096, timestamp=1517885222675, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11097, timestamp=1517885222675, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11098, timestamp=1517885222675, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11099, timestamp=1517885222675, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11100, timestamp=1517885222675, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11101, timestamp=1517885222675, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11102, timestamp=1517885222675, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11103, timestamp=1517885222675, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11104, timestamp=1517885222675, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11105, timestamp=1517885222675, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11106, timestamp=1517885222675, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11107, timestamp=1517885222675, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11108, timestamp=1517885222676, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11109, timestamp=1517885222676, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11110, timestamp=1517885222676, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11111, timestamp=1517885222676, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11112, timestamp=1517885222676, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11113, timestamp=1517885222676, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11114, timestamp=1517885222676, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11115, timestamp=1517885222676, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11116, timestamp=1517885222676, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11117, timestamp=1517885222676, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11118, timestamp=1517885222676, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11119, timestamp=1517885222676, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11120, timestamp=1517885222676, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11121, timestamp=1517885222676, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11122, timestamp=1517885222676, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11123, timestamp=1517885222676, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11124, timestamp=1517885222677, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11125, timestamp=1517885222677, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11126, timestamp=1517885222677, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11127, timestamp=1517885222677, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11128, timestamp=1517885222677, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11129, timestamp=1517885222677, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11130, timestamp=1517885222677, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11131, timestamp=1517885222677, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11132, timestamp=1517885222677, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11133, timestamp=1517885222677, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11134, timestamp=1517885222677, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11135, timestamp=1517885222678, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11136, timestamp=1517885222678, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11137, timestamp=1517885222678, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11138, timestamp=1517885222678, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11139, timestamp=1517885222678, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11140, timestamp=1517885222678, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11141, timestamp=1517885222678, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11142, timestamp=1517885222679, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11143, timestamp=1517885222679, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11144, timestamp=1517885222679, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11145, timestamp=1517885222679, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11146, timestamp=1517885222679, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11147, timestamp=1517885222679, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11148, timestamp=1517885222679, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11149, timestamp=1517885222679, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11150, timestamp=1517885222679, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11151, timestamp=1517885222679, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11152, timestamp=1517885222679, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11153, timestamp=1517885222680, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11154, timestamp=1517885222680, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11155, timestamp=1517885222680, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11156, timestamp=1517885222680, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11157, timestamp=1517885222680, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11158, timestamp=1517885222680, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11159, timestamp=1517885222680, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11160, timestamp=1517885222680, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11161, timestamp=1517885222680, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11162, timestamp=1517885222680, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11163, timestamp=1517885222680, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11164, timestamp=1517885222680, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11165, timestamp=1517885222680, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11166, timestamp=1517885222680, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11167, timestamp=1517885222680, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11168, timestamp=1517885222681, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11169, timestamp=1517885222681, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11170, timestamp=1517885222681, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11171, timestamp=1517885222681, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11172, timestamp=1517885222681, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11173, timestamp=1517885222681, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11174, timestamp=1517885222682, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11175, timestamp=1517885222682, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11176, timestamp=1517885222682, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11177, timestamp=1517885222682, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11178, timestamp=1517885222682, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11179, timestamp=1517885222682, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11180, timestamp=1517885222682, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11181, timestamp=1517885222682, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11182, timestamp=1517885222682, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11183, timestamp=1517885222682, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11184, timestamp=1517885222682, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11185, timestamp=1517885222682, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11186, timestamp=1517885222682, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11187, timestamp=1517885222682, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11188, timestamp=1517885222683, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11189, timestamp=1517885222683, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11190, timestamp=1517885222683, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11191, timestamp=1517885222683, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11192, timestamp=1517885222683, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11193, timestamp=1517885222683, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11194, timestamp=1517885222683, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11195, timestamp=1517885222683, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11196, timestamp=1517885222683, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11197, timestamp=1517885222683, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11198, timestamp=1517885222683, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11199, timestamp=1517885222684, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11200, timestamp=1517885222684, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11201, timestamp=1517885222684, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11202, timestamp=1517885222684, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11203, timestamp=1517885222684, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11204, timestamp=1517885222684, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11205, timestamp=1517885222684, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11206, timestamp=1517885222684, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11207, timestamp=1517885222685, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11208, timestamp=1517885222685, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11209, timestamp=1517885222685, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11210, timestamp=1517885222685, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11211, timestamp=1517885222685, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11212, timestamp=1517885222685, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11213, timestamp=1517885222685, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11214, timestamp=1517885222685, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11215, timestamp=1517885222685, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11216, timestamp=1517885222685, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11217, timestamp=1517885222686, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11218, timestamp=1517885222686, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11219, timestamp=1517885222686, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11220, timestamp=1517885222686, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11221, timestamp=1517885222686, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11222, timestamp=1517885222686, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11223, timestamp=1517885222686, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11224, timestamp=1517885222687, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11225, timestamp=1517885222687, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11226, timestamp=1517885222687, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11227, timestamp=1517885222687, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11228, timestamp=1517885222687, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11229, timestamp=1517885222687, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11230, timestamp=1517885222687, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11231, timestamp=1517885222687, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11232, timestamp=1517885222687, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11233, timestamp=1517885222687, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11234, timestamp=1517885222687, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11235, timestamp=1517885222687, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11236, timestamp=1517885222687, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11237, timestamp=1517885222687, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11238, timestamp=1517885222687, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11239, timestamp=1517885222687, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11240, timestamp=1517885222688, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11241, timestamp=1517885222688, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11242, timestamp=1517885222688, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11243, timestamp=1517885222688, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11244, timestamp=1517885222688, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11245, timestamp=1517885222688, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11246, timestamp=1517885222688, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11247, timestamp=1517885222688, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11248, timestamp=1517885222688, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11249, timestamp=1517885222688, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11250, timestamp=1517885222688, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11251, timestamp=1517885222688, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11252, timestamp=1517885222688, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11253, timestamp=1517885222688, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11254, timestamp=1517885222689, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11255, timestamp=1517885222689, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11256, timestamp=1517885222689, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11257, timestamp=1517885222689, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11258, timestamp=1517885222689, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11259, timestamp=1517885222689, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11260, timestamp=1517885222689, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11261, timestamp=1517885222689, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11262, timestamp=1517885222689, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11263, timestamp=1517885222689, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11264, timestamp=1517885222689, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11265, timestamp=1517885222690, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11266, timestamp=1517885222690, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11267, timestamp=1517885222690, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11268, timestamp=1517885222690, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11269, timestamp=1517885222690, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11270, timestamp=1517885222690, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11271, timestamp=1517885222690, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11272, timestamp=1517885222690, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11273, timestamp=1517885222690, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11274, timestamp=1517885222690, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11275, timestamp=1517885222690, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11276, timestamp=1517885222690, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11277, timestamp=1517885222691, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11278, timestamp=1517885222691, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11279, timestamp=1517885222691, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11280, timestamp=1517885222691, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11281, timestamp=1517885222691, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11282, timestamp=1517885222691, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11283, timestamp=1517885222691, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11284, timestamp=1517885222691, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11285, timestamp=1517885222691, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11286, timestamp=1517885222691, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11287, timestamp=1517885222691, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11288, timestamp=1517885222692, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11289, timestamp=1517885222692, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11290, timestamp=1517885222692, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11291, timestamp=1517885222692, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11292, timestamp=1517885222692, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11293, timestamp=1517885222692, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11294, timestamp=1517885222692, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11295, timestamp=1517885222692, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11296, timestamp=1517885222692, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11297, timestamp=1517885222692, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11298, timestamp=1517885222692, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11299, timestamp=1517885222692, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11300, timestamp=1517885222692, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11301, timestamp=1517885222693, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11302, timestamp=1517885222693, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11303, timestamp=1517885222693, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11304, timestamp=1517885222693, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11305, timestamp=1517885222693, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11306, timestamp=1517885222693, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11307, timestamp=1517885222693, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11308, timestamp=1517885222693, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11309, timestamp=1517885222693, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11310, timestamp=1517885222693, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11311, timestamp=1517885222693, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11312, timestamp=1517885222693, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11313, timestamp=1517885222693, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11314, timestamp=1517885222694, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11315, timestamp=1517885222694, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11316, timestamp=1517885222694, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11317, timestamp=1517885222694, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11318, timestamp=1517885222694, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11319, timestamp=1517885222694, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11320, timestamp=1517885222694, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11321, timestamp=1517885222694, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11322, timestamp=1517885222694, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11323, timestamp=1517885222695, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11324, timestamp=1517885222695, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11325, timestamp=1517885222695, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11326, timestamp=1517885222695, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11327, timestamp=1517885222695, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11328, timestamp=1517885222695, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11329, timestamp=1517885222695, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11330, timestamp=1517885222695, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11331, timestamp=1517885222695, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11332, timestamp=1517885222695, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11333, timestamp=1517885222695, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11334, timestamp=1517885222696, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11335, timestamp=1517885222696, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11336, timestamp=1517885222696, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11337, timestamp=1517885222696, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11338, timestamp=1517885222696, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11339, timestamp=1517885222696, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11340, timestamp=1517885222696, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11341, timestamp=1517885222696, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11342, timestamp=1517885222697, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11343, timestamp=1517885222697, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11344, timestamp=1517885222697, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11345, timestamp=1517885222697, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11346, timestamp=1517885222697, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11347, timestamp=1517885222697, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11348, timestamp=1517885222697, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11349, timestamp=1517885222697, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11350, timestamp=1517885222697, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11351, timestamp=1517885222697, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11352, timestamp=1517885222697, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11353, timestamp=1517885222698, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11354, timestamp=1517885222698, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11355, timestamp=1517885222698, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11356, timestamp=1517885222698, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11357, timestamp=1517885222698, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11358, timestamp=1517885222698, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11359, timestamp=1517885222698, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11360, timestamp=1517885222698, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11361, timestamp=1517885222698, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11362, timestamp=1517885222698, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11363, timestamp=1517885222698, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11364, timestamp=1517885222699, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11365, timestamp=1517885222699, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11366, timestamp=1517885222699, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11367, timestamp=1517885222699, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11368, timestamp=1517885222699, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11369, timestamp=1517885222699, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11370, timestamp=1517885222699, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11371, timestamp=1517885222699, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11372, timestamp=1517885222699, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11373, timestamp=1517885222699, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11374, timestamp=1517885222699, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11375, timestamp=1517885222699, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11376, timestamp=1517885222699, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11377, timestamp=1517885222700, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11378, timestamp=1517885222700, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11379, timestamp=1517885222700, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11380, timestamp=1517885222700, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11381, timestamp=1517885222700, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11382, timestamp=1517885222700, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11383, timestamp=1517885222700, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11384, timestamp=1517885222701, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11385, timestamp=1517885222701, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11386, timestamp=1517885222701, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11387, timestamp=1517885222701, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11388, timestamp=1517885222701, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11389, timestamp=1517885222701, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11390, timestamp=1517885222701, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11391, timestamp=1517885222701, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11392, timestamp=1517885222701, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11393, timestamp=1517885222701, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11394, timestamp=1517885222701, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11395, timestamp=1517885222701, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11396, timestamp=1517885222701, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11397, timestamp=1517885222701, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11398, timestamp=1517885222701, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11399, timestamp=1517885222701, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11400, timestamp=1517885222701, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11401, timestamp=1517885222702, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11402, timestamp=1517885222702, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11403, timestamp=1517885222702, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11404, timestamp=1517885222702, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11405, timestamp=1517885222702, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11406, timestamp=1517885222702, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11407, timestamp=1517885222702, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11408, timestamp=1517885222702, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11409, timestamp=1517885222702, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11410, timestamp=1517885222702, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11411, timestamp=1517885222702, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11412, timestamp=1517885222702, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11413, timestamp=1517885222703, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11414, timestamp=1517885222703, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11415, timestamp=1517885222703, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11416, timestamp=1517885222703, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11417, timestamp=1517885222703, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11418, timestamp=1517885222703, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11419, timestamp=1517885222703, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11420, timestamp=1517885222703, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11421, timestamp=1517885222703, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11422, timestamp=1517885222703, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11423, timestamp=1517885222703, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11424, timestamp=1517885222704, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11425, timestamp=1517885222704, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11426, timestamp=1517885222704, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11427, timestamp=1517885222704, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11428, timestamp=1517885222704, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11429, timestamp=1517885222704, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11430, timestamp=1517885222704, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11431, timestamp=1517885222704, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11432, timestamp=1517885222704, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11433, timestamp=1517885222705, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11434, timestamp=1517885222705, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11435, timestamp=1517885222705, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11436, timestamp=1517885222705, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11437, timestamp=1517885222705, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11438, timestamp=1517885222705, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11439, timestamp=1517885222705, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11440, timestamp=1517885222705, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11441, timestamp=1517885222706, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11442, timestamp=1517885222706, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11443, timestamp=1517885222706, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11444, timestamp=1517885222706, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11445, timestamp=1517885222706, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11446, timestamp=1517885222706, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11447, timestamp=1517885222707, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11448, timestamp=1517885222707, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11449, timestamp=1517885222707, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11450, timestamp=1517885222707, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11451, timestamp=1517885222707, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11452, timestamp=1517885222707, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11453, timestamp=1517885222707, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11454, timestamp=1517885222707, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11455, timestamp=1517885222707, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11456, timestamp=1517885222707, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11457, timestamp=1517885222707, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11458, timestamp=1517885222707, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11459, timestamp=1517885222707, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11460, timestamp=1517885222707, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11461, timestamp=1517885222707, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11462, timestamp=1517885222708, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11463, timestamp=1517885222708, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11464, timestamp=1517885222708, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11465, timestamp=1517885222708, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11466, timestamp=1517885222708, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11467, timestamp=1517885222708, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11468, timestamp=1517885222708, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11469, timestamp=1517885222709, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11470, timestamp=1517885222709, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11471, timestamp=1517885222709, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11472, timestamp=1517885222709, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11473, timestamp=1517885222709, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11474, timestamp=1517885222709, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11475, timestamp=1517885222709, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11476, timestamp=1517885222709, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11477, timestamp=1517885222709, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11478, timestamp=1517885222709, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11479, timestamp=1517885222709, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11480, timestamp=1517885222709, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11481, timestamp=1517885222709, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11482, timestamp=1517885222709, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11483, timestamp=1517885222710, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11484, timestamp=1517885222710, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11485, timestamp=1517885222710, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11486, timestamp=1517885222710, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11487, timestamp=1517885222710, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11488, timestamp=1517885222710, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11489, timestamp=1517885222710, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11490, timestamp=1517885222710, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11491, timestamp=1517885222710, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11492, timestamp=1517885222710, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11493, timestamp=1517885222711, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11494, timestamp=1517885222711, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11495, timestamp=1517885222711, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11496, timestamp=1517885222711, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11497, timestamp=1517885222711, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11498, timestamp=1517885222711, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11499, timestamp=1517885222711, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11500, timestamp=1517885222711, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11501, timestamp=1517885222711, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11502, timestamp=1517885222711, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11503, timestamp=1517885222711, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11504, timestamp=1517885222712, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11505, timestamp=1517885222712, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11506, timestamp=1517885222712, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11507, timestamp=1517885222712, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11508, timestamp=1517885222712, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11509, timestamp=1517885222712, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11510, timestamp=1517885222712, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11511, timestamp=1517885222712, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11512, timestamp=1517885222712, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11513, timestamp=1517885222712, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11514, timestamp=1517885222712, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11515, timestamp=1517885222712, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11516, timestamp=1517885222712, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11517, timestamp=1517885222712, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11518, timestamp=1517885222712, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11519, timestamp=1517885222712, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11520, timestamp=1517885222712, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11521, timestamp=1517885222713, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11522, timestamp=1517885222713, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11523, timestamp=1517885222713, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11524, timestamp=1517885222713, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11525, timestamp=1517885222713, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11526, timestamp=1517885222713, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11527, timestamp=1517885222713, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11528, timestamp=1517885222713, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11529, timestamp=1517885222713, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11530, timestamp=1517885222714, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11531, timestamp=1517885222714, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11532, timestamp=1517885222714, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11533, timestamp=1517885222714, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11534, timestamp=1517885222714, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11535, timestamp=1517885222714, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11536, timestamp=1517885222714, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11537, timestamp=1517885222714, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11538, timestamp=1517885222714, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11539, timestamp=1517885222714, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11540, timestamp=1517885222715, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11541, timestamp=1517885222715, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11542, timestamp=1517885222715, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11543, timestamp=1517885222715, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11544, timestamp=1517885222715, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11545, timestamp=1517885222715, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11546, timestamp=1517885222715, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11547, timestamp=1517885222715, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11548, timestamp=1517885222715, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11549, timestamp=1517885222715, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11550, timestamp=1517885222715, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11551, timestamp=1517885222715, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11552, timestamp=1517885222716, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11553, timestamp=1517885222716, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11554, timestamp=1517885222716, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11555, timestamp=1517885222716, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11556, timestamp=1517885222716, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11557, timestamp=1517885222716, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11558, timestamp=1517885222716, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11559, timestamp=1517885222716, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11560, timestamp=1517885222716, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11561, timestamp=1517885222716, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11562, timestamp=1517885222716, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11563, timestamp=1517885222716, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11564, timestamp=1517885222716, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11565, timestamp=1517885222716, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11566, timestamp=1517885222716, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11567, timestamp=1517885222716, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11568, timestamp=1517885222717, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11569, timestamp=1517885222717, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11570, timestamp=1517885222717, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11571, timestamp=1517885222717, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11572, timestamp=1517885222717, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11573, timestamp=1517885222717, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11574, timestamp=1517885222717, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11575, timestamp=1517885222717, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11576, timestamp=1517885222717, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11577, timestamp=1517885222717, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11578, timestamp=1517885222717, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11579, timestamp=1517885222718, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11580, timestamp=1517885222718, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11581, timestamp=1517885222718, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11582, timestamp=1517885222718, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11583, timestamp=1517885222718, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11584, timestamp=1517885222718, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11585, timestamp=1517885222718, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11586, timestamp=1517885222718, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11587, timestamp=1517885222718, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11588, timestamp=1517885222718, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11589, timestamp=1517885222718, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11590, timestamp=1517885222719, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11591, timestamp=1517885222719, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11592, timestamp=1517885222719, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11593, timestamp=1517885222719, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11594, timestamp=1517885222719, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11595, timestamp=1517885222719, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11596, timestamp=1517885222719, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11597, timestamp=1517885222719, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11598, timestamp=1517885222719, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11599, timestamp=1517885222719, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11600, timestamp=1517885222719, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11601, timestamp=1517885222719, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11602, timestamp=1517885222719, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11603, timestamp=1517885222720, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11604, timestamp=1517885222720, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11605, timestamp=1517885222720, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11606, timestamp=1517885222720, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11607, timestamp=1517885222720, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11608, timestamp=1517885222720, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11609, timestamp=1517885222720, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11610, timestamp=1517885222720, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11611, timestamp=1517885222720, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11612, timestamp=1517885222720, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11613, timestamp=1517885222720, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11614, timestamp=1517885222721, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11615, timestamp=1517885222721, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11616, timestamp=1517885222721, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11617, timestamp=1517885222721, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11618, timestamp=1517885222721, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11619, timestamp=1517885222721, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11620, timestamp=1517885222721, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11621, timestamp=1517885222721, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11622, timestamp=1517885222721, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11623, timestamp=1517885222721, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11624, timestamp=1517885222721, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11625, timestamp=1517885222722, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11626, timestamp=1517885222722, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11627, timestamp=1517885222722, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11628, timestamp=1517885222722, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11629, timestamp=1517885222722, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11630, timestamp=1517885222722, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11631, timestamp=1517885222722, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11632, timestamp=1517885222722, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11633, timestamp=1517885222723, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11634, timestamp=1517885222723, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11635, timestamp=1517885222723, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11636, timestamp=1517885222723, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11637, timestamp=1517885222723, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11638, timestamp=1517885222723, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11639, timestamp=1517885222724, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11640, timestamp=1517885222724, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11641, timestamp=1517885222724, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11642, timestamp=1517885222724, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11643, timestamp=1517885222724, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11644, timestamp=1517885222724, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11645, timestamp=1517885222724, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11646, timestamp=1517885222724, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11647, timestamp=1517885222724, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11648, timestamp=1517885222724, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11649, timestamp=1517885222724, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11650, timestamp=1517885222724, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11651, timestamp=1517885222725, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11652, timestamp=1517885222725, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11653, timestamp=1517885222725, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11654, timestamp=1517885222725, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11655, timestamp=1517885222725, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11656, timestamp=1517885222725, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11657, timestamp=1517885222725, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11658, timestamp=1517885222725, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11659, timestamp=1517885222725, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11660, timestamp=1517885222725, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11661, timestamp=1517885222726, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11662, timestamp=1517885222726, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11663, timestamp=1517885222726, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11664, timestamp=1517885222726, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11665, timestamp=1517885222726, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11666, timestamp=1517885222726, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11667, timestamp=1517885222726, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11668, timestamp=1517885222726, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11669, timestamp=1517885222726, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11670, timestamp=1517885222726, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11671, timestamp=1517885222726, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11672, timestamp=1517885222727, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11673, timestamp=1517885222727, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11674, timestamp=1517885222727, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11675, timestamp=1517885222727, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11676, timestamp=1517885222727, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11677, timestamp=1517885222727, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11678, timestamp=1517885222727, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11679, timestamp=1517885222727, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11680, timestamp=1517885222727, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11681, timestamp=1517885222728, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11682, timestamp=1517885222728, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11683, timestamp=1517885222728, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11684, timestamp=1517885222728, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11685, timestamp=1517885222728, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11686, timestamp=1517885222728, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11687, timestamp=1517885222728, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11688, timestamp=1517885222728, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11689, timestamp=1517885222729, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11690, timestamp=1517885222729, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11691, timestamp=1517885222729, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11692, timestamp=1517885222729, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11693, timestamp=1517885222729, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11694, timestamp=1517885222729, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11695, timestamp=1517885222729, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11696, timestamp=1517885222729, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11697, timestamp=1517885222729, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11698, timestamp=1517885222729, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11699, timestamp=1517885222729, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11700, timestamp=1517885222729, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11701, timestamp=1517885222729, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11702, timestamp=1517885222730, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11703, timestamp=1517885222730, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11704, timestamp=1517885222730, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11705, timestamp=1517885222730, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11706, timestamp=1517885222730, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11707, timestamp=1517885222730, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11708, timestamp=1517885222730, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11709, timestamp=1517885222730, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11710, timestamp=1517885222730, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11711, timestamp=1517885222730, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11712, timestamp=1517885222731, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11713, timestamp=1517885222731, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11714, timestamp=1517885222731, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11715, timestamp=1517885222731, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11716, timestamp=1517885222731, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11717, timestamp=1517885222731, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11718, timestamp=1517885222731, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11719, timestamp=1517885222731, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11720, timestamp=1517885222731, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11721, timestamp=1517885222731, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11722, timestamp=1517885222731, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11723, timestamp=1517885222731, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11724, timestamp=1517885222732, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11725, timestamp=1517885222732, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11726, timestamp=1517885222732, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11727, timestamp=1517885222732, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11728, timestamp=1517885222732, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11729, timestamp=1517885222732, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11730, timestamp=1517885222732, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11731, timestamp=1517885222732, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11732, timestamp=1517885222732, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11733, timestamp=1517885222732, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11734, timestamp=1517885222733, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11735, timestamp=1517885222733, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11736, timestamp=1517885222733, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11737, timestamp=1517885222733, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11738, timestamp=1517885222733, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11739, timestamp=1517885222733, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11740, timestamp=1517885222733, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11741, timestamp=1517885222733, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11742, timestamp=1517885222733, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11743, timestamp=1517885222733, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11744, timestamp=1517885222733, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11745, timestamp=1517885222733, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11746, timestamp=1517885222733, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11747, timestamp=1517885222733, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11748, timestamp=1517885222734, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11749, timestamp=1517885222734, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11750, timestamp=1517885222734, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11751, timestamp=1517885222734, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11752, timestamp=1517885222734, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11753, timestamp=1517885222735, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11754, timestamp=1517885222735, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11755, timestamp=1517885222735, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11756, timestamp=1517885222735, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11757, timestamp=1517885222735, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11758, timestamp=1517885222735, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11759, timestamp=1517885222735, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11760, timestamp=1517885222735, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11761, timestamp=1517885222736, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11762, timestamp=1517885222736, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11763, timestamp=1517885222736, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11764, timestamp=1517885222736, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11765, timestamp=1517885222736, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11766, timestamp=1517885222736, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11767, timestamp=1517885222736, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11768, timestamp=1517885222736, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11769, timestamp=1517885222736, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11770, timestamp=1517885222736, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11771, timestamp=1517885222736, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11772, timestamp=1517885222736, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11773, timestamp=1517885222737, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11774, timestamp=1517885222737, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11775, timestamp=1517885222737, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11776, timestamp=1517885222737, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11777, timestamp=1517885222738, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11778, timestamp=1517885222738, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11779, timestamp=1517885222738, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11780, timestamp=1517885222738, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11781, timestamp=1517885222738, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11782, timestamp=1517885222738, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11783, timestamp=1517885222738, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11784, timestamp=1517885222738, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11785, timestamp=1517885222739, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11786, timestamp=1517885222739, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11787, timestamp=1517885222739, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11788, timestamp=1517885222739, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11789, timestamp=1517885222739, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11790, timestamp=1517885222739, key=8 bytes, value=573 bytes)), (record=DefaultRecord(offset=11791, timestamp=1517885222739, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11792, timestamp=1517885222739, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11793, timestamp=1517885222739, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11794, timestamp=1517885222739, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11795, timestamp=1517885222740, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11796, timestamp=1517885222740, key=8 bytes, value=585 bytes)), (record=DefaultRecord(offset=11797, timestamp=1517885222740, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11798, timestamp=1517885222740, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11799, timestamp=1517885222741, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11800, timestamp=1517885222741, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11801, timestamp=1517885222741, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11802, timestamp=1517885222741, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11803, timestamp=1517885222741, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11804, timestamp=1517885222741, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11805, timestamp=1517885222741, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11806, timestamp=1517885222741, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11807, timestamp=1517885222742, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11808, timestamp=1517885222742, key=8 bytes, value=642 bytes)), (record=DefaultRecord(offset=11809, timestamp=1517885222742, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11810, timestamp=1517885222742, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11811, timestamp=1517885222742, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11812, timestamp=1517885222742, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11813, timestamp=1517885222742, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11814, timestamp=1517885222742, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11815, timestamp=1517885222743, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11816, timestamp=1517885222743, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11817, timestamp=1517885222743, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11818, timestamp=1517885222743, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11819, timestamp=1517885222743, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11820, timestamp=1517885222743, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11821, timestamp=1517885222743, key=8 bytes, value=621 bytes)), (record=DefaultRecord(offset=11822, timestamp=1517885222744, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11823, timestamp=1517885222744, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11824, timestamp=1517885222744, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11825, timestamp=1517885222744, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11826, timestamp=1517885222744, key=8 bytes, value=612 bytes)), (record=DefaultRecord(offset=11827, timestamp=1517885222744, key=8 bytes, value=626 bytes)), (record=DefaultRecord(offset=11828, timestamp=1517885222744, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11829, timestamp=1517885222744, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11830, timestamp=1517885222745, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11831, timestamp=1517885222745, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11832, timestamp=1517885222745, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11833, timestamp=1517885222745, key=8 bytes, value=586 bytes)), (record=DefaultRecord(offset=11834, timestamp=1517885222745, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11835, timestamp=1517885222745, key=8 bytes, value=600 bytes)), (record=DefaultRecord(offset=11836, timestamp=1517885222745, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11837, timestamp=1517885222746, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11838, timestamp=1517885222746, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11839, timestamp=1517885222746, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11840, timestamp=1517885222746, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11841, timestamp=1517885222746, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11842, timestamp=1517885222746, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11843, timestamp=1517885222747, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11844, timestamp=1517885222747, key=8 bytes, value=620 bytes)), (record=DefaultRecord(offset=11845, timestamp=1517885222747, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11846, timestamp=1517885222747, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11847, timestamp=1517885222747, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11848, timestamp=1517885222748, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11849, timestamp=1517885222748, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11850, timestamp=1517885222748, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11851, timestamp=1517885222748, key=8 bytes, value=602 bytes)), (record=DefaultRecord(offset=11852, timestamp=1517885222748, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11853, timestamp=1517885222748, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11854, timestamp=1517885222748, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11855, timestamp=1517885222748, key=8 bytes, value=572 bytes)), (record=DefaultRecord(offset=11856, timestamp=1517885222748, key=8 bytes, value=614 bytes)), (record=DefaultRecord(offset=11857, timestamp=1517885222748, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11858, timestamp=1517885222749, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11859, timestamp=1517885222749, key=8 bytes, value=628 bytes)), (record=DefaultRecord(offset=11860, timestamp=1517885222749, key=8 bytes, value=634 bytes)), (record=DefaultRecord(offset=11861, timestamp=1517885222749, key=8 bytes, value=577 bytes)), (record=DefaultRecord(offset=11862, timestamp=1517885222749, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11863, timestamp=1517885222749, key=8 bytes, value=617 bytes)), (record=DefaultRecord(offset=11864, timestamp=1517885222749, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11865, timestamp=1517885222749, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11866, timestamp=1517885222749, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11867, timestamp=1517885222749, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11868, timestamp=1517885222750, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11869, timestamp=1517885222750, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11870, timestamp=1517885222750, key=8 bytes, value=625 bytes)), (record=DefaultRecord(offset=11871, timestamp=1517885222750, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11872, timestamp=1517885222750, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11873, timestamp=1517885222750, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11874, timestamp=1517885222750, key=8 bytes, value=604 bytes)), (record=DefaultRecord(offset=11875, timestamp=1517885222751, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11876, timestamp=1517885222751, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11877, timestamp=1517885222751, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11878, timestamp=1517885222751, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11879, timestamp=1517885222751, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11880, timestamp=1517885222751, key=8 bytes, value=613 bytes)), (record=DefaultRecord(offset=11881, timestamp=1517885222751, key=8 bytes, value=594 bytes)), (record=DefaultRecord(offset=11882, timestamp=1517885222751, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11883, timestamp=1517885222752, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11884, timestamp=1517885222753, key=8 bytes, value=601 bytes)), (record=DefaultRecord(offset=11885, timestamp=1517885222753, key=8 bytes, value=618 bytes)), (record=DefaultRecord(offset=11886, timestamp=1517885222753, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11887, timestamp=1517885222753, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11888, timestamp=1517885222753, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11889, timestamp=1517885222753, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11890, timestamp=1517885222753, key=8 bytes, value=593 bytes)), (record=DefaultRecord(offset=11891, timestamp=1517885222754, key=8 bytes, value=576 bytes)), (record=DefaultRecord(offset=11892, timestamp=1517885222754, key=8 bytes, value=580 bytes)), (record=DefaultRecord(offset=11893, timestamp=1517885222754, key=8 bytes, value=584 bytes)), (record=DefaultRecord(offset=11894, timestamp=1517885222754, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11895, timestamp=1517885222754, key=8 bytes, value=581 bytes)), (record=DefaultRecord(offset=11896, timestamp=1517885222754, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11897, timestamp=1517885222754, key=8 bytes, value=606 bytes)), (record=DefaultRecord(offset=11898, timestamp=1517885222755, key=8 bytes, value=610 bytes)), (record=DefaultRecord(offset=11899, timestamp=1517885222755, key=8 bytes, value=588 bytes)), (record=DefaultRecord(offset=11900, timestamp=1517885222755, key=8 bytes, value=596 bytes)), (record=DefaultRecord(offset=11901, timestamp=1517885222755, key=8 bytes, value=616 bytes)), (record=DefaultRecord(offset=11902, timestamp=1517885222756, key=8 bytes, value=598 bytes)), (record=DefaultRecord(offset=11903, timestamp=1517885222756, key=8 bytes, value=609 bytes)), (record=DefaultRecord(offset=11904, timestamp=1517885222757, key=8 bytes, value=637 bytes)), (record=DefaultRecord(offset=11905, timestamp=1517885222757, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11906, timestamp=1517885222757, key=8 bytes, value=624 bytes)), (record=DefaultRecord(offset=11907, timestamp=1517885222757, key=8 bytes, value=629 bytes)), (record=DefaultRecord(offset=11908, timestamp=1517885222758, key=8 bytes, value=605 bytes)), (record=DefaultRecord(offset=11909, timestamp=1517885222758, key=8 bytes, value=592 bytes)), (record=DefaultRecord(offset=11910, timestamp=1517885222758, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11911, timestamp=1517885222758, key=8 bytes, value=633 bytes)), (record=DefaultRecord(offset=11912, timestamp=1517885222758, key=8 bytes, value=630 bytes)), (record=DefaultRecord(offset=11913, timestamp=1517885222758, key=8 bytes, value=590 bytes)), (record=DefaultRecord(offset=11914, timestamp=1517885222758, key=8 bytes, value=622 bytes)), (record=DefaultRecord(offset=11915, timestamp=1517885222759, key=8 bytes, value=597 bytes)), (record=DefaultRecord(offset=11916, timestamp=1517885222759, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11917, timestamp=1517885222759, key=8 bytes, value=608 bytes)), (record=DefaultRecord(offset=11918, timestamp=1517885222759, key=8 bytes, value=568 bytes)), (record=DefaultRecord(offset=11919, timestamp=1517885222759, key=8 bytes, value=632 bytes)), (record=DefaultRecord(offset=11920, timestamp=1517885222760, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11921, timestamp=1517885222760, key=8 bytes, value=582 bytes)), (record=DefaultRecord(offset=11922, timestamp=1517885222760, key=8 bytes, value=638 bytes)), (record=DefaultRecord(offset=11923, timestamp=1517885222760, key=8 bytes, value=589 bytes)), (record=DefaultRecord(offset=11924, timestamp=1517885222761, key=8 bytes, value=584 bytes))]}]}]} 12:03:58.936 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Fetch READ_UNCOMMITTED at offset 10206 for partition test-0 returned fetch data (error=NONE, highWaterMark=100091, lastStableOffset = -1, logStartOffset = 0, abortedTransactions = null, recordsSizeInBytes=1048576) 12:03:59.337 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:03:59.337 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 88 to node 2147483644 12:03:59.452 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 8522 for assigned partition test-2 and update position to 9022 12:03:59.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 88, received {throttle_time_ms=0,error_code=0} 12:03:59.452 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:03:59.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 27486 12:04:00.716 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 9022 for assigned partition test-2 and update position to 9522 12:04:00.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 27861 12:04:01.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28119 12:04:02.345 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending Heartbeat request to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:04:02.345 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending HEARTBEAT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f} with correlation id 89 to node 2147483644 12:04:02.395 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=8562, metadata=''}, test-0=OffsetAndMetadata{offset=10206, metadata=''}, test-2=OffsetAndMetadata{offset=9522, metadata=''}} 12:04:02.395 [RxCachedThreadScheduler-1] TRACE o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OffsetCommit request with {test-1=OffsetAndMetadata{offset=8562, metadata=''}, test-0=OffsetAndMetadata{offset=10206, metadata=''}, test-2=OffsetAndMetadata{offset=9522, metadata=''}} to coordinator kafka-host-3:9092 (id: 2147483644 rack: null) 12:04:02.397 [RxCachedThreadScheduler-1] TRACE o.a.k.c.consumer.internals.Fetcher - [Consumer clientId=consumer-2, groupId=test-consumer-group] Returning fetched records at offset 9522 for assigned partition test-2 and update position to 10022 12:04:02.397 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending OFFSET_COMMIT {group_id=test-consumer-group,generation_id=58,member_id=consumer-2-a8e6563a-3705-424f-9fe8-f39dc417142f,retention_time=-1,topics=[{topic=test,partitions=[{partition=0,offset=10206,metadata=},{partition=1,offset=8562,metadata=},{partition=2,offset=9522,metadata=}]}]} with correlation id 90 to node 2147483644 12:04:02.446 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for HEARTBEAT with correlation id 89, received {throttle_time_ms=0,error_code=0} 12:04:02.446 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Received successful Heartbeat response 12:04:02.646 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:04:02.646 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:04:02.646 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.io.EOFException: null at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:124) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:93) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:231) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:192) at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:528) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:469) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup(ConsumerNetworkClient.java:275) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run(AbstractCoordinator.java:934) 12:04:02.646 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed receive from node 2147483644 for OFFSET_COMMIT with correlation id 90, received {throttle_time_ms=0,responses=[{topic=test,partition_responses=[{partition=0,error_code=0},{partition=1,error_code=0},{partition=2,error_code=0}]}]} 12:04:02.648 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:02.648 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node -3 disconnected. 12:04:02.648 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 8562 for partition test-1 12:04:02.648 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 10206 for partition test-0 12:04:02.648 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Committed offset 9522 for partition test-2 12:04:02.749 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:02.749 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:02.749 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:02.750 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 2147483644 disconnected. 12:04:02.750 [kafka-coordinator-heartbeat-thread | test-consumer-group] INFO o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Marking the coordinator kafka-host-3:9092 (id: 2147483644 rack: null) dead 12:04:02.750 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:02.750 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:02.750 [kafka-coordinator-heartbeat-thread | test-consumer-group] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Sending GroupCoordinator request to broker kafka-host-3:9092 (id: 3 rack: null) 12:04:02.750 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:02.850 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:02.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28510 12:04:02.950 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.050 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.151 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.251 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.351 [kafka-coordinator-heartbeat-thread | test-consumer-group] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.446 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Completed asynchronous auto-commit of offsets {test-1=OffsetAndMetadata{offset=8562, metadata=''}, test-0=OffsetAndMetadata{offset=10206, metadata=''}, test-2=OffsetAndMetadata{offset=9522, metadata=''}} 12:04:03.446 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.497 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.547 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.759 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:190) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:219) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:03.760 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:03.760 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:03.760 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.ConsumerNetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Cancelled FIND_COORDINATOR request RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=1, clientId=consumer-2, correlationId=91) with correlation id 91 due to node 3 being disconnected 12:04:03.760 [RxCachedThreadScheduler-1] DEBUG o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-2, groupId=test-consumer-group] Coordinator discovery failed, refreshing metadata 12:04:03.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:03.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:03.760 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:03.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:03.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:03.760 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:03.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:03.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:03.810 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:03.861 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.861 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:03.861 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:03.911 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:03.961 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.011 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.061 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.111 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.161 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.211 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.262 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.312 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.362 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.412 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.462 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.613 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.663 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.713 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.763 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.813 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:04.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:04.871 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:04.871 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:04.871 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:04.871 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:04.871 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:04.875 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:04.925 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:04.925 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:04.925 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:04.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:04.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:04.975 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:05.026 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:05.026 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:05.026 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:05.076 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.076 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:05.076 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.126 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.176 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.226 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.276 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.377 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.427 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.477 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.728 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.778 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.828 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:05.878 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:05.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.078 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.083 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:06.083 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:06.084 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:06.084 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.084 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.087 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.137 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.137 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.137 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.187 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.187 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.187 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.237 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.237 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.237 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.287 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.287 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.287 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.337 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.337 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.337 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.387 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.387 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.387 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.437 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.437 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.437 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.488 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.488 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.488 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.538 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:06.538 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:06.538 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:06.588 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.588 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:06.588 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.638 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.688 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.738 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.788 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.838 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:06.889 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.939 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:06.989 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.039 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.089 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.139 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.189 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.240 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.290 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.340 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.390 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.440 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.490 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.540 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.591 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:07.595 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:07.595 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:07.595 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:07.595 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.597 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.647 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.697 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.747 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.797 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.847 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:07.897 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.897 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.897 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.947 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.947 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.947 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:07.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:07.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:07.998 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.048 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.098 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.098 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.098 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.148 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.198 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.198 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.198 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.248 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.248 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.248 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.298 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.298 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.298 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.349 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.349 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.349 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.399 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.399 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.399 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.449 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:08.449 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:08.449 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:08.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.499 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:08.499 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.549 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.599 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.649 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.699 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.750 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.800 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.850 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:08.900 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:08.950 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.000 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.050 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.101 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.151 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.201 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.251 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.301 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.351 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.401 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.451 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:09.509 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:09.509 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:09.509 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:09.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.510 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.560 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.560 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.560 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.610 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.610 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.610 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.660 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.660 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.660 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.710 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.710 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.710 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.760 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.810 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.861 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.861 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.861 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:09.911 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.911 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.911 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:09.961 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:09.961 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:09.961 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.011 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.011 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.011 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.061 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.061 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.061 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.111 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.111 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.111 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.161 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.161 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.161 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.211 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.211 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.211 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.262 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.262 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.262 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.312 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.312 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.312 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.362 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.362 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.362 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.412 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:10.412 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:10.412 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:10.462 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.462 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:10.462 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.613 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.663 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.713 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.763 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.813 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:10.913 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:10.963 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.014 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.064 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.114 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.164 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.214 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.264 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.314 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.365 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.415 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:11.473 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:11.473 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:11.473 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:11.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.475 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.525 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.525 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.525 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.575 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.575 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.575 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.625 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.625 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.625 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.675 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.675 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.675 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.726 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.726 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.726 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.776 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.776 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.776 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.826 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.826 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.826 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:11.876 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.876 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.876 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.926 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.926 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.926 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:11.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:11.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:11.976 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.026 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.026 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.026 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.076 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.076 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.076 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.127 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.127 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.127 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.177 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.177 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.177 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.227 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.227 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.227 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.277 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.277 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.277 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.327 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.327 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.327 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.377 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:12.377 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:12.377 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:12.427 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.427 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:12.427 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.478 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.528 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.578 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.628 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.678 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.728 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.778 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.828 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:12.879 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.929 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:12.979 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.029 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.079 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.129 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.179 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.230 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.280 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.330 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.380 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.430 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:13.436 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:13.436 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:13.436 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:13.436 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.436 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.439 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.489 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.489 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.489 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.539 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.539 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.539 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.589 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.589 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.589 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.640 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.640 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.640 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.690 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.690 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.690 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.740 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.740 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.740 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.790 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.790 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.790 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.840 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.840 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.840 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:13.890 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.890 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.890 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.940 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.940 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.940 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:13.991 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:13.991 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:13.991 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:14.041 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:14.041 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:14.041 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:14.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:14.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:14.091 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:14.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:14.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:14.141 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:14.191 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:14.191 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:14.191 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:14.241 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:14.241 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:14.241 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:14.291 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.291 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:14.291 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.341 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.392 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.442 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.542 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.592 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.642 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.692 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.743 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.793 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.843 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:14.893 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.943 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:14.993 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.043 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.093 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.144 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.194 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.244 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.294 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:15.305 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:15.305 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:15.306 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:15.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.311 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.361 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.361 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.361 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.411 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.411 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.411 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.461 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.461 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.461 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.512 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.562 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.612 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.612 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.612 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.662 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.662 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.662 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.712 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.762 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.812 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.812 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.812 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.863 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:15.913 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.913 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.913 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:15.963 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:15.963 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:15.963 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.013 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.063 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.113 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.113 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.113 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.163 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.163 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.163 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.213 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.213 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.213 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.264 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.264 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.264 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.314 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.314 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.314 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.364 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:16.364 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:16.364 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:16.414 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.414 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:16.414 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.464 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.564 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.615 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.665 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.715 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.765 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.815 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:16.865 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.915 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:16.966 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.016 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.066 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.116 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.166 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.216 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.266 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.316 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.367 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.417 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:17.424 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:17.424 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:17.424 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:17.424 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.424 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.427 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.477 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.477 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.477 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.527 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.577 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.627 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.677 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.728 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.728 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.728 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.778 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.778 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.778 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.828 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.828 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.828 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:17.878 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.878 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.878 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.928 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:17.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:17.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:17.978 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:18.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:18.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:18.028 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:18.078 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:18.078 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:18.078 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:18.129 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:18.129 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:18.129 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:18.179 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:18.179 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:18.179 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:18.229 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:18.229 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:18.229 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:18.279 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.279 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:18.279 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.329 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.379 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.429 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.530 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.580 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.630 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.680 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.730 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.780 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.830 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:18.881 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.931 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:18.981 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.031 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.081 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.181 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:19.288 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:19.289 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:19.289 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:19.289 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.289 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.290 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.340 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.340 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.340 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.390 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.390 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.390 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.440 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.440 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.440 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.490 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.490 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.490 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.540 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.540 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.540 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.590 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.590 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.590 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.641 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.641 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.641 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.691 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.691 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.691 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.741 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.741 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.741 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.791 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.791 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.791 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.841 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.841 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.841 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:19.891 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.891 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.891 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.941 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.941 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.941 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:19.992 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:19.992 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:19.992 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.042 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.042 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.042 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.092 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.092 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.092 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.142 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.142 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.142 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.192 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.192 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.192 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.242 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.242 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.242 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.292 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.292 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.292 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.342 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.342 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.342 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.393 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:20.393 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:20.393 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:20.443 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.443 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:20.443 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.493 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.543 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.593 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.643 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.693 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.744 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.794 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.844 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:20.894 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.944 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:20.994 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.044 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.094 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.145 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.195 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.245 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.295 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.345 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.395 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.445 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:21.452 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:21.452 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:21.452 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:21.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.453 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.504 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.504 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.504 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.554 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.554 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.554 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.604 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.604 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.604 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.654 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.654 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.654 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.704 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.704 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.704 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.754 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.754 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.754 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.804 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.804 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.804 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.854 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.854 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.854 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:21.905 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.905 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.905 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:21.955 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:21.955 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:21.955 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.005 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.005 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.005 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.055 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.055 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.055 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.105 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.105 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.105 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.155 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.155 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.155 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.205 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.205 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.205 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.256 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.256 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.256 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.306 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.356 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.356 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.356 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.406 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:22.406 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:22.406 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:22.456 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.456 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:22.456 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.506 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.556 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.606 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.657 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.707 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.757 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.807 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.857 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:22.907 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:22.957 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.008 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.058 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.108 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.158 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.208 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.258 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.308 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.359 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.409 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.459 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:23.465 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:23.466 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:23.466 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:23.466 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.466 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.467 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.517 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.517 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.517 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.567 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.567 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.567 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.617 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.617 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.617 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.667 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.667 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.667 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.717 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.717 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.717 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.768 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.768 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.768 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.818 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.818 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.818 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:23.868 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.868 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.868 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.918 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.918 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.918 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:23.968 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:23.968 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:23.968 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.018 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.018 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.018 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.068 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.068 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.068 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.119 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.119 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.119 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.169 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.169 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.169 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.219 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.219 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.219 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.269 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.269 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.269 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.319 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:24.319 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:24.319 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:24.369 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.369 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:24.369 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.419 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.469 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.520 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.570 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.620 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.670 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.720 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.770 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.820 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:24.871 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.921 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:24.971 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.021 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.071 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.121 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.171 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.221 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.272 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.322 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.372 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:25.378 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:25.378 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:25.378 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:25.378 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.378 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.380 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.430 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.430 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.430 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.480 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.530 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.530 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.530 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.580 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.580 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.580 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.631 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.631 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.631 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.681 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.731 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.731 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.731 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.781 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.781 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.781 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.831 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.831 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.831 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:25.881 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.881 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.881 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.931 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.931 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.931 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:25.982 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:25.982 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:25.982 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:26.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:26.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:26.032 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:26.082 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:26.082 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:26.082 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:26.132 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:26.132 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:26.132 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:26.182 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:26.182 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:26.182 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:26.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.232 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:26.232 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.332 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.383 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.433 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.533 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.583 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.633 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.683 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.733 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.784 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.834 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:26.884 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.934 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:26.984 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:27.034 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:27.084 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:27.135 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:27.185 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:27.235 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:27.242 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:27.242 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:27.242 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:27.242 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.242 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.246 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.296 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.296 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.296 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.346 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.346 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.346 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.396 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.396 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.396 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.446 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.446 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.446 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.497 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.497 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.497 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.547 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.547 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.547 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.597 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.647 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.697 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.747 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.797 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.847 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:27.898 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.898 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.898 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.948 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.948 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.948 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:27.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:27.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:27.998 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:28.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.048 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:28.048 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.098 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.198 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.249 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.299 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.349 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.399 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.449 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.549 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.600 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.650 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.700 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.750 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.800 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.850 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:28.900 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:28.951 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:29.001 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:29.051 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:29.056 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:29.056 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:29.056 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:29.056 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.056 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.060 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.110 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.110 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.110 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.160 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.160 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.160 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.210 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.210 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.210 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.260 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.260 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.260 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.310 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.310 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.310 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.361 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.361 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.361 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.411 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.411 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.411 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.461 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.461 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.461 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.511 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.511 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.561 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.561 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.561 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.611 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.611 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.611 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.661 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.661 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.661 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.712 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.762 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.812 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.812 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.812 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.862 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.862 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.862 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:29.912 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.912 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.912 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:29.962 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:29.962 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:29.962 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:30.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:30.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:30.013 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:30.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:30.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:30.063 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:30.113 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:30.113 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:30.113 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:30.163 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.163 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:30.163 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.213 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.263 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.313 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.363 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.414 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.464 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.564 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.614 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.664 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.714 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.764 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.815 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.865 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:30.915 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:30.965 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:31.015 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:31.065 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:31.115 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:31.166 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:31.171 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:31.172 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:31.172 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:31.172 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.172 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.176 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.226 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.226 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.226 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.276 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.276 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.276 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.326 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.376 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.376 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.376 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.426 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.426 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.426 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.476 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.476 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.476 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.527 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.577 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.627 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.677 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.727 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.727 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.727 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.777 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.777 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.777 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.827 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.827 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.827 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:31.877 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.877 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.877 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.928 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:31.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:31.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:31.978 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:32.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.028 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:32.028 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.078 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.128 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.178 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.228 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.279 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.329 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.379 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.429 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.479 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.529 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.579 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.629 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.680 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.730 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.780 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.830 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:32.880 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.930 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:32.980 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:33.031 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:33.039 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:33.039 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:33.039 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:33.039 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.039 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.041 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.091 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.141 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.191 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.191 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.191 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.241 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.241 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.241 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.291 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.291 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.291 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.341 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.341 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.341 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.391 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.391 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.391 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.442 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.442 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.442 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.492 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.542 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.542 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.542 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.592 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.592 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.592 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.642 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.642 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.642 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.692 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.692 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.692 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.742 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.742 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.742 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.793 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.793 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.793 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.843 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.843 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.843 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:33.893 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.893 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.893 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.943 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.943 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.943 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:33.993 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:33.993 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:33.993 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:34.043 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:34.043 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:34.043 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:34.093 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.093 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:34.093 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.143 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.194 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.244 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.294 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.344 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.394 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.444 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.494 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.545 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.595 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.645 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.695 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.745 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.795 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.845 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:34.895 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.946 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:34.996 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:35.046 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:35.096 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:35.103 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:35.104 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:35.104 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:35.104 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.104 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.108 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.158 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.158 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.158 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.208 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.208 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.208 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.258 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.258 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.258 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.309 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.309 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.309 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.359 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.359 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.359 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.409 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.409 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.409 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.459 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.459 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.459 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.509 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.509 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.559 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.559 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.559 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.609 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.609 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.609 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.660 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.660 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.660 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.710 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.710 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.710 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.760 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.810 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.860 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.860 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.860 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:35.910 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.910 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.910 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:35.960 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:35.960 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:35.960 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:36.010 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:36.010 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:36.010 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:36.061 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.061 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:36.061 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.111 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.161 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.211 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.261 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.311 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.361 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.412 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.462 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.612 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.662 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.813 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:36.913 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:36.963 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:37.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:37.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:37.070 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:37.070 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:37.070 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:37.070 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.070 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.072 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.122 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.122 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.122 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.173 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.173 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.173 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.223 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.223 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.223 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.273 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.273 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.273 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.323 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.323 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.323 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.373 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.373 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.373 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.423 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.423 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.423 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.473 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.523 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.574 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.574 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.574 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.624 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.624 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.624 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.674 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.674 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.674 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.724 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.724 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.724 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.774 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.774 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.774 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.824 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.824 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.824 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:37.874 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.874 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.874 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.925 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.925 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.925 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:37.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:37.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:37.975 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:38.025 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:38.025 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:38.025 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:38.075 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:38.075 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:38.075 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:38.125 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:38.125 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:38.125 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:38.175 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:38.175 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:38.175 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:38.225 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.225 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:38.225 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.276 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.376 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.426 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.476 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.526 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.576 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.626 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.727 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.777 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.827 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:38.877 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.927 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:38.977 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:39.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:39.078 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:39.128 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:39.178 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:39.228 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:39.234 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:39.234 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:39.234 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:39.234 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.234 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.239 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.289 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.289 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.289 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.339 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.339 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.339 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.390 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.390 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.390 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.440 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.440 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.440 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.490 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.490 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.490 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.540 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.540 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.540 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.590 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.590 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.590 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.640 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.640 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.640 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.690 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.690 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.690 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.740 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.740 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.740 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.791 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.791 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.791 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.841 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.841 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.841 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:39.891 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.891 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.891 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.941 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.941 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.941 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:39.991 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:39.991 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:39.991 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:40.041 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:40.041 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:40.041 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:40.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:40.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:40.091 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:40.142 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:40.142 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:40.142 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:40.192 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:40.192 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:40.192 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:40.242 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.242 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:40.242 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.292 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.342 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.392 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.442 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.543 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.593 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.643 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.693 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.743 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.793 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.843 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:40.893 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.944 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:40.994 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:41.044 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:41.094 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:41.144 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:41.194 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:41.244 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:41.250 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:41.250 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:41.251 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:41.251 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.251 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.256 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.307 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.307 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.307 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.357 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.357 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.357 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.407 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.457 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.507 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.557 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.557 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.557 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.607 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.607 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.607 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.658 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.658 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.658 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.708 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.708 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.708 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.758 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.758 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.758 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.808 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.808 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.808 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.858 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.858 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.858 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:41.908 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.908 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.908 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:41.958 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:41.958 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:41.958 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:42.008 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:42.008 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:42.008 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:42.059 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:42.059 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:42.059 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:42.109 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:42.109 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:42.109 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:42.159 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:42.159 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:42.159 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:42.209 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.209 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:42.209 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.259 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.309 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.359 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.410 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.460 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.560 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.610 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.660 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.710 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.811 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.861 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:42.911 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:42.961 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:43.011 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:43.061 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:43.111 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:43.162 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:43.212 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:43.219 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:43.219 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:43.219 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:43.219 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.219 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.221 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.271 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.271 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.271 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.321 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.321 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.321 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.371 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.371 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.371 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.421 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.421 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.421 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.471 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.522 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.522 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.522 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.572 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.572 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.572 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.622 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.622 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.622 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.672 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.672 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.672 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.722 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.722 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.722 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.772 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.772 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.772 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.822 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.822 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.822 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:43.872 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.872 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.872 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.923 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.923 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.923 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:43.973 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:43.973 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:43.973 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:44.023 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:44.023 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:44.023 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:44.073 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.073 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:44.073 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.123 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.173 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.223 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.274 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.324 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.374 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.424 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.524 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.574 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.625 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.675 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.725 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.775 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.825 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:44.875 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.925 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:44.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:45.026 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:45.076 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:45.082 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:45.082 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:45.082 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:45.082 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.082 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.086 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.136 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.136 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.136 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.186 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.186 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.186 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.236 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.236 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.236 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.286 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.286 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.286 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.336 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.336 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.336 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.387 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.387 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.387 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.437 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.437 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.437 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.487 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.537 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.537 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.537 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.587 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.587 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.587 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.637 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.637 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.637 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.687 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.687 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.687 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.737 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.737 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.737 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.788 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.788 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.788 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.838 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.838 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.838 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:45.888 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.888 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.888 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.938 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.938 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.938 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:45.988 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:45.988 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:45.988 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:46.038 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:46.038 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:46.038 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:46.088 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:46.088 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:46.088 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:46.139 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:46.139 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:46.139 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:46.189 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:46.189 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:46.189 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:46.239 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.239 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:46.239 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.289 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.339 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.389 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.439 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.489 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.540 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.590 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.640 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.690 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.740 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.790 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.840 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:46.891 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.941 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:46.991 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:47.041 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:47.091 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:47.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:47.191 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:47.241 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:47.249 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:47.249 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:47.249 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:47.249 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.249 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.253 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.304 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.304 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.304 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.354 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.354 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.354 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.404 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.404 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.404 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.454 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.454 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.504 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.504 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.504 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.554 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.554 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.554 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.604 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.604 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.604 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.655 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.655 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.655 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.705 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.705 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.705 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.755 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.755 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.755 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.805 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.805 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.805 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.855 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.855 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.855 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:47.905 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.905 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.905 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:47.955 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:47.955 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:47.955 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.006 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:48.006 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:48.006 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.056 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:48.056 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:48.056 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.106 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:48.106 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:48.106 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.156 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:48.156 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:48.156 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.206 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:48.206 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:48.206 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.256 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:48.256 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:48.256 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:48.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.306 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:48.306 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.356 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.557 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.607 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.657 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.707 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.757 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.808 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.858 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:48.908 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:48.958 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.008 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.058 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.108 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.159 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.209 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.259 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.309 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:49.319 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:49.319 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:49.319 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:49.319 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.319 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.321 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.371 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.371 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.371 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.421 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.421 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.421 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.471 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.522 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.522 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.522 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.572 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.572 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.572 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.622 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.622 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.622 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.672 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.672 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.672 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.722 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.722 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.722 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.772 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.772 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.772 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.822 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.822 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.822 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:49.873 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.873 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.873 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.923 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.923 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.923 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:49.973 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:49.973 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:49.973 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:50.023 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:50.023 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:50.023 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:50.073 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:50.073 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:50.073 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:50.123 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:50.123 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:50.123 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:50.173 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.173 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:50.173 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.224 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.274 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.324 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.374 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.424 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.474 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.524 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.574 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.625 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.675 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.725 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.775 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.825 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:50.875 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.925 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:50.976 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:51.026 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:51.076 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:51.126 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:51.176 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:51.182 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:51.183 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:51.183 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:51.183 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.183 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.187 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.237 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.237 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.237 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.287 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.287 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.287 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.337 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.337 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.337 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.388 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.388 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.388 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.438 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.438 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.438 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.488 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.488 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.488 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.538 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.538 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.538 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.588 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.588 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.588 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.638 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.638 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.638 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.688 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.688 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.688 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.739 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.739 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.739 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.789 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.789 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.789 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.839 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.839 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.839 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:51.889 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.889 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.889 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.939 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.939 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.939 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:51.989 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:51.989 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:51.989 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:52.039 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:52.039 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:52.039 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:52.090 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:52.090 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:52.090 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:52.140 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:52.140 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:52.140 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:52.190 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.190 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:52.190 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.240 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.290 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.340 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.390 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.440 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.491 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.541 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.591 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.641 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.691 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.741 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.791 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.842 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:52.892 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.942 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:52.992 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:53.042 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:53.092 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:53.142 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:53.192 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:53.198 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:53.198 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:53.198 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:53.199 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.199 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.201 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.252 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.252 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.252 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.302 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.302 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.302 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.352 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.352 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.352 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.402 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.402 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.402 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.452 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.502 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.552 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.552 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.552 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.603 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.603 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.603 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.653 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.653 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.653 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.703 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.703 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.703 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.753 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.753 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.753 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.803 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.803 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.803 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.853 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.853 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.853 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:53.903 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.903 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.903 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:53.953 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:53.953 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:53.953 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:54.004 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:54.004 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:54.004 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:54.054 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.054 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:54.054 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.104 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.154 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.204 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.254 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.304 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.355 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.405 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.455 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.505 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.555 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.605 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.655 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.705 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.756 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.806 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.856 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:54.906 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:54.956 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:55.006 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:55.056 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:55.064 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:55.065 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:55.065 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:55.065 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.065 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.066 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.117 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.117 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.117 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.167 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.167 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.167 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.217 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.217 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.217 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.267 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.267 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.267 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.317 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.317 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.317 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.367 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.367 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.367 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.417 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.417 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.417 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.467 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.467 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.518 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.518 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.518 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.568 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.568 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.568 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.618 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.618 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.618 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.668 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.668 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.668 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.718 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.718 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.718 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.768 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.768 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.768 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.818 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.818 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.818 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:55.869 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.869 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.869 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.919 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.919 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.919 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:55.969 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:55.969 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:55.969 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:56.019 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:56.019 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:56.019 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:56.069 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:56.069 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:56.069 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:56.119 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:56.119 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:56.119 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:56.169 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:56.169 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:56.169 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:56.219 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:56.219 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:56.219 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:56.270 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.270 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:56.270 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.320 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.370 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.420 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.470 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.520 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.570 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.621 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.671 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.721 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.771 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.821 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:56.871 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.921 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:56.972 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.022 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.072 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.122 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.172 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.222 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.272 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:57.279 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:57.279 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:57.279 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:57.279 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.279 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.280 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.330 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.330 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.330 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.381 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.381 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.381 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.431 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.431 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.431 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.481 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.481 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.531 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.531 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.531 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.581 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.581 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.581 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.631 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.631 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.631 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.681 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.732 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.732 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.732 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.782 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.782 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.782 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.832 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.832 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.832 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:57.882 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.882 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.882 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.932 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.932 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.932 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:57.982 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:57.982 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:57.982 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:58.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:58.032 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.083 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:58.083 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:58.083 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.133 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:58.133 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:58.133 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.183 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:58.183 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:58.183 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.233 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:58.233 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:58.233 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.283 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:58.283 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:58.283 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:58.333 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.333 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:04:58.333 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.383 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.433 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.534 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.584 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.634 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.684 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.734 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.784 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.835 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:58.885 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.935 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:58.985 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.035 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.085 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.135 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.185 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.236 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.286 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.336 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:04:59.341 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:04:59.342 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:04:59.342 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:04:59.342 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.342 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.345 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.395 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.395 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.395 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.445 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.445 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.445 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.495 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.495 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.495 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.545 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.545 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.545 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.596 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.596 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.596 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.646 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.646 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.646 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.696 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.696 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.696 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.746 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.746 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.746 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.796 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.796 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.796 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.846 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.846 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.846 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:04:59.896 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.896 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.896 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.947 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.947 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.947 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:04:59.997 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:04:59.997 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:04:59.997 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.047 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.047 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.047 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.097 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.097 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.097 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.147 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.147 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.147 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.197 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.197 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.197 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.247 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.247 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.247 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.297 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.297 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.297 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.348 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.348 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.348 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.398 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:00.398 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:00.398 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:00.448 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.448 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:00.448 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.498 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.548 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.598 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.648 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.699 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.749 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.799 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.849 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:00.899 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.949 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:00.999 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.049 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.100 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.150 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.200 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.250 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.300 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.350 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.400 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.450 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:01.465 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:01.465 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:01.465 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:01.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.465 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.466 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.516 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.516 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.516 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.566 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.566 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.566 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.616 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.616 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.616 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.666 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.666 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.666 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.716 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.716 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.716 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.766 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.766 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.766 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.816 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.816 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.816 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:01.867 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.867 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.867 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.917 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.917 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.917 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:01.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:01.967 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:01.967 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.017 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.017 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.017 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.067 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.067 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.067 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.117 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.117 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.117 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.167 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.167 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.167 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.218 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.218 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.218 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.268 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.268 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.268 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.318 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.318 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.318 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.368 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.368 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.368 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.418 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.418 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.418 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.468 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.468 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.468 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.518 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.518 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.518 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.568 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:02.568 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:02.568 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:02.619 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.619 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:02.619 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.669 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.719 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.769 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.819 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:02.869 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.920 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:02.970 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.020 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.070 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.120 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.170 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.220 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.270 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.320 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.371 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.421 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.471 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.521 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.571 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.621 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:03.626 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:03.626 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:03.626 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:03.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.631 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.681 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.732 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.732 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.732 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.782 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.782 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.782 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.832 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.832 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.832 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:03.882 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.882 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.882 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.932 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.932 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.932 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:03.982 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:03.982 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:03.982 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.032 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.083 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.083 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.083 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.133 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.133 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.133 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.183 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.183 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.183 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.233 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.233 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.233 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.283 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.283 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.283 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.333 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.333 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.333 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.383 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.383 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.383 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.433 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:04.433 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:04.433 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:04.484 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.484 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:04.484 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.535 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.585 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.635 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.685 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.735 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.785 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.836 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:04.886 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.936 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:04.986 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.036 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.086 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.136 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.186 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.237 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.287 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.337 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.387 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.437 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.487 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:05.492 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:05.492 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:05.492 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:05.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.496 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.546 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.546 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.546 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.597 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.647 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.697 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.747 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.797 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.847 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:05.897 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.897 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.897 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.947 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.947 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.947 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:05.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:05.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:05.998 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.048 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.098 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.098 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.098 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.148 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.198 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.198 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.198 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.248 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.248 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.248 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.298 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.298 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.298 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.349 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:06.349 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:06.349 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:06.399 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.399 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:06.399 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.449 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.549 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.599 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.649 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.700 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.750 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.800 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.850 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:06.900 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:06.950 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.000 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.050 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.101 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.151 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.201 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.251 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.301 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.351 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.401 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:07.407 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:07.407 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:07.407 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:07.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.411 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.462 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.462 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.462 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.512 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.512 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.562 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.562 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.612 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.612 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.612 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.662 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.662 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.662 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.712 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.712 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.762 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.762 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.812 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.812 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.812 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.863 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.863 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:07.913 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.913 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.913 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:07.963 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:07.963 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:07.963 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:08.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:08.013 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:08.013 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:08.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:08.063 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:08.063 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:08.113 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:08.113 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:08.113 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:08.163 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:08.163 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:08.163 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:08.214 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:08.214 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:08.214 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:08.264 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.264 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:08.264 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.314 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.364 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.414 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.464 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.564 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.615 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.665 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.715 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.765 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.815 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:08.865 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.915 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:08.966 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.016 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.066 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.116 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.166 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.216 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.266 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:09.272 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:09.272 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:09.272 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:09.272 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.272 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.276 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.326 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.377 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.377 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.377 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.427 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.427 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.427 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.477 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.477 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.477 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.527 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.527 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.577 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.577 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.627 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.627 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.677 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.677 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.728 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.728 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.728 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.778 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.778 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.778 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.828 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.828 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.828 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:09.878 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.878 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.878 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.928 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.928 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:09.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:09.978 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:09.978 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:10.028 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:10.028 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.079 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:10.079 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:10.079 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.129 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:10.129 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:10.129 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.179 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:10.179 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:10.179 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.229 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:10.229 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:10.229 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.279 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:10.279 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:10.279 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:10.329 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.329 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:10.329 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.379 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.429 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.530 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.580 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.630 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.680 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.730 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.780 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.831 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:10.881 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.931 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:10.981 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.031 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.081 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.131 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.182 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.332 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:11.338 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:11.339 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:11.339 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:11.339 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.339 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.342 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.392 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.392 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.392 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.442 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.442 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.442 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.492 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.492 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.542 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.542 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.542 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.593 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.593 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.593 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.643 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.643 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.643 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.693 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.693 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.693 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.743 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.743 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.743 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.793 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.793 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.793 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.843 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.843 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.843 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:11.893 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.893 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.893 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.944 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.944 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.944 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:11.994 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:11.994 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:11.994 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:12.044 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:12.044 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:12.044 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:12.094 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:12.094 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:12.094 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:12.144 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:12.144 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:12.144 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:12.194 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.194 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:12.194 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.245 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.295 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.345 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.395 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.445 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.495 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.545 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.595 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.646 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.696 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.746 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.796 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.846 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:12.896 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.946 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:12.997 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:13.047 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:13.097 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:13.147 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:13.197 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:13.203 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:13.203 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:13.203 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:13.203 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.203 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.206 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.256 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.256 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.256 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.306 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.306 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.357 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.357 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.357 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.407 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.407 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.457 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.457 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.507 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.507 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.557 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.557 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.557 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.607 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.607 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.607 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.657 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.657 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.657 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.707 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.707 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.707 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.758 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.758 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.758 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.808 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.808 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.808 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.858 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.858 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.858 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:13.908 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.908 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.908 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:13.958 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:13.958 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:13.958 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:14.008 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:14.008 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:14.008 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:14.058 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:14.058 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:14.058 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:14.109 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.109 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:14.109 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.159 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.209 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.259 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.309 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.359 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.409 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.459 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.510 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.560 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.610 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.660 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.710 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.760 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.810 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.861 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:14.911 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:14.961 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:15.011 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:15.061 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:15.111 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:15.118 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:15.118 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:15.118 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:15.118 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.118 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.122 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.172 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.172 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.172 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.223 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.223 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.223 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.273 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.273 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.273 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.323 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.323 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.323 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.373 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.373 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.373 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.423 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.423 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.423 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.473 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.473 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.523 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.523 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.574 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.574 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.574 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.624 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.624 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.624 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.674 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.674 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.674 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.724 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.724 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.724 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.774 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.774 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.774 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.824 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.824 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.824 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:15.874 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.874 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.874 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.924 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.924 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.924 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:15.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:15.975 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:15.975 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:16.025 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.025 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:16.025 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.075 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.125 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.175 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.225 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.275 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.326 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.376 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.426 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.476 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.526 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.576 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.626 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.676 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.727 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.777 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.827 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:16.877 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.927 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:16.977 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:17.027 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:17.033 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:17.033 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:17.033 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:17.033 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.033 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.034 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.085 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.085 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.085 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.135 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.135 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.135 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.185 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.185 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.185 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.235 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.235 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.235 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.285 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.285 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.285 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.335 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.335 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.335 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.385 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.385 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.385 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.435 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.435 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.435 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.486 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.486 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.536 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.536 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.536 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.586 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.586 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.586 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.636 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.636 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.636 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.686 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.686 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.686 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.736 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.736 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.736 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.786 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.786 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.786 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.837 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.837 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.837 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:17.887 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.887 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.887 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.937 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.937 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.937 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:17.987 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:17.987 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:17.987 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:18.037 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.037 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:18.037 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.087 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.137 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.188 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.238 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.288 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.338 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.388 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.438 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.488 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.539 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.589 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.639 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.689 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.739 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.789 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.839 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:18.890 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.940 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:18.990 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:19.040 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:19.048 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:19.048 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:19.048 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:19.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.051 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.101 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.101 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.101 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.151 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.151 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.151 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.201 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.201 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.201 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.251 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.251 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.251 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.302 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.302 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.302 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.352 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.352 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.352 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.402 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.402 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.402 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.452 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.452 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.502 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.502 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.552 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.552 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.552 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.602 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.602 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.602 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.653 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.653 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.653 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.703 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.703 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.703 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.753 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.753 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.753 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.803 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.803 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.803 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.853 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.853 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.853 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:19.903 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.903 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.903 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:19.953 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:19.953 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:19.953 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:20.003 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:20.003 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:20.003 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:20.054 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:20.054 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:20.054 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:20.104 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:20.104 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:20.104 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:20.154 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:20.154 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:20.154 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:20.204 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:20.204 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:20.204 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:20.254 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.254 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:20.254 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.304 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.354 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.405 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.455 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.505 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.555 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.605 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.655 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.705 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.755 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.806 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.856 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:20.906 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:20.956 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.006 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.056 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.106 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.157 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.207 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.257 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:21.262 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:21.262 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:21.262 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:21.262 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.262 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.263 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.313 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.313 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.313 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.363 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.363 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.363 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.413 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.413 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.413 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.463 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.463 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.463 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.514 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.514 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.564 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.564 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.564 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.614 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.614 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.614 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.664 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.664 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.664 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.714 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.714 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.714 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.764 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.764 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.764 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.814 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.814 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.814 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.864 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.864 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.864 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:21.915 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.915 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.915 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:21.965 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:21.965 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:21.965 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:22.015 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:22.015 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:22.015 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:22.065 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:22.065 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:22.065 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:22.115 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:22.115 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:22.115 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:22.166 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.166 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:22.166 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.216 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.266 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.316 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.366 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.416 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.466 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.517 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.567 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.617 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.667 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.717 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.767 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.817 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:22.867 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.918 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:22.968 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:23.018 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:23.068 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:23.118 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:23.168 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:23.175 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:23.175 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:23.175 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:23.175 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.175 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.178 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.229 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.229 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.229 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.280 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.280 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.280 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.330 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.330 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.330 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.380 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.380 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.380 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.430 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.430 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.430 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.480 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.480 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.530 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.530 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.530 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.580 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.580 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.580 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.631 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.631 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.631 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.681 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.681 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.731 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.731 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.731 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.781 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.781 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.781 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.831 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.831 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.831 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.866 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:23.881 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.881 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.881 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.931 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.931 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.931 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:23.981 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:23.981 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:23.981 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:24.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:24.032 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:24.032 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:24.082 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:24.082 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:24.082 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:24.132 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.132 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:24.132 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.182 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.232 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.282 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.332 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.383 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.433 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.483 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.533 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.583 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.633 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.683 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.733 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.784 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.834 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.867 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:24.884 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.934 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:24.984 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:25.034 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:25.084 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:25.135 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:25.141 [RxCachedThreadScheduler-1] DEBUG o.a.kafka.common.network.Selector - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection with kafka-host-3/10.105.173.153 disconnected java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:50) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:106) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:444) at org.apache.kafka.common.network.Selector.poll(Selector.java:398) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:460) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:238) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:214) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.awaitMetadataUpdate(ConsumerNetworkClient.java:137) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureCoordinatorReady(AbstractCoordinator.java:205) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:284) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1138) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1103) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:94) at kafkatest.consumer.Main$Companion$consume$2.accept(Main.kt:19) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:44) at io.reactivex.internal.operators.observable.ObservableInternalHelper$SimpleGenerator.apply(ObservableInternalHelper.java:35) at io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run(ObservableGenerate.java:100) at io.reactivex.internal.operators.observable.ObservableGenerate.subscribeActual(ObservableGenerate.java:51) at io.reactivex.Observable.subscribe(Observable.java:11194) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:463) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 12:05:25.141 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Node 3 disconnected. 12:05:25.141 [RxCachedThreadScheduler-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Connection to node 3 could not be established. Broker may not be available. 12:05:25.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.141 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.146 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.196 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.196 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.196 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.246 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.246 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.246 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.296 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.296 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.296 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.346 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.346 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.346 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.396 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.396 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.396 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.446 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.446 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.446 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.496 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.496 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.496 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.547 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.547 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.547 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.597 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.597 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.647 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.647 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.697 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.697 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.747 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.747 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.797 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.797 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.847 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.847 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790 12:05:25.898 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.898 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.898 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.948 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Removing node kafka-host-3:9092 (id: 3 rack: null) from least loaded node selection: is-blacked-out: true, in-flight-requests: 0 12:05:25.948 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Least loaded node selection failed to find an available node 12:05:25.948 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Give up sending metadata request since no node is available 12:05:25.998 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:25.998 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initialize connection to node kafka-host-3:9092 (id: 3 rack: null) for sending metadata request 12:05:25.998 [RxCachedThreadScheduler-1] DEBUG o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Initiating connection to node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.048 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.098 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.148 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.199 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.249 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.299 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.349 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.399 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.449 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.499 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.549 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.600 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.650 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.700 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.750 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.800 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.850 [RxCachedThreadScheduler-1] TRACE o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-2, groupId=test-consumer-group] Found least loaded node kafka-host-3:9092 (id: 3 rack: null) 12:05:26.865 [RxComputationThreadPool-1] INFO kafkatest.consumer.Main - consumed: 28790