Dan Burkert has posted comments on this change. Change subject: fs: allow format with arbitrary uuid ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/3968/2/src/kudu/fs/fs_manager.cc File src/kudu/fs/fs_manager.cc: Line 326: metadata->set_uuid(uuid.get()); > do we want any kind of validation on UUID format? I think limiting to /[0-9 As we discussed on Slack, I'm -1 on this if it breaks the UUID invariant on node IDs. That is a documented part of the interface, and should be preserved. -- To view, visit http://gerrit.cloudera.org:8080/3968 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib4189d6150a263b7dde304dd19a449d3c0ab6c8c Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
