Steps to Reproduce:
enable and provision eventbus role and watch affected log files.
Actual Results:
The following logs are continually written to until the virtual hd is full.
/var/log/messages
/var/log/syslog
It looks like this is due to kafka-server and changeprop services being stuck in retry loops.
Sample log output:
Oct 1 15:55:00 mwv kafka-server-start[3737]: [2019-10-01 15:55:00,622] WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn)
Oct 1 15:55:00 mwv kafka-server-start[3737]: java.net.ConnectException: Connection refused
Oct 1 15:55:00 mwv kafka-server-start[3737]: #011at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
Oct 1 15:55:00 mwv kafka-server-start[3737]: #011at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
Oct 1 15:55:00 mwv kafka-server-start[3737]: #011at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
Oct 1 15:55:00 mwv kafka-server-start[3737]: #011at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
Oct 1 16:01:41 mwv systemd[1]: changeprop.service: Main process exited, code=exited, status=1/FAILURE
Oct 1 16:01:41 mwv systemd[1]: changeprop.service: Unit entered failed state.
Oct 1 16:01:41 mwv systemd[1]: changeprop.service: Failed with result 'exit-code'.
Oct 1 16:01:44 mwv systemd[1]: changeprop.service: Service hold-off time over, scheduling restart.
Oct 1 16:01:44 mwv systemd[1]: Stopped "changeprop service".
Oct 1 16:01:44 mwv systemd[1]: Started "changeprop service".
Oct 1 16:01:45 mwv kernel: [ 150.742716] node[4054]: segfault at 0 ip 00007fb533ba353a sp 00007fb53130d7e8 error 4 in libc-2.24.so[7fb533b14000+195000]
Oct 1 16:01:47 mwv kernel: [ 152.580211] node[4068]: segfault at 0 ip 00007fbfefc7d53a sp 00007fbfedbe87e8 error 4 in libc-2.24.so[7fbfefbee000+195000]
Oct 1 16:01:48 mwv kernel: [ 153.872067] node[4089]: segfault at 0 ip 00007fe1f35f853a sp 00007fe1e3ffe7e8 error 4 in libc-2.24.so[7fe1f3569000+195000]
Oct 1 16:01:50 mwv kernel: [ 155.511223] node[4108]: segfault at 0 ip 00007f385a72653a sp 00007f384affc7e8 error 4 in libc-2.24.so[7f385a697000+195000]
Expected Results:
Services to not fail and get stuck in retry loop