GitHub user sk0x50 opened a pull request:
https://github.com/apache/ignite/pull/3366 ignite-7396: fixed NullPointerException
In case of a newly joined node does not specify ATTR_DATA_REGIONS_OFFHEAP_SIZE via node attributes, IgniteUtils.offheapSize() throws NullPointerException
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/sk0x50/ignite ignite-7396
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3366.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3366
----
commit 769348dbb4db5be315ee497a71233b4b398cecc6
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-01-12T13:19:04Z
ignite-7396: fixed NPE
----
---