[
https://issues.apache.org/jira/browse/GEODE-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421001#comment-16421001
]
ASF subversion and git services commented on GEODE-2321:
--------------------------------------------------------
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 application works incorrectly in some locales
> ---------------------------------------------------
>
> Key: GEODE-2321
> URL: https://issues.apache.org/jira/browse/GEODE-2321
> Project: Geode
> Issue Type: Bug
> Components: pulse
> Reporter: Vadim Lotarev
> Priority: Major
> Labels: pull-request-available, starter
> Fix For: 1.6.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I noticed that Pulse application is not able to show cluster view in my
> locale. Doing some investigations I revealed the warning messages like:
> {{serviceException \[for service ClusterDetails\] = For input string: "2,71"}}
> {{serviceException \[for service ClusterMembersRGraph\] = For input string:
> "58,27"}}
> I guess the reason is in parsing numeric values - it looks like coma "," is
> hard coded in Pulse as a decimal separator; so if your region settings have
> separate value (like mine - ".") you'll get such a problem. The workaround
> could be to force usage of US region starting locator:
> {{--J=-Duser.region=US}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)