Adar Dembo has posted comments on this change. Change subject: KUDU-1433: check stat validity before dumping mm ops ......................................................................
Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/2922/4/src/kudu/tablet/maintenance_manager.cc File src/kudu/tablet/maintenance_manager.cc: Line 397: op_pb->set_ram_anchored_bytes(0); > aren't these optional fields? leaving them unset as "N/A" seems to make mor For whatever reason they're all required fields: message MaintenanceOpPB { required string name = 1; // Number of times this operation is currently running. required uint32 running = 2; required bool runnable = 3; required uint64 ram_anchored_bytes = 4; required int64 logs_retained_bytes = 5; required double perf_improvement = 6; } -- To view, visit http://gerrit.cloudera.org:8080/2922 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4c363c8b1adb9724a2c1deb09a27a7d89d84c270 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
