Todd Lipcon has posted comments on this change. Change subject: KUDU-680. bloomfile: switch to a threadlocal cache ......................................................................
Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/6569/4/src/kudu/util/threadlocal_cache.h File src/kudu/util/threadlocal_cache.h: PS4, Line 30: // This only ensures that the ThreadLocalCache can properly destruct : // entries when the thread exits. > Ah, didn't realize the goal was to share a cache like that. OK, let me take a whack at making it work that way. Hopefully my template skills are up to snuff. -- To view, visit http://gerrit.cloudera.org:8080/6569 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id8efd7f52eb376de2a9c445458827721806d9da8 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
