[ https://issues.apache.org/jira/browse/PHOENIX-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088588#comment-17088588 ]
Hudson commented on PHOENIX-4521: --------------------------------- FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #3774 (See [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3774/]) PHOENIX-4521: Allow Pherf scenario to define per query max allowed query (chinmayskulkarni: rev dccc260413591a7ab3133f8040b8547b8e993750) * (add) phoenix-pherf/src/test/java/org/apache/phoenix/pherf/workload/MultiThreadedRunnerTest.java * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/Query.java * (edit) phoenix-pherf/pom.xml * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/workload/MultithreadedDiffer.java * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/result/QueryResult.java * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/result/ThreadTime.java * (add) phoenix-pherf/src/test/resources/datamodel/timeout_test_schema.sql * (edit) phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java * (add) phoenix-pherf/src/test/resources/scenario/timeout_test_scenario.xml * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/result/RunTime.java * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/result/file/Header.java * (edit) phoenix-pherf/src/test/java/org/apache/phoenix/pherf/ResultTest.java * (edit) phoenix-pherf/src/main/java/org/apache/phoenix/pherf/workload/MultiThreadedRunner.java > Allow Pherf scenario to define per query max allowed query execution duration > after which thread is interrupted > --------------------------------------------------------------------------------------------------------------- > > Key: PHOENIX-4521 > URL: https://issues.apache.org/jira/browse/PHOENIX-4521 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 5.0.0, 4.15.0, 4.14.3 > Reporter: James R. Taylor > Assignee: Christine Feng > Priority: Major > Labels: phoenix-hardening > Fix For: 5.1.0, 4.16.0 > > Attachments: PHOENIX-4521.4.x.v1.patch, PHOENIX-4521.4.x.v2.patch, > PHOENIX-4521.master.v1.patch, PHOENIX-4521.master.v2.patch, > PHOENIX-4521.master.v2.patch, PHOENIX-4521.master.v3.patch, > PHOENIX-4521.master.v4.patch, PHOENIX-4521.master.v5.patch, > PHOENIX-4521.master.v6.patch, PHOENIX-4521.master.v7.patch > > Time Spent: 12h 50m > Remaining Estimate: 0h > > Some clients interrupt the client thread if it doesn't complete in a required > amount of time. It would be good if Pherf supported setting this up so we > mimic client behavior more closely, as we're theorizing this may be causing > some issues. > > PLAN > # Make necessary changes so new timeoutDuration property is recognized and > parsed correctly from the scenario .xml file (completed) > # Implement a per-query, per-iteration timeout > # Write ITs and UTs -- This message was sent by Atlassian Jira (v8.3.4#803005)