Aerospike routing traffic

    # asadm -e info
    Seed:        [('127.0.0.1', 3000, None)]
    Config_file: /root/.aerospike/astools.conf, /etc/aerospike/astools.conf
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Network Information (2019-07-24 05:00:29 UTC)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                               Node               Node                   Ip       Build   Cluster   Migrations        Cluster     Cluster         Principal   Client       Uptime
                                  .                 Id                    .           .      Size            .            Key   Integrity                 .    Conns            .
    aerospike1.domain.com:3000   *BB9D4512311B36C   xx.xx.xx.xx:3000   C-4.3.0.7         2      0.000     930430C64D1D   True        BB9D4512311B36C     5793   3335:45:16
    aerospike2.domain.com:3000   BB9BC512311B36C    yy.yy.yy.yy:3000    C-4.3.0.7         2      0.000     930430C64D1D   True        BB9D4512311B36C     2717   2557:45:49
    Number of rows: 2

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Namespace Usage Information (2019-07-24 05:00:29 UTC)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Namespace                              Node       Total    Expirations,Evictions     Stop       Disk    Disk     HWM   Avail%          Mem     Mem    HWM      Stop
            .                                 .     Records                        .   Writes       Used   Used%   Disk%        .         Used   Used%   Mem%   Writes%
    ns1      aerospike1.domain.com:3000   654.490 M   (5.265 B, 15.957 M)      false    1.173 TB   30      80      55       108.174 GB   57      94     96
    ns1      aerospike2.domain.com:3000   654.510 M   (356.946 M, 0.000)       false    1.173 TB   21      80      69       107.878 GB   34      90     90
    ns1                                        1.309 B   (5.622 B, 15.957 M)               2.345 TB                            216.052 GB
    ns2       aerospike1.domain.com:3000     6.607 M   (146.546 M, 86.522 M)    false         N/E   N/E     50      N/E        2.243 GB   38      96     98
    ns2                                         6.607 M   (146.546 M, 86.522 M)             0.000 B                               2.243 GB
    ns3      aerospike2.domain.com:3000     0.000     (0.000,  0.000)          false         N/E   N/E     50      N/E        0.000 B    0       60     90
    ns3                                        0.000     (0.000,  0.000)                   0.000 B                               0.000 B
    Number of rows: 7

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Namespace Object Information (2019-07-24 05:00:29 UTC)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Namespace                              Node       Total     Repl                           Objects                   Tombstones             Pending   Rack
            .                                 .     Records   Factor        (Master,Prole,Non-Replica)   (Master,Prole,Non-Replica)            Migrates     ID
            .                                 .           .        .                                 .                            .             (tx,rx)      .
    ns1      aerospike1.domain.com:3000   654.490 M   2        (35.136 M, 619.354 M, 0.000)      (0.000,  0.000,  0.000)      (0.000,  0.000)     0
    ns1      aerospike2.domain.com:3000   654.510 M   2        (619.353 M, 35.157 M, 0.000)      (0.000,  0.000,  0.000)      (0.000,  0.000)     0
    ns1                                        1.309 B            (654.489 M, 654.511 M, 0.000)     (0.000,  0.000,  0.000)      (0.000,  0.000)
    ns2       aerospike1.domain.com:3000     6.608 M   1        (6.608 M, 0.000,  0.000)          (0.000,  0.000,  0.000)      (0.000,  0.000)     0
    ns2                                         6.608 M            (6.608 M, 0.000,  0.000)          (0.000,  0.000,  0.000)      (0.000,  0.000)
    ns3      aerospike2.domain.com:3000     0.000     1        (0.000,  0.000,  0.000)           (0.000,  0.000,  0.000)      (0.000,  0.000)     0
    ns3                                        0.000              (0.000,  0.000,  0.000)           (0.000,  0.000,  0.000)      (0.000,  0.000)
    Number of rows: 7

~ Configuration is a liitle bit different between nodes: aerospike1 has less disk space and memory-size than aerospike2 but as I can see aerospike1 doesn’t have stop writes flag and it has enough disk and memory space now.