Hello Tidy Bot, Alexey Serbin, Yingchun Lai, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18135
to look at the new patch set (#12).
Change subject: [asan] improve asan success rate, kerberos context init and
destroy
......................................................................
[asan] improve asan success rate, kerberos context init and destroy
kerberos's init context is global, KinitContext* g_kinit_ctx,
it used new operator, but no delete operator.
It release the memory by os when program stopping.
Some asan tests may failed, when MiniCluster restart/stop.
KinitContext should be deleted safely.
Change-Id: I76a639e35fdf951787f14e0603e73e9e19da6691
---
M src/kudu/security/init.cc
M src/kudu/security/init.h
M src/kudu/security/kinit_context.h
M src/kudu/server/server_base.cc
4 files changed, 66 insertions(+), 29 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/18135/12
--
To view, visit http://gerrit.cloudera.org:8080/18135
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I76a639e35fdf951787f14e0603e73e9e19da6691
Gerrit-Change-Number: 18135
Gerrit-PatchSet: 12
Gerrit-Owner: Yuqi Du <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Yuqi Du <[email protected]>