Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/18947 )

Change subject: [tools] mark long-running scenarios in kudu-tool-test
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/18947/3/src/kudu/tools/kudu-tool-test.cc
File src/kudu/tools/kudu-tool-test.cc:

http://gerrit.cloudera.org:8080/#/c/18947/3/src/kudu/tools/kudu-tool-test.cc@1225
PS3, Line 1225:   SKIP_IF_SLOW_NOT_ALLOWED();
> I'm a bit of confused why this help info could cost so much time, maybe we
With SKIP_IF_SLOW_NOT_ALLOWED() those test scenarios are simply exit early and 
not run unless KUDU_ALLOW_SLOW_TESTS is set 'true', saving a lot of time in 
total.

The majority of time in those long scenario is spent to wait for HMS starting 
up -- that process hogs a lot of memory and runs very slow (that's Java).  With 
that, I don't think running those multi-thread way could be able to help there.



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I1893741fada185d819128396c88f4ac99f43ed40
Gerrit-Change-Number: 18947
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>
Gerrit-Comment-Date: Sun, 11 Sep 2022 16:11:47 +0000
Gerrit-HasComments: Yes

Reply via email to