SAP / neonbee

A reactive dataflow engine, a data stream processing framework using Vert.x
https://neonbee.io
Eclipse Public License 2.0
39 stars 17 forks source link

fix: null check #547

Closed ikalachy closed 2 months ago

ikalachy commented 2 months ago

The following exception potentially breaks the hazelcast cluster and we need to restart the cluster + approuter.

java.lang.NullPointerException: Cannot invoke "io.vertx.core.json.JsonArray.copy()" because the return value of "java.util.Map.remove(Object)" is null,
at io.neonbee.internal.cluster.entity.ClusterEntityRegistry.lambda$unregisterNode$1(ClusterEntityRegistry.java:127),
cla-assistant[bot] commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Ivan Kalachyev seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud