[ 
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)

Reply via email to