Currently on our servers we see following error message.
Jul 14 2017 19:17:02 GMT: WARNING (socket): (socket.c:1701) Received netlink error message
Jul 14 2017 19:17:02 GMT: FAILED ASSERTION (socket): (socket.c:2040) Error while enumerating network links
Jul 14 2017 19:17:02 GMT: WARNING (as): (signal.c:210) SIGUSR1 received, aborting Aerospike Community Edition build 3.14.1.1 os ubuntu16.04
Jul 14 2017 19:17:02 GMT: FAILED ASSERTION (socket): (socket.c:1903) Invalid interface index: 1
Jul 14 2017 19:17:02 GMT: WARNING (as): (signal.c:210) SIGUSR1 received, aborting Aerospike Community Edition build 3.14.1.1 os ubuntu16.04
Jul 14 2017 19:17:02 GMT: WARNING (as): (signal.c:79) could not register default signal handler for 6
Message is quite rare (~once per week), and leads to node restart.
Aerospike launched inside Docker Container (managed by Kubernetes)
uname - a
4.4.61-1.el7.elrepo.x86_64 #1 SMP Wed Apr 12 11:53:28 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux
docker info
Containers: 18
Running: 14
Paused: 0
Stopped: 4
Images: 25
Server Version: 1.12.6
Storage Driver: devicemapper
Pool Name: vg_system-thinpool
Pool Blocksize: 524.3 kB
Base Device Size: 10.74 GB
Backing Filesystem: xfs
Data file:
Metadata file:
Data Space Used: 4.631 GB
Data Space Total: 536.9 GB
Data Space Available: 532.2 GB
Metadata Space Used: 3.432 MB
Metadata Space Total: 10.74 GB
Metadata Space Available: 10.73 GB
Thin Pool Minimum Free Space: 53.69 GB
Udev Sync Supported: true
Deferred Removal Enabled: true
Deferred Deletion Enabled: true
Deferred Deleted Device Count: 0
Library Version: 1.02.107-RHEL7 (2016-06-09)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: null bridge overlay host
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options: seccomp
Kernel Version: 4.4.61-1.el7.elrepo.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 32
Total Memory: 62.66 GiB
Name: -----
ID: ----
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Insecure Registries:
Aerospike Conf:
service {
user root
group root
paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1.
pidfile /var/run/aerospike/asd.pid
service-threads 4
transaction-queues 4
transaction-threads-per-queue 4
migrate-threads 4
migrate-max-num-incoming 4
proto-fd-max 15000
scan-threads 8
sindex-builder-threads 8
}
network {
service {
address any
port 3000
}
heartbeat {
mode mesh
port 3002
mesh-seed-address-port aerospike-1 3002
mesh-seed-address-port aerospike-2 3002
interval 150
timeout 10
}
fabric {
port 3001
}
info {
port 3003
}
}