Page MenuHomePhabricator
Paste P4964

Masterwork From Distant Lands
ActivePublic

Authored by Eevans on Feb 21 2017, 7:18 PM.
Tags
None
Referenced Files
F5744838: Masterwork From Distant Lands
Feb 21 2017, 7:34 PM
F5744767: Masterwork From Distant Lands
Feb 21 2017, 7:18 PM
Subscribers
None
$ node traced.js
RESULT ....: Row { id: 'jericevans', first: 'Eric', last: 'Evans' }
TRACE ID ....: Uuid: 8b037420-f86a-11e6-8ec6-6bf5aa313f86
{ requestType: 'Execute CQL3 query',
coordinator: InetAddress: 127.0.0.1,
parameters:
{ consistency_level: 'LOCAL_ONE',
page_size: '5000',
query: 'SELECT * FROM db.data WHERE id = ?',
serial_consistency_level: 'SERIAL' },
startedAt: Tue Feb 21 2017 13:18:36 GMT-0600 (CST),
duration: 13063,
clientAddress: InetAddress: 127.0.0.1,
events:
[ { id: TimeUuid: 8b037421-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Parsing SELECT * FROM db.data WHERE id = ?',
source: InetAddress: 127.0.0.1,
elapsed: 176,
thread: 'SharedPool-Worker-1' },
{ id: TimeUuid: 8b037422-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Preparing statement',
source: InetAddress: 127.0.0.1,
elapsed: 270,
thread: 'SharedPool-Worker-1' },
{ id: TimeUuid: 8b037423-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Executing single-partition query on data',
source: InetAddress: 127.0.0.1,
elapsed: 670,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b037424-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Acquiring sstable references',
source: InetAddress: 127.0.0.1,
elapsed: 709,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b037425-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Merging memtable tombstones',
source: InetAddress: 127.0.0.1,
elapsed: 751,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b039b30-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Key cache hit for sstable 1',
source: InetAddress: 127.0.0.1,
elapsed: 882,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b039b31-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Seeking to partition beginning in data file',
source: InetAddress: 127.0.0.1,
elapsed: 897,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b039b32-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Skipped 0/1 non-slice-intersecting sstables, included 0 due to tombstones',
source: InetAddress: 127.0.0.1,
elapsed: 1452,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b039b33-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Merging data from memtables and 1 sstables',
source: InetAddress: 127.0.0.1,
elapsed: 1478,
thread: 'SharedPool-Worker-2' },
{ id: TimeUuid: 8b039b34-f86a-11e6-8ec6-6bf5aa313f86,
activity: 'Read 1 live and 0 tombstone cells',
source: InetAddress: 127.0.0.1,
elapsed: 1518,
thread: 'SharedPool-Worker-2' } ] }

Event Timeline

Eevans changed the title of this paste from untitled to Masterwork From Distant Lands.
Eevans updated the paste's language from autodetect to autodetect.