[
https://issues.apache.org/jira/browse/GEODE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421002#comment-16421002
]
ASF subversion and git services commented on GEODE-1409:
--------------------------------------------------------
Commit 03f6d272b15c5757001664331c99947b7e6c6a1e in geode's branch
refs/heads/feature/GEODE-4909 from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=03f6d27 ]
GEODE-2321: Pulse application works incorrectly in some locales (#1661)
- Ensure that all number formatting is consistent. Formatting, as it exists,
will be according to the US locale.
- This also fixes GEODE-1409
> 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
> Priority: Major
> Labels: starter
> Fix For: 1.6.0
>
>
> 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
(v7.6.3#76005)