Aerospike scan / nsup logic

Hello, I have 2 nodes cluster which gives me next information for ‘info’ command:

But when I check nsup logs, I have only 1 billion records scanned: INFO (nsup): (thr_nsup.c:936) {} nsup-done: master-objects (1029714597,0) expired (302401902,39873) evicted (0,0) evict-ttl 0 waits (0,0) total-ms 222667

So the question is why I have 2 billion master objects, but only 1 billion objects checked.

The ‘Total Objects’ field includes both ‘master’ and ‘prole’ objects. NSUP only scans the master objects on the local node, which would be ~1 billion objects.