Hello, I’m running Aerospike Community 3.5 on an Ubuntu 14.04 server with 1GB ram and 1GHz CPU with a non SSD hard drive (just a test server).
I’m using the Go client to either fetch data via a scan or create a record.
When I run Aerospike under a high load, reads only, it performs fine. But when run something that does more than 750 concurrent writes (with 3 instances of my Go client based app running, load balanced by nginx), the database server stops after creating about 200 or so records:
Here’s my config file:
namespace default {
replication-factor 1
memory-size 4G
default-ttl 0
storage-engine device {
file /opt/aerospike/data/default.dat
filesize 2T
data-in-memory true
}
}
Here’s the tail of the log output when it stops (last 200 or so lines):
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4796) system memory: free 189808kb ( 38 percent free )
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1014 ::: sub_objects 0
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4812) rec refs 1014 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 391680 memory inuse: 216591 (bytes) sindex memory inuse: 210842 (bytes) avail pct 99
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:25:58 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: reads (1334 total) msec
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::154) (00: 0000001198) (01: 0000000027) (02: 0000000031) (03: 0000000024)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::163) (04: 0000000036) (05: 0000000016) (06: 0000000002)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (689 total) msec
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::154) (00: 0000000601) (01: 0000000017) (02: 0000000029) (03: 0000000021)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::163) (04: 0000000015) (05: 0000000006)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (689 total) msec
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::154) (00: 0000000601) (01: 0000000017) (02: 0000000029) (03: 0000000021)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::163) (04: 0000000015) (05: 0000000006)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: query (1224 total) msec
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::154) (03: 0000000296) (04: 0000000497) (05: 0000000327) (06: 0000000068)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::163) (07: 0000000036)
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (1224 total) count
Jun 09 2015 18:25:58 GMT: INFO (info): (hist.c::163) (00: 0000000689) (04: 0000000535)
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4796) system memory: free 178984kb ( 36 percent free )
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1247 ::: sub_objects 0
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4812) rec refs 1247 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 481152 memory inuse: 266115 (bytes) sindex memory inuse: 244744 (bytes) avail pct 99
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:08 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: reads (1801 total) msec
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::154) (00: 0000001618) (01: 0000000040) (02: 0000000039) (03: 0000000039)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::163) (04: 0000000042) (05: 0000000021) (06: 0000000002)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (922 total) msec
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::154) (00: 0000000805) (01: 0000000027) (02: 0000000036) (03: 0000000028)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::163) (04: 0000000017) (05: 0000000009)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (922 total) msec
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::154) (00: 0000000805) (01: 0000000027) (02: 0000000036) (03: 0000000028)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::163) (04: 0000000017) (05: 0000000009)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: query (1690 total) msec
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::154) (03: 0000000386) (04: 0000000705) (05: 0000000482) (06: 0000000081)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::163) (07: 0000000036)
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (1690 total) count
Jun 09 2015 18:26:08 GMT: INFO (info): (hist.c::163) (00: 0000000923) (04: 0000000767)
Jun 09 2015 18:26:10 GMT: INFO (drv_ssd): (drv_ssd.c::2536) device /opt/aerospike/data/default.dat: used 518016, contig-free 2097150M (2097150 wblocks), swb-free 0, n-w 0, w-q 0 w-tot 0 (0.0/s), defrag-q 0 defrag-tot 4 (0.0/s)
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4796) system memory: free 189368kb ( 38 percent free )
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1514 ::: sub_objects 0
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4812) rec refs 1514 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 583680 memory inuse: 322887 (bytes) sindex memory inuse: 283314 (bytes) avail pct 99
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:18 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: reads (2334 total) msec
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::154) (00: 0000002078) (01: 0000000057) (02: 0000000061) (03: 0000000053)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::163) (04: 0000000051) (05: 0000000031) (06: 0000000003)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (1189 total) msec
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (1189 total) msec
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: query (2225 total) msec
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::154) (03: 0000000443) (04: 0000000887) (05: 0000000681) (06: 0000000177)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::163) (07: 0000000037)
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (2225 total) count
Jun 09 2015 18:26:18 GMT: INFO (info): (hist.c::163) (00: 0000001189) (04: 0000001036)
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4796) system memory: free 189368kb ( 38 percent free )
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1514 ::: sub_objects 0
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4812) rec refs 1514 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 583680 memory inuse: 322887 (bytes) sindex memory inuse: 283314 (bytes) avail pct 99
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:28 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: reads (2334 total) msec
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::154) (00: 0000002078) (01: 0000000057) (02: 0000000061) (03: 0000000053)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::163) (04: 0000000051) (05: 0000000031) (06: 0000000003)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (1189 total) msec
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (1189 total) msec
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: query (2225 total) msec
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::154) (03: 0000000443) (04: 0000000887) (05: 0000000681) (06: 0000000177)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::163) (07: 0000000037)
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (2225 total) count
Jun 09 2015 18:26:28 GMT: INFO (info): (hist.c::163) (00: 0000001189) (04: 0000001036)
Jun 09 2015 18:26:30 GMT: INFO (drv_ssd): (drv_ssd.c::2536) device /opt/aerospike/data/default.dat: used 583680, contig-free 2097150M (2097150 wblocks), swb-free 0, n-w 0, w-q 0 w-tot 0 (0.0/s), defrag-q 0 defrag-tot 4 (0.0/s)
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4796) system memory: free 189376kb ( 38 percent free )
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1514 ::: sub_objects 0
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4812) rec refs 1514 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 583680 memory inuse: 322887 (bytes) sindex memory inuse: 283314 (bytes) avail pct 99
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:38 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: reads (2334 total) msec
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::154) (00: 0000002078) (01: 0000000057) (02: 0000000061) (03: 0000000053)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::163) (04: 0000000051) (05: 0000000031) (06: 0000000003)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (1189 total) msec
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (1189 total) msec
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: query (2225 total) msec
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::154) (03: 0000000443) (04: 0000000887) (05: 0000000681) (06: 0000000177)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::163) (07: 0000000037)
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (2225 total) count
Jun 09 2015 18:26:38 GMT: INFO (info): (hist.c::163) (00: 0000001189) (04: 0000001036)
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4796) system memory: free 186372kb ( 37 percent free )
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1514 ::: sub_objects 0
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4812) rec refs 1514 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 583680 memory inuse: 322887 (bytes) sindex memory inuse: 283314 (bytes) avail pct 99
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:48 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: reads (2334 total) msec
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::154) (00: 0000002078) (01: 0000000057) (02: 0000000061) (03: 0000000053)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::163) (04: 0000000051) (05: 0000000031) (06: 0000000003)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (1189 total) msec
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (1189 total) msec
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: query (2225 total) msec
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::154) (03: 0000000443) (04: 0000000887) (05: 0000000681) (06: 0000000177)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::163) (07: 0000000037)
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (2225 total) count
Jun 09 2015 18:26:48 GMT: INFO (info): (hist.c::163) (00: 0000001189) (04: 0000001036)
Jun 09 2015 18:26:50 GMT: INFO (drv_ssd): (drv_ssd.c::2536) device /opt/aerospike/data/default.dat: used 583680, contig-free 2097150M (2097150 wblocks), swb-free 0, n-w 0, w-q 0 w-tot 0 (0.0/s), defrag-q 0 defrag-tot 4 (0.0/s)
Jun 09 2015 18:26:56 GMT: INFO (nsup): (thr_nsup.c::1319) {test} nsup start
Jun 09 2015 18:26:56 GMT: INFO (nsup): (thr_nsup.c::1237) {test} Records: 0, 0 0-vt, 0(0) expired, 0(0) evicted, 0(0) set deletes, 0(0) set evicted. Evict ttls: 0,0,0.000. Waits: 0,0,0. Total time: 5 ms
Jun 09 2015 18:26:56 GMT: INFO (nsup): (thr_nsup.c::1319) {default} nsup start
Jun 09 2015 18:26:56 GMT: INFO (nsup): (thr_nsup.c::1237) {default} Records: 1514, 1514 0-vt, 0(0) expired, 0(0) evicted, 0(0) set deletes, 0(0) set evicted. Evict ttls: 0,0,0.000. Waits: 0,0,0. Total time: 7 ms
Jun 09 2015 18:26:56 GMT: INFO (nsup): (thr_nsup.c::1319) {bar} nsup start
Jun 09 2015 18:26:56 GMT: INFO (nsup): (thr_nsup.c::1237) {bar} Records: 0, 0 0-vt, 0(0) expired, 0(0) evicted, 0(0) set deletes, 0(0) set evicted. Evict ttls: 0,0,0.000. Waits: 0,0,0. Total time: 5 ms
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4796) system memory: free 186296kb ( 37 percent free )
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1514 ::: sub_objects 0
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4812) rec refs 1514 ::: rec locks 0 ::: trees 0 ::: wr reqs 0 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 0 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (15, 248, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 0 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 0
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 583680 memory inuse: 322887 (bytes) sindex memory inuse: 283314 (bytes) avail pct 99
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:26:58 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: reads (2334 total) msec
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::154) (00: 0000002078) (01: 0000000057) (02: 0000000061) (03: 0000000053)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::163) (04: 0000000051) (05: 0000000031) (06: 0000000003)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (1189 total) msec
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (1189 total) msec
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::154) (00: 0000001030) (01: 0000000041) (02: 0000000046) (03: 0000000038)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::163) (04: 0000000022) (05: 0000000012)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: query (2225 total) msec
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::154) (03: 0000000443) (04: 0000000887) (05: 0000000681) (06: 0000000177)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::163) (07: 0000000037)
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (2225 total) count
Jun 09 2015 18:26:58 GMT: INFO (info): (hist.c::163) (00: 0000001189) (04: 0000001036)
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4796) system memory: free 122700kb ( 24 percent free )
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4804) migrates in progress ( 0 , 0 ) ::: ClusterSize 1 ::: objects 1687 ::: sub_objects 0
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4812) rec refs 1687 ::: rec locks 0 ::: trees 0 ::: wr reqs 1 ::: mig tx 0 ::: mig rx 0
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4818) replica errs :: null 0 non-null 0 ::: sync copy errs :: node 0 :: master 0
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4828) trans_in_progress: wr 1 prox 0 wait 0 ::: q 0 ::: bq 0 ::: iq 0 ::: dq 0 : fds - proto (45, 278, 233) : hb (0, 0, 0) : fab (16, 16, 0)
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4830) heartbeat_received: self 0 : foreign 0
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4831) heartbeat_stats: bt 0 bf 0 nt 0 ni 0 nn 0 nnir 0 nal 0 sf1 0 sf2 0 sf3 0 sf4 0 sf5 0 sf6 0 mrf 0 eh 0 efd 0 efa 0 um 0 mcf 0 rc 0
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4844) tree_counts: nsup 0 scan 0 batch 0 dup 11553 wprocess 0 migrx 0 migtx 0 ssdr 0 ssdw 0 rw 1
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4860) namespace test: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4860) namespace default: disk inuse: 650112 memory inuse: 359647 (bytes) sindex memory inuse: 308888 (bytes) avail pct 99
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4860) namespace bar: disk inuse: 0 memory inuse: 0 (bytes) sindex memory inuse: 0 (bytes) avail pct 100
Jun 09 2015 18:27:08 GMT: INFO (info): (thr_info.c::4905) partitions: actual 12288 sync 0 desync 0 zombie 0 wait 0 absent 0
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: reads (2678 total) msec
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (00: 0000002256) (01: 0000000081) (02: 0000000081) (03: 0000000066)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (04: 0000000070) (05: 0000000069) (06: 0000000035) (07: 0000000019)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::163) (08: 0000000001)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (1361 total) msec
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (00: 0000001133) (01: 0000000046) (02: 0000000051) (03: 0000000051)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (04: 0000000030) (05: 0000000026) (06: 0000000016) (07: 0000000006)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::163) (08: 0000000002)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: writes_reply (1361 total) msec
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (00: 0000001133) (01: 0000000046) (02: 0000000051) (03: 0000000051)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (04: 0000000030) (05: 0000000026) (06: 0000000016) (07: 0000000006)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::163) (08: 0000000002)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: udf (0 total) msec
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: query (2556 total) msec
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::154) (03: 0000000452) (04: 0000000905) (05: 0000000710) (06: 0000000213)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::163) (07: 0000000147) (08: 0000000126) (10: 0000000003)
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::137) histogram dump: query_rec_count (2556 total) count
Jun 09 2015 18:27:08 GMT: INFO (info): (hist.c::163) (00: 0000001372) (04: 0000001184)
Jun 09 2015 18:27:10 GMT: INFO (drv_ssd): (drv_ssd.c::2536) device /opt/aerospike/data/default.dat: used 695040, contig-free 2097150M (2097150 wblocks), swb-free 0, n-w 0, w-q 0 w-tot 0 (0.0/s), defrag-q 0 defrag-tot 4 (0.0/s)