You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2015/08/11 01:57:46 UTC

[jira] [Commented] (CASSANDRA-10029) Read repair dtest failing on Windows

    [ https://issues.apache.org/jira/browse/CASSANDRA-10029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680979#comment-14680979 ] 

Paulo Motta commented on CASSANDRA-10029:
-----------------------------------------

Similarly to [CASSANDRA-9994|https://issues.apache.org/jira/browse/CASSANDRA-9994], flushing all cluster nodes before shutting down the cluster in the first phase of the test resolves the issue. This was done in this simple [cassandra-dtest PR|https://github.com/riptano/cassandra-dtest/pull/452].

I don't get why NOT flushing before stopping the cluster, in the first phase of the test, makes the cluster lose part of the data in some nodes, triggering read repair in the second phase of the test. Maybe this is masking some issue with the commit log on Windows? Do you have a clue on why this happens only on Windows, [~JoshuaMcKenzie]?

> Read repair dtest failing on Windows
> ------------------------------------
>
>                 Key: CASSANDRA-10029
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10029
>             Project: Cassandra
>          Issue Type: Sub-task
>         Environment: Windows 2012
>            Reporter: Philip Thompson
>            Assignee: Paulo Motta
>             Fix For: 2.2.x
>
>
> The dtest {{read_repair_test.py:TestRepairDataSystemTable.range_slice_query_with_tombstones_test}} is failing on Windows 2.2-HEAD currently.
> The assertion {{assert "Appending to commitlog" not in activity"}} is failing. This could be an indicator that CASSANDRA-8989 or CASSANDRA-9502 are regressed. The full query trace is as follows:
> {code}
> 127.0.0.1       0:00:00.002382  Parsing SELECT * FROM ks.cf LIMIT 100   SharedPool-Worker-1
> 127.0.0.1       0:00:00.002965  Preparing statement     SharedPool-Worker-1
> 127.0.0.1       0:00:00.003994  Computing ranges to query       SharedPool-Worker-1
> 127.0.0.1       0:00:00.005515  Submitting range requests on 769 ranges with a concurrency of 32 (3.15 rows per range expected) SharedPool-Worker-1
> 127.0.0.1       0:00:00.006086  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.007204  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.007336  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.007403  Executing single-partition query on peers       SharedPool-Worker-1
> 127.0.0.1       0:00:00.007443  Acquiring sstable references    SharedPool-Worker-1
> 127.0.0.1       0:00:00.007495  Merging memtable tombstones     SharedPool-Worker-1
> 127.0.0.1       0:00:00.007583  Skipped 0/1 non-slice-intersecting sstables, included 0 due to tombstones       SharedPool-Worker-1
> 127.0.0.1       0:00:00.007622  Merging data from memtables and 0 sstables      SharedPool-Worker-1
> 127.0.0.1       0:00:00.007688  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.008355  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.008458  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.008562  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.008624  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.008944  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009019  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009398  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009464  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009594  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009669  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009752  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.009810  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.010041  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.010101  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.010241  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.010299  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.010545  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.010604  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.3       0:00:00.000381  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.012005  Submitted 10 concurrent range requests covering 40 ranges       SharedPool-Worker-1
> 127.0.0.1       0:00:00.012180  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.012288  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.012383  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.012450  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.012520  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.012597  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.3       0:00:00.003424  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.003801  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.003968  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.004043  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.004265  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.004347  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.004668  Executing seq scan across 1 sstables for (min(-9223372036854775808), max(-9146007515320734357)] SharedPool-Worker-1
> 127.0.0.1       0:00:00.013919  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.014078  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.014144  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.014204  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.014980  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.015066  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.3       0:00:00.008880  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.000374  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009077  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.009294  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.009413  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.009517  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.009579  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.009628  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.009689  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.009740  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.009842  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.009921  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.010051  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.010108  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.010200  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.010258  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.010702  Executing seq scan across 1 sstables for (max(-9091041322817229728), max(-9017290117474622066)] SharedPool-Worker-2
> 127.0.0.2       0:00:00.003142  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.010761  Executing seq scan across 1 sstables for (max(-9146007515320734357), max(-9093184576767833848)] SharedPool-Worker-3
> 127.0.0.2       0:00:00.003264  Executing seq scan across 1 sstables for (max(-9146007515320734357), max(-9093184576767833848)] SharedPool-Worker-1
> 127.0.0.3       0:00:00.011052  Executing seq scan across 1 sstables for (max(-9017290117474622066), max(-8981512031209782559)] SharedPool-Worker-5
> 127.0.0.2       0:00:00.003289  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.003380  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.003462  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.003531  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.003786  Executing seq scan across 1 sstables for (max(-9093184576767833848), max(-9091041322817229728)] SharedPool-Worker-2
> 127.0.0.3       0:00:00.011588  Executing seq scan across 1 sstables for (max(-8981512031209782559), max(-8913051668591788085)] SharedPool-Worker-4
> 127.0.0.3       0:00:00.011588  Executing seq scan across 1 sstables for (max(-8908731344676046846), max(-8715606157982480513)] SharedPool-Worker-6
> 127.0.0.3       0:00:00.011683  Executing seq scan across 1 sstables for (max(-8715606157982480513), max(-8499322812717625857)] SharedPool-Worker-7
> 127.0.0.3       0:00:00.011737  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.011810  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.011884  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.011934  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.012006  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.012043  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013066  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013168  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013266  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013328  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013390  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013440  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013535  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013592  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013653  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013754  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013825  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013881  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.013938  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.013992  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014049  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014097  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014164  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014213  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014268  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014333  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014388  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014441  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014580  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014635  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014694  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014746  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014805  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014854  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014862  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.014908  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.014935  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.014962  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.014991  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015024  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015054  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015073  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015105  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015138  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015162  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015190  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015217  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015246  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015288  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015332  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015354  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015390  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015422  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015436  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015492  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015532  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015539  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015593  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015597  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015644  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015653  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015704  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015717  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015763  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015767  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015836  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015844  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.015893  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.015906  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.015950  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.015977  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.016048  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.016111  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.016165  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.016223  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.016244  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.016268  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.016311  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.016322  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.016365  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.016412  Scanned 27 rows and matched 27  SharedPool-Worker-7
> 127.0.0.3       0:00:00.016430  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.016503  Enqueuing response to /127.0.0.1        SharedPool-Worker-7
> 127.0.0.3       0:00:00.016540  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.016604  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.016651  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.016708  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.016753  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.016806  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.016850  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.016867  Scanned 10 rows and matched 10  SharedPool-Worker-1
> 127.0.0.3       0:00:00.016918  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.016918  Enqueuing response to /127.0.0.1        SharedPool-Worker-1
> 127.0.0.3       0:00:00.016970  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.017028  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.017076  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.017137  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.017217  Scanned 17 rows and matched 17  SharedPool-Worker-6
> 127.0.0.3       0:00:00.017263  Enqueuing response to /127.0.0.1        SharedPool-Worker-6
> 127.0.0.3       0:00:00.017297  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.017367  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.017421  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.017526  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.017585  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.017649  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.017705  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.017764  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.017810  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.022185  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.022267  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.022338  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.022423  Scanned 6 rows and matched 6    SharedPool-Worker-4
> 127.0.0.3       0:00:00.022534  Enqueuing response to /127.0.0.1        SharedPool-Worker-4
> 127.0.0.3       0:00:00.022925  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.023369  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.028071  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.028321  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.038397  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.030280  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.1       0:00:00.038986  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.030397  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.1       0:00:00.039146  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.039227  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.030528  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.3       0:00:00.030602  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.3       0:00:00.030658  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.3       0:00:00.031027  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.3       0:00:00.031132  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.3       0:00:00.031206  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.3       0:00:00.031268  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.3       0:00:00.031329  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.3       0:00:00.031418  Scanned 5 rows and matched 5    SharedPool-Worker-5
> 127.0.0.3       0:00:00.031624  Enqueuing response to /127.0.0.1        SharedPool-Worker-5
> 127.0.0.3       0:00:00.031847  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.032258  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.032350  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.032406  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.032541  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.034187  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.035900  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036025  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036111  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036162  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036214  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036259  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036315  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036356  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036403  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036445  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036573  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036618  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036665  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036708  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036757  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036797  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.036851  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.036892  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.036946  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.036954  Scanned 11 rows and matched 11  SharedPool-Worker-2
> 127.0.0.3       0:00:00.036987  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.036992  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.3       0:00:00.037122  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.037171  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.037227  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.037314  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.040220  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.040295  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.040365  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.040413  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.040461  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.040581  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.040632  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.040712  Scanned 7 rows and matched 7    SharedPool-Worker-3
> 127.0.0.3       0:00:00.040748  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.3       0:00:00.041402  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.041644  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.055242  Processing response from /127.0.0.3     SharedPool-Worker-2
> 127.0.0.2       0:00:00.038397  Executing seq scan across 1 sstables for (max(-9017290117474622066), max(-8981512031209782559)] SharedPool-Worker-4
> 127.0.0.1       0:00:00.055449  Processing response from /127.0.0.3     SharedPool-Worker-2
> 127.0.0.2       0:00:00.038769  Executing seq scan across 1 sstables for (max(-8913051668591788085), max(-8908731344676046846)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.055840  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.055880  Processing response from /127.0.0.3     SharedPool-Worker-4
> 127.0.0.1       0:00:00.055942  Processing response from /127.0.0.3     SharedPool-Worker-4
> 127.0.0.1       0:00:00.055964  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.056036  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.056505  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.2       0:00:00.040077  Executing seq scan across 1 sstables for (max(-8499322812717625857), max(-8352398548451335914)] SharedPool-Worker-6
> 127.0.0.2       0:00:00.040764  Scanned 0 rows and matched 0    SharedPool-Worker-3
> 127.0.0.2       0:00:00.040909  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.2       0:00:00.042879  Executing seq scan across 1 sstables for (max(-8908731344676046846), max(-8715606157982480513)] SharedPool-Worker-5
> 127.0.0.2       0:00:00.074035  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.103474  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.106749  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.106828  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.2       0:00:00.107274  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.107537  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.108090  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.108307  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.108673  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.108747  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.108812  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.108880  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.108935  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.109008  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.109066  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.2       0:00:00.109132  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.109280  Scanned 6 rows and matched 6    SharedPool-Worker-1
> 127.0.0.2       0:00:00.110627  Enqueuing response to /127.0.0.1        SharedPool-Worker-1
> 127.0.0.1       0:00:00.138629  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.121169  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.121377  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.121464  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.121471  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.121585  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.121646  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.121758  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.121818  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.121893  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.121948  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122016  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122081  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122226  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122299  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122362  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122409  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122466  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122519  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122595  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122646  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122714  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122773  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122830  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122878  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.122933  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.122984  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.123050  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.123101  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.123236  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.123293  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.123357  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.123406  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.123996  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.124092  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.2       0:00:00.124234  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.2       0:00:00.124335  Scanned 17 rows and matched 17  SharedPool-Worker-6
> 127.0.0.2       0:00:00.124382  Enqueuing response to /127.0.0.1        SharedPool-Worker-6
> 127.0.0.1       0:00:00.143722  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.126428  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.1       0:00:00.143854  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.126564  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.1       0:00:00.143916  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.126669  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.1       0:00:00.144032  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.127581  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.144088  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.144141  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.144222  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.144879  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.131559  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.2       0:00:00.131772  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.2       0:00:00.131861  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.2       0:00:00.132425  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.132499  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.132559  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.132614  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.132678  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.132732  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.132798  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.132851  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.132906  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.132991  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.134313  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.134450  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.134528  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.135385  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.135714  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.135783  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.135853  Read 0 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.135893  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.135954  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.135998  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.136046  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.136084  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.136133  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.140072  Seeking to partition beginning in data file     SharedPool-Worker-5
> 127.0.0.2       0:00:00.141010  Read 1 live and 0 tombstone cells       SharedPool-Worker-5
> 127.0.0.2       0:00:00.141145  Scanned 14 rows and matched 14  SharedPool-Worker-5
> 127.0.0.2       0:00:00.141230  Enqueuing response to /127.0.0.1        SharedPool-Worker-5
> 127.0.0.2       0:00:00.141326  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.2       0:00:00.141398  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.2       0:00:00.141491  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.2       0:00:00.141536  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.2       0:00:00.141583  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.2       0:00:00.141631  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.2       0:00:00.141686  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.2       0:00:00.141754  Scanned 5 rows and matched 5    SharedPool-Worker-4
> 127.0.0.2       0:00:00.141786  Enqueuing response to /127.0.0.1        SharedPool-Worker-4
> 127.0.0.1       0:00:00.163107  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.2       0:00:00.146290  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.146448  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.146463  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.146554  Scanned 1 rows and matched 1    SharedPool-Worker-2
> 127.0.0.2       0:00:00.146597  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.2       0:00:00.148480  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.150277  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.168897  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.169085  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.169144  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.178742  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.178841  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.178898  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.178951  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.179071  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.179126  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.180292  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.180877  Executing seq scan across 2 sstables for (min(-9223372036854775808), max(-9146007515320734357)] SharedPool-Worker-14
> 127.0.0.1       0:00:00.181151  Executing seq scan across 2 sstables for (max(-9093184576767833848), max(-9091041322817229728)] SharedPool-Worker-16
> 127.0.0.1       0:00:00.181160  Executing seq scan across 2 sstables for (max(-9091041322817229728), max(-9017290117474622066)] SharedPool-Worker-18
> 127.0.0.1       0:00:00.181525  Executing seq scan across 2 sstables for (max(-8981512031209782559), max(-8913051668591788085)] SharedPool-Worker-20
> 127.0.0.1       0:00:00.181691  Executing seq scan across 2 sstables for (max(-8913051668591788085), max(-8908731344676046846)] SharedPool-Worker-21
> 127.0.0.1       0:00:00.181713  Executing seq scan across 2 sstables for (max(-8715606157982480513), max(-8499322812717625857)] SharedPool-Worker-24
> 127.0.0.1       0:00:00.181975  Executing seq scan across 2 sstables for (max(-8499322812717625857), max(-8352398548451335914)] SharedPool-Worker-25
> 127.0.0.1       0:00:00.188520  Processing response from /127.0.0.3     SharedPool-Worker-2
> 127.0.0.1       0:00:00.188647  Processing response from /127.0.0.2     SharedPool-Worker-2
> 127.0.0.1       0:00:00.188693  Processing response from /127.0.0.2     SharedPool-Worker-2
> 127.0.0.1       0:00:00.188961  Processing response from /127.0.0.2     SharedPool-Worker-4
> 127.0.0.1       0:00:00.189600  Processing response from /127.0.0.2     SharedPool-Worker-6
> 127.0.0.1       0:00:00.190403  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.190471  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.190495  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190535  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190600  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.190652  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190684  Read 0 live and 0 tombstone cells       SharedPool-Worker-14
> 127.0.0.1       0:00:00.190686  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190737  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.190782  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190813  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190857  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.190895  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190924  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.190970  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191093  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191140  Read 1 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191177  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191207  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191249  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191286  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191323  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191367  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191405  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191436  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191485  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191527  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191558  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191601  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191641  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191672  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191718  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191756  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191788  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191830  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.191870  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191906  Seeking to partition beginning in data file     SharedPool-Worker-25
> 127.0.0.1       0:00:00.191956  Read 0 live and 0 tombstone cells       SharedPool-Worker-25
> 127.0.0.1       0:00:00.192089  Scanned 12 rows and matched 12  SharedPool-Worker-25
> 127.0.0.1       0:00:00.192149  Enqueuing response to /127.0.0.1        SharedPool-Worker-25
> 127.0.0.1       0:00:00.192280  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.192333  Read 1 live and 0 tombstone cells       SharedPool-Worker-14
> 127.0.0.1       0:00:00.192373  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.192405  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.192449  Read 0 live and 0 tombstone cells       SharedPool-Worker-14
> 127.0.0.1       0:00:00.192524  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.192556  Seeking to partition beginning in data file     SharedPool-Worker-14
> 127.0.0.1       0:00:00.192600  Read 0 live and 0 tombstone cells       SharedPool-Worker-14
> 127.0.0.1       0:00:00.192670  Scanned 4 rows and matched 4    SharedPool-Worker-14
> 127.0.0.1       0:00:00.192704  Enqueuing response to /127.0.0.1        SharedPool-Worker-14
> 127.0.0.1       0:00:00.193486  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193546  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193619  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.193662  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193691  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193744  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.193780  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193810  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193852  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.193887  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193916  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.193958  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.194053  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194090  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194135  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.194170  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194229  Read 1 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.194265  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194294  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194340  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.194382  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194416  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194458  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.194496  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194533  Seeking to partition beginning in data file     SharedPool-Worker-18
> 127.0.0.1       0:00:00.194576  Read 0 live and 0 tombstone cells       SharedPool-Worker-18
> 127.0.0.1       0:00:00.194653  Scanned 9 rows and matched 9    SharedPool-Worker-18
> 127.0.0.1       0:00:00.194694  Enqueuing response to /127.0.0.1        SharedPool-Worker-18
> 127.0.0.1       0:00:00.194906  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.194909  Scanned 0 rows and matched 0    SharedPool-Worker-21
> 127.0.0.1       0:00:00.194953  Enqueuing response to /127.0.0.1        SharedPool-Worker-21
> 127.0.0.1       0:00:00.195027  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.195081  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.195141  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.195386  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.195472  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.195539  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.195580  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.196291  Processing response from /127.0.0.1     SharedPool-Worker-6
> 127.0.0.1       0:00:00.196522  Processing response from /127.0.0.1     SharedPool-Worker-6
> 127.0.0.1       0:00:00.196571  Processing response from /127.0.0.1     SharedPool-Worker-6
> 127.0.0.1       0:00:00.197526  Processing response from /127.0.0.1     SharedPool-Worker-25
> 127.0.0.1       0:00:00.198369  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198527  Read 1 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.198577  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198617  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198672  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.198710  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198753  Read 1 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.198778  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.198788  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198821  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198863  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.198898  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198941  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.198996  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199032  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199079  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199139  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199180  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199211  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199255  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199291  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199343  Read 1 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199379  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199408  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199450  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199485  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199514  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199558  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199594  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199622  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199663  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.199707  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199752  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.199817  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.200146  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.200302  Seeking to partition beginning in data file     SharedPool-Worker-24
> 127.0.0.1       0:00:00.200355  Read 0 live and 0 tombstone cells       SharedPool-Worker-24
> 127.0.0.1       0:00:00.200670  Scanned 13 rows and matched 13  SharedPool-Worker-24
> 127.0.0.1       0:00:00.200754  Enqueuing response to /127.0.0.1        SharedPool-Worker-24
> 127.0.0.1       0:00:00.201499  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.201615  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.201687  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.201745  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.202410  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.202501  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.202561  Seeking to partition beginning in data file     SharedPool-Worker-20
> 127.0.0.1       0:00:00.202567  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.202608  Seeking to partition beginning in data file     SharedPool-Worker-20
> 127.0.0.1       0:00:00.202616  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.202666  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.202669  Read 0 live and 0 tombstone cells       SharedPool-Worker-20
> 127.0.0.1       0:00:00.202712  Seeking to partition beginning in data file     SharedPool-Worker-20
> 127.0.0.1       0:00:00.202741  Seeking to partition beginning in data file     SharedPool-Worker-20
> 127.0.0.1       0:00:00.202821  Read 0 live and 0 tombstone cells       SharedPool-Worker-20
> 127.0.0.1       0:00:00.202844  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.202862  Seeking to partition beginning in data file     SharedPool-Worker-20
> 127.0.0.1       0:00:00.202894  Seeking to partition beginning in data file     SharedPool-Worker-20
> 127.0.0.1       0:00:00.202934  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.202936  Read 0 live and 0 tombstone cells       SharedPool-Worker-20
> 127.0.0.1       0:00:00.202986  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.203037  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.203083  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.203096  Scanned 3 rows and matched 3    SharedPool-Worker-20
> 127.0.0.1       0:00:00.203132  Enqueuing response to /127.0.0.1        SharedPool-Worker-20
> 127.0.0.1       0:00:00.203156  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.203180  Appending to commitlog  SharedPool-Worker-20
> 127.0.0.1       0:00:00.203216  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.203227  Adding to cf memtable   SharedPool-Worker-20
> 127.0.0.1       0:00:00.203381  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.203381  Appending to commitlog  SharedPool-Worker-20
> 127.0.0.1       0:00:00.203426  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.203430  Adding to cf memtable   SharedPool-Worker-20
> 127.0.0.1       0:00:00.203491  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.203722  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.203804  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.203860  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.203913  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.204068  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.000019  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.204120  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.204237  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.204298  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.204346  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.204394  Sending read-repair-mutation to /127.0.0.2      SharedPool-Worker-1
> 127.0.0.1       0:00:00.204452  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.203486  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.204614  Sending READ_REPAIR message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.205354  Seeking to partition beginning in data file     SharedPool-Worker-16
> 127.0.0.2       0:00:00.000142  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.205424  Seeking to partition beginning in data file     SharedPool-Worker-16
> 127.0.0.2       0:00:00.000239  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.205488  Read 0 live and 0 tombstone cells       SharedPool-Worker-16
> 127.0.0.2       0:00:00.000857  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.205574  Scanned 1 rows and matched 1    SharedPool-Worker-16
> 127.0.0.1       0:00:00.205612  Enqueuing response to /127.0.0.1        SharedPool-Worker-16
> 127.0.0.1       0:00:00.205707  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.205936  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206089  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206165  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206217  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206261  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206307  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206361  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206413  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.206595  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206642  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206682  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206726  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206766  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206818  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206867  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.206909  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.209947  Appending to commitlog  SharedPool-Worker-4
> 127.0.0.1       0:00:00.210088  Adding to cf memtable   SharedPool-Worker-4
> 127.0.0.1       0:00:00.210158  Appending to commitlog  SharedPool-Worker-4
> 127.0.0.1       0:00:00.210200  Adding to cf memtable   SharedPool-Worker-4
> 127.0.0.1       0:00:00.219353  Processing response from /127.0.0.2     SharedPool-Worker-4
> 127.0.0.1       0:00:00.219469  Processing response from /127.0.0.1     SharedPool-Worker-4
> 127.0.0.1       0:00:00.219510  Processing response from /127.0.0.1     SharedPool-Worker-4
> 127.0.0.1       0:00:00.219551  Processing response from /127.0.0.1     SharedPool-Worker-4
> 127.0.0.1       0:00:00.219587  Processing response from /127.0.0.1     SharedPool-Worker-4
> 127.0.0.1       0:00:00.219624  Processing response from /127.0.0.1     SharedPool-Worker-4
> 127.0.0.1       0:00:00.219941  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.220110  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.220258  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.220300  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.224242  Processing response from /127.0.0.1     SharedPool-Worker-21
> 127.0.0.1       0:00:00.224377  Processing response from /127.0.0.1     SharedPool-Worker-21
> 127.0.0.1       0:00:00.224430  Processing response from /127.0.0.1     SharedPool-Worker-21
> 127.0.0.1       0:00:00.224674  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.224765  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.224816  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.224866  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.224920  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.224992  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225103  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225161  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225217  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225264  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.225320  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225366  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225728  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225779  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225824  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225881  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225938  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.225998  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.226117  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.226167  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.226815  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.226873  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.226934  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.229041  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229198  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229314  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229400  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229448  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229497  Sending read-repair-mutation to /127.0.0.2      SharedPool-Worker-1
> 127.0.0.1       0:00:00.229576  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229628  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229672  Sending read-repair-mutation to /127.0.0.2      SharedPool-Worker-1
> 127.0.0.1       0:00:00.229744  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229788  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229828  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229875  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229931  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.229992  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.230107  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.000019  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.230160  Sending read-repair-mutation to /127.0.0.2      SharedPool-Worker-1
> 127.0.0.1       0:00:00.230566  Sending READ_REPAIR message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.230567  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.230631  Sending READ_REPAIR message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.230633  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.230682  Sending READ_REPAIR message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.230687  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.230742  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.230807  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.230946  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.230999  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.231071  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000123  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.231123  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000381  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.231169  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.231396  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.231451  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.231517  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.231554  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.231597  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.231634  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.231675  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.231710  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.231750  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.231810  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.232312  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.232396  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232471  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232530  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232587  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232640  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.232688  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.232740  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232793  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232846  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232897  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.232947  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233067  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.233122  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233166  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.233215  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233266  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233307  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.233356  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.233407  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.233468  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233524  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233564  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.233602  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.234303  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.003900  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.234353  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.2       0:00:00.004119  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.234405  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.234530  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.234578  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.234635  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.234688  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.234726  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.234763  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.234809  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.234994  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235111  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.004918  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235156  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235191  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235227  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235262  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235306  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235350  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235389  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235428  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235467  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235509  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235554  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235594  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235633  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235673  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235712  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235753  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235794  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235833  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235875  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235914  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.235981  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236065  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.005444  Appending to commitlog  SharedPool-Worker-1
> 127.0.0.1       0:00:00.236104  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.005526  Adding to cf memtable   SharedPool-Worker-1
> 127.0.0.1       0:00:00.236135  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.005746  Appending to commitlog  SharedPool-Worker-4
> 127.0.0.1       0:00:00.236165  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.005792  Adding to cf memtable   SharedPool-Worker-4
> 127.0.0.1       0:00:00.236195  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236238  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236291  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236331  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236369  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236414  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236462  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236501  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236539  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236580  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236620  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236660  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236699  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236751  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236804  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236849  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236891  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236931  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.236999  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237134  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237173  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237218  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.237284  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.237330  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237372  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237409  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237445  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237481  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.237743  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.237781  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.237842  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.237875  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.237912  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.237944  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.237979  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.238046  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.2       0:00:00.007706  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.238096  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.2       0:00:00.007794  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.238132  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.238170  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.238189  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.238207  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.238227  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.238250  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.238270  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.238284  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.238304  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.238324  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.238345  Appending to commitlog  SharedPool-Worker-21
> 127.0.0.1       0:00:00.238358  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.238382  Adding to cf memtable   SharedPool-Worker-21
> 127.0.0.1       0:00:00.238438  Processing response from /127.0.0.2     SharedPool-Worker-24
> 127.0.0.1       0:00:00.238439  Processing response from /127.0.0.1     SharedPool-Worker-21
> 127.0.0.1       0:00:00.238475  Processing response from /127.0.0.1     SharedPool-Worker-21
> 127.0.0.1       0:00:00.238489  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.238776  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.238823  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.238838  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.238863  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.238906  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.238947  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.238982  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239018  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239110  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239158  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239194  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239246  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239286  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239324  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239362  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.239363  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.239491  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239537  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239569  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239592  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.239602  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239634  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239663  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.239668  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239700  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239729  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239758  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239797  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239828  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239857  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239886  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.239947  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.239987  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.240066  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.240106  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.240140  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.240204  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240256  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240295  Processing response from /127.0.0.2     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240326  Processing response from /127.0.0.2     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240358  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240412  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240447  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240476  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.240504  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.1       0:00:00.241385  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.241452  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.241488  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.241522  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.241628  Appending to commitlog  SharedPool-Worker-24
> 127.0.0.1       0:00:00.241635  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.241677  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.241684  Adding to cf memtable   SharedPool-Worker-24
> 127.0.0.1       0:00:00.241708  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.241737  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.241764  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241789  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.241801  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241831  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241868  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.241884  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241916  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241945  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241976  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.241985  Processing response from /127.0.0.1     SharedPool-Worker-9
> 127.0.0.1       0:00:00.242008  Processing response from /127.0.0.1     SharedPool-Worker-24
> 127.0.0.1       0:00:00.242020  Processing response from /127.0.0.1     SharedPool-Worker-9
> 127.0.0.1       0:00:00.242072  Appending to commitlog  SharedPool-Worker-8
> 127.0.0.1       0:00:00.242109  Adding to cf memtable   SharedPool-Worker-8
> 127.0.0.1       0:00:00.242292  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.242378  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.242418  Appending to commitlog  SharedPool-Worker-6
> 127.0.0.1       0:00:00.242472  Adding to cf memtable   SharedPool-Worker-6
> 127.0.0.1       0:00:00.242524  Processing response from /127.0.0.1     SharedPool-Worker-6
> 127.0.0.1       0:00:00.242559  Processing response from /127.0.0.1     SharedPool-Worker-6
> 127.0.0.1       0:00:00.242589  Appending to commitlog  SharedPool-Worker-6
> 127.0.0.1       0:00:00.242622  Adding to cf memtable   SharedPool-Worker-6
> 127.0.0.1       0:00:00.242798  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.242859  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.242961  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.242999  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.243093  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.243148  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.244265  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.244346  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.244781  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.3       0:00:00.000018  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.245216  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245352  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245535  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245578  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245649  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245692  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245784  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245823  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245904  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.245943  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.3       0:00:00.001664  Executing seq scan across 1 sstables for (max(-8352398548451335914), max(-8301058351308404710)] SharedPool-Worker-4
> 127.0.0.1       0:00:00.246121  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246180  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246315  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246356  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246481  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246521  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246582  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.246620  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.3       0:00:00.003152  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.003821  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.003883  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.003929  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.004136  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.004498  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.004575  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.004632  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.004666  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.004706  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.004737  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.004807  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.004902  Scanned 6 rows and matched 6    SharedPool-Worker-4
> 127.0.0.3       0:00:00.004937  Enqueuing response to /127.0.0.1        SharedPool-Worker-4
> 127.0.0.1       0:00:00.250507  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.250610  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.251771  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.251883  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252313  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252399  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252555  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252600  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252696  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252736  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252807  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252844  Enqueuing request to /127.0.0.2 SharedPool-Worker-1
> 127.0.0.1       0:00:00.252928  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.252990  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.252998  Enqueuing request to /127.0.0.1 SharedPool-Worker-1
> 127.0.0.3       0:00:00.008928  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.253064  Enqueuing request to /127.0.0.3 SharedPool-Worker-1
> 127.0.0.1       0:00:00.253105  Submitted 17 concurrent range requests covering 45 ranges       SharedPool-Worker-1
> 127.0.0.1       0:00:00.253112  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253156  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253196  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253236  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253274  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253313  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253334  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253352  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253387  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253395  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253430  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253439  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253470  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253483  Sending RANGE_SLICE message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.253509  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253550  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253590  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253629  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253666  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253685  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.253706  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253736  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.253745  Sending RANGE_SLICE message to /127.0.0.3       MessagingService-Outgoing-/127.0.0.3
> 127.0.0.1       0:00:00.253777  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.253816  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.253855  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009024  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254638  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009079  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254725  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009145  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254766  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009193  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254808  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009239  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254849  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009296  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254896  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009342  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.254937  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009398  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009455  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.009518  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.255513  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255592  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255635  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255682  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255721  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255759  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255802  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255842  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255879  Executing seq scan across 2 sstables for (max(-8352398548451335914), max(-8301058351308404710)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.255884  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.255941  Sending RANGE_SLICE message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.256755  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.000019  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.256798  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.000217  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000287  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000347  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000402  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000457  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000510  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000564  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000646  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.000726  RANGE_SLICE message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.258144  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.258201  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.258224  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.258574  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.258620  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.258667  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.258744  Scanned 3 rows and matched 3    SharedPool-Worker-3
> 127.0.0.1       0:00:00.258771  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.258915  Executing seq scan across 2 sstables for (max(-8245739872615042861), max(-8190290937691503789)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.259385  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.259432  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.259485  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.259514  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.259557  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.259619  Scanned 2 rows and matched 2    SharedPool-Worker-3
> 127.0.0.1       0:00:00.259644  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.259756  Executing seq scan across 2 sstables for (max(-8190290937691503789), max(-8133902315345360333)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.260132  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.004248  Executing seq scan across 1 sstables for (max(-8301058351308404710), max(-8245739872615042861)] SharedPool-Worker-2
> 127.0.0.1       0:00:00.260169  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.260219  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.260250  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.260270  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.260301  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.260326  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.260346  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.260374  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.260431  Scanned 3 rows and matched 3    SharedPool-Worker-3
> 127.0.0.1       0:00:00.260458  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.260564  Executing seq scan across 2 sstables for (max(-8068162757763646536), max(-8035329880971109968)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.261177  Scanned 0 rows and matched 0    SharedPool-Worker-3
> 127.0.0.2       0:00:00.005216  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.261217  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.2       0:00:00.005333  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.261322  Executing seq scan across 2 sstables for (max(-8035329880971109968), max(-7941235910562277070)] SharedPool-Worker-3
> 127.0.0.2       0:00:00.005380  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.261600  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.005421  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.261637  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.005472  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.261687  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.005525  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.261732  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.005756  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.261764  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.005819  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.261789  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.261813  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.261842  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.261885  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.262165  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.262219  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.262273  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.262296  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.262457  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.262490  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.262520  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.262638  Scanned 6 rows and matched 6    SharedPool-Worker-3
> 127.0.0.1       0:00:00.262670  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.262969  Executing seq scan across 2 sstables for (max(-7941235910562277070), max(-7857590154354062426)] SharedPool-Worker-3
> 127.0.0.2       0:00:00.007695  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.007810  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.264068  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.008212  Scanned 5 rows and matched 5    SharedPool-Worker-2
> 127.0.0.1       0:00:00.264323  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.008259  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.1       0:00:00.264386  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.008420  Executing seq scan across 1 sstables for (max(-8190290937691503789), max(-8133902315345360333)] SharedPool-Worker-2
> 127.0.0.1       0:00:00.264421  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.008822  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.264445  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.264477  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.264504  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.264819  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.008995  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.009050  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.009112  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.009168  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.009211  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.009260  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.009306  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.009386  Scanned 4 rows and matched 4    SharedPool-Worker-2
> 127.0.0.2       0:00:00.009421  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.2       0:00:00.009579  Executing seq scan across 1 sstables for (max(-8133902315345360333), max(-8068162757763646536)] SharedPool-Worker-2
> 127.0.0.2       0:00:00.009986  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.010060  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.010629  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.010797  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.010834  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.010875  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.010911  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.010949  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.012730  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.269983  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.012898  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.012986  Scanned 5 rows and matched 5    SharedPool-Worker-2
> 127.0.0.2       0:00:00.013022  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.2       0:00:00.013173  Executing seq scan across 1 sstables for (max(-8068162757763646536), max(-8035329880971109968)] SharedPool-Worker-2
> 127.0.0.1       0:00:00.270146  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.014721  Scanned 0 rows and matched 0    SharedPool-Worker-2
> 127.0.0.1       0:00:00.270190  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.014813  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.1       0:00:00.270227  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.270255  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.270275  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.270303  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.270375  Scanned 5 rows and matched 5    SharedPool-Worker-3
> 127.0.0.1       0:00:00.270407  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.270549  Executing seq scan across 2 sstables for (max(-7795960499075132474), max(-7775053575926450766)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.270897  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.270929  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.270968  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.271030  Scanned 1 rows and matched 1    SharedPool-Worker-3
> 127.0.0.3       0:00:00.026410  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.271057  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.2       0:00:00.015041  Executing seq scan across 1 sstables for (max(-7941235910562277070), max(-7857590154354062426)] SharedPool-Worker-2
> 127.0.0.1       0:00:00.271216  Executing seq scan across 2 sstables for (max(-7775053575926450766), max(-7762360618873134968)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.271713  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.271754  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.271803  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.271897  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.271946  Scanned 1 rows and matched 1    SharedPool-Worker-3
> 127.0.0.1       0:00:00.271975  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.272090  Executing seq scan across 2 sstables for (max(-7762360618873134968), max(-7626083449848424025)] SharedPool-Worker-3
> 127.0.0.2       0:00:00.015993  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.272483  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.016111  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.272511  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.016790  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.1       0:00:00.272549  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.272579  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272601  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272630  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.272655  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272674  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272712  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.272772  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272833  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.272862  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272882  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272910  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.272954  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.272974  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273009  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.273054  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273080  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273113  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.273175  Scanned 7 rows and matched 7    SharedPool-Worker-3
> 127.0.0.1       0:00:00.273203  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.273332  Executing seq scan across 2 sstables for (max(-7596228063845388781), max(-7507706666712431760)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.273655  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273682  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273717  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.273745  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273764  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273792  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.273817  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273838  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273865  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.273889  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273908  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273945  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.273974  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.273994  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274024  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.274053  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274074  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274103  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.274165  Scanned 6 rows and matched 6    SharedPool-Worker-3
> 127.0.0.1       0:00:00.274190  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.274290  Executing seq scan across 2 sstables for (max(-7452741545939975821), max(-7414330725155277926)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.274576  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274602  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274668  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.274696  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274716  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.274743  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.274799  Scanned 2 rows and matched 2    SharedPool-Worker-3
> 127.0.0.1       0:00:00.274825  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.274913  Executing seq scan across 2 sstables for (max(-7414330725155277926), max(-7270963722034374411)] SharedPool-Worker-3
> 127.0.0.1       0:00:00.275202  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275227  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275259  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275285  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275304  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275335  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275359  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275378  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275404  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275428  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275447  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275473  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275498  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275518  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275551  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275577  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275603  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275631  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275650  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275689  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275717  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275736  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.275763  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.275817  Scanned 8 rows and matched 8    SharedPool-Worker-3
> 127.0.0.1       0:00:00.275844  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.276001  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.2       0:00:00.020101  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.020216  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.020268  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.020450  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.020517  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.020562  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.020606  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.020647  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.020685  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.020761  Scanned 6 rows and matched 6    SharedPool-Worker-2
> 127.0.0.2       0:00:00.020794  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.2       0:00:00.021022  Executing seq scan across 1 sstables for (max(-7857590154354062426), max(-7795960499075132474)] SharedPool-Worker-2
> 127.0.0.2       0:00:00.021453  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.021565  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.021603  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.021639  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.021669  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.021811  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.021986  Scanned 3 rows and matched 3    SharedPool-Worker-2
> 127.0.0.2       0:00:00.022029  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.2       0:00:00.022170  Executing seq scan across 1 sstables for (max(-7775053575926450766), max(-7762360618873134968)] SharedPool-Worker-2
> 127.0.0.2       0:00:00.022451  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.022817  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.023006  Scanned 1 rows and matched 1    SharedPool-Worker-2
> 127.0.0.2       0:00:00.023039  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.2       0:00:00.023163  Executing seq scan across 1 sstables for (max(-7626083449848424025), max(-7596228063845388781)] SharedPool-Worker-2
> 127.0.0.2       0:00:00.023433  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.023488  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.023530  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.2       0:00:00.023578  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.2       0:00:00.023638  Scanned 2 rows and matched 2    SharedPool-Worker-2
> 127.0.0.2       0:00:00.023665  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.1       0:00:00.280202  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.024510  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280286  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.024663  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280325  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280363  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280394  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280434  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280471  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280520  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280555  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280596  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280633  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280673  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.280931  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.280982  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281018  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281046  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.025742  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.281096  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.025841  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.281132  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281164  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281201  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281247  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281286  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281317  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281361  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.281738  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281805  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281836  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281863  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281890  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281916  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281946  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281973  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.1       0:00:00.281999  Processing response from /127.0.0.1     SharedPool-Worker-3
> 127.0.0.2       0:00:00.025944  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.026046  Executing seq scan across 1 sstables for (max(-7507706666712431760), max(-7452741545939975821)] SharedPool-Worker-3
> 127.0.0.2       0:00:00.026369  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.026457  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.026500  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.026547  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.026590  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.026636  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.026666  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.026701  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.026730  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.026764  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.026796  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.2       0:00:00.026830  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.2       0:00:00.027004  Scanned 6 rows and matched 6    SharedPool-Worker-3
> 127.0.0.2       0:00:00.027070  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.2       0:00:00.027244  Executing seq scan across 1 sstables for (max(-7452741545939975821), max(-7414330725155277926)] SharedPool-Worker-1
> 127.0.0.3       0:00:00.039804  Executing seq scan across 1 sstables for (max(-8301058351308404710), max(-8245739872615042861)] SharedPool-Worker-1
> 127.0.0.2       0:00:00.028144  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.039813  Executing seq scan across 1 sstables for (max(-8245739872615042861), max(-8190290937691503789)] SharedPool-Worker-2
> 127.0.0.2       0:00:00.028273  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.040872  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.040982  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.041281  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.041340  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.041385  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.041435  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.041466  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.041504  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.041533  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.041570  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.041979  Scanned 5 rows and matched 5    SharedPool-Worker-1
> 127.0.0.3       0:00:00.042148  Enqueuing response to /127.0.0.1        SharedPool-Worker-1
> 127.0.0.3       0:00:00.042499  Executing seq scan across 1 sstables for (max(-8133902315345360333), max(-8068162757763646536)] SharedPool-Worker-1
> 127.0.0.3       0:00:00.042827  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.042917  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.042964  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.043337  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.043405  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.043457  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.043512  Read 0 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.3       0:00:00.043545  Seeking to partition beginning in data file     SharedPool-Worker-2
> 127.0.0.3       0:00:00.043591  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.043642  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.043683  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.043713  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.043751  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.043790  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.043826  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.043853  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.043887  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.043951  Scanned 6 rows and matched 6    SharedPool-Worker-1
> 127.0.0.3       0:00:00.043984  Enqueuing response to /127.0.0.1        SharedPool-Worker-1
> 127.0.0.3       0:00:00.044194  Executing seq scan across 1 sstables for (max(-8035329880971109968), max(-7941235910562277070)] SharedPool-Worker-1
> 127.0.0.3       0:00:00.044364  Executing seq scan across 1 sstables for (max(-7857590154354062426), max(-7795960499075132474)] SharedPool-Worker-3
> 127.0.0.3       0:00:00.044529  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.044591  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.044633  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.044644  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.044671  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.044697  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.044699  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.044730  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.044753  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.044767  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.044785  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.044796  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.044822  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.044832  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.044849  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.044884  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.044889  Scanned 3 rows and matched 3    SharedPool-Worker-3
> 127.0.0.3       0:00:00.044912  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.044915  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.3       0:00:00.044947  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.044974  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045038  Executing seq scan across 1 sstables for (max(-7795960499075132474), max(-7775053575926450766)] SharedPool-Worker-3
> 127.0.0.3       0:00:00.045077  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045116  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045159  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045191  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045236  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045271  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045278  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.045311  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045322  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.045345  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045376  Scanned 1 rows and matched 1    SharedPool-Worker-3
> 127.0.0.3       0:00:00.045385  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045403  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.3       0:00:00.045414  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045448  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045475  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045492  Executing seq scan across 1 sstables for (max(-7762360618873134968), max(-7626083449848424025)] SharedPool-Worker-3
> 127.0.0.3       0:00:00.045509  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045543  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.045578  Read 1 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.045629  Scanned 14 rows and matched 14  SharedPool-Worker-1
> 127.0.0.3       0:00:00.045651  Enqueuing response to /127.0.0.1        SharedPool-Worker-1
> 127.0.0.3       0:00:00.045710  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.045755  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.045791  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.045832  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.045863  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.045898  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.045926  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.045960  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.045988  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.291237  Processing response from /127.0.0.1     SharedPool-Worker-2
> 127.0.0.3       0:00:00.046085  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.291440  Processing response from /127.0.0.1     SharedPool-Worker-4
> 127.0.0.3       0:00:00.046120  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.291636  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.046161  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.291692  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.3       0:00:00.046217  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.291753  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.3       0:00:00.046266  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.291796  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.046298  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.291833  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.3       0:00:00.046333  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.291905  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.046361  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.291965  Processing response from /127.0.0.1     SharedPool-Worker-5
> 127.0.0.3       0:00:00.046395  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.046428  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.046467  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.046498  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.046537  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.046808  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.046850  Read 1 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.3       0:00:00.046892  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.3       0:00:00.046936  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.292675  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.036061  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.292737  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.036146  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.292787  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.036192  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.292819  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.036239  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.292861  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.292902  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.292932  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.292962  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.293011  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.048512  Seeking to partition beginning in data file     SharedPool-Worker-3
> 127.0.0.1       0:00:00.293219  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.3       0:00:00.048631  Read 0 live and 0 tombstone cells       SharedPool-Worker-3
> 127.0.0.1       0:00:00.293267  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.3       0:00:00.048707  Scanned 14 rows and matched 14  SharedPool-Worker-3
> 127.0.0.1       0:00:00.293298  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.3       0:00:00.048735  Enqueuing response to /127.0.0.1        SharedPool-Worker-3
> 127.0.0.1       0:00:00.293325  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.1       0:00:00.293353  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.1       0:00:00.293380  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.1       0:00:00.293406  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.1       0:00:00.293435  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.1       0:00:00.293463  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.3       0:00:00.049970  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.043582  Read 1 live and 0 tombstone cells       SharedPool-Worker-2
> 127.0.0.1       0:00:00.295767  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.3       0:00:00.050162  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.050199  Scanned 3 rows and matched 3    SharedPool-Worker-2
> 127.0.0.3       0:00:00.050232  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.050279  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.050317  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.050412  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.051661  Enqueuing response to /127.0.0.1        SharedPool-Worker-2
> 127.0.0.1       0:00:00.296214  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.296276  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.296296  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.296314  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.296363  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.296398  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.296400  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.296524  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.296593  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.296629  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.296670  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.3       0:00:00.052119  Executing seq scan across 1 sstables for (max(-7626083449848424025), max(-7596228063845388781)] SharedPool-Worker-4
> 127.0.0.3       0:00:00.052437  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.053708  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.053791  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.053848  Read 1 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.053915  Seeking to partition beginning in data file     SharedPool-Worker-4
> 127.0.0.3       0:00:00.055105  Read 0 live and 0 tombstone cells       SharedPool-Worker-4
> 127.0.0.3       0:00:00.055208  Scanned 3 rows and matched 3    SharedPool-Worker-4
> 127.0.0.3       0:00:00.055489  Enqueuing response to /127.0.0.1        SharedPool-Worker-4
> 127.0.0.3       0:00:00.055677  Executing seq scan across 1 sstables for (max(-7596228063845388781), max(-7507706666712431760)] SharedPool-Worker-6
> 127.0.0.3       0:00:00.056284  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056371  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056410  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056446  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056472  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056505  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056531  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056578  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056611  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056649  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056679  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056721  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056750  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056782  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056808  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056839  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056864  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056896  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.056929  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.056966  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.057072  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.057301  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.057344  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.057382  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.057409  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.057785  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.059367  Executing seq scan across 1 sstables for (max(-7507706666712431760), max(-7452741545939975821)] SharedPool-Worker-7
> 127.0.0.3       0:00:00.059439  Executing seq scan across 1 sstables for (max(-7414330725155277926), max(-7270963722034374411)] SharedPool-Worker-8
> 127.0.0.3       0:00:00.059759  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.059759  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.059836  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.059836  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.059872  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.059872  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.059912  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.059926  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.059947  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.059960  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.059985  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.059998  Read 0 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.1       0:00:00.306022  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.3       0:00:00.060046  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.060069  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060078  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.060102  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.060111  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060132  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.060146  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060156  Seeking to partition beginning in data file     SharedPool-Worker-7
> 127.0.0.3       0:00:00.060188  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060193  Read 1 live and 0 tombstone cells       SharedPool-Worker-7
> 127.0.0.3       0:00:00.060215  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060255  Scanned 6 rows and matched 6    SharedPool-Worker-7
> 127.0.0.3       0:00:00.060264  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060281  Enqueuing response to /127.0.0.1        SharedPool-Worker-7
> 127.0.0.3       0:00:00.060292  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060323  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060347  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060375  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060401  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060430  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060453  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060483  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060505  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060534  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060568  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060602  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060632  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060664  Read 1 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060705  Seeking to partition beginning in data file     SharedPool-Worker-8
> 127.0.0.3       0:00:00.060740  Read 0 live and 0 tombstone cells       SharedPool-Worker-8
> 127.0.0.3       0:00:00.060796  Scanned 14 rows and matched 14  SharedPool-Worker-8
> 127.0.0.3       0:00:00.060818  Enqueuing response to /127.0.0.1        SharedPool-Worker-8
> 127.0.0.3       0:00:00.061879  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.306169  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.050031  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.3       0:00:00.061992  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.306395  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.050183  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.306693  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.050259  Seeking to partition beginning in data file     SharedPool-Worker-1
> 127.0.0.1       0:00:00.306752  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.2       0:00:00.050317  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.306789  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.306910  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.306979  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.307024  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.3       0:00:00.062144  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.307092  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.3       0:00:00.062200  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.307152  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.307453  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.307507  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.307518  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.307558  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.307582  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.307633  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.308982  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.3       0:00:00.064636  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.1       0:00:00.309103  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.3       0:00:00.064778  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.064940  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.3       0:00:00.064983  Read 1 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.3       0:00:00.065084  Seeking to partition beginning in data file     SharedPool-Worker-6
> 127.0.0.1       0:00:00.310737  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.2       0:00:00.054270  Scanned 3 rows and matched 3    SharedPool-Worker-1
> 127.0.0.3       0:00:00.065129  Read 0 live and 0 tombstone cells       SharedPool-Worker-6
> 127.0.0.1       0:00:00.310816  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.2       0:00:00.054364  Enqueuing response to /127.0.0.1        SharedPool-Worker-1
> 127.0.0.3       0:00:00.065202  Scanned 16 rows and matched 16  SharedPool-Worker-6
> 127.0.0.1       0:00:00.310839  Appending to commitlog  SharedPool-Worker-4
> 127.0.0.3       0:00:00.065228  Enqueuing response to /127.0.0.1        SharedPool-Worker-6
> 127.0.0.1       0:00:00.310883  Adding to cf memtable   SharedPool-Worker-4
> 127.0.0.3       0:00:00.065985  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.310979  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.311031  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.311103  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.311306  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.311345  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.311372  REQUEST_RESPONSE message received from /127.0.0.1       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.311620  REQUEST_RESPONSE message received from /127.0.0.3       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.311919  Processing response from /127.0.0.3     SharedPool-Worker-5
> 127.0.0.1       0:00:00.311981  Processing response from /127.0.0.3     SharedPool-Worker-5
> 127.0.0.1       0:00:00.312010  Processing response from /127.0.0.1     SharedPool-Worker-5
> 127.0.0.1       0:00:00.312047  Processing response from /127.0.0.1     SharedPool-Worker-5
> 127.0.0.1       0:00:00.312256  Processing response from /127.0.0.1     SharedPool-Worker-5
> 127.0.0.1       0:00:00.312257  Processing response from /127.0.0.3     SharedPool-Worker-3
> 127.0.0.1       0:00:00.312353  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312411  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312454  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.312529  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312597  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312641  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.312686  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312735  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312778  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312816  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.312860  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.313202  Sending read-repair-mutation to /127.0.0.2      SharedPool-Worker-1
> 127.0.0.2       0:00:00.057554  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.313272  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.313598  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.313642  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.313777  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.313826  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.313868  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.313908  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.313958  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314016  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314057  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314167  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.314208  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314244  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.314284  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314327  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.314393  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314432  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314477  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314510  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314544  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314578  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.314637  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314674  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314717  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314777  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314824  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314868  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.314908  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.314943  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.314987  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315026  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315148  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315204  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315242  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315285  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315334  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315370  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315408  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315423  REQUEST_RESPONSE message received from /127.0.0.2       MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.315445  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315480  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315536  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315575  Sending read-repair-mutation to /127.0.0.2      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315617  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315671  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315709  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315747  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315785  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315833  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315868  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.315902  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315953  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.315994  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.316030  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.316127  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.316173  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.316194  Processing response from /127.0.0.2     SharedPool-Worker-3
> 127.0.0.1       0:00:00.316217  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.316257  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.316296  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.316361  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.316452  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.316493  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.316525  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.317184  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.000019  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.317245  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.000144  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.317281  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317319  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317354  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317394  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317428  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317462  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317500  Sending READ_REPAIR message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.317503  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317544  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317549  Sending READ_REPAIR message to /127.0.0.2       MessagingService-Outgoing-/127.0.0.2
> 127.0.0.1       0:00:00.317585  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317619  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317652  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317689  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317725  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317759  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317947  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.317986  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318020  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318057  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318165  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318200  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318233  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318268  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318302  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318335  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318368  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318403  Sending READ_REPAIR message to /127.0.0.1       MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.318412  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.318479  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.318550  Read 3 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.318580  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318629  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318663  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318694  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318726  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318759  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318799  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318833  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318865  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318877  Sending read-repair-mutation to /127.0.0.1      SharedPool-Worker-1
> 127.0.0.1       0:00:00.318903  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318935  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318941  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.318970  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.318978  Read 0 live and 0 tombstone cells       SharedPool-Worker-1
> 127.0.0.1       0:00:00.319002  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319036  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319068  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319276  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319289  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.319310  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319347  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319349  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.319380  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319404  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.319411  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319435  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.319444  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319477  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.319479  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319512  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.319513  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319547  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.319548  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319579  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.319585  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319611  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.319618  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319639  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.319652  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319700  READ_REPAIR message received from /127.0.0.1    MessagingService-Incoming-/127.0.0.1
> 127.0.0.1       0:00:00.319721  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.319755  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.320288  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.320416  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.320504  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.320570  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.320662  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.320726  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.320790  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.320878  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.320940  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.1       0:00:00.321001  Adding to cf memtable   SharedPool-Worker-3
> 127.0.0.2       0:00:00.004058  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.1       0:00:00.321159  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.1       0:00:00.321222  Appending to commitlog  SharedPool-Worker-3
> 127.0.0.2       0:00:00.004484  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.2       0:00:00.004611  Appending to commitlog  SharedPool-Worker-2
> 127.0.0.2       0:00:00.004661  Adding to cf memtable   SharedPool-Worker-2
> 127.0.0.1       0:00:00.323148  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.008085  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.2       0:00:00.008176  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> 127.0.0.1       0:00:00.328318  Sending REQUEST_RESPONSE message to /127.0.0.1  MessagingService-Outgoing-/127.0.0.1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)