Lars Volker has posted comments on this change.

Change subject: IMPALA-4057 and IMPALA-4050 Support starting webserver 
specified by hostname or "127.0.0.1"
......................................................................


Patch Set 1:

(6 comments)

http://gerrit.cloudera.org:8080/#/c/4553/1/be/src/util/webserver-test.cc
File be/src/util/webserver-test.cc:

Line 94: 
Please also add a test setting FLAGS_webserver_interface to "127.0.0.1" to make 
sure that specifying an IP address works.


PS1, Line 95: DefaultInterfaceTest
I couldn't get this test to compile, your method should be declared with 
"TEST(...)" (see below).


PS1, Line 103: Test
I think this needs to be all uppercase for gtest to work. It's also better to 
follow the convention.


PS1, Line 104: ScopedFlagSetter
You will need to move this test below ScopedFlagSetter to get this to compile.


Line 105:       "localhost");
single line


http://gerrit.cloudera.org:8080/#/c/4553/1/be/src/util/webserver.cc
File be/src/util/webserver.cc:

Line 234:   LOG(INFO) << "Starting webserver on " << http_address_;
Can you move this down and output the listening_spec instead? Knowing the IP 
address looks more helpful to me.


-- 
To view, visit http://gerrit.cloudera.org:8080/4553
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I54280a25c3709e2f316a17a6baf33dbbbae720c0
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: hewenting <hewenting_...@163.com>
Gerrit-Reviewer: Lars Volker <l...@cloudera.com>
Gerrit-HasComments: Yes

Reply via email to