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/03/06 19:39:00 UTC

[jira] [Updated] (PHOENIX-4521) Allow Pherf scenario to define per table max allowed query 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
 # Test

  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 timeout for query execution stage based on each table's timeoutDuration
 ## Serial execution: each thread should be interrupted after exceeding timeoutDuration
 ## Parallel execution: all threads should be interrupted after one thread exceeds timeoutDuration
 # Test


> Allow Pherf scenario to define per table max allowed query 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
>
> 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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)