You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "hewenting (Code Review)" <ge...@cloudera.org> on 2016/09/28 08:23:19 UTC

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

hewenting has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/4553

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

IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

squash MPALA-4057 and IMPALA-4050 patches.

Change-Id: I54280a25c3709e2f316a17a6baf33dbbbae720c0
---
M be/src/util/webserver-test.cc
M be/src/util/webserver.cc
M tests/common/impala_cluster.py
M tests/common/impala_service.py
4 files changed, 28 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/4553/1
-- 
To view, visit http://gerrit.cloudera.org:8080/4553
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I54280a25c3709e2f316a17a6baf33dbbbae720c0
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: hewenting <he...@163.com>

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "Lars Volker (Code Review)" <ge...@cloudera.org>.
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 <he...@163.com>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-HasComments: Yes

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "Jim Apple (Code Review)" <ge...@cloudera.org>.
Jim Apple 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:

> Why do this patch cannot be merged?

Gerrit adds the bolded red "Cannot Merge" comment when a patch conflicts with some changes that have been made to the repository since the patch was first sent to Gerrit.

Additionally, your patch has not been merged because you have not addressed the comments by Lars Volker.

-- 
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 <he...@163.com>
Gerrit-Reviewer: Alex Behm <al...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>
Gerrit-Reviewer: Jim Apple <jb...@apache.org>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-Reviewer: hewenting <he...@163.com>
Gerrit-HasComments: No

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "Lars Volker (Code Review)" <ge...@cloudera.org>.
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:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/4553/1//COMMIT_MSG
Commit Message:

Line 7: IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"
Please wrap the commit message at 80 characters.

Please add a brief description of the problem and your fix.


PS1, Line 9: squash MPALA-4057 and IMPALA-4050 patches.
You don't need to include this in the commit message.


-- 
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 <he...@163.com>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-HasComments: Yes

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "hewenting (Code Review)" <ge...@cloudera.org>.
hewenting 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:

Why do this patch cannot be merged?

-- 
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 <he...@163.com>
Gerrit-Reviewer: Alex Behm <al...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-Reviewer: hewenting <he...@163.com>
Gerrit-HasComments: No

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "Jim Apple (Code Review)" <ge...@cloudera.org>.
Jim Apple has abandoned this change.

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


Abandoned

No contact from author in over 2 months

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I54280a25c3709e2f316a17a6baf33dbbbae720c0
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: hewenting <he...@163.com>
Gerrit-Reviewer: Alex Behm <al...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>
Gerrit-Reviewer: Jim Apple <jb...@apache.org>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-Reviewer: hewenting <he...@163.com>

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "Jim Apple (Code Review)" <ge...@cloudera.org>.
Jim Apple 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:

hewenting, are you interested in continuing to work on this?

-- 
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 <he...@163.com>
Gerrit-Reviewer: Alex Behm <al...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>
Gerrit-Reviewer: Jim Apple <jb...@apache.org>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-Reviewer: hewenting <he...@163.com>
Gerrit-HasComments: No

[Impala-ASF-CR] IMPALA-4057 and IMPALA-4050 Support starting webserver specified by hostname or "127.0.0.1"

Posted by "Lars Volker (Code Review)" <ge...@cloudera.org>.
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:

There now seem to be 5 different Gerrit changes pending, all related to these two Jiras: https://gerrit.cloudera.org/#/q/owner:hewenting+status:open

This one seems to be the most recent one. Can you please make sure that only one is active and abandon the others?

-- 
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 <he...@163.com>
Gerrit-Reviewer: Lars Volker <lv...@cloudera.com>
Gerrit-HasComments: No