criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
130 stars 36 forks source link

SASI Index performance issues #174

Closed iksaif closed 7 years ago

iksaif commented 7 years ago

CC: @dpanth3r

With ~2M rows and Cassandra 3.9.0

SELECT name from biggraphite_metadata.metrics WHERE parent LIKE 'criteo.%' AND component_3 = '__END__' ALLOW FILTERING;

slow (~3s)

SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' AND parent LIKE 'criteo.%' ALLOW FILTERING;

slow (~3s)

SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' ALLOW FILTERING;

fast (<1s)

cqlsh> select name from biggraphite_metadata.metrics where parent = 'criteo.foo.bar.foo.bar.foo.bar.foo.' AND component_10 = '__END__' ALLOW FILTERING;

slow (>3s)

cqlsh> select name from biggraphite_metadata.metrics where parent = 'criteo.foo.bar.foo.bar.foo.bar.foo.';

fast (<1s)
iksaif commented 7 years ago
cqlsh> SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' ALLOW FILTERING;                             

 name
-------------------------------------
 criteo.gerrit-bot.message_discarded
      criteo.gerrit-bot.message_sent
    criteo.gerrit-bot.gerrit_restart
    criteo.gerrit-bot.event_received
         criteo.gerrit-bot.app_start

(5 rows)

Tracing session: 12e6c240-a71a-11e6-bbf3-77345767a376

 activity                                                                                                                                                                                     | timestamp                  | source     | source_elapsed | client
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+------------+----------------+-----------
                                                                                                                                                                           Execute CQL3 query | 2016-11-10 07:48:30.948000 | 10.50.4.55 |              0 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.946000 | 10.50.4.59 |             22 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:48:30.947000 | 10.50.4.59 |            130 | 127.0.0.1
                                Parsing SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' ALLOW FILTERING; [Native-Transport-Requests-9] | 2016-11-10 07:48:30.949000 | 10.50.4.55 |            243 | 127.0.0.1
                                                                                                                                            Preparing statement [Native-Transport-Requests-9] | 2016-11-10 07:48:30.949000 | 10.50.4.55 |            353 | 127.0.0.1
 Index mean cardinalities are metrics_component_0_idx:-9223372036854775808,metrics_component_3_idx:-9223372036854775808. Scanning with metrics_component_0_idx. [Native-Transport-Requests-9] | 2016-11-10 07:48:30.949000 | 10.50.4.55 |            611 | 127.0.0.1
                                                                                                                                      Computing ranges to query [Native-Transport-Requests-9] | 2016-11-10 07:48:30.949000 | 10.50.4.55 |            643 | 127.0.0.1
                                                      Submitting range requests on 1025 ranges with a concurrency of 1 (-1.08086395E16 rows per range expected) [Native-Transport-Requests-9] | 2016-11-10 07:48:30.949000 | 10.50.4.55 |           1080 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:48:30.950000 | 10.50.4.59 |           3288 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.950000 | 10.50.4.55 |           1243 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:48:30.950000 | 10.50.4.59 |           3326 | 127.0.0.1
                                                                                                                          Submitted 1 concurrent range requests [Native-Transport-Requests-9] | 2016-11-10 07:48:30.950000 | 10.50.4.55 |           1294 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.950000 | 10.50.4.59 |           3598 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.950000 | 10.50.4.55 |           1384 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.952000 | 10.50.4.59 |              4 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.952000 | 10.50.4.59 |             55 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:48:30.952000 | 10.50.4.59 |            104 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:48:30.952000 | 10.50.4.59 |            106 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953000 | 10.50.4.59 |            218 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:48:30.953000 | 10.50.4.59 |            254 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953000 | 10.50.4.59 |            548 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953000 | 10.50.4.59 |            578 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:48:30.953000 | 10.50.4.59 |            600 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:48:30.953000 | 10.50.4.59 |            605 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |            606 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |            630 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |            807 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |            847 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |            864 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |            919 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.953001 | 10.50.4.59 |           1075 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-18] | 2016-11-10 07:48:30.954000 | 10.50.4.59 |           1130 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:48:30.954000 | 10.50.4.59 |           1818 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:48:30.954000 | 10.50.4.59 |           1819 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:48:30.954000 | 10.50.4.59 |           1848 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:48:30.954000 | 10.50.4.59 |           1848 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.954000 | 10.50.4.59 |           1897 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:48:30.954001 | 10.50.4.59 |           2079 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.954001 | 10.50.4.59 |           2105 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:48:30.954001 | 10.50.4.59 |           2110 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:48:30.955000 | 10.50.4.59 |           2135 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:30.955000 | 10.50.4.55 |           6994 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.955000 | 10.50.4.59 |           2151 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.59 [RequestResponseStage-3] | 2016-11-10 07:48:30.955000 | 10.50.4.55 |           7035 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:48:30.955000 | 10.50.4.59 |           2165 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.955000 | 10.50.4.55 |           7113 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:48:30.955000 | 10.50.4.59 |           2194 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:48:30.955000 | 10.50.4.59 |           2196 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:48:30.955000 | 10.50.4.59 |           2198 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2200 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2203 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2226 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-11] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2226 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2228 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2234 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2263 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2792 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:48:30.955001 | 10.50.4.59 |           2822 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-18] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           2845 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           2847 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           2873 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-18] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           2873 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           3009 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           3042 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           3061 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           3063 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           3083 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:48:30.955002 | 10.50.4.59 |           3118 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956000 | 10.50.4.59 |           3129 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956000 | 10.50.4.55 |           7209 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:48:30.956000 | 10.50.4.59 |           3141 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956000 | 10.50.4.55 |           7210 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:48:30.956000 | 10.50.4.59 |           3157 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956000 | 10.50.4.55 |           7254 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956000 | 10.50.4.59 |           3160 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956000 | 10.50.4.55 |           7379 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:48:30.956000 | 10.50.4.59 |           3169 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.956000 | 10.50.4.55 |           7417 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:48:30.956000 | 10.50.4.59 |           3190 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956000 | 10.50.4.55 |           7429 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3193 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7458 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3209 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7472 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3216 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7502 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3235 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7518 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3240 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7583 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3241 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7704 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3246 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7736 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3258 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7762 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-10] | 2016-11-10 07:48:30.956001 | 10.50.4.59 |           3267 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956001 | 10.50.4.55 |           7806 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3268 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7811 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3279 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7862 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3298 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7873 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3323 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7934 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3368 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7954 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3517 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7988 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3555 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           7991 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3581 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           8032 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-15] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3621 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           8040 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3653 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           8096 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:48:30.956002 | 10.50.4.59 |           3690 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.956002 | 10.50.4.55 |           8100 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           3958 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.956003 | 10.50.4.55 |           8132 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-18] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           3999 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4007 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4007 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4016 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-20] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4032 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4037 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4044 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:48:30.956003 | 10.50.4.59 |           4062 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:48:30.956004 | 10.50.4.59 |           4062 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:48:30.956004 | 10.50.4.59 |           4068 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:48:30.956004 | 10.50.4.59 |           4088 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-11] | 2016-11-10 07:48:30.956004 | 10.50.4.59 |           4101 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:48:30.956004 | 10.50.4.59 |           4113 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4144 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8151 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-10] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4168 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8176 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4279 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8207 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4303 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8264 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4309 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8315 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4326 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8408 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:48:30.957000 | 10.50.4.59 |           4345 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.957000 | 10.50.4.55 |           8427 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4377 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8453 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4421 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8547 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4450 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8570 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-15] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4492 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8677 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4499 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8699 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4509 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8766 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-15] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4514 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8787 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:48:30.957001 | 10.50.4.59 |           4536 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957001 | 10.50.4.55 |           8868 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4539 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.957002 | 10.50.4.55 |           8888 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4556 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.957002 | 10.50.4.55 |           9001 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-7] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4595 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957002 | 10.50.4.55 |           9015 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4599 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957002 | 10.50.4.55 |           9055 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4621 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.957002 | 10.50.4.55 |           9109 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4626 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-20] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4655 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4774 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4818 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4839 | 127.0.0.1
                                                                                                                                   Executing single-partition query on metrics [ReadStage-18] | 2016-11-10 07:48:30.957002 | 10.50.4.59 |           4840 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           4856 | 127.0.0.1
                                                                                                                                                  Acquiring sstable references [ReadStage-18] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           4863 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 132 [ReadStage-18] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           4891 | 127.0.0.1
                                                                                                                                                 Key cache hit for sstable 123 [ReadStage-18] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           4911 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 122 [ReadStage-18] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           4933 | 127.0.0.1
                                                                                                     Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-18] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           4954 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           5030 | 127.0.0.1
                                                                                                                                     Merged data from memtables and 3 sstables [ReadStage-18] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           5035 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:48:30.957003 | 10.50.4.59 |           5060 | 127.0.0.1
                                                                                                                                             Read 1 live and 0 tombstone cells [ReadStage-18] | 2016-11-10 07:48:30.958000 | 10.50.4.59 |           5153 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958000 | 10.50.4.55 |           9190 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-18] | 2016-11-10 07:48:30.958000 | 10.50.4.59 |           5175 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958000 | 10.50.4.55 |           9200 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.958000 | 10.50.4.59 |           5243 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958000 | 10.50.4.55 |           9232 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:48:30.958000 | 10.50.4.59 |           5293 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958000 | 10.50.4.55 |           9246 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.958000 | 10.50.4.59 |           5481 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958000 | 10.50.4.55 |           9265 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.958000 | 10.50.4.59 |           5509 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958000 | 10.50.4.55 |           9282 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5537 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9295 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5538 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9381 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5541 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9433 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5564 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9519 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5576 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9528 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5587 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9562 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5600 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9591 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5615 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9600 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-7] | 2016-11-10 07:48:30.958001 | 10.50.4.59 |           5679 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958001 | 10.50.4.55 |           9634 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-7] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5714 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9689 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5780 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9739 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5785 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9783 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-20] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5804 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9830 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5813 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9868 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5815 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9879 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5835 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9910 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5837 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9934 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           5857 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9982 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           6014 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |           9999 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:48:30.958002 | 10.50.4.59 |           6042 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958002 | 10.50.4.55 |          10025 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.958003 | 10.50.4.59 |           6058 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.958003 | 10.50.4.55 |          10030 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:48:30.958003 | 10.50.4.59 |           6093 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.958003 | 10.50.4.55 |          10088 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959000 | 10.50.4.56 |             21 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959000 | 10.50.4.59 |           6123 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959000 | 10.50.4.55 |          10147 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:48:30.959000 | 10.50.4.56 |             97 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:48:30.959000 | 10.50.4.59 |           6154 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959000 | 10.50.4.55 |          10199 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959000 | 10.50.4.56 |            172 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:48:30.959000 | 10.50.4.59 |           6175 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959000 | 10.50.4.55 |          10236 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:48:30.959000 | 10.50.4.56 |            207 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:48:30.959000 | 10.50.4.59 |           6197 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959000 | 10.50.4.55 |          10275 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959000 | 10.50.4.56 |            210 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.959000 | 10.50.4.59 |           6249 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959000 | 10.50.4.55 |          10309 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.959000 | 10.50.4.59 |           6276 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.959000 | 10.50.4.55 |          10316 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6381 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10368 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6407 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10442 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6406 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10496 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-18] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6444 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10584 | 127.0.0.1
                                                                                                                                   Executing single-partition query on metrics [ReadStage-14] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6480 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10627 | 127.0.0.1
                                                                                                                                                  Acquiring sstable references [ReadStage-14] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6508 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10636 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6534 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10689 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 132 [ReadStage-14] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6535 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10718 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 123 [ReadStage-14] | 2016-11-10 07:48:30.959001 | 10.50.4.59 |           6548 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959001 | 10.50.4.55 |          10786 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6556 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          10841 | 127.0.0.1
                                                                                                                                                 Key cache hit for sstable 122 [ReadStage-14] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6562 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          10861 | 127.0.0.1
                                                                                                     Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-14] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6691 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          10889 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6749 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          10913 | 127.0.0.1
                                                                                                                                     Merged data from memtables and 3 sstables [ReadStage-14] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6753 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          10926 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6777 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          10965 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6777 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          11013 | 127.0.0.1
                                                                                                                                   Executing single-partition query on metrics [ReadStage-12] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6789 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          11058 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6809 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          11087 | 127.0.0.1
                                                                                                                                                  Acquiring sstable references [ReadStage-12] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6811 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.959002 | 10.50.4.55 |          11133 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6821 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 132 [ReadStage-12] | 2016-11-10 07:48:30.959002 | 10.50.4.59 |           6836 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6846 | 127.0.0.1
                                                                                                                                                 Key cache hit for sstable 123 [ReadStage-12] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6853 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 122 [ReadStage-12] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6870 | 127.0.0.1
                                                                                                     Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-12] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6894 | 127.0.0.1
                                                                                                                                             Read 1 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6933 | 127.0.0.1
                                                                                                                                     Merged data from memtables and 3 sstables [ReadStage-12] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6945 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           6959 | 127.0.0.1
                                                                                                                                             Read 1 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:48:30.959003 | 10.50.4.59 |           7100 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:48:30.959004 | 10.50.4.59 |           7120 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:48:30.960000 | 10.50.4.56 |            297 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-18] | 2016-11-10 07:48:30.960000 | 10.50.4.59 |           7346 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.960000 | 10.50.4.55 |          11173 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.960000 | 10.50.4.56 |            566 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-18] | 2016-11-10 07:48:30.960000 | 10.50.4.59 |           7368 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960000 | 10.50.4.55 |          11206 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:48:30.960000 | 10.50.4.56 |            599 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:48:30.960000 | 10.50.4.59 |           7528 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960000 | 10.50.4.55 |          11277 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            626 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.960001 | 10.50.4.59 |           7531 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11339 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            671 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:48:30.960001 | 10.50.4.59 |           7549 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11426 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            895 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.960001 | 10.50.4.59 |           7558 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11444 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            925 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:48:30.960001 | 10.50.4.59 |           7677 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11457 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            973 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:48:30.960001 | 10.50.4.59 |           7703 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11493 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            981 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11522 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |            985 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11531 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |           1007 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11658 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |           1108 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11719 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:48:30.960001 | 10.50.4.56 |           1134 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11748 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11770 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.960001 | 10.50.4.55 |          11884 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          11907 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          11923 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          11954 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          11964 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          12000 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          12011 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.960002 | 10.50.4.55 |          12098 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.961000 | 10.50.4.56 |           1336 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961000 | 10.50.4.55 |          12152 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:48:30.961000 | 10.50.4.56 |           1385 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961000 | 10.50.4.55 |          12170 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.961000 | 10.50.4.56 |           1589 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961000 | 10.50.4.55 |          12203 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-15] | 2016-11-10 07:48:30.961000 | 10.50.4.56 |           1731 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961000 | 10.50.4.55 |          12219 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.961000 | 10.50.4.56 |           1964 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.961000 | 10.50.4.55 |          12230 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-17] | 2016-11-10 07:48:30.961000 | 10.50.4.56 |           2009 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.961000 | 10.50.4.55 |          12273 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.961001 | 10.50.4.56 |           2026 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12320 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.961001 | 10.50.4.56 |           2071 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12433 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-19] | 2016-11-10 07:48:30.961001 | 10.50.4.56 |           2075 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12447 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:48:30.961001 | 10.50.4.56 |           2100 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12537 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12550 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12669 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12688 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12761 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961001 | 10.50.4.55 |          12768 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          12860 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          12876 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          12916 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          12963 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          12976 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          13004 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          13048 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          13093 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          13119 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.961002 | 10.50.4.55 |          13124 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962000 | 10.50.4.56 |           2310 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962000 | 10.50.4.55 |          13170 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962000 | 10.50.4.56 |           2349 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962000 | 10.50.4.55 |          13239 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:48:30.962000 | 10.50.4.56 |           2368 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.962000 | 10.50.4.55 |          13264 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.962000 | 10.50.4.56 |           2392 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962000 | 10.50.4.55 |          13296 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:48:30.962000 | 10.50.4.56 |           2562 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.962000 | 10.50.4.55 |          13295 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:48:30.962000 | 10.50.4.56 |           2562 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.962000 | 10.50.4.55 |          13337 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2564 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13338 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2568 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13369 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2572 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13465 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2573 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13512 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2573 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13545 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2575 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13564 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2576 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13572 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2593 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13654 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-11] | 2016-11-10 07:48:30.962001 | 10.50.4.56 |           2594 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962001 | 10.50.4.55 |          13735 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2594 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          13762 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2594 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          13795 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2598 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          13874 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2602 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          13908 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2603 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          13963 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2610 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          13969 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2610 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          14032 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:48:30.962002 | 10.50.4.56 |           2611 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.56 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.962002 | 10.50.4.55 |          14091 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-23] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2633 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2664 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2694 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2708 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-22] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2752 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-15] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2944 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-15] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           2969 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           3041 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-24] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           3073 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           3087 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-25] | 2016-11-10 07:48:30.962003 | 10.50.4.56 |           3133 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:48:30.963000 | 10.50.4.56 |           3313 | 127.0.0.1
                                                                                                                               Enqueuing request to /10.50.4.59 [Native-Transport-Requests-9] | 2016-11-10 07:48:30.963000 | 10.50.4.55 |          14140 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-19] | 2016-11-10 07:48:30.963000 | 10.50.4.56 |           3330 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.963000 | 10.50.4.55 |          14167 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-17] | 2016-11-10 07:48:30.963000 | 10.50.4.56 |           3339 | 127.0.0.1
                                                                                                                         Submitted 88 concurrent range requests [Native-Transport-Requests-9] | 2016-11-10 07:48:30.963000 | 10.50.4.55 |          14175 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:48:30.963000 | 10.50.4.56 |           3354 | 127.0.0.1
                                                                                                           Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:48:30.963000 | 10.50.4.55 |          14201 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-19] | 2016-11-10 07:48:30.963000 | 10.50.4.56 |           3360 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.963000 | 10.50.4.55 |          14248 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-17] | 2016-11-10 07:48:30.963000 | 10.50.4.56 |           3364 | 127.0.0.1
                       Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:48:30.963000 | 10.50.4.55 |          14279 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3418 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3449 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-22] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3536 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-23] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3549 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3554 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-22] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3575 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3577 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-23] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3582 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3584 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3600 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3601 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.963001 | 10.50.4.56 |           3635 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3673 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3700 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3715 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3715 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3718 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-10] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3738 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3745 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963002 | 10.50.4.56 |           3846 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-19] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3876 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-25] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3910 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3912 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-24] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3936 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3942 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-25] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3955 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-24] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           3975 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           4223 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:48:30.963003 | 10.50.4.56 |           4258 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.963004 | 10.50.4.56 |           4265 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-17] | 2016-11-10 07:48:30.964000 | 10.50.4.56 |           4303 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:48:30.964000 | 10.50.4.56 |           4418 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:48:30.964000 | 10.50.4.56 |           4442 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:48:30.964000 | 10.50.4.56 |           4471 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:48:30.964000 | 10.50.4.56 |           4502 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:48:30.964000 | 10.50.4.56 |           4530 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4562 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4639 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4643 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-19] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4651 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-19] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4671 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4671 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4754 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4761 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:48:30.964001 | 10.50.4.56 |           4793 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           4887 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           4928 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-24] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           4956 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           4969 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5041 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5070 | 127.0.0.1
                                                                                                                                   Executing single-partition query on metrics [ReadStage-17] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5095 | 127.0.0.1
                                                                                                                                                  Acquiring sstable references [ReadStage-17] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5123 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5135 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 114 [ReadStage-17] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5161 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-15] | 2016-11-10 07:48:30.964002 | 10.50.4.56 |           5171 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 113 [ReadStage-17] | 2016-11-10 07:48:30.964003 | 10.50.4.56 |           5186 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 112 [ReadStage-17] | 2016-11-10 07:48:30.964003 | 10.50.4.56 |           5200 | 127.0.0.1
                                                                                                                                                 Key cache hit for sstable 106 [ReadStage-17] | 2016-11-10 07:48:30.964003 | 10.50.4.56 |           5214 | 127.0.0.1
                                                                                                                                      Bloom filter allows skipping sstable 107 [ReadStage-17] | 2016-11-10 07:48:30.964003 | 10.50.4.56 |           5231 | 127.0.0.1
                                                                                                     Skipped 0/5 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-17] | 2016-11-10 07:48:30.964003 | 10.50.4.56 |           5244 | 127.0.0.1
                                                                                                                                     Merged data from memtables and 5 sstables [ReadStage-17] | 2016-11-10 07:48:30.965000 | 10.50.4.56 |           5309 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965000 | 10.50.4.56 |           5441 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-25] | 2016-11-10 07:48:30.965000 | 10.50.4.56 |           5506 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965000 | 10.50.4.56 |           5545 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.965000 | 10.50.4.56 |           5602 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965000 | 10.50.4.56 |           5783 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-24] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5806 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5818 | 127.0.0.1
                                                                                                                                             Read 1 live and 0 tombstone cells [ReadStage-17] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5819 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5819 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5822 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5826 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-24] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5829 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-15] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5839 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-17] | 2016-11-10 07:48:30.965001 | 10.50.4.56 |           5842 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           5843 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           5846 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           5847 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-15] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           5862 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           5876 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-20] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           5918 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           6031 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           6069 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-17] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           6086 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           6094 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-25] | 2016-11-10 07:48:30.965002 | 10.50.4.56 |           6178 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-25] | 2016-11-10 07:48:30.965003 | 10.50.4.56 |           6206 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.965003 | 10.50.4.56 |           6244 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:48:30.966000 | 10.50.4.56 |           6298 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.966000 | 10.50.4.56 |           6332 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.966000 | 10.50.4.56 |           6362 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:48:30.966000 | 10.50.4.56 |           6397 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:48:30.966000 | 10.50.4.56 |           6419 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.966000 | 10.50.4.56 |           6426 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6449 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6492 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6519 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6631 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-25] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6670 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-17] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6722 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-17] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6744 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.966001 | 10.50.4.56 |           6852 | 127.0.0.1
                                                                                                        RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6878 | 127.0.0.1
                                                                                            Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-24] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6900 | 127.0.0.1
                                                                                             Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6921 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6947 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6954 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6976 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           6980 | 127.0.0.1
                                                                                                                                              Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           7147 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           7176 | 127.0.0.1
                                                                                                                                    Executing single-partition query on metrics [ReadStage-4] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           7260 | 127.0.0.1
                                                                                                                                                   Acquiring sstable references [ReadStage-4] | 2016-11-10 07:48:30.966002 | 10.50.4.56 |           7281 | 127.0.0.1
                                                                                                                                       Bloom filter allows skipping sstable 114 [ReadStage-4] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7308 | 127.0.0.1
                                                                                                                                       Bloom filter allows skipping sstable 113 [ReadStage-4] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7333 | 127.0.0.1
                                                                                                                                                  Key cache hit for sstable 112 [ReadStage-4] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7360 | 127.0.0.1
                                                                                                                                       Bloom filter allows skipping sstable 106 [ReadStage-4] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7423 | 127.0.0.1
                                                                                                                                       Bloom filter allows skipping sstable 107 [ReadStage-4] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7443 | 127.0.0.1
                                                                                                      Skipped 0/5 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-4] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7460 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-25] | 2016-11-10 07:48:30.967000 | 10.50.4.56 |           7515 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-25] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           7539 | 127.0.0.1
                                                                                                                                      Merged data from memtables and 5 sstables [ReadStage-4] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           7539 | 127.0.0.1
                                                                                                                                             Read 0 live and 0 tombstone cells [ReadStage-24] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           7703 | 127.0.0.1
                                                                                                                                             Enqueuing response to /10.50.4.55 [ReadStage-24] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           7742 | 127.0.0.1
                                                                                                                                              Read 1 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           7777 | 127.0.0.1
                                                                                                                                              Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           7806 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.967001 | 10.50.4.56 |           8014 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.969000 | 10.50.4.59 |          16800 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.975000 | 10.50.4.56 |          15885 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.975000 | 10.50.4.56 |          16024 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.975000 | 10.50.4.56 |          16130 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.975000 | 10.50.4.56 |          16236 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976000 | 10.50.4.56 |          16362 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976000 | 10.50.4.56 |          16440 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976000 | 10.50.4.56 |          16531 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976000 | 10.50.4.56 |          16658 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976000 | 10.50.4.56 |          16823 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976000 | 10.50.4.56 |          16959 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976001 | 10.50.4.56 |          17058 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976001 | 10.50.4.56 |          17167 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.976001 | 10.50.4.56 |          17267 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977000 | 10.50.4.56 |          17365 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977000 | 10.50.4.55 |          28632 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977000 | 10.50.4.56 |          17479 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977000 | 10.50.4.55 |          28662 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977000 | 10.50.4.56 |          17592 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.977000 | 10.50.4.55 |          28672 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977000 | 10.50.4.56 |          17707 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977000 | 10.50.4.55 |          28691 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977000 | 10.50.4.56 |          17833 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977000 | 10.50.4.55 |          28711 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977000 | 10.50.4.56 |          17953 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.977000 | 10.50.4.55 |          28712 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977001 | 10.50.4.56 |          18070 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28728 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977001 | 10.50.4.56 |          18173 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28732 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.977001 | 10.50.4.56 |          18278 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28732 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28758 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28762 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28781 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28796 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28800 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.977001 | 10.50.4.55 |          28800 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28818 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-23] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28821 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28835 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28853 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28876 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28899 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28920 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28926 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28938 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-24] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28941 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:48:30.977002 | 10.50.4.55 |          28954 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          28956 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          28982 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-26] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29008 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29015 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-23] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29026 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29049 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-23] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29070 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29077 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-2] | 2016-11-10 07:48:30.977003 | 10.50.4.55 |          29078 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977004 | 10.50.4.55 |          29100 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:48:30.977004 | 10.50.4.55 |          29107 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:48:30.977004 | 10.50.4.55 |          29126 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.977004 | 10.50.4.55 |          29134 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.978000 | 10.50.4.56 |          18408 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978000 | 10.50.4.55 |          29151 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.978000 | 10.50.4.56 |          18622 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-8] | 2016-11-10 07:48:30.978000 | 10.50.4.55 |          29162 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.978000 | 10.50.4.56 |          18803 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-26] | 2016-11-10 07:48:30.978000 | 10.50.4.55 |          29169 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.978000 | 10.50.4.56 |          18946 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978000 | 10.50.4.55 |          29172 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.978000 | 10.50.4.56 |          19066 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-8] | 2016-11-10 07:48:30.978000 | 10.50.4.55 |          29188 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.978000 | 10.50.4.56 |          19174 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978000 | 10.50.4.55 |          29190 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29207 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-26] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29214 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-8] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29231 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29257 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29275 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-12] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29278 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29305 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29333 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-8] | 2016-11-10 07:48:30.978001 | 10.50.4.55 |          29360 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29364 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29382 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-8] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29384 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29398 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29403 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29416 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29431 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29442 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29449 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29453 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:48:30.978002 | 10.50.4.55 |          29461 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29465 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29474 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29482 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-12] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29484 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29500 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29501 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29517 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.978003 | 10.50.4.55 |          29521 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29538 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29545 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29563 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29567 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29581 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29596 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29598 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-12] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29601 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29615 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29616 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29632 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-25] | 2016-11-10 07:48:30.978004 | 10.50.4.55 |          29641 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:48:30.978005 | 10.50.4.55 |          29650 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.56 [RequestResponseStage-2] | 2016-11-10 07:48:30.978005 | 10.50.4.55 |          29666 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.56 [RequestResponseStage-23] | 2016-11-10 07:48:30.978005 | 10.50.4.55 |          29680 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979000 | 10.50.4.56 |          19293 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979000 | 10.50.4.56 |          19415 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979000 | 10.50.4.56 |          19541 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979000 | 10.50.4.56 |          19648 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979000 | 10.50.4.56 |          19746 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979000 | 10.50.4.56 |          19867 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979001 | 10.50.4.56 |          19948 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979001 | 10.50.4.56 |          20060 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979001 | 10.50.4.56 |          20144 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.979001 | 10.50.4.56 |          20254 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.980000 | 10.50.4.56 |          20360 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.980000 | 10.50.4.56 |          20468 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.980000 | 10.50.4.56 |          20548 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:30.980000 | 10.50.4.56 |          20662 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.074000 | 10.50.4.59 |         121968 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.075000 | 10.50.4.59 |         122422 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.075000 | 10.50.4.59 |         123051 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.076000 | 10.50.4.59 |         123664 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.077000 | 10.50.4.59 |         124232 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.077000 | 10.50.4.59 |         124772 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.078000 | 10.50.4.59 |         125197 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.078000 | 10.50.4.59 |         125803 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.079000 | 10.50.4.59 |         126304 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.079000 | 10.50.4.59 |         126930 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.080000 | 10.50.4.59 |         127276 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.080000 | 10.50.4.59 |         127888 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.081000 | 10.50.4.59 |         128410 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.081000 | 10.50.4.59 |         128918 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.082000 | 10.50.4.59 |         129447 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.082000 | 10.50.4.59 |         130052 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.083000 | 10.50.4.59 |         130608 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.083000 | 10.50.4.59 |         131070 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.084000 | 10.50.4.59 |         131700 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.085000 | 10.50.4.59 |         132243 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.085000 | 10.50.4.59 |         132869 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.086000 | 10.50.4.59 |         133480 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.086000 | 10.50.4.59 |         133918 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.087000 | 10.50.4.59 |         134523 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.087000 | 10.50.4.59 |         134929 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.088000 | 10.50.4.59 |         135364 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.088000 | 10.50.4.59 |         135689 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.089000 | 10.50.4.59 |         136134 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.089000 | 10.50.4.59 |         136722 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.090000 | 10.50.4.59 |         137152 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.090000 | 10.50.4.59 |         137789 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.091000 | 10.50.4.59 |         138298 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.091000 | 10.50.4.59 |         138800 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.092000 | 10.50.4.59 |         139425 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.092000 | 10.50.4.59 |         139985 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.093000 | 10.50.4.59 |         140471 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.093000 | 10.50.4.59 |         140853 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.094000 | 10.50.4.59 |         141399 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.094000 | 10.50.4.59 |         141952 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.095000 | 10.50.4.59 |         142555 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.096000 | 10.50.4.59 |         143218 | 127.0.0.1
                  Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:48:31.096000 | 10.50.4.59 |         143779 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102000 | 10.50.4.55 |         153880 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102000 | 10.50.4.55 |         153930 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-47] | 2016-11-10 07:48:31.102000 | 10.50.4.55 |         153933 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-25] | 2016-11-10 07:48:31.102000 | 10.50.4.55 |         153962 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102000 | 10.50.4.55 |         153975 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102000 | 10.50.4.55 |         154007 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154006 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-45] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154037 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154052 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154072 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-45] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154073 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154107 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-40] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154106 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154125 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-40] | 2016-11-10 07:48:31.102001 | 10.50.4.55 |         154138 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103000 | 10.50.4.55 |         154147 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-39] | 2016-11-10 07:48:31.103000 | 10.50.4.55 |         154150 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-40] | 2016-11-10 07:48:31.103000 | 10.50.4.55 |         154179 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103000 | 10.50.4.55 |         154194 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103000 | 10.50.4.55 |         154217 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-39] | 2016-11-10 07:48:31.103000 | 10.50.4.55 |         154216 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154235 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154251 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-25] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154250 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-16] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154259 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154270 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154298 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154318 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154317 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103001 | 10.50.4.55 |         154333 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154349 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-18] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154351 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154353 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154369 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.59 [RequestResponseStage-4] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154371 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154386 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-37] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154395 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154403 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-29] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154406 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154419 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-29] | 2016-11-10 07:48:31.103002 | 10.50.4.55 |         154433 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-37] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154434 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154436 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-39] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154458 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154461 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154479 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-41] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154482 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154496 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-39] | 2016-11-10 07:48:31.103003 | 10.50.4.55 |         154496 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-41] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154515 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154517 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-41] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154537 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154551 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.59 [RequestResponseStage-4] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154583 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154593 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154622 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-45] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154623 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154640 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-41] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154647 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154656 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-39] | 2016-11-10 07:48:31.103004 | 10.50.4.55 |         154660 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154680 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-18] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154682 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154698 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-43] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154702 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-29] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154727 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154749 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154786 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154812 | 127.0.0.1
                                                                                                                                Processing response from /10.50.4.59 [RequestResponseStage-4] | 2016-11-10 07:48:31.103005 | 10.50.4.55 |         154814 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-40] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154817 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-30] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154841 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154863 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154883 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-29] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154890 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154900 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-30] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154901 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154916 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-40] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154919 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-13] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154937 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103006 | 10.50.4.55 |         154943 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         154960 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-13] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         154964 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         154977 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         154985 | 127.0.0.1
                                                                                                   REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         154993 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-25] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         155004 | 127.0.0.1
                                                                                                                               Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:48:31.103007 | 10.50.4.55 |         155017 | 127.0.0.1
                                                                                                                                                                             Request complete | 2016-11-10 07:48:31.103083 | 10.50.4.55 |         155083 | 127.0.0.1
iksaif commented 7 years ago
cqlsh> SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' AND parent LIKE 'criteo.%' ALLOW FILTERING;

 name
-------------------------------------
 criteo.gerrit-bot.message_discarded
      criteo.gerrit-bot.message_sent
    criteo.gerrit-bot.gerrit_restart
    criteo.gerrit-bot.event_received
         criteo.gerrit-bot.app_start

(5 rows)

Tracing session: f9f71780-a719-11e6-bbf3-77345767a376

 activity                                                                                                                                                                                                                              | timestamp                  | source     | source_elapsed | client
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+------------+----------------+-----------
                                                                                                                                                                                                                    Execute CQL3 query | 2016-11-10 07:47:49.112000 | 10.50.4.55 |              0 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:49.110000 | 10.50.4.59 |             12 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:47:49.111000 | 10.50.4.59 |             70 | 127.0.0.1
                                             Parsing SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' AND parent LIKE 'criteo.%' ALLOW FILTERING; [Native-Transport-Requests-16] | 2016-11-10 07:47:49.113000 | 10.50.4.55 |            256 | 127.0.0.1
                                                                                                                                                                                    Preparing statement [Native-Transport-Requests-16] | 2016-11-10 07:47:49.113000 | 10.50.4.55 |            362 | 127.0.0.1
 Index mean cardinalities are metrics_component_0_idx:-9223372036854775808,metrics_component_3_idx:-9223372036854775808,metrics_parent_idx:-9223372036854775808. Scanning with metrics_component_0_idx. [Native-Transport-Requests-16] | 2016-11-10 07:47:49.113000 | 10.50.4.55 |            722 | 127.0.0.1
                                                                                                                                                                              Computing ranges to query [Native-Transport-Requests-16] | 2016-11-10 07:47:49.113000 | 10.50.4.55 |            756 | 127.0.0.1
                                                                                              Submitting range requests on 1025 ranges with a concurrency of 1 (-1.08086395E16 rows per range expected) [Native-Transport-Requests-16] | 2016-11-10 07:47:49.113000 | 10.50.4.55 |           1076 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:49.114000 | 10.50.4.55 |           1205 | 127.0.0.1
                                                                                                                                                                  Submitted 1 concurrent range requests [Native-Transport-Requests-16] | 2016-11-10 07:47:49.114000 | 10.50.4.55 |           1261 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:49.114000 | 10.50.4.55 |           1305 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:47:50.025000 | 10.50.4.59 |         914278 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-20] | 2016-11-10 07:47:50.033000 | 10.50.4.59 |         922872 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.033000 | 10.50.4.59 |         923015 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.034000 | 10.50.4.57 |             24 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.034000 | 10.50.4.59 |              6 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:47:50.034000 | 10.50.4.57 |            112 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.034000 | 10.50.4.57 |            131 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.034000 | 10.50.4.57 |            195 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:47:50.034000 | 10.50.4.57 |            215 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:47:50.034000 | 10.50.4.57 |            224 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.034001 | 10.50.4.57 |            248 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.034001 | 10.50.4.57 |            291 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-17] | 2016-11-10 07:47:50.034001 | 10.50.4.57 |            303 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:47:50.034001 | 10.50.4.57 |            332 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035000 | 10.50.4.57 |            523 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035000 | 10.50.4.59 |            113 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:47:50.035000 | 10.50.4.57 |            630 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-19] | 2016-11-10 07:47:50.035000 | 10.50.4.59 |            116 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035000 | 10.50.4.57 |            806 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:47:50.035000 | 10.50.4.59 |            165 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:47:50.035000 | 10.50.4.57 |            874 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035000 | 10.50.4.59 |            598 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035000 | 10.50.4.57 |           1027 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:47:50.035000 | 10.50.4.59 |            709 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:47:50.035000 | 10.50.4.57 |           1065 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035000 | 10.50.4.59 |            832 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:47:50.035001 | 10.50.4.59 |            875 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035001 | 10.50.4.59 |            897 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:47:50.035001 | 10.50.4.59 |            971 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.035001 | 10.50.4.59 |            984 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.036000 | 10.50.4.57 |           1882 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:47:50.036000 | 10.50.4.59 |           1018 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.036000 | 10.50.4.57 |           1917 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.036000 | 10.50.4.59 |           1204 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:47:50.036000 | 10.50.4.57 |           1959 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-22] | 2016-11-10 07:47:50.036000 | 10.50.4.59 |           1273 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:47:50.036000 | 10.50.4.57 |           1985 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.036000 | 10.50.4.59 |           1278 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.036000 | 10.50.4.57 |           2114 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-15] | 2016-11-10 07:47:50.036000 | 10.50.4.59 |           1337 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:47:50.036000 | 10.50.4.57 |           2149 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.036000 | 10.50.4.59 |           1968 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037000 | 10.50.4.57 |           2371 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:47:50.037000 | 10.50.4.59 |           2028 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.037000 | 10.50.4.55 |         924860 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-18] | 2016-11-10 07:47:50.037000 | 10.50.4.57 |           2419 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037000 | 10.50.4.59 |           2052 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-11] | 2016-11-10 07:47:50.037000 | 10.50.4.55 |         924920 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037000 | 10.50.4.57 |           2638 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:47:50.037000 | 10.50.4.59 |           2089 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:47:50.037000 | 10.50.4.55 |         925063 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:47:50.037000 | 10.50.4.57 |           2677 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037000 | 10.50.4.59 |           2118 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.037000 | 10.50.4.55 |         925076 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037000 | 10.50.4.57 |           3209 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:47:50.037000 | 10.50.4.59 |           2169 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:47:50.037000 | 10.50.4.57 |           3348 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037000 | 10.50.4.59 |           2349 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:47:50.037001 | 10.50.4.59 |           2480 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037001 | 10.50.4.59 |           2530 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:47:50.037001 | 10.50.4.59 |           2708 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.037001 | 10.50.4.59 |           2846 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-18] | 2016-11-10 07:47:50.038000 | 10.50.4.59 |           3822 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038000 | 10.50.4.55 |         925158 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038000 | 10.50.4.55 |         925222 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.038000 | 10.50.4.55 |         925279 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038000 | 10.50.4.55 |         925286 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.038000 | 10.50.4.55 |         925337 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038000 | 10.50.4.55 |         925344 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925370 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925385 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925387 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925410 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925416 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925452 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925507 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925581 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.038001 | 10.50.4.55 |         925628 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925644 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925668 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925698 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925758 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925760 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925788 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925798 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925844 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925881 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925907 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925922 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038002 | 10.50.4.55 |         925953 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038003 | 10.50.4.55 |         926016 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:47:50.038003 | 10.50.4.55 |         926014 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.038003 | 10.50.4.55 |         926018 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.038003 | 10.50.4.55 |         926046 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.038003 | 10.50.4.55 |         926066 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.039000 | 10.50.4.55 |         926105 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039000 | 10.50.4.55 |         926123 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:47:50.039000 | 10.50.4.55 |         926144 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926158 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926182 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926192 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926199 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926213 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926255 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926335 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926374 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926378 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926435 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926437 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.039001 | 10.50.4.55 |         926442 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-15] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926505 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-7] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926530 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926549 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926617 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926643 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926695 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926703 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926737 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-19] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926757 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926781 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039002 | 10.50.4.55 |         926889 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039003 | 10.50.4.55 |         926953 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.039003 | 10.50.4.55 |         927019 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.039003 | 10.50.4.55 |         927028 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040000 | 10.50.4.55 |         927114 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.040000 | 10.50.4.55 |         927168 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040000 | 10.50.4.55 |         927208 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.040000 | 10.50.4.55 |         927231 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.040000 | 10.50.4.55 |         927242 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040000 | 10.50.4.55 |         927261 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927298 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927353 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927357 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927388 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927447 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927489 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927502 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927565 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040001 | 10.50.4.55 |         927670 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927757 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927767 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927780 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-23] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927780 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927814 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927860 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927882 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927940 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         927976 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         928052 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.040002 | 10.50.4.55 |         928071 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:47:50.041000 | 10.50.4.55 |         928189 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:47:50.041000 | 10.50.4.55 |         928264 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.041000 | 10.50.4.55 |         928283 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-16] | 2016-11-10 07:47:50.041000 | 10.50.4.55 |         928345 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:47:50.041000 | 10.50.4.55 |         928372 | 127.0.0.1
                                                                                                                                                                 Submitted 56 concurrent range requests [Native-Transport-Requests-16] | 2016-11-10 07:47:50.041000 | 10.50.4.55 |         928409 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:47:50.041001 | 10.50.4.55 |         928421 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:47:50.041001 | 10.50.4.55 |         928598 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.042000 | 10.50.4.56 |             69 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:47:50.042000 | 10.50.4.56 |            183 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043000 | 10.50.4.56 |            780 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-14] | 2016-11-10 07:47:50.043000 | 10.50.4.56 |            838 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043000 | 10.50.4.56 |            843 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:47:50.043000 | 10.50.4.56 |            884 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043000 | 10.50.4.56 |            908 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:47:50.043000 | 10.50.4.56 |            938 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |            947 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |            994 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |           1019 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |           1053 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |           1075 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |           1079 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |           1281 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:47:50.043001 | 10.50.4.56 |           1312 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.044000 | 10.50.4.56 |           1950 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.044000 | 10.50.4.56 |           1996 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.044000 | 10.50.4.56 |           2037 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:47:50.044000 | 10.50.4.56 |           2065 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-9] | 2016-11-10 07:47:50.044000 | 10.50.4.56 |           2076 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-7] | 2016-11-10 07:47:50.044000 | 10.50.4.56 |           2095 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:47:50.044001 | 10.50.4.56 |           2392 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-17] | 2016-11-10 07:47:50.045000 | 10.50.4.56 |           2833 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-17] | 2016-11-10 07:47:50.180000 | 10.50.4.56 |         138126 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:47:50.199000 | 10.50.4.55 |        1086616 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-23] | 2016-11-10 07:47:50.211000 | 10.50.4.55 |        1098638 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.214000 | 10.50.4.55 |        1101923 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.56 [RequestResponseStage-4] | 2016-11-10 07:47:50.214000 | 10.50.4.55 |        1102071 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-17] | 2016-11-10 07:47:50.217000 | 10.50.4.56 |         174944 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.217000 | 10.50.4.56 |         175314 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:47:50.349000 | 10.50.4.55 |        1236713 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:47:50.370000 | 10.50.4.56 |         327516 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.371000 | 10.50.4.55 |        1258226 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-17] | 2016-11-10 07:47:50.371000 | 10.50.4.55 |        1258331 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-11] | 2016-11-10 07:47:50.374000 | 10.50.4.56 |         331646 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.374000 | 10.50.4.56 |         331821 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-18] | 2016-11-10 07:47:50.380000 | 10.50.4.59 |         345618 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-18] | 2016-11-10 07:47:50.400000 | 10.50.4.59 |         365122 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.400000 | 10.50.4.59 |         365495 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.404000 | 10.50.4.55 |        1291376 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-17] | 2016-11-10 07:47:50.404000 | 10.50.4.55 |        1291444 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-7] | 2016-11-10 07:47:50.474000 | 10.50.4.55 |        1362009 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:47:50.508000 | 10.50.4.56 |         466037 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.513000 | 10.50.4.55 |        1400403 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.56 [RequestResponseStage-4] | 2016-11-10 07:47:50.513000 | 10.50.4.55 |        1400468 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:47:50.516000 | 10.50.4.56 |         473781 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.516000 | 10.50.4.56 |         474061 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:47:50.517000 | 10.50.4.56 |         474778 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.520000 | 10.50.4.55 |        1407206 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-23] | 2016-11-10 07:47:50.520000 | 10.50.4.55 |        1407259 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:47:50.523000 | 10.50.4.56 |         480526 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.523000 | 10.50.4.56 |         480851 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:47:50.548000 | 10.50.4.56 |         505752 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:47:50.550000 | 10.50.4.56 |         508478 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.553000 | 10.50.4.55 |        1440210 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:47:50.553000 | 10.50.4.55 |        1440293 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:47:50.556000 | 10.50.4.56 |         513557 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.556000 | 10.50.4.56 |         513836 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:47:50.566000 | 10.50.4.56 |         524144 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.567000 | 10.50.4.55 |        1454681 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-13] | 2016-11-10 07:47:50.567000 | 10.50.4.55 |        1454744 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:47:50.570000 | 10.50.4.56 |         528054 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.570000 | 10.50.4.55 |        1457781 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.570000 | 10.50.4.56 |         528375 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.56 [RequestResponseStage-7] | 2016-11-10 07:47:50.570000 | 10.50.4.55 |        1457836 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:47:50.573000 | 10.50.4.56 |         531269 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.573000 | 10.50.4.56 |         531458 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:47:50.574000 | 10.50.4.55 |        1462023 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:47:50.577000 | 10.50.4.56 |         535213 | 127.0.0.1
                                                                                                                                                                             Executing single-partition query on metrics [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540118 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:47:50.582000 | 10.50.4.57 |         547666 | 127.0.0.1
                                                                                                                                                                                            Acquiring sstable references [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540152 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 114 [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540187 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 113 [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540201 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 112 [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540213 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 106 [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540223 | 127.0.0.1
                                                                                                                                                                                           Key cache hit for sstable 107 [ReadStage-9] | 2016-11-10 07:47:50.582000 | 10.50.4.56 |         540237 | 127.0.0.1
                                                                                                                                               Skipped 0/5 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-9] | 2016-11-10 07:47:50.582001 | 10.50.4.56 |         540258 | 127.0.0.1
                                                                                                                                                                               Merged data from memtables and 5 sstables [ReadStage-9] | 2016-11-10 07:47:50.582001 | 10.50.4.56 |         540328 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.585000 | 10.50.4.55 |        1472773 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-22] | 2016-11-10 07:47:50.585000 | 10.50.4.55 |        1472859 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:47:50.587000 | 10.50.4.56 |         545084 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:47:50.588000 | 10.50.4.56 |         546134 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.588000 | 10.50.4.56 |         546425 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:47:50.590000 | 10.50.4.57 |         555924 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.590000 | 10.50.4.57 |         556203 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.595000 | 10.50.4.55 |        1482840 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:47:50.595000 | 10.50.4.55 |        1482985 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:47:50.596000 | 10.50.4.57 |         561842 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.596000 | 10.50.4.55 |        1483169 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:47:50.596000 | 10.50.4.57 |         561932 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-2] | 2016-11-10 07:47:50.596000 | 10.50.4.55 |        1483218 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.596000 | 10.50.4.57 |         562225 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:47:50.598000 | 10.50.4.56 |         556195 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.599000 | 10.50.4.56 |         556512 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.599000 | 10.50.4.55 |        1486544 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-20] | 2016-11-10 07:47:50.599000 | 10.50.4.55 |        1486591 | 127.0.0.1
                                                                                                                                                                                       Read 1 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:47:50.600000 | 10.50.4.56 |         557993 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:47:50.600000 | 10.50.4.55 |        1488069 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:47:50.602000 | 10.50.4.56 |         559935 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.602000 | 10.50.4.55 |        1489421 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.602000 | 10.50.4.56 |         560184 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-4] | 2016-11-10 07:47:50.602000 | 10.50.4.55 |        1489496 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-15] | 2016-11-10 07:47:50.613000 | 10.50.4.55 |        1500258 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-9] | 2016-11-10 07:47:50.614000 | 10.50.4.57 |         579968 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-7] | 2016-11-10 07:47:50.622000 | 10.50.4.56 |         580408 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-9] | 2016-11-10 07:47:50.624000 | 10.50.4.57 |         589597 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.624000 | 10.50.4.57 |         589889 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:47:50.627000 | 10.50.4.57 |         593175 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:50.627000 | 10.50.4.55 |        1514536 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-18] | 2016-11-10 07:47:50.627000 | 10.50.4.55 |        1514643 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.629000 | 10.50.4.55 |        1516695 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-9] | 2016-11-10 07:47:50.629000 | 10.50.4.55 |        1516780 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-7] | 2016-11-10 07:47:50.630000 | 10.50.4.56 |         587755 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.630000 | 10.50.4.56 |         588026 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:47:50.631000 | 10.50.4.57 |         596940 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-11] | 2016-11-10 07:47:50.631000 | 10.50.4.59 |         596992 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.631000 | 10.50.4.57 |         597243 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-11] | 2016-11-10 07:47:50.632000 | 10.50.4.59 |         597058 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 132 [ReadStage-11] | 2016-11-10 07:47:50.632000 | 10.50.4.59 |         597111 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 123 [ReadStage-11] | 2016-11-10 07:47:50.632000 | 10.50.4.59 |         597131 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 122 [ReadStage-11] | 2016-11-10 07:47:50.632000 | 10.50.4.59 |         597150 | 127.0.0.1
                                                                                                                                              Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-11] | 2016-11-10 07:47:50.632000 | 10.50.4.59 |         597162 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 3 sstables [ReadStage-11] | 2016-11-10 07:47:50.632000 | 10.50.4.59 |         597233 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.636000 | 10.50.4.55 |        1523593 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-15] | 2016-11-10 07:47:50.636000 | 10.50.4.55 |        1523720 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:47:50.642000 | 10.50.4.57 |         608218 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:47:50.644000 | 10.50.4.57 |         609432 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:47:50.656000 | 10.50.4.55 |        1543634 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-18] | 2016-11-10 07:47:50.658000 | 10.50.4.57 |         623433 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:47:50.658000 | 10.50.4.57 |         624000 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.658000 | 10.50.4.57 |         624148 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.663000 | 10.50.4.55 |        1550760 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-25] | 2016-11-10 07:47:50.663000 | 10.50.4.55 |        1550834 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:47:50.664000 | 10.50.4.57 |         629617 | 127.0.0.1
                                                                                                                                                                             Executing single-partition query on metrics [ReadStage-2] | 2016-11-10 07:47:50.664000 | 10.50.4.57 |         629908 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.664000 | 10.50.4.57 |         629919 | 127.0.0.1
                                                                                                                                                                                            Acquiring sstable references [ReadStage-2] | 2016-11-10 07:47:50.664001 | 10.50.4.57 |         629962 | 127.0.0.1
                                                                                                                                                                                           Key cache hit for sstable 171 [ReadStage-2] | 2016-11-10 07:47:50.664001 | 10.50.4.57 |         630024 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 161 [ReadStage-2] | 2016-11-10 07:47:50.664001 | 10.50.4.57 |         630056 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 162 [ReadStage-2] | 2016-11-10 07:47:50.664001 | 10.50.4.57 |         630098 | 127.0.0.1
                                                                                                                                               Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-2] | 2016-11-10 07:47:50.664001 | 10.50.4.57 |         630132 | 127.0.0.1
                                                                                                                                                                               Merged data from memtables and 3 sstables [ReadStage-2] | 2016-11-10 07:47:50.664001 | 10.50.4.57 |         630221 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-18] | 2016-11-10 07:47:50.665000 | 10.50.4.57 |         630680 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.666000 | 10.50.4.57 |         631580 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-19] | 2016-11-10 07:47:50.667000 | 10.50.4.55 |        1554568 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.674000 | 10.50.4.55 |        1562084 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.675000 | 10.50.4.55 |        1562258 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-17] | 2016-11-10 07:47:50.675000 | 10.50.4.55 |        1562288 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-20] | 2016-11-10 07:47:50.675000 | 10.50.4.55 |        1562296 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:47:50.693000 | 10.50.4.57 |         658831 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:47:50.702000 | 10.50.4.57 |         667848 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.702000 | 10.50.4.57 |         668203 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.707000 | 10.50.4.55 |        1594664 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-26] | 2016-11-10 07:47:50.707000 | 10.50.4.55 |        1594732 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:47:50.719000 | 10.50.4.59 |         684235 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:47:50.734000 | 10.50.4.59 |         699942 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.735000 | 10.50.4.59 |         700331 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.739000 | 10.50.4.55 |        1626177 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-38] | 2016-11-10 07:47:50.743000 | 10.50.4.55 |        1630762 | 127.0.0.1
                                                                                                                                                                                       Read 1 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:47:50.752000 | 10.50.4.57 |         717422 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:47:50.752000 | 10.50.4.57 |         717504 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.752000 | 10.50.4.57 |         717771 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:47:50.755000 | 10.50.4.59 |         720805 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:47:50.761000 | 10.50.4.57 |         726828 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.762000 | 10.50.4.55 |        1649548 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-9] | 2016-11-10 07:47:50.762000 | 10.50.4.55 |        1649635 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:47:50.775000 | 10.50.4.59 |         740810 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.776000 | 10.50.4.59 |         741164 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.780000 | 10.50.4.55 |        1667221 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-55] | 2016-11-10 07:47:50.780000 | 10.50.4.55 |        1667336 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:47:50.796000 | 10.50.4.55 |        1683997 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-10] | 2016-11-10 07:47:50.811000 | 10.50.4.57 |         776551 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.811000 | 10.50.4.57 |         777156 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:50.819000 | 10.50.4.55 |        1706158 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-36] | 2016-11-10 07:47:50.819000 | 10.50.4.55 |        1706633 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-10] | 2016-11-10 07:47:50.866000 | 10.50.4.59 |         831286 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-10] | 2016-11-10 07:47:50.866000 | 10.50.4.59 |         831364 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 132 [ReadStage-10] | 2016-11-10 07:47:50.866000 | 10.50.4.59 |         831414 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 123 [ReadStage-10] | 2016-11-10 07:47:50.866000 | 10.50.4.59 |         831449 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 122 [ReadStage-10] | 2016-11-10 07:47:50.866000 | 10.50.4.59 |         831477 | 127.0.0.1
                                                                                                                                              Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-10] | 2016-11-10 07:47:50.866000 | 10.50.4.59 |         831500 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 3 sstables [ReadStage-10] | 2016-11-10 07:47:50.866001 | 10.50.4.59 |         831618 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:47:50.906000 | 10.50.4.59 |         871088 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:47:50.916000 | 10.50.4.59 |         881695 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.917000 | 10.50.4.59 |         882053 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:47:50.920000 | 10.50.4.59 |         885947 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.921000 | 10.50.4.55 |        1808211 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-13] | 2016-11-10 07:47:50.924000 | 10.50.4.55 |        1811384 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-10] | 2016-11-10 07:47:50.927000 | 10.50.4.59 |         892984 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.928000 | 10.50.4.59 |         893349 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.932000 | 10.50.4.55 |        1819826 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-41] | 2016-11-10 07:47:50.932000 | 10.50.4.55 |        1820053 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:47:50.933000 | 10.50.4.59 |         898406 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:47:50.943000 | 10.50.4.59 |         908577 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.943000 | 10.50.4.59 |         908879 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:47:50.944000 | 10.50.4.59 |         909262 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.948000 | 10.50.4.55 |        1835129 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-11] | 2016-11-10 07:47:50.949000 | 10.50.4.59 |         914965 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:50.950000 | 10.50.4.59 |         915374 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-23] | 2016-11-10 07:47:50.950000 | 10.50.4.55 |        1837179 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:50.954000 | 10.50.4.55 |        1841340 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-24] | 2016-11-10 07:47:50.954000 | 10.50.4.55 |        1841396 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:47:50.997000 | 10.50.4.56 |         954622 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-15] |        2016-11-10 07:47:51 | 10.50.4.59 |         965232 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-15] |        2016-11-10 07:47:51 | 10.50.4.59 |         965294 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 132 [ReadStage-15] |        2016-11-10 07:47:51 | 10.50.4.59 |         965339 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 123 [ReadStage-15] |        2016-11-10 07:47:51 | 10.50.4.59 |         965368 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 122 [ReadStage-15] |        2016-11-10 07:47:51 | 10.50.4.59 |         965391 | 127.0.0.1
                                                                                                                                              Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-15] |        2016-11-10 07:47:51 | 10.50.4.59 |         965406 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 3 sstables [ReadStage-15] | 2016-11-10 07:47:51.000001 | 10.50.4.59 |         965495 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:47:51.011000 | 10.50.4.55 |        1898778 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-17] | 2016-11-10 07:47:51.011000 | 10.50.4.55 |        1898844 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:47:51.014000 | 10.50.4.56 |         972222 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.014000 | 10.50.4.56 |         972349 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-15] | 2016-11-10 07:47:51.029000 | 10.50.4.59 |         994411 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-14] | 2016-11-10 07:47:51.039000 | 10.50.4.57 |        1005275 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-15] | 2016-11-10 07:47:51.041000 | 10.50.4.59 |        1006844 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.042000 | 10.50.4.59 |        1007169 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-14] | 2016-11-10 07:47:51.043000 | 10.50.4.57 |        1009084 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.044000 | 10.50.4.57 |        1009388 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.045000 | 10.50.4.55 |        1933036 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-17] | 2016-11-10 07:47:51.046000 | 10.50.4.55 |        1933119 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:51.048000 | 10.50.4.55 |        1935948 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-24] | 2016-11-10 07:47:51.048000 | 10.50.4.55 |        1936008 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:47:51.051000 | 10.50.4.59 |        1016526 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:47:51.056000 | 10.50.4.59 |        1021401 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.056000 | 10.50.4.59 |        1021748 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.060000 | 10.50.4.55 |        1947665 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.59 [RequestResponseStage-7] | 2016-11-10 07:47:51.060000 | 10.50.4.55 |        1947793 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:47:51.071000 | 10.50.4.59 |        1036242 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-22] | 2016-11-10 07:47:51.071000 | 10.50.4.59 |        1036582 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:47:51.081000 | 10.50.4.59 |        1046106 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.081000 | 10.50.4.59 |        1046283 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.085000 | 10.50.4.55 |        1972132 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-22] | 2016-11-10 07:47:51.091000 | 10.50.4.59 |        1056842 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.092000 | 10.50.4.59 |        1057186 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:47:51.093000 | 10.50.4.55 |        1980237 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-45] | 2016-11-10 07:47:51.094000 | 10.50.4.55 |        1981787 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.095000 | 10.50.4.55 |        1982987 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-25] | 2016-11-10 07:47:51.101000 | 10.50.4.55 |        1988810 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:47:51.197000 | 10.50.4.55 |        2084642 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:47:51.212000 | 10.50.4.55 |        2100090 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:47:51.226000 | 10.50.4.55 |        2113658 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:47:51.301000 | 10.50.4.55 |        2188238 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:47:51.329000 | 10.50.4.55 |        2216500 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:47:51.330000 | 10.50.4.59 |        1295774 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-19] | 2016-11-10 07:47:51.337000 | 10.50.4.59 |        1302017 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:47:51.338000 | 10.50.4.59 |        1303430 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.338000 | 10.50.4.59 |        1303520 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.342000 | 10.50.4.55 |        2229586 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.59 [RequestResponseStage-5] | 2016-11-10 07:47:51.342000 | 10.50.4.55 |        2229669 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-19] | 2016-11-10 07:47:51.344000 | 10.50.4.59 |        1309721 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.344000 | 10.50.4.59 |        1309797 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.348000 | 10.50.4.55 |        2235617 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:47:51.348000 | 10.50.4.55 |        2235685 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:47:51.453000 | 10.50.4.59 |        1418499 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:47:51.461000 | 10.50.4.59 |        1426122 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:51.461000 | 10.50.4.59 |        1426199 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:47:51.464000 | 10.50.4.55 |        2352086 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:47:51.465000 | 10.50.4.55 |        2352142 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:47:52.091000 | 10.50.4.57 |        2056481 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:47:52.127000 | 10.50.4.57 |        2092650 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:52.131000 | 10.50.4.57 |        2097322 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:52.136000 | 10.50.4.55 |        3023668 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-17] | 2016-11-10 07:47:52.136000 | 10.50.4.55 |        3023734 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-17] | 2016-11-10 07:47:52.411000 | 10.50.4.57 |        2376368 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-17] | 2016-11-10 07:47:52.420000 | 10.50.4.57 |        2385408 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:52.420000 | 10.50.4.57 |        2385502 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:52.424000 | 10.50.4.55 |        3311739 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-5] | 2016-11-10 07:47:52.424000 | 10.50.4.55 |        3311818 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:47:52.464000 | 10.50.4.57 |        2429754 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-5] | 2016-11-10 07:47:52.472000 | 10.50.4.57 |        2437593 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:47:52.472000 | 10.50.4.57 |        2437903 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:47:52.476000 | 10.50.4.55 |        3363840 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-5] | 2016-11-10 07:47:52.476000 | 10.50.4.55 |        3363947 | 127.0.0.1
                                                                                                                                                                                                                      Request complete | 2016-11-10 07:47:52.476179 | 10.50.4.55 |        3364179 | 127.0.0.1
iksaif commented 7 years ago
cqlsh> SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' AND parent LIKE 'criteo.%' ALLOW FILTERING;

 name
-------------------------------------
 criteo.gerrit-bot.message_discarded
      criteo.gerrit-bot.message_sent
    criteo.gerrit-bot.gerrit_restart
    criteo.gerrit-bot.event_received
         criteo.gerrit-bot.app_start

(5 rows)

Tracing session: d7552000-a719-11e6-bbf3-77345767a376

 activity                                                                                                                                                                                                                              | timestamp                  | source     | source_elapsed | client
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+------------+----------------+-----------
                                                                                                                                                                                                                    Execute CQL3 query | 2016-11-10 07:46:51.009000 | 10.50.4.55 |              0 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.006000 | 10.50.4.59 |             25 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:46:51.007000 | 10.50.4.59 |            198 | 127.0.0.1
                                             Parsing SELECT name from biggraphite_metadata.metrics WHERE component_0 = 'criteo' AND component_3 = '__END__' AND parent LIKE 'criteo.%' ALLOW FILTERING; [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009000 | 10.50.4.55 |            207 | 127.0.0.1
                                                                                                                                                                                    Preparing statement [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009000 | 10.50.4.55 |            298 | 127.0.0.1
 Index mean cardinalities are metrics_component_0_idx:-9223372036854775808,metrics_component_3_idx:-9223372036854775808,metrics_parent_idx:-9223372036854775808. Scanning with metrics_component_0_idx. [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009000 | 10.50.4.55 |            535 | 127.0.0.1
                                                                                                                                                                              Computing ranges to query [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009000 | 10.50.4.55 |            567 | 127.0.0.1
                                                                                              Submitting range requests on 1025 ranges with a concurrency of 1 (-1.08086395E16 rows per range expected) [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009000 | 10.50.4.55 |            796 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009000 | 10.50.4.55 |            899 | 127.0.0.1
                                                                                                                                                                  Submitted 1 concurrent range requests [Native-Transport-Requests-11] | 2016-11-10 07:46:51.009001 | 10.50.4.55 |            943 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.009001 | 10.50.4.55 |            983 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:46:51.368000 | 10.50.4.59 |         361389 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:46:51.385000 | 10.50.4.59 |         378581 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:51.396000 | 10.50.4.59 |         389782 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398000 | 10.50.4.57 |             79 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398000 | 10.50.4.59 |              6 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:46:51.398000 | 10.50.4.57 |            235 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:46:51.398000 | 10.50.4.59 |             53 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398000 | 10.50.4.57 |            316 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398000 | 10.50.4.59 |            181 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398000 | 10.50.4.57 |            360 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:46:51.398000 | 10.50.4.59 |            230 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-6] | 2016-11-10 07:46:51.398000 | 10.50.4.57 |            384 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398000 | 10.50.4.59 |            507 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-17] | 2016-11-10 07:46:51.398000 | 10.50.4.57 |            384 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-38] | 2016-11-10 07:46:51.398000 | 10.50.4.59 |            542 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398001 | 10.50.4.57 |            783 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:46:51.398001 | 10.50.4.57 |            816 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398001 | 10.50.4.57 |            830 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.398001 | 10.50.4.57 |            855 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-26] | 2016-11-10 07:46:51.398001 | 10.50.4.57 |            859 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:46:51.398001 | 10.50.4.57 |            880 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.399000 | 10.50.4.57 |           1394 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.399000 | 10.50.4.59 |            942 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:46:51.399000 | 10.50.4.57 |           1443 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-11] | 2016-11-10 07:46:51.399000 | 10.50.4.59 |           1016 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.399000 | 10.50.4.57 |           1679 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.399000 | 10.50.4.59 |           1111 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-7] | 2016-11-10 07:46:51.399000 | 10.50.4.57 |           1745 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-90] | 2016-11-10 07:46:51.399000 | 10.50.4.59 |           1155 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.399000 | 10.50.4.59 |           1721 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-88] | 2016-11-10 07:46:51.399000 | 10.50.4.59 |           1783 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.400000 | 10.50.4.57 |           2730 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.400000 | 10.50.4.59 |           1942 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:51.400000 | 10.50.4.55 |         391927 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:46:51.400000 | 10.50.4.57 |           2773 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-39] | 2016-11-10 07:46:51.400000 | 10.50.4.59 |           1988 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:46:51.400000 | 10.50.4.55 |         392005 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.400000 | 10.50.4.57 |           2788 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.400000 | 10.50.4.59 |           2308 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:46:51.400000 | 10.50.4.57 |           2833 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-29] | 2016-11-10 07:46:51.400000 | 10.50.4.59 |           2345 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.400000 | 10.50.4.59 |           2449 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:46:51.400000 | 10.50.4.59 |           2517 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401000 | 10.50.4.57 |           3381 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3494 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392148 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-16] | 2016-11-10 07:46:51.401000 | 10.50.4.57 |           3419 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3544 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392181 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401000 | 10.50.4.57 |           3457 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-15] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3549 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392292 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-19] | 2016-11-10 07:46:51.401000 | 10.50.4.57 |           3503 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3569 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392322 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-58] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3584 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392359 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-59] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3602 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392388 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401000 | 10.50.4.59 |           3618 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401000 | 10.50.4.55 |         392492 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.401001 | 10.50.4.59 |           3667 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392547 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-30] | 2016-11-10 07:46:51.401001 | 10.50.4.59 |           3669 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-4] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392584 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-34] | 2016-11-10 07:46:51.401001 | 10.50.4.59 |           3720 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392597 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392638 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-30] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392655 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392668 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392703 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401001 | 10.50.4.55 |         392844 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.401002 | 10.50.4.55 |         392894 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.401002 | 10.50.4.55 |         392959 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.401002 | 10.50.4.55 |         392993 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.402000 | 10.50.4.57 |           4486 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402000 | 10.50.4.55 |         393042 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.402000 | 10.50.4.57 |           4604 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.402000 | 10.50.4.55 |         393104 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:46:51.402000 | 10.50.4.57 |           4620 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402000 | 10.50.4.55 |         393143 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:46:51.402000 | 10.50.4.57 |           4694 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-5] | 2016-11-10 07:46:51.402000 | 10.50.4.55 |         393242 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402000 | 10.50.4.55 |         393280 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.402000 | 10.50.4.55 |         393284 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393319 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393331 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-32] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393354 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393369 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393414 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393463 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393511 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393547 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.402001 | 10.50.4.55 |         393596 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-3] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393626 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393655 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393740 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393791 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-10] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393819 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393830 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393881 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-1] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393934 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393962 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.402002 | 10.50.4.55 |         393984 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403000 | 10.50.4.55 |         394044 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.403000 | 10.50.4.55 |         394111 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-18] | 2016-11-10 07:46:51.403000 | 10.50.4.55 |         394183 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403000 | 10.50.4.55 |         394240 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.403000 | 10.50.4.55 |         394279 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.403000 | 10.50.4.55 |         394301 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-8] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394336 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394340 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394393 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-7] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394469 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394472 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394526 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394595 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394658 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403001 | 10.50.4.55 |         394760 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.403002 | 10.50.4.55 |         394823 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403002 | 10.50.4.55 |         394861 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.403002 | 10.50.4.55 |         394914 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.403002 | 10.50.4.55 |         394951 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404000 | 10.50.4.55 |         395046 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.404000 | 10.50.4.55 |         395101 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-22] | 2016-11-10 07:46:51.404000 | 10.50.4.55 |         395124 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404000 | 10.50.4.55 |         395156 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404000 | 10.50.4.55 |         395245 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.404000 | 10.50.4.55 |         395259 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395301 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395311 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395312 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395453 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395511 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395537 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395595 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395609 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404001 | 10.50.4.55 |         395691 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395742 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395764 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395805 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-12] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395842 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395864 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395893 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395919 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395949 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.404002 | 10.50.4.55 |         395955 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.59 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.405000 | 10.50.4.55 |         396025 | 127.0.0.1
                                                                Sending RANGE_SLICE message to cstars04-seed02-par.storage.criteo.preprod/10.50.4.59 [MessagingService-Outgoing-cstars04-seed02-par.storage.criteo.preprod/10.50.4.59] | 2016-11-10 07:46:51.405000 | 10.50.4.55 |         396081 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-20] | 2016-11-10 07:46:51.405000 | 10.50.4.55 |         396104 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.56 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.405000 | 10.50.4.55 |         396213 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.56 [MessagingService-Outgoing-/10.50.4.56] | 2016-11-10 07:46:51.405000 | 10.50.4.55 |         396267 | 127.0.0.1
                                                                                                                                                                       Enqueuing request to /10.50.4.57 [Native-Transport-Requests-11] | 2016-11-10 07:46:51.405000 | 10.50.4.55 |         396273 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.405001 | 10.50.4.55 |         396317 | 127.0.0.1
                                                                                                                                                                 Submitted 56 concurrent range requests [Native-Transport-Requests-11] | 2016-11-10 07:46:51.405001 | 10.50.4.55 |         396329 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-21] | 2016-11-10 07:46:51.405001 | 10.50.4.55 |         396347 | 127.0.0.1
                                                                                                                                                    Sending RANGE_SLICE message to /10.50.4.57 [MessagingService-Outgoing-/10.50.4.57] | 2016-11-10 07:46:51.405001 | 10.50.4.55 |         396926 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.406000 | 10.50.4.56 |             80 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-19] | 2016-11-10 07:46:51.406000 | 10.50.4.55 |         397315 | 127.0.0.1
                                                                                                                                      Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-2] | 2016-11-10 07:46:51.406000 | 10.50.4.56 |            485 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.406000 | 10.50.4.56 |            550 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-28] | 2016-11-10 07:46:51.406000 | 10.50.4.56 |            590 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.406000 | 10.50.4.56 |            593 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.407000 | 10.50.4.56 |            632 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-48] | 2016-11-10 07:46:51.407000 | 10.50.4.56 |            632 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-44] | 2016-11-10 07:46:51.407000 | 10.50.4.56 |            666 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.407000 | 10.50.4.56 |            674 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-51] | 2016-11-10 07:46:51.407000 | 10.50.4.56 |            725 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.407000 | 10.50.4.56 |            731 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-42] | 2016-11-10 07:46:51.407001 | 10.50.4.56 |            754 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.407001 | 10.50.4.56 |            826 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-68] | 2016-11-10 07:46:51.407001 | 10.50.4.56 |            877 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.407001 | 10.50.4.56 |           1208 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-66] | 2016-11-10 07:46:51.407001 | 10.50.4.56 |           1241 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.408000 | 10.50.4.56 |           1890 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-37] | 2016-11-10 07:46:51.408000 | 10.50.4.56 |           1928 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.408000 | 10.50.4.56 |           2176 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-29] | 2016-11-10 07:46:51.408000 | 10.50.4.56 |           2226 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.408000 | 10.50.4.56 |           2232 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-13] | 2016-11-10 07:46:51.408000 | 10.50.4.56 |           2267 | 127.0.0.1
                                                                                                                                                 RANGE_SLICE message received from /10.50.4.55 [MessagingService-Incoming-/10.50.4.55] | 2016-11-10 07:46:51.408001 | 10.50.4.56 |           2572 | 127.0.0.1
                                                                                                                                     Executing read on biggraphite_metadata.metrics using index metrics_component_0_idx [ReadStage-39] | 2016-11-10 07:46:51.409000 | 10.50.4.56 |           2661 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:46:51.490000 | 10.50.4.57 |          92963 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:46:51.559000 | 10.50.4.57 |         161864 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:51.560000 | 10.50.4.57 |         162248 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:51.564000 | 10.50.4.55 |         555587 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-82] | 2016-11-10 07:46:51.564000 | 10.50.4.55 |         555673 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-19] | 2016-11-10 07:46:51.663000 | 10.50.4.55 |         654687 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:46:51.717000 | 10.50.4.55 |         708251 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:46:51.934000 | 10.50.4.57 |         536975 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-4] | 2016-11-10 07:46:51.940000 | 10.50.4.57 |         542314 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:51.940000 | 10.50.4.57 |         542507 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-7] | 2016-11-10 07:46:51.944000 | 10.50.4.57 |         546923 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:51.944000 | 10.50.4.55 |         935476 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-29] | 2016-11-10 07:46:51.944000 | 10.50.4.55 |         935561 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-7] | 2016-11-10 07:46:51.960000 | 10.50.4.57 |         562467 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:51.960000 | 10.50.4.57 |         562666 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:51.964000 | 10.50.4.55 |         955672 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-67] | 2016-11-10 07:46:51.964000 | 10.50.4.55 |         955750 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-51] | 2016-11-10 07:46:51.967000 | 10.50.4.56 |         560634 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:51.973000 | 10.50.4.55 |         964405 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-67] | 2016-11-10 07:46:51.973000 | 10.50.4.55 |         964537 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-51] | 2016-11-10 07:46:51.976000 | 10.50.4.56 |         569987 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:46:51.976000 | 10.50.4.57 |         578341 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:51.976000 | 10.50.4.56 |         570150 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:46:51.985000 | 10.50.4.57 |         587652 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:51.985000 | 10.50.4.57 |         587870 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:51.989000 | 10.50.4.55 |         980853 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-31] | 2016-11-10 07:46:51.989000 | 10.50.4.55 |         980941 | 127.0.0.1
                                                                                                                                                                             Executing single-partition query on metrics [ReadStage-1] | 2016-11-10 07:46:51.994000 | 10.50.4.57 |         596317 | 127.0.0.1
                                                                                                                                                                                            Acquiring sstable references [ReadStage-1] | 2016-11-10 07:46:51.994000 | 10.50.4.57 |         596393 | 127.0.0.1
                                                                                                                                                                                           Key cache hit for sstable 171 [ReadStage-1] | 2016-11-10 07:46:51.994000 | 10.50.4.57 |         596456 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 161 [ReadStage-1] | 2016-11-10 07:46:51.994000 | 10.50.4.57 |         596496 | 127.0.0.1
                                                                                                                                                                                Bloom filter allows skipping sstable 162 [ReadStage-1] | 2016-11-10 07:46:51.994000 | 10.50.4.57 |         596525 | 127.0.0.1
                                                                                                                                               Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-1] | 2016-11-10 07:46:51.994000 | 10.50.4.57 |         596544 | 127.0.0.1
                                                                                                                                                                               Merged data from memtables and 3 sstables [ReadStage-1] | 2016-11-10 07:46:51.994001 | 10.50.4.57 |         596630 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-42] | 2016-11-10 07:46:52.005000 | 10.50.4.56 |         598787 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:46:52.016000 | 10.50.4.57 |         618624 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.016000 | 10.50.4.55 |        1007521 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-13] | 2016-11-10 07:46:52.016000 | 10.50.4.55 |        1007625 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-42] | 2016-11-10 07:46:52.018000 | 10.50.4.56 |         612446 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.019000 | 10.50.4.56 |         612787 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:46:52.027000 | 10.50.4.57 |         629745 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-13] | 2016-11-10 07:46:52.030000 | 10.50.4.56 |         624029 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:46:52.030000 | 10.50.4.57 |         632324 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.030000 | 10.50.4.57 |         632610 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.033000 | 10.50.4.55 |        1024653 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-29] | 2016-11-10 07:46:52.033000 | 10.50.4.55 |        1024726 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-68] | 2016-11-10 07:46:52.034000 | 10.50.4.56 |         627785 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.034000 | 10.50.4.55 |        1025529 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-17] | 2016-11-10 07:46:52.034000 | 10.50.4.55 |        1025591 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-12] | 2016-11-10 07:46:52.035000 | 10.50.4.57 |         637739 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.035000 | 10.50.4.57 |         637853 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-13] | 2016-11-10 07:46:52.036000 | 10.50.4.56 |         630300 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.036000 | 10.50.4.56 |         630591 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.038000 | 10.50.4.55 |        1029375 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-13] | 2016-11-10 07:46:52.038000 | 10.50.4.55 |        1029513 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.039000 | 10.50.4.55 |        1030768 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-13] | 2016-11-10 07:46:52.039000 | 10.50.4.55 |        1030874 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-39] | 2016-11-10 07:46:52.041000 | 10.50.4.56 |         634986 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-39] | 2016-11-10 07:46:52.041000 | 10.50.4.56 |         635210 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.041000 | 10.50.4.56 |         635294 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.043000 | 10.50.4.55 |        1034560 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-27] | 2016-11-10 07:46:52.043000 | 10.50.4.55 |        1034630 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-68] | 2016-11-10 07:46:52.046000 | 10.50.4.56 |         640289 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.046000 | 10.50.4.56 |         640488 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:46:52.054000 | 10.50.4.55 |        1045354 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-32] | 2016-11-10 07:46:52.057000 | 10.50.4.55 |        1048692 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-44] | 2016-11-10 07:46:52.062000 | 10.50.4.56 |         655898 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-5] | 2016-11-10 07:46:52.066000 | 10.50.4.55 |        1057168 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-26] | 2016-11-10 07:46:52.067000 | 10.50.4.57 |         669653 | 127.0.0.1
                                                                                                                                                                                       Read 1 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:46:52.067000 | 10.50.4.57 |         669919 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-1] | 2016-11-10 07:46:52.067000 | 10.50.4.57 |         669976 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.068000 | 10.50.4.57 |         670037 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.070000 | 10.50.4.55 |        1061900 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-26] | 2016-11-10 07:46:52.070000 | 10.50.4.55 |        1061971 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.072000 | 10.50.4.55 |        1063075 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-44] | 2016-11-10 07:46:52.072000 | 10.50.4.55 |        1063119 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-44] | 2016-11-10 07:46:52.073000 | 10.50.4.56 |         667267 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.073000 | 10.50.4.56 |         667599 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-19] | 2016-11-10 07:46:52.075000 | 10.50.4.57 |         677771 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:46:52.076000 | 10.50.4.57 |         678099 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-29] | 2016-11-10 07:46:52.077000 | 10.50.4.56 |         671306 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-26] | 2016-11-10 07:46:52.077000 | 10.50.4.57 |         679152 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-29] | 2016-11-10 07:46:52.077000 | 10.50.4.56 |         671367 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.077000 | 10.50.4.57 |         679396 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 114 [ReadStage-29] | 2016-11-10 07:46:52.077000 | 10.50.4.56 |         671419 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 113 [ReadStage-29] | 2016-11-10 07:46:52.077000 | 10.50.4.56 |         671453 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 112 [ReadStage-29] | 2016-11-10 07:46:52.077000 | 10.50.4.56 |         671470 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 106 [ReadStage-29] | 2016-11-10 07:46:52.077000 | 10.50.4.56 |         671483 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 107 [ReadStage-29] | 2016-11-10 07:46:52.077001 | 10.50.4.56 |         671514 | 127.0.0.1
                                                                                                                                              Skipped 0/5 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-29] | 2016-11-10 07:46:52.077001 | 10.50.4.56 |         671553 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 5 sstables [ReadStage-29] | 2016-11-10 07:46:52.078000 | 10.50.4.56 |         671659 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:46:52.080000 | 10.50.4.57 |         682759 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.080000 | 10.50.4.57 |         682903 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.081000 | 10.50.4.55 |        1072618 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-36] | 2016-11-10 07:46:52.081000 | 10.50.4.55 |        1072726 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-19] | 2016-11-10 07:46:52.082000 | 10.50.4.57 |         684111 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.082000 | 10.50.4.57 |         684356 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.084000 | 10.50.4.55 |        1075827 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-36] | 2016-11-10 07:46:52.084000 | 10.50.4.55 |        1075910 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.086000 | 10.50.4.55 |        1077260 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-44] | 2016-11-10 07:46:52.086000 | 10.50.4.55 |        1077314 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-17] | 2016-11-10 07:46:52.090000 | 10.50.4.57 |         692469 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-1] | 2016-11-10 07:46:52.090000 | 10.50.4.55 |        1081520 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-29] | 2016-11-10 07:46:52.097000 | 10.50.4.56 |         690984 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.097000 | 10.50.4.55 |        1088156 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-16] | 2016-11-10 07:46:52.097000 | 10.50.4.55 |        1088227 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-17] | 2016-11-10 07:46:52.099000 | 10.50.4.57 |         701763 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-29] | 2016-11-10 07:46:52.100000 | 10.50.4.56 |         693778 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.100000 | 10.50.4.57 |         702017 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.100000 | 10.50.4.56 |         694052 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-66] | 2016-11-10 07:46:52.100000 | 10.50.4.56 |         694187 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:46:52.101000 | 10.50.4.55 |        1092277 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.104000 | 10.50.4.55 |        1095035 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-5] | 2016-11-10 07:46:52.104000 | 10.50.4.55 |        1095123 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.107000 | 10.50.4.55 |        1098718 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-13] | 2016-11-10 07:46:52.107000 | 10.50.4.55 |        1098794 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-12] | 2016-11-10 07:46:52.108000 | 10.50.4.55 |        1099949 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-66] | 2016-11-10 07:46:52.110000 | 10.50.4.56 |         704286 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.111000 | 10.50.4.56 |         704613 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-37] | 2016-11-10 07:46:52.114000 | 10.50.4.56 |         708254 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.115000 | 10.50.4.55 |        1106079 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-44] | 2016-11-10 07:46:52.115000 | 10.50.4.55 |        1106157 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-37] | 2016-11-10 07:46:52.118000 | 10.50.4.56 |         711709 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.118000 | 10.50.4.56 |         711959 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-16] | 2016-11-10 07:46:52.134000 | 10.50.4.57 |         736155 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-16] | 2016-11-10 07:46:52.137000 | 10.50.4.57 |         739258 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-88] | 2016-11-10 07:46:52.137000 | 10.50.4.59 |         739808 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.137000 | 10.50.4.57 |         739347 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.141000 | 10.50.4.55 |        1132420 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-24] | 2016-11-10 07:46:52.141000 | 10.50.4.55 |        1132604 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-28] | 2016-11-10 07:46:52.151000 | 10.50.4.56 |         744604 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-88] | 2016-11-10 07:46:52.151000 | 10.50.4.59 |         753628 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.151000 | 10.50.4.59 |         753739 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.156000 | 10.50.4.55 |        1147933 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-16] | 2016-11-10 07:46:52.156000 | 10.50.4.55 |        1148002 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-29] | 2016-11-10 07:46:52.158000 | 10.50.4.59 |         760092 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.158000 | 10.50.4.55 |        1149096 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-29] | 2016-11-10 07:46:52.158000 | 10.50.4.59 |         760158 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-26] | 2016-11-10 07:46:52.158000 | 10.50.4.55 |        1149141 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 132 [ReadStage-29] | 2016-11-10 07:46:52.158000 | 10.50.4.59 |         760201 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 123 [ReadStage-29] | 2016-11-10 07:46:52.158000 | 10.50.4.59 |         760230 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 122 [ReadStage-29] | 2016-11-10 07:46:52.158000 | 10.50.4.59 |         760262 | 127.0.0.1
                                                                                                                                              Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-29] | 2016-11-10 07:46:52.158000 | 10.50.4.59 |         760288 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 3 sstables [ReadStage-29] | 2016-11-10 07:46:52.158001 | 10.50.4.59 |         760370 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-28] | 2016-11-10 07:46:52.161000 | 10.50.4.56 |         754787 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.161000 | 10.50.4.56 |         755002 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-20] | 2016-11-10 07:46:52.174000 | 10.50.4.55 |        1165615 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-29] | 2016-11-10 07:46:52.200000 | 10.50.4.59 |         802465 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-38] | 2016-11-10 07:46:52.216000 | 10.50.4.59 |         818114 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-29] | 2016-11-10 07:46:52.219000 | 10.50.4.59 |         820867 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.219000 | 10.50.4.59 |         821273 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.224000 | 10.50.4.55 |        1215027 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.59 [RequestResponseStage-1] | 2016-11-10 07:46:52.224000 | 10.50.4.55 |        1215107 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-18] | 2016-11-10 07:46:52.225000 | 10.50.4.55 |        1217015 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-48] | 2016-11-10 07:46:52.226000 | 10.50.4.56 |         819603 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.231000 | 10.50.4.55 |        1222949 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.56 [RequestResponseStage-19] | 2016-11-10 07:46:52.231000 | 10.50.4.55 |        1223015 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-48] | 2016-11-10 07:46:52.234000 | 10.50.4.56 |         828423 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.235000 | 10.50.4.56 |         828617 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-38] | 2016-11-10 07:46:52.235000 | 10.50.4.59 |         837006 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.235000 | 10.50.4.59 |         837285 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.240000 | 10.50.4.55 |        1231178 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-19] | 2016-11-10 07:46:52.240000 | 10.50.4.55 |        1231290 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-2] | 2016-11-10 07:46:52.248000 | 10.50.4.56 |         841761 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.56 [MessagingService-Incoming-/10.50.4.56] | 2016-11-10 07:46:52.251000 | 10.50.4.55 |        1242792 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.56 [RequestResponseStage-5] | 2016-11-10 07:46:52.251000 | 10.50.4.55 |        1242866 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-2] | 2016-11-10 07:46:52.254000 | 10.50.4.56 |         848412 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.255000 | 10.50.4.56 |         848674 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-11] | 2016-11-10 07:46:52.261000 | 10.50.4.59 |         863023 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-21] | 2016-11-10 07:46:52.267000 | 10.50.4.59 |         869752 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-21] | 2016-11-10 07:46:52.267000 | 10.50.4.59 |         869823 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 132 [ReadStage-21] | 2016-11-10 07:46:52.267000 | 10.50.4.59 |         869859 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 123 [ReadStage-21] | 2016-11-10 07:46:52.268000 | 10.50.4.59 |         869879 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 122 [ReadStage-21] | 2016-11-10 07:46:52.268000 | 10.50.4.59 |         869899 | 127.0.0.1
                                                                                                                                              Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-21] | 2016-11-10 07:46:52.268000 | 10.50.4.59 |         869911 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 3 sstables [ReadStage-21] | 2016-11-10 07:46:52.268000 | 10.50.4.59 |         869995 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-11] | 2016-11-10 07:46:52.273000 | 10.50.4.59 |         875068 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.273000 | 10.50.4.59 |         875271 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.283000 | 10.50.4.55 |        1274024 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-17] | 2016-11-10 07:46:52.283000 | 10.50.4.55 |        1274092 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-90] | 2016-11-10 07:46:52.298000 | 10.50.4.59 |         900629 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-59] | 2016-11-10 07:46:52.302000 | 10.50.4.59 |         904186 | 127.0.0.1
                                                                                                                                                                            Executing single-partition query on metrics [ReadStage-30] | 2016-11-10 07:46:52.307000 | 10.50.4.59 |         909374 | 127.0.0.1
                                                                                                                                                                                           Acquiring sstable references [ReadStage-30] | 2016-11-10 07:46:52.307000 | 10.50.4.59 |         909508 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 132 [ReadStage-30] | 2016-11-10 07:46:52.307000 | 10.50.4.59 |         909553 | 127.0.0.1
                                                                                                                                                                                          Key cache hit for sstable 123 [ReadStage-30] | 2016-11-10 07:46:52.307000 | 10.50.4.59 |         909581 | 127.0.0.1
                                                                                                                                                                               Bloom filter allows skipping sstable 122 [ReadStage-30] | 2016-11-10 07:46:52.307000 | 10.50.4.59 |         909609 | 127.0.0.1
                                                                                                                                              Skipped 0/3 non-slice-intersecting sstables, included 0 due to tombstones [ReadStage-30] | 2016-11-10 07:46:52.307000 | 10.50.4.59 |         909629 | 127.0.0.1
                                                                                                                                                                              Merged data from memtables and 3 sstables [ReadStage-30] | 2016-11-10 07:46:52.307001 | 10.50.4.59 |         909709 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-15] | 2016-11-10 07:46:52.311000 | 10.50.4.59 |         913632 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-59] | 2016-11-10 07:46:52.311000 | 10.50.4.59 |         913649 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.312000 | 10.50.4.59 |         913897 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.318000 | 10.50.4.55 |        1309226 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-23] | 2016-11-10 07:46:52.318000 | 10.50.4.55 |        1309332 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-15] | 2016-11-10 07:46:52.319000 | 10.50.4.59 |         921079 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.319000 | 10.50.4.59 |         921313 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-90] | 2016-11-10 07:46:52.320000 | 10.50.4.59 |         922536 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.320000 | 10.50.4.59 |         922669 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.323000 | 10.50.4.55 |        1314991 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-19] | 2016-11-10 07:46:52.324000 | 10.50.4.55 |        1315059 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.330000 | 10.50.4.55 |        1321186 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.59 [RequestResponseStage-8] | 2016-11-10 07:46:52.330000 | 10.50.4.55 |        1321240 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-22] | 2016-11-10 07:46:52.330000 | 10.50.4.55 |        1321263 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-30] | 2016-11-10 07:46:52.355000 | 10.50.4.59 |         957233 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-30] | 2016-11-10 07:46:52.359000 | 10.50.4.59 |         961100 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.359000 | 10.50.4.59 |         961212 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.363000 | 10.50.4.55 |        1354721 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-17] | 2016-11-10 07:46:52.363000 | 10.50.4.55 |        1354781 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-34] | 2016-11-10 07:46:52.366000 | 10.50.4.59 |         968165 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-34] | 2016-11-10 07:46:52.366000 | 10.50.4.59 |         968311 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.366000 | 10.50.4.59 |         968597 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-7] | 2016-11-10 07:46:52.367000 | 10.50.4.55 |        1358285 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.371000 | 10.50.4.55 |        1363009 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-12] | 2016-11-10 07:46:52.372000 | 10.50.4.55 |        1363051 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:46:52.401000 | 10.50.4.55 |        1392715 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-39] | 2016-11-10 07:46:52.408000 | 10.50.4.59 |        1010640 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-39] | 2016-11-10 07:46:52.418000 | 10.50.4.59 |        1020572 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.418000 | 10.50.4.59 |        1020702 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.423000 | 10.50.4.55 |        1414317 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.59 [RequestResponseStage-7] | 2016-11-10 07:46:52.423000 | 10.50.4.55 |        1414373 | 127.0.0.1
                                                                                                                                                                                      Read 1 live and 0 tombstone cells [ReadStage-21] | 2016-11-10 07:46:52.429000 | 10.50.4.59 |        1031259 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-21] | 2016-11-10 07:46:52.435000 | 10.50.4.59 |        1037602 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.436000 | 10.50.4.59 |        1038012 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-58] | 2016-11-10 07:46:52.438000 | 10.50.4.59 |        1040446 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.440000 | 10.50.4.55 |        1431925 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-17] | 2016-11-10 07:46:52.440000 | 10.50.4.55 |        1431988 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-58] | 2016-11-10 07:46:52.444000 | 10.50.4.59 |        1046084 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.444000 | 10.50.4.59 |        1046306 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:46:52.447000 | 10.50.4.55 |        1438582 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.448000 | 10.50.4.55 |        1439696 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-13] | 2016-11-10 07:46:52.448000 | 10.50.4.55 |        1439737 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-10] | 2016-11-10 07:46:52.558000 | 10.50.4.57 |        1160117 | 127.0.0.1
                                                                                                                                                                                      Enqueuing response to /10.50.4.55 [ReadStage-10] | 2016-11-10 07:46:52.564000 | 10.50.4.57 |        1166907 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.565000 | 10.50.4.57 |        1167117 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-6] | 2016-11-10 07:46:52.565000 | 10.50.4.57 |        1167304 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.569000 | 10.50.4.55 |        1560029 | 127.0.0.1
                                                                                                                                                                         Processing response from /10.50.4.57 [RequestResponseStage-5] | 2016-11-10 07:46:52.569000 | 10.50.4.55 |        1560083 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-6] | 2016-11-10 07:46:52.571000 | 10.50.4.57 |        1173291 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.571000 | 10.50.4.57 |        1173475 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.57 [MessagingService-Incoming-/10.50.4.57] | 2016-11-10 07:46:52.575000 | 10.50.4.55 |        1566352 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.57 [RequestResponseStage-10] | 2016-11-10 07:46:52.575000 | 10.50.4.55 |        1566392 | 127.0.0.1
                                                                                                                                                                                      Read 0 live and 0 tombstone cells [ReadStage-30] | 2016-11-10 07:46:52.685000 | 10.50.4.55 |        1676627 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-4] | 2016-11-10 07:46:52.708000 | 10.50.4.55 |        1699346 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-8] | 2016-11-10 07:46:52.743000 | 10.50.4.59 |        1345713 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-8] | 2016-11-10 07:46:52.753000 | 10.50.4.59 |        1355543 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.753000 | 10.50.4.59 |        1355783 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.758000 | 10.50.4.55 |        1749115 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-10] | 2016-11-10 07:46:52.758000 | 10.50.4.55 |        1749177 | 127.0.0.1
                                                                                                                                                                                       Read 0 live and 0 tombstone cells [ReadStage-3] | 2016-11-10 07:46:52.932000 | 10.50.4.59 |        1534463 | 127.0.0.1
                                                                                                                                                                                       Enqueuing response to /10.50.4.55 [ReadStage-3] | 2016-11-10 07:46:52.950000 | 10.50.4.59 |        1552315 | 127.0.0.1
                                                           Sending REQUEST_RESPONSE message to cstars04-seed01-par.storage.criteo.preprod/10.50.4.55 [MessagingService-Outgoing-cstars04-seed01-par.storage.criteo.preprod/10.50.4.55] | 2016-11-10 07:46:52.950000 | 10.50.4.59 |        1552627 | 127.0.0.1
                                                                                                                                            REQUEST_RESPONSE message received from /10.50.4.59 [MessagingService-Incoming-/10.50.4.59] | 2016-11-10 07:46:52.954000 | 10.50.4.55 |        1945945 | 127.0.0.1
                                                                                                                                                                        Processing response from /10.50.4.59 [RequestResponseStage-13] | 2016-11-10 07:46:52.955000 | 10.50.4.55 |        1946036 | 127.0.0.1
                                                                                                                                                                                                                      Request complete | 2016-11-10 07:46:52.955294 | 10.50.4.55 |        1946294 | 127.0.0.1
iksaif commented 7 years ago

TODO:

iksaif commented 7 years ago

Cassandra 3.10 has the same issues, this seems to be caused by the code that does the intersection between the search in two indexes.

See:

iksaif commented 7 years ago

The main issue remaining is https://issues.apache.org/jira/browse/CASSANDRA-12915

iksaif commented 7 years ago

Looks like what's left to do is mostly to fix the "empty intersection" issue

iksaif commented 7 years ago

patch merged upstream in Cassandra 4.0