Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.0
-
Important
Description
The method
org.apache.drill.exec.server.rest.profile.TableBuilder.appendMillis(long, String)
has a bug where the human readable translation of a 1+ hr duration in milliseconds is reported incorrectly.
This has to do with the
SimpleDateFormat.format()
method incorectly translating it.
For e.g.
long x = 4545342L; //1 hour 15 min 45.342 sec public void appendMillis(x, null);
This formats the value as
17h15m
instead of
1h15m
Attachments
Issue Links
- is required by
-
DRILL-5190 Display planning and queued time for a query in its profile page
- Closed
- links to