Todd Lipcon has submitted this change and it was merged. Change subject: web ui: fix "percentage consumed" calculation ......................................................................
web ui: fix "percentage consumed" calculation There was a misplaced cast, so the division of consumption by limit was using an integer rather than floating point calculation. This results in the "percentage consumed" always showing 0. Change-Id: I07d5b7d5f44548120a9b31bfef43e23051e27d8e Reviewed-on: http://gerrit.cloudera.org:8080/7987 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M src/kudu/server/default-path-handlers.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7987 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I07d5b7d5f44548120a9b31bfef43e23051e27d8e Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
