-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
Documentation (Ref Guide, User Guide, etc.)
-
Low
-
-
Documented as Resolved Issue
-
ON_QA
I was searching in internet about JBM ServerPeerID and I found only "it must be a valid integer. In EAP 5.1.1 clustering guide only a schema like 0,1,2,3.. is suggested but no limitations I see mentioned. In my use case I can't assign sequential numbers because there are no means to number the nodes, so for the time being I'm using random instead. And I got:
13:07:28,647 ERROR [ExceptionUtil] ServerPeer[25123] startService java.lang.IllegalArgumentException: node id must be between 0 to 1023 inclusive, wrong id: 25123
I think that it is worth specifying that the upper limit of server peer id is 1023 in clustering guide.