Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18567
Change subject: [Catalog] Make Hostname case insensitive ...................................................................... [Catalog] Make Hostname case insensitive Kudu master gets hostname from configure file when starting firstly and writes it into sys table. But after rewriting Faft configure, it will be changed with different character case. Therefore it will be good to keep case insensitive for hostname. In our situtation, the configure file uses lower case hostname, when rewriting Raft configure, it uses /etc/hosts, which is upper case. Then Kudu master get an error when starting. Change-Id: If955e91a9e081dad7aebdcc497c413c8eb10eb4b --- M src/kudu/master/sys_catalog.cc M src/kudu/util/net/net_util-test.cc M src/kudu/util/net/net_util.cc M src/kudu/util/net/net_util.h 4 files changed, 17 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/67/18567/1 -- To view, visit http://gerrit.cloudera.org:8080/18567 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If955e91a9e081dad7aebdcc497c413c8eb10eb4b Gerrit-Change-Number: 18567 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
