Eitan Suez created GEODE-1409:
---------------------------------

             Summary: Pulse view does not display cluster and members when in 
France
                 Key: GEODE-1409
                 URL: https://issues.apache.org/jira/browse/GEODE-1409
             Project: Geode
          Issue Type: Bug
          Components: pulse
            Reporter: Eitan Suez


If you setup your cluster with user.country=FR and user.language=fr (france) 
when starting your locator and servers, then when you start pulse, log in, you 
will not see your cluster nor any members.

the reason is that the http post that the client does to the pulse controller 
(/pulseUpdate) does not return members.

we see this in the pulse logs:
[WARNING 2016/05/17 10:15:56.489 CEST qtp22145019-209 tid=0xd1] (msgTID=209 
msgSN=29665) [PULSE]
[com.vmware.gemfire.tools.pulse.internal.log.PulseLogWriter]
serviceException [for service ClusterMembersRGraph] = For input string: "30,58"
 

it looks like the service exception might have some kind of number parsing 
exception when encountering numeric values formatted according to the french 
locale.  so it encounters 30,58 and doesn't properly interpret it as 30.58.. 
that has the side effect of fetching cluster information not returning anything.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to