Hello Alexey Serbin, 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 (#4).
Change subject: [asan] improve asan success rate, k6s context init and destroy
......................................................................
[asan] improve asan success rate, k6s context init and destroy
kerborus'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.
I have encounted the scene.
Change-Id: I76a639e35fdf951787f14e0603e73e9e19da6691
---
M src/kudu/security/init.cc
M src/kudu/security/init.h
M src/kudu/server/server_base.cc
3 files changed, 26 insertions(+), 11 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/18135/4
--
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: 4
Gerrit-Owner: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)