SlideShare ist ein Scribd-Unternehmen logo
1 von 266
Downloaden Sie, um offline zu lesen
Troubleshooting Cassandra
nodetool & system.log deep dive
J.B. Langston, Senior Support Engineer
Company Confidential© 2014 DataStax, All Rights Reserved.
Agenda
2
1 Things to keep in mind
2 Useful Linux & Java tools
3 Useful nodetool commands
4 Things to look for in system.log
Company Confidential© 2014 DataStax, All Rights Reserved.
Troubleshooting Process
3
1 Ask what changed
2 Determine which nodes have problems
3 Find and understand errors
4 Examine bottlenecks
5 Determine root cause
6 Take corrective action
Company Confidential© 2014 DataStax, All Rights Reserved.
Troubleshooting Process
4
1 Ask what changed
2 Determine which nodes have problems
3 Find and understand errors
4 Examine bottlenecks
5 Share relevant information
6 Ask for help
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
• Settings
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
Company Confidential© 2014 DataStax, All Rights Reserved. 5
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

• Did you upgrade?
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

• Did you upgrade?
• Cassandra
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

• Did you upgrade?
• Cassandra
• Kernel
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

• Did you upgrade?
• Cassandra
• Kernel
• JVM
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

• Did you upgrade?
• Cassandra
• Kernel
• JVM
• Driver

What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 5
• Does it work in another
environment? 

• Did you upgrade?
• Cassandra
• Kernel
• JVM
• Driver

• Change one thing at a time!
What changed?
• Did it work before?

• What did you change?
• Settings
• Application Code
• Read/Write Load
• Data Volume
• Hardware
• Network
Company Confidential© 2014 DataStax, All Rights Reserved. 6
Cassandra Processes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
Cassandra Processes
• Startup

Company Confidential© 2014 DataStax, All Rights Reserved. 6
Cassandra Processes
• Startup

• Foreground
Company Confidential© 2014 DataStax, All Rights Reserved. 6
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
Company Confidential© 2014 DataStax, All Rights Reserved. 6
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
Company Confidential© 2014 DataStax, All Rights Reserved. 6
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
• Flushes
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
• Flushes
• Compactions
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
• Flushes
• Compactions
• Garbage collections
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
• Flushes
• Compactions
• Garbage collections
• Gossip
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
• Flushes
• Compactions
• Garbage collections
• Gossip
• Hinted Handoff
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 6
• Background
• Flushes
• Compactions
• Garbage collections
• Gossip
• Hinted Handoff
• Read Repair
Cassandra Processes
• Startup

• Foreground
• Coordinating requests
• Local reads
• Local writes
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

Company Confidential© 2014 DataStax, All Rights Reserved. 7
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
• I/O bandwidth

System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
• I/O bandwidth

• Network

System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
• I/O bandwidth

• Network

• OS Resources/Limits
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
• I/O bandwidth

• Network

• OS Resources/Limits
• File Handles
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
• I/O bandwidth

• Network

• OS Resources/Limits
• File Handles
• Processes
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 7
• Disk
• Disk space
• I/O bandwidth

• Network

• OS Resources/Limits
• File Handles
• Processes
• Mapped Memory
System Resources
• CPU
• Single Core utilization
• Multi Core utilization

• Memory
• Heap space
• Off-heap space
• OS page cache

• Garbage Collection
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
df Free disk space
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
df Free disk space
iostat -x I/O bandwidth utilization
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
df Free disk space
iostat -x I/O bandwidth utilization
free -m Memory and cache usage
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
df Free disk space
iostat -x I/O bandwidth utilization
free -m Memory and cache usage
netstat -an Network connections established
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
df Free disk space
iostat -x I/O bandwidth utilization
free -m Memory and cache usage
netstat -an Network connections established
iftop Network bandwidth utilization
Company Confidential© 2014 DataStax, All Rights Reserved. 8
Linux monitoring commands
Command What it tells you…
top CPU utilization and memory use per process
top -H CPU utilization per thread, memory use is still per process
df Free disk space
iostat -x I/O bandwidth utilization
free -m Memory and cache usage
netstat -an Network connections established
iftop Network bandwidth utilization
sar All (most) of the above, with history!
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
jstack -l Status and stack trace of each thread
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
jstack -l Status and stack trace of each thread
jmap -histo Types of objects on the heap (optionally only live objects)
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
jstack -l Status and stack trace of each thread
jmap -histo Types of objects on the heap (optionally only live objects)
jmap -heap Size and usage of each java heap generation
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
jstack -l Status and stack trace of each thread
jmap -histo Types of objects on the heap (optionally only live objects)
jmap -heap Size and usage of each java heap generation
jstat -gccause Causes of gc activity
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
jstack -l Status and stack trace of each thread
jmap -histo Types of objects on the heap (optionally only live objects)
jmap -heap Size and usage of each java heap generation
jstat -gccause Causes of gc activity
jmap -dump Take a heap dump for further analysis
Company Confidential© 2014 DataStax, All Rights Reserved. 9
Java monitoring commands
Command What it tells you…
jstack -l Status and stack trace of each thread
jmap -histo Types of objects on the heap (optionally only live objects)
jmap -heap Size and usage of each java heap generation
jstat -gccause Causes of gc activity
jmap -dump Take a heap dump for further analysis
MemoryAnalyzer Post-mortem heap-dump analysis
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
tpstats Statistics about each thread pool on a single node
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
tpstats Statistics about each thread pool on a single node
cfstats Summary statistics for all tables and keyspaces on a single node
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
tpstats Statistics about each thread pool on a single node
cfstats Summary statistics for all tables and keyspaces on a single node
cfhistograms Detailed statistics for a specific table on the local node
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
tpstats Statistics about each thread pool on a single node
cfstats Summary statistics for all tables and keyspaces on a single node
cfhistograms Detailed statistics for a specific table on the local node
proxyhistograms Latency statistics for requests coordinated the local node
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
tpstats Statistics about each thread pool on a single node
cfstats Summary statistics for all tables and keyspaces on a single node
cfhistograms Detailed statistics for a specific table on the local node
proxyhistograms Latency statistics for requests coordinated the local node
compactionstats Compactions pending and in progress
Company Confidential© 2014 DataStax, All Rights Reserved. 10
nodetool commands
Command What it tells you…
status / ring Overall cluster status
info Status, memory usage, and caches for a single node
tpstats Statistics about each thread pool on a single node
cfstats Summary statistics for all tables and keyspaces on a single node
cfhistograms Detailed statistics for a specific table on the local node
proxyhistograms Latency statistics for requests coordinated the local node
compactionstats Compactions pending and in progress
netstats Network activity: streams, read repair, and in-flight commands
Company Confidential© 2014 DataStax, All Rights Reserved. 11
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 12
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 13
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 14
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 15
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 16
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 17
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 18
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 19
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 20
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 21
nodetool status
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b
DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b
UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b
Datacenter: us-west
===================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a
UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a
UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
Company Confidential© 2014 DataStax, All Rights Reserved. 22
nodetool ring
Note: Ownership information does not include topology; for complete information,
specify a keyspace
Datacenter: us-east
==========
Address Rack Status State Load Owns Token
-3074457345618258603
54.174.19.98 1b Down Normal 22.82 MB 16.67% -9223372036854775808
54.174.245.247 1b Up Normal 22.68 MB 16.67% -6148914691236517206
54.173.171.164 1b Up Normal 22.78 MB 16.67% -3074457345618258603
Datacenter: us-west
==========
Address Rack Status State Load Owns Token
6148914691236517205
54.153.39.203 1a Up Normal 22.67 MB 16.67% 0
54.153.107.100 1a Up Normal 22.72 MB 16.67% 3074457345618258602
54.153.108.157 1a Up Normal 22.79 MB 16.67% 6148914691236517205
Company Confidential© 2014 DataStax, All Rights Reserved. 23
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 24
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 25
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 26
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 27
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 28
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 29
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 30
nodetool info
Token : -6148914691236517206
ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343
Gossip active : true
Thrift active : true
Native Transport active: true
Load : 22.68 MB
Generation No : 1426523950
Uptime (seconds) : 1557
Heap Memory (MB) : 270.85 / 1842.00
Off Heap Memory (MB) : 0.11
Data Center : us-east
Rack : 1b
Exceptions : 0
Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests,
0.813 recent hit rate, 14400 save period in seconds
Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests,
NaN recent hit rate, 0 save period in seconds
Company Confidential© 2014 DataStax, All Rights Reserved. 31
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 32
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 33
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 34
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 35
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 36
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 37
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 38
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 39
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 40
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 41
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 42
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 43
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 44
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 45
nodetool tpstats
Pool Name Active Pending Completed Blocked All time blocked
ReadStage 0 2 20487 0 0
RequestResponseStage 0 0 2787111 0 0
MutationStage 32 8713 1735129 0 0
ReadRepairStage 0 0 2641 0 0
ReplicateOnWriteStage 0 0 0 0 0
GossipStage 0 0 34421 0 0
CacheCleanupExecutor 0 0 1 0 0
MigrationStage 0 0 1 0 0
MemoryMeter 1 1 71 0 0
FlushWriter 1 4 73 0 5
ValidationExecutor 0 0 42 0 0
InternalResponseStage 0 0 188 0 0
AntiEntropyStage 0 0 610 0 0
MemtablePostFlusher 1 4 358 0 0
MiscStage 0 0 43 0 0
PendingRangeCalculator 0 0 6 0 0
commitlog_archiver 0 0 0 0 0
CompactionExecutor 2 5 125 0 0
AntiEntropySessions 1 1 13 0 0
HintedHandoff 2 4 34 0 0
Message type Dropped
RANGE_SLICE 0
READ_REPAIR 7
PAGED_RANGE 0
BINARY 0
READ 0
MUTATION 42993
_TRACE 0
REQUEST_RESPONSE 0
COUNTER_MUTATION 0
Company Confidential© 2014 DataStax, All Rights Reserved. 46
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 47
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 48
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 49
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 50
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 51
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 52
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 53
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 54
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 55
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 56
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 57
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 58
nodetool cfstats
Keyspace: Keyspace1
Read Count: 282781
Read Latency: 1.0155043372786716 ms.
Write Count: 2700184
Write Latency: 0.07415620861393149 ms.
Pending Tasks: 0
Table: Standard1
SSTable count: 5
Space used (live), bytes: 656644536
Space used (total), bytes: 656644536
Off heap memory used (total), bytes: 4221251
SSTable Compression Ratio: 0.0
Number of keys (estimate): 2182272
Memtable cell count: 215155
Memtable data size, bytes: 67222188
Memtable switch count: 72
Local read count: 282781
Local read latency: 1.016 ms
Local write count: 2700943
Local write latency: 0.074 ms
Pending tasks: 0
Bloom filter false positives: 379
Bloom filter false ratio: 0.00097
Bloom filter space used, bytes: 3897360
Bloom filter off heap memory used, bytes: 3897320
Index summary off heap memory used, bytes: 323931
Compression metadata off heap memory used, bytes: 0
Compacted partition minimum bytes: 259
Compacted partition maximum bytes: 310
Compacted partition mean bytes: 310
Average live cells per slice (last five minutes): 5.0
Average tombstones per slice (last five minutes): 0.0
Company Confidential© 2014 DataStax, All Rights Reserved. 59
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 60
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 61
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 62
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 63
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 64
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 65
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 66
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 67
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 68
nodetool cfhistograms
Keyspace1/Standard1 histograms
SSTables per Read
1 sstables: 14250
2 sstables: 42908
3 sstables: 97878
4 sstables: 126087
5 sstables: 745
6 sstables: 295
7 sstables: 122
8 sstables: 448
10 sstables: 37
12 sstables: 10
14 sstables: 1
Partition Size (bytes)
1131752 bytes: 1093
1358102 bytes: 479
1629722 bytes: 364
1955666 bytes: 343
2346799 bytes: 73
2816159 bytes: 134
3379391 bytes: 7
4055269 bytes: 0
4866323 bytes: 2
Cell Count per Partition
103 cells: 112
124 cells: 5130
149 cells: 2458
179 cells: 1704
215 cells: 1460
258 cells: 823
310 cells: 1327
372 cells: 1331
446 cells: 49295
535 cells: 9091
642 cells: 11892
770 cells: 3908
924 cells: 14532
1109 cells: 20898
1331 cells: 8491
1597 cells: 8140
1916 cells: 4010
2299 cells: 19476
2759 cells: 15112
3311 cells: 10812
3973 cells: 12763
4768 cells: 18597
5722 cells: 5765
6866 cells: 11340
Company Confidential© 2014 DataStax, All Rights Reserved. 69
nodetool cfhistograms
Write Latency (microseconds)
4 us: 83
5 us: 9004
6 us: 73288
7 us: 211239
8 us: 321305
10 us: 607511
12 us: 438101
14 us: 440503
17 us: 459036
20 us: 211763
24 us: 97240
29 us: 43564
35 us: 29579
42 us: 22575
50 us: 10442
60 us: 4842
72 us: 3566
86 us: 4323
103 us: 2038
124 us: 6192
149 us: 6850
179 us: 2657
215 us: 4536
258 us: 1839
Read Latency (microseconds)
42 us: 29
50 us: 132
60 us: 1225
72 us: 4791
86 us: 13031
103 us: 18526
124 us: 21151
149 us: 21085
179 us: 16528
215 us: 19259
258 us: 39965
310 us: 55015
372 us: 29344
446 us: 11347
535 us: 5692
642 us: 5395
770 us: 3550
924 us: 2649
1109 us: 1379
1331 us: 1084
1597 us: 1266
1916 us: 1492
2299 us: 2032
2759 us: 1494
Company Confidential© 2014 DataStax, All Rights Reserved. 70
nodetool cfhistograms
Write Latency (microseconds)
4 us: 83
5 us: 9004
6 us: 73288
7 us: 211239
8 us: 321305
10 us: 607511
12 us: 438101
14 us: 440503
17 us: 459036
20 us: 211763
24 us: 97240
29 us: 43564
35 us: 29579
42 us: 22575
50 us: 10442
60 us: 4842
72 us: 3566
86 us: 4323
103 us: 2038
124 us: 6192
149 us: 6850
179 us: 2657
215 us: 4536
258 us: 1839
Read Latency (microseconds)
42 us: 29
50 us: 132
60 us: 1225
72 us: 4791
86 us: 13031
103 us: 18526
124 us: 21151
149 us: 21085
179 us: 16528
215 us: 19259
258 us: 39965
310 us: 55015
372 us: 29344
446 us: 11347
535 us: 5692
642 us: 5395
770 us: 3550
924 us: 2649
1109 us: 1379
1331 us: 1084
1597 us: 1266
1916 us: 1492
2299 us: 2032
2759 us: 1494
Company Confidential© 2014 DataStax, All Rights Reserved. 71
nodetool cfhistograms
Write Latency (microseconds)
4 us: 83
5 us: 9004
6 us: 73288
7 us: 211239
8 us: 321305
10 us: 607511
12 us: 438101
14 us: 440503
17 us: 459036
20 us: 211763
24 us: 97240
29 us: 43564
35 us: 29579
42 us: 22575
50 us: 10442
60 us: 4842
72 us: 3566
86 us: 4323
103 us: 2038
124 us: 6192
149 us: 6850
179 us: 2657
215 us: 4536
258 us: 1839
Read Latency (microseconds)
42 us: 29
50 us: 132
60 us: 1225
72 us: 4791
86 us: 13031
103 us: 18526
124 us: 21151
149 us: 21085
179 us: 16528
215 us: 19259
258 us: 39965
310 us: 55015
372 us: 29344
446 us: 11347
535 us: 5692
642 us: 5395
770 us: 3550
924 us: 2649
1109 us: 1379
1331 us: 1084
1597 us: 1266
1916 us: 1492
2299 us: 2032
2759 us: 1494
Company Confidential© 2014 DataStax, All Rights Reserved. 72
nodetool cfhistograms
Write Latency (microseconds)
4 us: 83
5 us: 9004
6 us: 73288
7 us: 211239
8 us: 321305
10 us: 607511
12 us: 438101
14 us: 440503
17 us: 459036
20 us: 211763
24 us: 97240
29 us: 43564
35 us: 29579
42 us: 22575
50 us: 10442
60 us: 4842
72 us: 3566
86 us: 4323
103 us: 2038
124 us: 6192
149 us: 6850
179 us: 2657
215 us: 4536
258 us: 1839
Read Latency (microseconds)
42 us: 29
50 us: 132
60 us: 1225
72 us: 4791
86 us: 13031
103 us: 18526
124 us: 21151
149 us: 21085
179 us: 16528
215 us: 19259
258 us: 39965
310 us: 55015
372 us: 29344
446 us: 11347
535 us: 5692
642 us: 5395
770 us: 3550
924 us: 2649
1109 us: 1379
1331 us: 1084
1597 us: 1266
1916 us: 1492
2299 us: 2032
2759 us: 1494
Company Confidential© 2014 DataStax, All Rights Reserved. 73
nodetool proxyhistograms
Read Latency (microseconds)
124 us: 18
149 us: 445
179 us: 5866
215 us: 14541
258 us: 19123
310 us: 20941
372 us: 32847
446 us: 37464
535 us: 26451
642 us: 25291
770 us: 37870
924 us: 35865
1109 us: 30432
1331 us: 22929
1597 us: 17592
1916 us: 12895
2299 us: 9760
2759 us: 7887
3311 us: 6024
3973 us: 4751
4768 us: 3691
5722 us: 3038
6866 us: 2453
8239 us: 1991
Write Latency (microseconds)
29 us: 4
35 us: 60
42 us: 331
50 us: 471
60 us: 1334
72 us: 2856
86 us: 4661
103 us: 65741
124 us: 37999
149 us: 42697
179 us: 45598
215 us: 30515
258 us: 23481
310 us: 21831
372 us: 22741
446 us: 26045
535 us: 33045
642 us: 43533
770 us: 51021
924 us: 57496
1109 us: 61548
1331 us: 60741
1597 us: 57538
1916 us: 52255
Company Confidential© 2014 DataStax, All Rights Reserved. 74
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 75
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 76
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 77
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 78
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 79
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 80
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 81
nodetool compactionstats
pending tasks: 7
compaction type keyspace table completed total unit progress
Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66%
Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68%
Active compaction remaining time : 0h00m15s
pending tasks: 1
compaction type keyspace table completed total unit progress
Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47%
Active compaction remaining time : n/a
Company Confidential© 2014 DataStax, All Rights Reserved. 82
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 83
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 84
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 85
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 86
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 87
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 88
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 89
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Company Confidential© 2014 DataStax, All Rights Reserved. 90
nodetool netstats
Mode: NORMAL
Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.19.98
Receiving 6 files, 117949006 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db
851792/17950738 bytes(4%) received from /54.174.19.98
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
3786324/46561942 bytes(8%) sent to /54.174.19.98
Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30
/54.174.245.247
Receiving 4 files, 93304584 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db
6094594/46561942 bytes(13%) received from /54.174.245.247
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
34195028/46561942 bytes(73%) sent to /54.174.245.247
Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30
/54.153.39.203 (using /172.31.10.65)
Receiving 3 files, 49959102 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db
9371380/46561942 bytes(20%) received from /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db
2533414/2533414 bytes(100%) received from /54.153.39.203
Sending 2 files, 47709526 bytes total
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db
1147584/1147584 bytes(100%) sent to /54.153.39.203
/var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db
46561942/46561942 bytes(100%) sent to /54.153.39.203
Read Repair Statistics:
Attempted: 39576
Mismatch (Blocking): 0
Mismatch (Background): 746
Pool Name Active Pending Completed
Commands n/a 58 2545817
Responses n/a 0 2833081
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra
Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra

Weitere ähnliche Inhalte

Was ist angesagt?

Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017Stefan Lipp
 
Hadoop and Kerberos: the Madness Beyond the Gate: January 2016 edition
Hadoop and Kerberos: the Madness Beyond the Gate: January 2016 editionHadoop and Kerberos: the Madness Beyond the Gate: January 2016 edition
Hadoop and Kerberos: the Madness Beyond the Gate: January 2016 editionSteve Loughran
 
Intel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data SuccessIntel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data SuccessCloudera, Inc.
 
Hadoop Security Today & Tomorrow with Apache Knox
Hadoop Security Today & Tomorrow with Apache KnoxHadoop Security Today & Tomorrow with Apache Knox
Hadoop Security Today & Tomorrow with Apache KnoxVinay Shukla
 
Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...
Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...
Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...Kevin Minder
 
Trends in Supporting Production Apache HBase Clusters
Trends in Supporting Production Apache HBase ClustersTrends in Supporting Production Apache HBase Clusters
Trends in Supporting Production Apache HBase ClustersDataWorks Summit
 
Hdp security overview
Hdp security overview Hdp security overview
Hdp security overview Hortonworks
 
Data protection for hadoop environments
Data protection for hadoop environmentsData protection for hadoop environments
Data protection for hadoop environmentsDataWorks Summit
 
Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...
Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...
Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...DataStax
 
Hadoop & Security - Past, Present, Future
Hadoop & Security - Past, Present, FutureHadoop & Security - Past, Present, Future
Hadoop & Security - Past, Present, FutureUwe Printz
 
Overview of HDFS Transparent Encryption
Overview of HDFS Transparent Encryption Overview of HDFS Transparent Encryption
Overview of HDFS Transparent Encryption Cloudera, Inc.
 
Hadoop Operations: How to Secure and Control Cluster Access
Hadoop Operations: How to Secure and Control Cluster AccessHadoop Operations: How to Secure and Control Cluster Access
Hadoop Operations: How to Secure and Control Cluster AccessCloudera, Inc.
 
Big Data Certification
Big Data CertificationBig Data Certification
Big Data CertificationAdam Doyle
 
Application Architectures with Hadoop - UK Hadoop User Group
Application Architectures with Hadoop - UK Hadoop User GroupApplication Architectures with Hadoop - UK Hadoop User Group
Application Architectures with Hadoop - UK Hadoop User Grouphadooparchbook
 
Architecting application with Hadoop - using clickstream analytics as an example
Architecting application with Hadoop - using clickstream analytics as an exampleArchitecting application with Hadoop - using clickstream analytics as an example
Architecting application with Hadoop - using clickstream analytics as an examplehadooparchbook
 
Architecting a Fraud Detection Application with Hadoop
Architecting a Fraud Detection Application with HadoopArchitecting a Fraud Detection Application with Hadoop
Architecting a Fraud Detection Application with HadoopDataWorks Summit
 

Was ist angesagt? (20)

DataCore Case Study on Hyperconverged
DataCore Case Study on HyperconvergedDataCore Case Study on Hyperconverged
DataCore Case Study on Hyperconverged
 
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
 
Hadoop and Kerberos: the Madness Beyond the Gate: January 2016 edition
Hadoop and Kerberos: the Madness Beyond the Gate: January 2016 editionHadoop and Kerberos: the Madness Beyond the Gate: January 2016 edition
Hadoop and Kerberos: the Madness Beyond the Gate: January 2016 edition
 
Intel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data SuccessIntel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data Success
 
Hadoop Security Today & Tomorrow with Apache Knox
Hadoop Security Today & Tomorrow with Apache KnoxHadoop Security Today & Tomorrow with Apache Knox
Hadoop Security Today & Tomorrow with Apache Knox
 
Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...
Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...
Securing Hadoop's REST APIs with Apache Knox Gateway Hadoop Summit June 6th, ...
 
Ingest and Stream Processing - What will you choose?
Ingest and Stream Processing - What will you choose?Ingest and Stream Processing - What will you choose?
Ingest and Stream Processing - What will you choose?
 
Trends in Supporting Production Apache HBase Clusters
Trends in Supporting Production Apache HBase ClustersTrends in Supporting Production Apache HBase Clusters
Trends in Supporting Production Apache HBase Clusters
 
Hdp security overview
Hdp security overview Hdp security overview
Hdp security overview
 
Data protection for hadoop environments
Data protection for hadoop environmentsData protection for hadoop environments
Data protection for hadoop environments
 
Hadoop security
Hadoop securityHadoop security
Hadoop security
 
Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...
Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...
Cold Storage That Isn't Glacial (Joshua Hollander, Protectwise) | Cassandra S...
 
Hadoop Operations
Hadoop OperationsHadoop Operations
Hadoop Operations
 
Hadoop & Security - Past, Present, Future
Hadoop & Security - Past, Present, FutureHadoop & Security - Past, Present, Future
Hadoop & Security - Past, Present, Future
 
Overview of HDFS Transparent Encryption
Overview of HDFS Transparent Encryption Overview of HDFS Transparent Encryption
Overview of HDFS Transparent Encryption
 
Hadoop Operations: How to Secure and Control Cluster Access
Hadoop Operations: How to Secure and Control Cluster AccessHadoop Operations: How to Secure and Control Cluster Access
Hadoop Operations: How to Secure and Control Cluster Access
 
Big Data Certification
Big Data CertificationBig Data Certification
Big Data Certification
 
Application Architectures with Hadoop - UK Hadoop User Group
Application Architectures with Hadoop - UK Hadoop User GroupApplication Architectures with Hadoop - UK Hadoop User Group
Application Architectures with Hadoop - UK Hadoop User Group
 
Architecting application with Hadoop - using clickstream analytics as an example
Architecting application with Hadoop - using clickstream analytics as an exampleArchitecting application with Hadoop - using clickstream analytics as an example
Architecting application with Hadoop - using clickstream analytics as an example
 
Architecting a Fraud Detection Application with Hadoop
Architecting a Fraud Detection Application with HadoopArchitecting a Fraud Detection Application with Hadoop
Architecting a Fraud Detection Application with Hadoop
 

Andere mochten auch

DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...
DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...
DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...NoSQLmatters
 
Cassandra summit 2013 how not to use cassandra
Cassandra summit 2013  how not to use cassandraCassandra summit 2013  how not to use cassandra
Cassandra summit 2013 how not to use cassandraAxel Liljencrantz
 
Cassandra Troubleshooting 3.0
Cassandra Troubleshooting 3.0Cassandra Troubleshooting 3.0
Cassandra Troubleshooting 3.0J.B. Langston
 
Cassandra Troubleshooting for 2.1 and later
Cassandra Troubleshooting for 2.1 and laterCassandra Troubleshooting for 2.1 and later
Cassandra Troubleshooting for 2.1 and laterJ.B. Langston
 
Use cases for cassandra in federal and state government
Use cases for cassandra in federal and state governmentUse cases for cassandra in federal and state government
Use cases for cassandra in federal and state governmentOpenSource Connections
 
Understanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache CassandraUnderstanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache CassandraDataStax
 
C* Summit 2013: How Not to Use Cassandra by Axel Liljencrantz
C* Summit 2013: How Not to Use Cassandra by Axel LiljencrantzC* Summit 2013: How Not to Use Cassandra by Axel Liljencrantz
C* Summit 2013: How Not to Use Cassandra by Axel LiljencrantzDataStax Academy
 
Cassandra architecture
Cassandra architectureCassandra architecture
Cassandra architectureT Jake Luciani
 
Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014
Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014
Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014Chen-en Lu
 
Cassandra background-and-architecture
Cassandra background-and-architectureCassandra background-and-architecture
Cassandra background-and-architectureMarkus Klems
 
Introduction to Cassandra Basics
Introduction to Cassandra BasicsIntroduction to Cassandra Basics
Introduction to Cassandra Basicsnickmbailey
 
Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...Johnny Miller
 
Production Ready Cassandra
Production Ready CassandraProduction Ready Cassandra
Production Ready CassandraDataStax Academy
 
Cassandra by example - the path of read and write requests
Cassandra by example - the path of read and write requestsCassandra by example - the path of read and write requests
Cassandra by example - the path of read and write requestsgrro
 
Learning Cassandra
Learning CassandraLearning Cassandra
Learning CassandraDave Gardner
 
Understanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache CassandraUnderstanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache CassandraDataStax
 
An Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDBAn Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDBLee Theobald
 
Cassandra 2.1 簡介
Cassandra 2.1 簡介Cassandra 2.1 簡介
Cassandra 2.1 簡介Cloud Tu
 
Cassandra for Sysadmins
Cassandra for SysadminsCassandra for Sysadmins
Cassandra for SysadminsNathan Milford
 
Indexing in Cassandra
Indexing in CassandraIndexing in Cassandra
Indexing in CassandraEd Anuff
 

Andere mochten auch (20)

DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...
DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...
DOAN DuyHai – Cassandra: real world best use-cases and worst anti-patterns - ...
 
Cassandra summit 2013 how not to use cassandra
Cassandra summit 2013  how not to use cassandraCassandra summit 2013  how not to use cassandra
Cassandra summit 2013 how not to use cassandra
 
Cassandra Troubleshooting 3.0
Cassandra Troubleshooting 3.0Cassandra Troubleshooting 3.0
Cassandra Troubleshooting 3.0
 
Cassandra Troubleshooting for 2.1 and later
Cassandra Troubleshooting for 2.1 and laterCassandra Troubleshooting for 2.1 and later
Cassandra Troubleshooting for 2.1 and later
 
Use cases for cassandra in federal and state government
Use cases for cassandra in federal and state governmentUse cases for cassandra in federal and state government
Use cases for cassandra in federal and state government
 
Understanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache CassandraUnderstanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache Cassandra
 
C* Summit 2013: How Not to Use Cassandra by Axel Liljencrantz
C* Summit 2013: How Not to Use Cassandra by Axel LiljencrantzC* Summit 2013: How Not to Use Cassandra by Axel Liljencrantz
C* Summit 2013: How Not to Use Cassandra by Axel Liljencrantz
 
Cassandra architecture
Cassandra architectureCassandra architecture
Cassandra architecture
 
Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014
Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014
Apache Kafka: A high-throughput distributed messaging system @ JCConf 2014
 
Cassandra background-and-architecture
Cassandra background-and-architectureCassandra background-and-architecture
Cassandra background-and-architecture
 
Introduction to Cassandra Basics
Introduction to Cassandra BasicsIntroduction to Cassandra Basics
Introduction to Cassandra Basics
 
Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...
 
Production Ready Cassandra
Production Ready CassandraProduction Ready Cassandra
Production Ready Cassandra
 
Cassandra by example - the path of read and write requests
Cassandra by example - the path of read and write requestsCassandra by example - the path of read and write requests
Cassandra by example - the path of read and write requests
 
Learning Cassandra
Learning CassandraLearning Cassandra
Learning Cassandra
 
Understanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache CassandraUnderstanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache Cassandra
 
An Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDBAn Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDB
 
Cassandra 2.1 簡介
Cassandra 2.1 簡介Cassandra 2.1 簡介
Cassandra 2.1 簡介
 
Cassandra for Sysadmins
Cassandra for SysadminsCassandra for Sysadmins
Cassandra for Sysadmins
 
Indexing in Cassandra
Indexing in CassandraIndexing in Cassandra
Indexing in Cassandra
 

Ähnlich wie Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra

Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016
Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016
Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016DataStax
 
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
Hadoop Essentials -- The What, Why and How to Meet Agency ObjectivesHadoop Essentials -- The What, Why and How to Meet Agency Objectives
Hadoop Essentials -- The What, Why and How to Meet Agency ObjectivesCloudera, Inc.
 
SaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web Scale
SaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web ScaleSaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web Scale
SaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web ScaleSaltStack
 
GridGain 6.0: Open Source In-Memory Computing Platform - Nikita Ivanov
GridGain 6.0: Open Source In-Memory Computing Platform - Nikita IvanovGridGain 6.0: Open Source In-Memory Computing Platform - Nikita Ivanov
GridGain 6.0: Open Source In-Memory Computing Platform - Nikita IvanovJAXLondon2014
 
Coherence Overview - OFM Canberra July 2014
Coherence Overview - OFM Canberra July 2014Coherence Overview - OFM Canberra July 2014
Coherence Overview - OFM Canberra July 2014Joelith
 
Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014EDB
 
SpringPeople Introduction to MongoDB Administration
SpringPeople Introduction to MongoDB AdministrationSpringPeople Introduction to MongoDB Administration
SpringPeople Introduction to MongoDB AdministrationSpringPeople
 
大数据数据治理及数据安全
大数据数据治理及数据安全大数据数据治理及数据安全
大数据数据治理及数据安全Jianwei Li
 
Accumulo Summit 2014: Accumulo with Distributed SQL queries
Accumulo Summit 2014: Accumulo with Distributed SQL queriesAccumulo Summit 2014: Accumulo with Distributed SQL queries
Accumulo Summit 2014: Accumulo with Distributed SQL queriesAccumulo Summit
 
Cloudera Federal Forum 2014: Hadoop's Impact on the Future of Data Management
Cloudera Federal Forum 2014: Hadoop's Impact on the Future of Data ManagementCloudera Federal Forum 2014: Hadoop's Impact on the Future of Data Management
Cloudera Federal Forum 2014: Hadoop's Impact on the Future of Data ManagementCloudera, Inc.
 
Hadoop Application Architectures tutorial - Strata London
Hadoop Application Architectures tutorial - Strata LondonHadoop Application Architectures tutorial - Strata London
Hadoop Application Architectures tutorial - Strata Londonhadooparchbook
 
Introduction to Distributed Computing & Distributed Databases
Introduction to Distributed Computing & Distributed DatabasesIntroduction to Distributed Computing & Distributed Databases
Introduction to Distributed Computing & Distributed DatabasesShankar Iyer
 
Hadoop Operations for Production Systems (Strata NYC)
Hadoop Operations for Production Systems (Strata NYC)Hadoop Operations for Production Systems (Strata NYC)
Hadoop Operations for Production Systems (Strata NYC)Kathleen Ting
 
What's Next for Google's BigTable
What's Next for Google's BigTableWhat's Next for Google's BigTable
What's Next for Google's BigTableSqrrl
 
Share point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprisesShare point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprisesSentri
 
Architectural considerations for Hadoop Applications
Architectural considerations for Hadoop ApplicationsArchitectural considerations for Hadoop Applications
Architectural considerations for Hadoop Applicationshadooparchbook
 
Data Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda Moran
Data Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda MoranData Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda Moran
Data Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda MoranData Con LA
 
Big Data Analytics with Spark
Big Data Analytics with SparkBig Data Analytics with Spark
Big Data Analytics with SparkDataStax Academy
 
Apache Geode Meetup, London
Apache Geode Meetup, LondonApache Geode Meetup, London
Apache Geode Meetup, LondonApache Geode
 
DataStax Enterprise in the Field – 20160920
DataStax Enterprise in the Field – 20160920DataStax Enterprise in the Field – 20160920
DataStax Enterprise in the Field – 20160920Daniel Cohen
 

Ähnlich wie Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra (20)

Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016
Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016
Troubleshooting Cassandra (J.B. Langston, DataStax) | C* Summit 2016
 
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
Hadoop Essentials -- The What, Why and How to Meet Agency ObjectivesHadoop Essentials -- The What, Why and How to Meet Agency Objectives
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
 
SaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web Scale
SaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web ScaleSaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web Scale
SaltConf14 - Craig Sebenik, LinkedIn - SaltStack at Web Scale
 
GridGain 6.0: Open Source In-Memory Computing Platform - Nikita Ivanov
GridGain 6.0: Open Source In-Memory Computing Platform - Nikita IvanovGridGain 6.0: Open Source In-Memory Computing Platform - Nikita Ivanov
GridGain 6.0: Open Source In-Memory Computing Platform - Nikita Ivanov
 
Coherence Overview - OFM Canberra July 2014
Coherence Overview - OFM Canberra July 2014Coherence Overview - OFM Canberra July 2014
Coherence Overview - OFM Canberra July 2014
 
Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014
 
SpringPeople Introduction to MongoDB Administration
SpringPeople Introduction to MongoDB AdministrationSpringPeople Introduction to MongoDB Administration
SpringPeople Introduction to MongoDB Administration
 
大数据数据治理及数据安全
大数据数据治理及数据安全大数据数据治理及数据安全
大数据数据治理及数据安全
 
Accumulo Summit 2014: Accumulo with Distributed SQL queries
Accumulo Summit 2014: Accumulo with Distributed SQL queriesAccumulo Summit 2014: Accumulo with Distributed SQL queries
Accumulo Summit 2014: Accumulo with Distributed SQL queries
 
Cloudera Federal Forum 2014: Hadoop's Impact on the Future of Data Management
Cloudera Federal Forum 2014: Hadoop's Impact on the Future of Data ManagementCloudera Federal Forum 2014: Hadoop's Impact on the Future of Data Management
Cloudera Federal Forum 2014: Hadoop's Impact on the Future of Data Management
 
Hadoop Application Architectures tutorial - Strata London
Hadoop Application Architectures tutorial - Strata LondonHadoop Application Architectures tutorial - Strata London
Hadoop Application Architectures tutorial - Strata London
 
Introduction to Distributed Computing & Distributed Databases
Introduction to Distributed Computing & Distributed DatabasesIntroduction to Distributed Computing & Distributed Databases
Introduction to Distributed Computing & Distributed Databases
 
Hadoop Operations for Production Systems (Strata NYC)
Hadoop Operations for Production Systems (Strata NYC)Hadoop Operations for Production Systems (Strata NYC)
Hadoop Operations for Production Systems (Strata NYC)
 
What's Next for Google's BigTable
What's Next for Google's BigTableWhat's Next for Google's BigTable
What's Next for Google's BigTable
 
Share point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprisesShare point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprises
 
Architectural considerations for Hadoop Applications
Architectural considerations for Hadoop ApplicationsArchitectural considerations for Hadoop Applications
Architectural considerations for Hadoop Applications
 
Data Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda Moran
Data Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda MoranData Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda Moran
Data Con LA 2018 - Analyzing Movie Reviews using DataStax by Amanda Moran
 
Big Data Analytics with Spark
Big Data Analytics with SparkBig Data Analytics with Spark
Big Data Analytics with Spark
 
Apache Geode Meetup, London
Apache Geode Meetup, LondonApache Geode Meetup, London
Apache Geode Meetup, London
 
DataStax Enterprise in the Field – 20160920
DataStax Enterprise in the Field – 20160920DataStax Enterprise in the Field – 20160920
DataStax Enterprise in the Field – 20160920
 

Mehr von DataStax Academy

Forrester CXNYC 2017 - Delivering great real-time cx is a true craft
Forrester CXNYC 2017 - Delivering great real-time cx is a true craftForrester CXNYC 2017 - Delivering great real-time cx is a true craft
Forrester CXNYC 2017 - Delivering great real-time cx is a true craftDataStax Academy
 
Introduction to DataStax Enterprise Graph Database
Introduction to DataStax Enterprise Graph DatabaseIntroduction to DataStax Enterprise Graph Database
Introduction to DataStax Enterprise Graph DatabaseDataStax Academy
 
Introduction to DataStax Enterprise Advanced Replication with Apache Cassandra
Introduction to DataStax Enterprise Advanced Replication with Apache CassandraIntroduction to DataStax Enterprise Advanced Replication with Apache Cassandra
Introduction to DataStax Enterprise Advanced Replication with Apache CassandraDataStax Academy
 
Cassandra on Docker @ Walmart Labs
Cassandra on Docker @ Walmart LabsCassandra on Docker @ Walmart Labs
Cassandra on Docker @ Walmart LabsDataStax Academy
 
Cassandra 3.0 Data Modeling
Cassandra 3.0 Data ModelingCassandra 3.0 Data Modeling
Cassandra 3.0 Data ModelingDataStax Academy
 
Cassandra Adoption on Cisco UCS & Open stack
Cassandra Adoption on Cisco UCS & Open stackCassandra Adoption on Cisco UCS & Open stack
Cassandra Adoption on Cisco UCS & Open stackDataStax Academy
 
Data Modeling for Apache Cassandra
Data Modeling for Apache CassandraData Modeling for Apache Cassandra
Data Modeling for Apache CassandraDataStax Academy
 
Cassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & Python
Cassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & PythonCassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & Python
Cassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & PythonDataStax Academy
 
Cassandra @ Sony: The good, the bad, and the ugly part 1
Cassandra @ Sony: The good, the bad, and the ugly part 1Cassandra @ Sony: The good, the bad, and the ugly part 1
Cassandra @ Sony: The good, the bad, and the ugly part 1DataStax Academy
 
Cassandra @ Sony: The good, the bad, and the ugly part 2
Cassandra @ Sony: The good, the bad, and the ugly part 2Cassandra @ Sony: The good, the bad, and the ugly part 2
Cassandra @ Sony: The good, the bad, and the ugly part 2DataStax Academy
 
Standing Up Your First Cluster
Standing Up Your First ClusterStanding Up Your First Cluster
Standing Up Your First ClusterDataStax Academy
 
Real Time Analytics with Dse
Real Time Analytics with DseReal Time Analytics with Dse
Real Time Analytics with DseDataStax Academy
 
Introduction to Data Modeling with Apache Cassandra
Introduction to Data Modeling with Apache CassandraIntroduction to Data Modeling with Apache Cassandra
Introduction to Data Modeling with Apache CassandraDataStax Academy
 
Enabling Search in your Cassandra Application with DataStax Enterprise
Enabling Search in your Cassandra Application with DataStax EnterpriseEnabling Search in your Cassandra Application with DataStax Enterprise
Enabling Search in your Cassandra Application with DataStax EnterpriseDataStax Academy
 
Advanced Data Modeling with Apache Cassandra
Advanced Data Modeling with Apache CassandraAdvanced Data Modeling with Apache Cassandra
Advanced Data Modeling with Apache CassandraDataStax Academy
 
Apache Cassandra and Drivers
Apache Cassandra and DriversApache Cassandra and Drivers
Apache Cassandra and DriversDataStax Academy
 

Mehr von DataStax Academy (20)

Forrester CXNYC 2017 - Delivering great real-time cx is a true craft
Forrester CXNYC 2017 - Delivering great real-time cx is a true craftForrester CXNYC 2017 - Delivering great real-time cx is a true craft
Forrester CXNYC 2017 - Delivering great real-time cx is a true craft
 
Introduction to DataStax Enterprise Graph Database
Introduction to DataStax Enterprise Graph DatabaseIntroduction to DataStax Enterprise Graph Database
Introduction to DataStax Enterprise Graph Database
 
Introduction to DataStax Enterprise Advanced Replication with Apache Cassandra
Introduction to DataStax Enterprise Advanced Replication with Apache CassandraIntroduction to DataStax Enterprise Advanced Replication with Apache Cassandra
Introduction to DataStax Enterprise Advanced Replication with Apache Cassandra
 
Cassandra on Docker @ Walmart Labs
Cassandra on Docker @ Walmart LabsCassandra on Docker @ Walmart Labs
Cassandra on Docker @ Walmart Labs
 
Cassandra 3.0 Data Modeling
Cassandra 3.0 Data ModelingCassandra 3.0 Data Modeling
Cassandra 3.0 Data Modeling
 
Cassandra Adoption on Cisco UCS & Open stack
Cassandra Adoption on Cisco UCS & Open stackCassandra Adoption on Cisco UCS & Open stack
Cassandra Adoption on Cisco UCS & Open stack
 
Data Modeling for Apache Cassandra
Data Modeling for Apache CassandraData Modeling for Apache Cassandra
Data Modeling for Apache Cassandra
 
Coursera Cassandra Driver
Coursera Cassandra DriverCoursera Cassandra Driver
Coursera Cassandra Driver
 
Cassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & Python
Cassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & PythonCassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & Python
Cassandra @ Netflix: Monitoring C* at Scale, Gossip and Tickler & Python
 
Cassandra @ Sony: The good, the bad, and the ugly part 1
Cassandra @ Sony: The good, the bad, and the ugly part 1Cassandra @ Sony: The good, the bad, and the ugly part 1
Cassandra @ Sony: The good, the bad, and the ugly part 1
 
Cassandra @ Sony: The good, the bad, and the ugly part 2
Cassandra @ Sony: The good, the bad, and the ugly part 2Cassandra @ Sony: The good, the bad, and the ugly part 2
Cassandra @ Sony: The good, the bad, and the ugly part 2
 
Standing Up Your First Cluster
Standing Up Your First ClusterStanding Up Your First Cluster
Standing Up Your First Cluster
 
Real Time Analytics with Dse
Real Time Analytics with DseReal Time Analytics with Dse
Real Time Analytics with Dse
 
Introduction to Data Modeling with Apache Cassandra
Introduction to Data Modeling with Apache CassandraIntroduction to Data Modeling with Apache Cassandra
Introduction to Data Modeling with Apache Cassandra
 
Cassandra Core Concepts
Cassandra Core ConceptsCassandra Core Concepts
Cassandra Core Concepts
 
Enabling Search in your Cassandra Application with DataStax Enterprise
Enabling Search in your Cassandra Application with DataStax EnterpriseEnabling Search in your Cassandra Application with DataStax Enterprise
Enabling Search in your Cassandra Application with DataStax Enterprise
 
Bad Habits Die Hard
Bad Habits Die Hard Bad Habits Die Hard
Bad Habits Die Hard
 
Advanced Data Modeling with Apache Cassandra
Advanced Data Modeling with Apache CassandraAdvanced Data Modeling with Apache Cassandra
Advanced Data Modeling with Apache Cassandra
 
Advanced Cassandra
Advanced CassandraAdvanced Cassandra
Advanced Cassandra
 
Apache Cassandra and Drivers
Apache Cassandra and DriversApache Cassandra and Drivers
Apache Cassandra and Drivers
 

Kürzlich hochgeladen

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Cassandra Day Atlanta 2015: Troubleshooting with Apache Cassandra

  • 1. Troubleshooting Cassandra nodetool & system.log deep dive J.B. Langston, Senior Support Engineer
  • 2. Company Confidential© 2014 DataStax, All Rights Reserved. Agenda 2 1 Things to keep in mind 2 Useful Linux & Java tools 3 Useful nodetool commands 4 Things to look for in system.log
  • 3. Company Confidential© 2014 DataStax, All Rights Reserved. Troubleshooting Process 3 1 Ask what changed 2 Determine which nodes have problems 3 Find and understand errors 4 Examine bottlenecks 5 Determine root cause 6 Take corrective action
  • 4. Company Confidential© 2014 DataStax, All Rights Reserved. Troubleshooting Process 4 1 Ask what changed 2 Determine which nodes have problems 3 Find and understand errors 4 Examine bottlenecks 5 Share relevant information 6 Ask for help
  • 5. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed?
  • 6. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?

  • 7. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change?
  • 8. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change? • Settings
  • 9. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change? • Settings • Application Code
  • 10. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load
  • 11. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume
  • 12. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware
  • 13. Company Confidential© 2014 DataStax, All Rights Reserved. 5 What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 14. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 15. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 • Did you upgrade? What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 16. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 • Did you upgrade? • Cassandra What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 17. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 • Did you upgrade? • Cassandra • Kernel What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 18. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 • Did you upgrade? • Cassandra • Kernel • JVM What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 19. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 • Did you upgrade? • Cassandra • Kernel • JVM • Driver
 What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 20. Company Confidential© 2014 DataStax, All Rights Reserved. 5 • Does it work in another environment? 
 • Did you upgrade? • Cassandra • Kernel • JVM • Driver
 • Change one thing at a time! What changed? • Did it work before?
 • What did you change? • Settings • Application Code • Read/Write Load • Data Volume • Hardware • Network
  • 21. Company Confidential© 2014 DataStax, All Rights Reserved. 6 Cassandra Processes
  • 22. Company Confidential© 2014 DataStax, All Rights Reserved. 6 Cassandra Processes • Startup

  • 23. Company Confidential© 2014 DataStax, All Rights Reserved. 6 Cassandra Processes • Startup
 • Foreground
  • 24. Company Confidential© 2014 DataStax, All Rights Reserved. 6 Cassandra Processes • Startup
 • Foreground • Coordinating requests
  • 25. Company Confidential© 2014 DataStax, All Rights Reserved. 6 Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads
  • 26. Company Confidential© 2014 DataStax, All Rights Reserved. 6 Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 27. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 28. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background • Flushes Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 29. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background • Flushes • Compactions Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 30. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background • Flushes • Compactions • Garbage collections Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 31. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background • Flushes • Compactions • Garbage collections • Gossip Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 32. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background • Flushes • Compactions • Garbage collections • Gossip • Hinted Handoff Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 33. Company Confidential© 2014 DataStax, All Rights Reserved. 6 • Background • Flushes • Compactions • Garbage collections • Gossip • Hinted Handoff • Read Repair Cassandra Processes • Startup
 • Foreground • Coordinating requests • Local reads • Local writes
  • 34. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources
  • 35. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU
  • 36. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization
  • 37. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization • Multi Core utilization

  • 38. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory
  • 39. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space
  • 40. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space
  • 41. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache

  • 42. Company Confidential© 2014 DataStax, All Rights Reserved. 7 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 43. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 44. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 45. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space • I/O bandwidth
 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 46. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space • I/O bandwidth
 • Network
 System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 47. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space • I/O bandwidth
 • Network
 • OS Resources/Limits System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 48. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space • I/O bandwidth
 • Network
 • OS Resources/Limits • File Handles System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 49. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space • I/O bandwidth
 • Network
 • OS Resources/Limits • File Handles • Processes System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 50. Company Confidential© 2014 DataStax, All Rights Reserved. 7 • Disk • Disk space • I/O bandwidth
 • Network
 • OS Resources/Limits • File Handles • Processes • Mapped Memory System Resources • CPU • Single Core utilization • Multi Core utilization
 • Memory • Heap space • Off-heap space • OS page cache
 • Garbage Collection
  • 51. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands
  • 52. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you…
  • 53. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process
  • 54. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process
  • 55. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process df Free disk space
  • 56. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process df Free disk space iostat -x I/O bandwidth utilization
  • 57. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process df Free disk space iostat -x I/O bandwidth utilization free -m Memory and cache usage
  • 58. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process df Free disk space iostat -x I/O bandwidth utilization free -m Memory and cache usage netstat -an Network connections established
  • 59. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process df Free disk space iostat -x I/O bandwidth utilization free -m Memory and cache usage netstat -an Network connections established iftop Network bandwidth utilization
  • 60. Company Confidential© 2014 DataStax, All Rights Reserved. 8 Linux monitoring commands Command What it tells you… top CPU utilization and memory use per process top -H CPU utilization per thread, memory use is still per process df Free disk space iostat -x I/O bandwidth utilization free -m Memory and cache usage netstat -an Network connections established iftop Network bandwidth utilization sar All (most) of the above, with history!
  • 61. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands
  • 62. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you…
  • 63. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you… jstack -l Status and stack trace of each thread
  • 64. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you… jstack -l Status and stack trace of each thread jmap -histo Types of objects on the heap (optionally only live objects)
  • 65. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you… jstack -l Status and stack trace of each thread jmap -histo Types of objects on the heap (optionally only live objects) jmap -heap Size and usage of each java heap generation
  • 66. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you… jstack -l Status and stack trace of each thread jmap -histo Types of objects on the heap (optionally only live objects) jmap -heap Size and usage of each java heap generation jstat -gccause Causes of gc activity
  • 67. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you… jstack -l Status and stack trace of each thread jmap -histo Types of objects on the heap (optionally only live objects) jmap -heap Size and usage of each java heap generation jstat -gccause Causes of gc activity jmap -dump Take a heap dump for further analysis
  • 68. Company Confidential© 2014 DataStax, All Rights Reserved. 9 Java monitoring commands Command What it tells you… jstack -l Status and stack trace of each thread jmap -histo Types of objects on the heap (optionally only live objects) jmap -heap Size and usage of each java heap generation jstat -gccause Causes of gc activity jmap -dump Take a heap dump for further analysis MemoryAnalyzer Post-mortem heap-dump analysis
  • 69. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands
  • 70. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you…
  • 71. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status
  • 72. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node
  • 73. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node tpstats Statistics about each thread pool on a single node
  • 74. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node tpstats Statistics about each thread pool on a single node cfstats Summary statistics for all tables and keyspaces on a single node
  • 75. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node tpstats Statistics about each thread pool on a single node cfstats Summary statistics for all tables and keyspaces on a single node cfhistograms Detailed statistics for a specific table on the local node
  • 76. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node tpstats Statistics about each thread pool on a single node cfstats Summary statistics for all tables and keyspaces on a single node cfhistograms Detailed statistics for a specific table on the local node proxyhistograms Latency statistics for requests coordinated the local node
  • 77. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node tpstats Statistics about each thread pool on a single node cfstats Summary statistics for all tables and keyspaces on a single node cfhistograms Detailed statistics for a specific table on the local node proxyhistograms Latency statistics for requests coordinated the local node compactionstats Compactions pending and in progress
  • 78. Company Confidential© 2014 DataStax, All Rights Reserved. 10 nodetool commands Command What it tells you… status / ring Overall cluster status info Status, memory usage, and caches for a single node tpstats Statistics about each thread pool on a single node cfstats Summary statistics for all tables and keyspaces on a single node cfhistograms Detailed statistics for a specific table on the local node proxyhistograms Latency statistics for requests coordinated the local node compactionstats Compactions pending and in progress netstats Network activity: streams, read repair, and in-flight commands
  • 79. Company Confidential© 2014 DataStax, All Rights Reserved. 11 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 80. Company Confidential© 2014 DataStax, All Rights Reserved. 12 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 81. Company Confidential© 2014 DataStax, All Rights Reserved. 13 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 82. Company Confidential© 2014 DataStax, All Rights Reserved. 14 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 83. Company Confidential© 2014 DataStax, All Rights Reserved. 15 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 84. Company Confidential© 2014 DataStax, All Rights Reserved. 16 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 85. Company Confidential© 2014 DataStax, All Rights Reserved. 17 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 86. Company Confidential© 2014 DataStax, All Rights Reserved. 18 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 87. Company Confidential© 2014 DataStax, All Rights Reserved. 19 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 88. Company Confidential© 2014 DataStax, All Rights Reserved. 20 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 89. Company Confidential© 2014 DataStax, All Rights Reserved. 21 nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.173.171.164 22.78 MB 1 16.7% 67b3823f-6663-47d0-a04f-5914081e275c 1b DN 54.174.19.98 22.82 MB 1 16.7% 48d6f717-017b-4868-a525-b396d3f899aa 1b UN 54.174.245.247 22.68 MB 1 16.7% 6817e9ca-e79d-4fed-946e-7318bcfd5343 1b Datacenter: us-west =================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 54.153.107.100 22.72 MB 1 16.7% 4abf0a7a-00ef-441a-9f70-046cd9fe1c0c 1a UN 54.153.108.157 22.79 MB 1 16.7% 303f08dd-2a19-4175-98e7-97920232855b 1a UN 54.153.39.203 22.67 MB 1 16.7% d1a57a91-7aef-4878-a056-88949920724c 1a
  • 90. Company Confidential© 2014 DataStax, All Rights Reserved. 22 nodetool ring Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: us-east ========== Address Rack Status State Load Owns Token -3074457345618258603 54.174.19.98 1b Down Normal 22.82 MB 16.67% -9223372036854775808 54.174.245.247 1b Up Normal 22.68 MB 16.67% -6148914691236517206 54.173.171.164 1b Up Normal 22.78 MB 16.67% -3074457345618258603 Datacenter: us-west ========== Address Rack Status State Load Owns Token 6148914691236517205 54.153.39.203 1a Up Normal 22.67 MB 16.67% 0 54.153.107.100 1a Up Normal 22.72 MB 16.67% 3074457345618258602 54.153.108.157 1a Up Normal 22.79 MB 16.67% 6148914691236517205
  • 91. Company Confidential© 2014 DataStax, All Rights Reserved. 23 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 92. Company Confidential© 2014 DataStax, All Rights Reserved. 24 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 93. Company Confidential© 2014 DataStax, All Rights Reserved. 25 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 94. Company Confidential© 2014 DataStax, All Rights Reserved. 26 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 95. Company Confidential© 2014 DataStax, All Rights Reserved. 27 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 96. Company Confidential© 2014 DataStax, All Rights Reserved. 28 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 97. Company Confidential© 2014 DataStax, All Rights Reserved. 29 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 98. Company Confidential© 2014 DataStax, All Rights Reserved. 30 nodetool info Token : -6148914691236517206 ID : 6817e9ca-e79d-4fed-946e-7318bcfd5343 Gossip active : true Thrift active : true Native Transport active: true Load : 22.68 MB Generation No : 1426523950 Uptime (seconds) : 1557 Heap Memory (MB) : 270.85 / 1842.00 Off Heap Memory (MB) : 0.11 Data Center : us-east Rack : 1b Exceptions : 0 Key Cache : size 2368 (bytes), capacity 96468992 (bytes), 104 hits, 128 requests, 0.813 recent hit rate, 14400 save period in seconds Row Cache : size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period in seconds
  • 99. Company Confidential© 2014 DataStax, All Rights Reserved. 31 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 100. Company Confidential© 2014 DataStax, All Rights Reserved. 32 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 101. Company Confidential© 2014 DataStax, All Rights Reserved. 33 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 102. Company Confidential© 2014 DataStax, All Rights Reserved. 34 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 103. Company Confidential© 2014 DataStax, All Rights Reserved. 35 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 104. Company Confidential© 2014 DataStax, All Rights Reserved. 36 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 105. Company Confidential© 2014 DataStax, All Rights Reserved. 37 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 106. Company Confidential© 2014 DataStax, All Rights Reserved. 38 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 107. Company Confidential© 2014 DataStax, All Rights Reserved. 39 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 108. Company Confidential© 2014 DataStax, All Rights Reserved. 40 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 109. Company Confidential© 2014 DataStax, All Rights Reserved. 41 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 110. Company Confidential© 2014 DataStax, All Rights Reserved. 42 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 111. Company Confidential© 2014 DataStax, All Rights Reserved. 43 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 112. Company Confidential© 2014 DataStax, All Rights Reserved. 44 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 113. Company Confidential© 2014 DataStax, All Rights Reserved. 45 nodetool tpstats Pool Name Active Pending Completed Blocked All time blocked ReadStage 0 2 20487 0 0 RequestResponseStage 0 0 2787111 0 0 MutationStage 32 8713 1735129 0 0 ReadRepairStage 0 0 2641 0 0 ReplicateOnWriteStage 0 0 0 0 0 GossipStage 0 0 34421 0 0 CacheCleanupExecutor 0 0 1 0 0 MigrationStage 0 0 1 0 0 MemoryMeter 1 1 71 0 0 FlushWriter 1 4 73 0 5 ValidationExecutor 0 0 42 0 0 InternalResponseStage 0 0 188 0 0 AntiEntropyStage 0 0 610 0 0 MemtablePostFlusher 1 4 358 0 0 MiscStage 0 0 43 0 0 PendingRangeCalculator 0 0 6 0 0 commitlog_archiver 0 0 0 0 0 CompactionExecutor 2 5 125 0 0 AntiEntropySessions 1 1 13 0 0 HintedHandoff 2 4 34 0 0 Message type Dropped RANGE_SLICE 0 READ_REPAIR 7 PAGED_RANGE 0 BINARY 0 READ 0 MUTATION 42993 _TRACE 0 REQUEST_RESPONSE 0 COUNTER_MUTATION 0
  • 114. Company Confidential© 2014 DataStax, All Rights Reserved. 46 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 115. Company Confidential© 2014 DataStax, All Rights Reserved. 47 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 116. Company Confidential© 2014 DataStax, All Rights Reserved. 48 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 117. Company Confidential© 2014 DataStax, All Rights Reserved. 49 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 118. Company Confidential© 2014 DataStax, All Rights Reserved. 50 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 119. Company Confidential© 2014 DataStax, All Rights Reserved. 51 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 120. Company Confidential© 2014 DataStax, All Rights Reserved. 52 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 121. Company Confidential© 2014 DataStax, All Rights Reserved. 53 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 122. Company Confidential© 2014 DataStax, All Rights Reserved. 54 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 123. Company Confidential© 2014 DataStax, All Rights Reserved. 55 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 124. Company Confidential© 2014 DataStax, All Rights Reserved. 56 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 125. Company Confidential© 2014 DataStax, All Rights Reserved. 57 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 126. Company Confidential© 2014 DataStax, All Rights Reserved. 58 nodetool cfstats Keyspace: Keyspace1 Read Count: 282781 Read Latency: 1.0155043372786716 ms. Write Count: 2700184 Write Latency: 0.07415620861393149 ms. Pending Tasks: 0 Table: Standard1 SSTable count: 5 Space used (live), bytes: 656644536 Space used (total), bytes: 656644536 Off heap memory used (total), bytes: 4221251 SSTable Compression Ratio: 0.0 Number of keys (estimate): 2182272 Memtable cell count: 215155 Memtable data size, bytes: 67222188 Memtable switch count: 72 Local read count: 282781 Local read latency: 1.016 ms Local write count: 2700943 Local write latency: 0.074 ms Pending tasks: 0 Bloom filter false positives: 379 Bloom filter false ratio: 0.00097 Bloom filter space used, bytes: 3897360 Bloom filter off heap memory used, bytes: 3897320 Index summary off heap memory used, bytes: 323931 Compression metadata off heap memory used, bytes: 0 Compacted partition minimum bytes: 259 Compacted partition maximum bytes: 310 Compacted partition mean bytes: 310 Average live cells per slice (last five minutes): 5.0 Average tombstones per slice (last five minutes): 0.0
  • 127. Company Confidential© 2014 DataStax, All Rights Reserved. 59 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 128. Company Confidential© 2014 DataStax, All Rights Reserved. 60 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 129. Company Confidential© 2014 DataStax, All Rights Reserved. 61 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 130. Company Confidential© 2014 DataStax, All Rights Reserved. 62 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 131. Company Confidential© 2014 DataStax, All Rights Reserved. 63 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 132. Company Confidential© 2014 DataStax, All Rights Reserved. 64 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 133. Company Confidential© 2014 DataStax, All Rights Reserved. 65 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 134. Company Confidential© 2014 DataStax, All Rights Reserved. 66 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 135. Company Confidential© 2014 DataStax, All Rights Reserved. 67 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 136. Company Confidential© 2014 DataStax, All Rights Reserved. 68 nodetool cfhistograms Keyspace1/Standard1 histograms SSTables per Read 1 sstables: 14250 2 sstables: 42908 3 sstables: 97878 4 sstables: 126087 5 sstables: 745 6 sstables: 295 7 sstables: 122 8 sstables: 448 10 sstables: 37 12 sstables: 10 14 sstables: 1 Partition Size (bytes) 1131752 bytes: 1093 1358102 bytes: 479 1629722 bytes: 364 1955666 bytes: 343 2346799 bytes: 73 2816159 bytes: 134 3379391 bytes: 7 4055269 bytes: 0 4866323 bytes: 2 Cell Count per Partition 103 cells: 112 124 cells: 5130 149 cells: 2458 179 cells: 1704 215 cells: 1460 258 cells: 823 310 cells: 1327 372 cells: 1331 446 cells: 49295 535 cells: 9091 642 cells: 11892 770 cells: 3908 924 cells: 14532 1109 cells: 20898 1331 cells: 8491 1597 cells: 8140 1916 cells: 4010 2299 cells: 19476 2759 cells: 15112 3311 cells: 10812 3973 cells: 12763 4768 cells: 18597 5722 cells: 5765 6866 cells: 11340
  • 137. Company Confidential© 2014 DataStax, All Rights Reserved. 69 nodetool cfhistograms Write Latency (microseconds) 4 us: 83 5 us: 9004 6 us: 73288 7 us: 211239 8 us: 321305 10 us: 607511 12 us: 438101 14 us: 440503 17 us: 459036 20 us: 211763 24 us: 97240 29 us: 43564 35 us: 29579 42 us: 22575 50 us: 10442 60 us: 4842 72 us: 3566 86 us: 4323 103 us: 2038 124 us: 6192 149 us: 6850 179 us: 2657 215 us: 4536 258 us: 1839 Read Latency (microseconds) 42 us: 29 50 us: 132 60 us: 1225 72 us: 4791 86 us: 13031 103 us: 18526 124 us: 21151 149 us: 21085 179 us: 16528 215 us: 19259 258 us: 39965 310 us: 55015 372 us: 29344 446 us: 11347 535 us: 5692 642 us: 5395 770 us: 3550 924 us: 2649 1109 us: 1379 1331 us: 1084 1597 us: 1266 1916 us: 1492 2299 us: 2032 2759 us: 1494
  • 138. Company Confidential© 2014 DataStax, All Rights Reserved. 70 nodetool cfhistograms Write Latency (microseconds) 4 us: 83 5 us: 9004 6 us: 73288 7 us: 211239 8 us: 321305 10 us: 607511 12 us: 438101 14 us: 440503 17 us: 459036 20 us: 211763 24 us: 97240 29 us: 43564 35 us: 29579 42 us: 22575 50 us: 10442 60 us: 4842 72 us: 3566 86 us: 4323 103 us: 2038 124 us: 6192 149 us: 6850 179 us: 2657 215 us: 4536 258 us: 1839 Read Latency (microseconds) 42 us: 29 50 us: 132 60 us: 1225 72 us: 4791 86 us: 13031 103 us: 18526 124 us: 21151 149 us: 21085 179 us: 16528 215 us: 19259 258 us: 39965 310 us: 55015 372 us: 29344 446 us: 11347 535 us: 5692 642 us: 5395 770 us: 3550 924 us: 2649 1109 us: 1379 1331 us: 1084 1597 us: 1266 1916 us: 1492 2299 us: 2032 2759 us: 1494
  • 139. Company Confidential© 2014 DataStax, All Rights Reserved. 71 nodetool cfhistograms Write Latency (microseconds) 4 us: 83 5 us: 9004 6 us: 73288 7 us: 211239 8 us: 321305 10 us: 607511 12 us: 438101 14 us: 440503 17 us: 459036 20 us: 211763 24 us: 97240 29 us: 43564 35 us: 29579 42 us: 22575 50 us: 10442 60 us: 4842 72 us: 3566 86 us: 4323 103 us: 2038 124 us: 6192 149 us: 6850 179 us: 2657 215 us: 4536 258 us: 1839 Read Latency (microseconds) 42 us: 29 50 us: 132 60 us: 1225 72 us: 4791 86 us: 13031 103 us: 18526 124 us: 21151 149 us: 21085 179 us: 16528 215 us: 19259 258 us: 39965 310 us: 55015 372 us: 29344 446 us: 11347 535 us: 5692 642 us: 5395 770 us: 3550 924 us: 2649 1109 us: 1379 1331 us: 1084 1597 us: 1266 1916 us: 1492 2299 us: 2032 2759 us: 1494
  • 140. Company Confidential© 2014 DataStax, All Rights Reserved. 72 nodetool cfhistograms Write Latency (microseconds) 4 us: 83 5 us: 9004 6 us: 73288 7 us: 211239 8 us: 321305 10 us: 607511 12 us: 438101 14 us: 440503 17 us: 459036 20 us: 211763 24 us: 97240 29 us: 43564 35 us: 29579 42 us: 22575 50 us: 10442 60 us: 4842 72 us: 3566 86 us: 4323 103 us: 2038 124 us: 6192 149 us: 6850 179 us: 2657 215 us: 4536 258 us: 1839 Read Latency (microseconds) 42 us: 29 50 us: 132 60 us: 1225 72 us: 4791 86 us: 13031 103 us: 18526 124 us: 21151 149 us: 21085 179 us: 16528 215 us: 19259 258 us: 39965 310 us: 55015 372 us: 29344 446 us: 11347 535 us: 5692 642 us: 5395 770 us: 3550 924 us: 2649 1109 us: 1379 1331 us: 1084 1597 us: 1266 1916 us: 1492 2299 us: 2032 2759 us: 1494
  • 141. Company Confidential© 2014 DataStax, All Rights Reserved. 73 nodetool proxyhistograms Read Latency (microseconds) 124 us: 18 149 us: 445 179 us: 5866 215 us: 14541 258 us: 19123 310 us: 20941 372 us: 32847 446 us: 37464 535 us: 26451 642 us: 25291 770 us: 37870 924 us: 35865 1109 us: 30432 1331 us: 22929 1597 us: 17592 1916 us: 12895 2299 us: 9760 2759 us: 7887 3311 us: 6024 3973 us: 4751 4768 us: 3691 5722 us: 3038 6866 us: 2453 8239 us: 1991 Write Latency (microseconds) 29 us: 4 35 us: 60 42 us: 331 50 us: 471 60 us: 1334 72 us: 2856 86 us: 4661 103 us: 65741 124 us: 37999 149 us: 42697 179 us: 45598 215 us: 30515 258 us: 23481 310 us: 21831 372 us: 22741 446 us: 26045 535 us: 33045 642 us: 43533 770 us: 51021 924 us: 57496 1109 us: 61548 1331 us: 60741 1597 us: 57538 1916 us: 52255
  • 142. Company Confidential© 2014 DataStax, All Rights Reserved. 74 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 143. Company Confidential© 2014 DataStax, All Rights Reserved. 75 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 144. Company Confidential© 2014 DataStax, All Rights Reserved. 76 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 145. Company Confidential© 2014 DataStax, All Rights Reserved. 77 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 146. Company Confidential© 2014 DataStax, All Rights Reserved. 78 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 147. Company Confidential© 2014 DataStax, All Rights Reserved. 79 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 148. Company Confidential© 2014 DataStax, All Rights Reserved. 80 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 149. Company Confidential© 2014 DataStax, All Rights Reserved. 81 nodetool compactionstats pending tasks: 7 compaction type keyspace table completed total unit progress Compaction Keyspace1 Standard1 65967769 154639724 bytes 42.66% Compaction Keyspace1 Standard1 53880334 227493794 bytes 23.68% Active compaction remaining time : 0h00m15s pending tasks: 1 compaction type keyspace table completed total unit progress Validation Keyspace1 Standard1 74684443 95178582 bytes 78.47% Active compaction remaining time : n/a
  • 150. Company Confidential© 2014 DataStax, All Rights Reserved. 82 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 151. Company Confidential© 2014 DataStax, All Rights Reserved. 83 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 152. Company Confidential© 2014 DataStax, All Rights Reserved. 84 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 153. Company Confidential© 2014 DataStax, All Rights Reserved. 85 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 154. Company Confidential© 2014 DataStax, All Rights Reserved. 86 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 155. Company Confidential© 2014 DataStax, All Rights Reserved. 87 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 156. Company Confidential© 2014 DataStax, All Rights Reserved. 88 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 157. Company Confidential© 2014 DataStax, All Rights Reserved. 89 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081
  • 158. Company Confidential© 2014 DataStax, All Rights Reserved. 90 nodetool netstats Mode: NORMAL Repair 028763b0-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.19.98 Receiving 6 files, 117949006 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-162-Data.db 851792/17950738 bytes(4%) received from /54.174.19.98 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 3786324/46561942 bytes(8%) sent to /54.174.19.98 Repair 020ed850-cc1e-11e4-a20c-a1d01a3fbf30 /54.174.245.247 Receiving 4 files, 93304584 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-161-Data.db 6094594/46561942 bytes(13%) received from /54.174.245.247 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 34195028/46561942 bytes(73%) sent to /54.174.245.247 Repair 018c88f0-cc1e-11e4-a20c-a1d01a3fbf30 /54.153.39.203 (using /172.31.10.65) Receiving 3 files, 49959102 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-160-Data.db 9371380/46561942 bytes(20%) received from /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-tmp-jb-159-Data.db 2533414/2533414 bytes(100%) received from /54.153.39.203 Sending 2 files, 47709526 bytes total /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-158-Data.db 1147584/1147584 bytes(100%) sent to /54.153.39.203 /var/lib/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-jb-157-Data.db 46561942/46561942 bytes(100%) sent to /54.153.39.203 Read Repair Statistics: Attempted: 39576 Mismatch (Blocking): 0 Mismatch (Background): 746 Pool Name Active Pending Completed Commands n/a 58 2545817 Responses n/a 0 2833081