[ https://issues.apache.org/jira/browse/HIVE-21732?focusedWorklogId=246168&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246168 ]
ASF GitHub Bot logged work on HIVE-21732: ----------------------------------------- Author: ASF GitHub Bot Created on: 21/May/19 16:24 Start Date: 21/May/19 16:24 Worklog Time Spent: 10m Work Description: odraese commented on pull request #634: HIVE-21732: Configurable injection of latency for LLAP task execution URL: https://github.com/apache/hive/pull/634#discussion_r286113176 ########## File path: llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestLlapLoadGeneratorService.java ########## @@ -40,7 +44,32 @@ public void testLoadGenerator() throws InterruptedException, UnknownHostExceptio service.init(conf); service.start(); - Thread.sleep(10000); + Thread.sleep(5000); Review comment: Suggestion: 5s seems very long for the threads/service to come up. In the interest of having shorter test execution times, could this be (safely) reduced? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 246168) Time Spent: 5h 10m (was: 5h) > Configurable injection of load for LLAP task execution > ------------------------------------------------------ > > Key: HIVE-21732 > URL: https://issues.apache.org/jira/browse/HIVE-21732 > Project: Hive > Issue Type: Test > Reporter: Peter Vary > Assignee: Peter Vary > Priority: Major > Labels: pull-request-available > Attachments: HIVE-21732.2.patch, HIVE-21732.3.patch, > HIVE-21732.4.patch, HIVE-21732.5.patch, HIVE-21732.6.patch, > HIVE-21732.7.patch, HIVE-21732.patch > > Time Spent: 5h 10m > Remaining Estimate: 0h > > For evaluating testing, it would be good to have a configurable way to inject > latency for LLAP tasks. > The configuration should be able to control how much latency is injected into > each daemon. -- This message was sent by Atlassian JIRA (v7.6.3#76005)