0

We are running 2 nodes in a cluster - replication factor 1. After writing a burst of data, we see the following via node tool status.

  • Node 1 - load 22G (owns 48.2)
  • Node 2 - load 17G (owns 51.8)

As the payload size per record is exactly equal - what could lead to a node showing higher load despite lower ownership?

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
IUnknown
  • 9,301
  • 15
  • 50
  • 76

2 Answers2

2

Nodetool status uses the Owns column to indicate the effective percentage of the token range owned by the nodes. While GB is Size of your records

f.ald
  • 320
  • 1
  • 16
1

Dont see anything wrong here. Your data is almost evenly distributed around your two nodes which is exactly what you want for perfekt performance.

Mandraenke
  • 3,086
  • 1
  • 13
  • 26