Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.8
-
Fix Version/s: 0.9.8.1
-
Component/s: Perf4J base, Perf4j log4j extensions
-
Labels:None
-
Environment:all
-
Number of attachments :
Description
User reported a very weird looking graph from the charting servlet:
http://chart.apis.google.com/chart?cht=lxy&chtt=TPS&chs=750x400&chxt=x,x,y&chd=t:4,0,8,0,44,0,48,0,52,0|37,5,12,5,12,5,37,5,12,5|0,0,4,0,8,0,12,0,16,0,44,0,48,0,52,0|12,5,62,5,75,0,75,0,37,5,25,0,100,0,37,5&chco=ff0000,00ff00&chm=d,ff0000,0,-1,5.0|d,00ff00,1,-1,5.0&chdl=getTagHistory|searchTags&chxr=2,0,0,8&chxl=0:|07:33:20|07:33:50|07:34:30|07:35:10|07:35:40|07:36:30|07:37:10|1:|Time&chxp=0,0,0,12,0,28,0,44,0,56,0,76,0,92,0|1,50&chg=5,3,10
Need to investigate and figure out what went wrong. PerfStats log is attached.
This was an issue with running the GoogleChartGenerator under a default locale that doesn't use period as the decimal separator (like Germany, which uses a comma). I fixed this to force period as the separator regardless of locale.