You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Christine Feng (Jira)" <ji...@apache.org> on 2020/04/02 21:53:00 UTC

[jira] [Updated] (PHOENIX-4521) Allow Pherf scenario to define per query max allowed query execution duration after which thread is interrupted

     [ https://issues.apache.org/jira/browse/PHOENIX-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Feng updated PHOENIX-4521:
------------------------------------
    Description: 
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

  was:
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
 # Test


> 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
>            Reporter: James R. Taylor
>            Assignee: Christine Feng
>            Priority: Major
>              Labels: phoenix-hardening
>          Time Spent: 20m
>  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)