You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've updated the function used for log messages to display byte counts with decimal precision. This enhancement allows for more accurate and detailed representation of data sizes in logs. The modifications involve changes to MemoryUtil.java, where we've incorporated additional imports for handling larger units of bytes (EB, PB, TB, GB, MB, KB) and included logic for decimal precision display. This adjustment ensures that byte counts are no longer rounded to the nearest unit but are displayed with their exact size in the appropriate unit, down to the decimal point. This update will be particularly useful for precise monitoring and logging of data usage and storage requirements.
The text was updated successfully, but these errors were encountered:
We've updated the function used for log messages to display byte counts with decimal precision. This enhancement allows for more accurate and detailed representation of data sizes in logs. The modifications involve changes to MemoryUtil.java, where we've incorporated additional imports for handling larger units of bytes (EB, PB, TB, GB, MB, KB) and included logic for decimal precision display. This adjustment ensures that byte counts are no longer rounded to the nearest unit but are displayed with their exact size in the appropriate unit, down to the decimal point. This update will be particularly useful for precise monitoring and logging of data usage and storage requirements.
The text was updated successfully, but these errors were encountered: