Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1288. Release WAL file descriptors when deleting tablets ......................................................................
KUDU-1288. Release WAL file descriptors when deleting tablets This is a bug fix for an issue where we would leak WAL file FDs when deleting tablets. Over time, this would cause Kudu to run out of file descriptors and crash. Change-Id: I97dfac521bcd61d2b286c9a437310f40cbe7b288 Reviewed-on: http://gerrit.cloudera.org:8080/1715 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/consensus/log-test.cc M src/kudu/consensus/log.cc M src/kudu/consensus/mt-log-test.cc M src/kudu/integration-tests/delete_table-test.cc 4 files changed, 89 insertions(+), 10 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1715 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I97dfac521bcd61d2b286c9a437310f40cbe7b288 Gerrit-PatchSet: 8 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
