apache/ignite

2.14.0-arm64 does not work with custom host port

sumitahuja17 opened this issue · 0 comments

2.14.0-arm64 does not work with custom host port. Ignite client is able to discover the node but when simple "hello word" compute is done, it throws "message failed for node id", whereas simply changing the host port mapping from 47502:47500 to 47500:47500. On the emded client side I tried using both MultiCast IP finder and VImipfinder with the right ports, but it just don't work. Suspecting it is image issue. The same setup works outside of docker container, even with docker default ports mapping works just fine.