[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18135
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, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/18135/1 -- 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: newchange Gerrit-Change-Id: I76a639e35fdf951787f14e0603e73e9e19da6691 Gerrit-Change-Number: 18135 Gerrit-PatchSet: 1 Gerrit-Owner: Anonymous Coward <[email protected]>
