Riduidel commented on a change in pull request #3570: Fix for NIFI-6422
URL: https://github.com/apache/nifi/pull/3570#discussion_r330621230
##########
File path:
nifi-commons/nifi-utils/src/main/java/org/apache/nifi/util/FormatUtils.java
##########
@@ -110,7 +111,7 @@ private static String pad3Places(final long val) {
*/
public static String formatDataSize(final double dataSize) {
// initialize the formatter
- final NumberFormat format = NumberFormat.getNumberInstance();
+ final NumberFormat format = NumberFormat.getNumberInstance(Locale.US);
Review comment:
No, it's not the reason, I can't remember why. I will rollback that part.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services