Alexey Serbin has posted comments on this change. Change subject: [master] store CA information in the system table ......................................................................
Patch Set 11: (1 comment) http://gerrit.cloudera.org:8080/#/c/5793/11/src/kudu/master/catalog_manager.cc File src/kudu/master/catalog_manager.cc: Line 689: const Status s = sys_catalog_->GetCertAuthorityEntry(info.get()); > Oh, okay. I was confused; I thought the CatalogManager needed to maintain t Yep, the MasterCertAuthority holds that data in the memory and uses appropriately when a heartbeat with CSR arrives from a tablet server. So, here we just want to load that data and pass it to MasterCertAuthority which takes care of the rest. -- To view, visit http://gerrit.cloudera.org:8080/5793 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I16fa077e39f5d75f682cca7220371acdef4f0630 Gerrit-PatchSet: 11 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Dan Burkert <danburk...@apache.org> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <t...@apache.org> Gerrit-HasComments: Yes