[ 
https://issues.apache.org/jira/browse/HBASE-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13626922#comment-13626922
 ] 

Sergey Shelukhin commented on HBASE-8306:
-----------------------------------------

bq. for (int i = 0; i < args.length; i++) {
This could be done using existing argument parser, IIRC I saw one used in HFile 
V1 detector patch for example.

The patch makes sense, but should this instead be done in 
IntegrationTestLazyCfLoading?
That way it can be run on real cluster too
                
> Enhance TestJoinedScanners with ability to simulate more scenarios
> ------------------------------------------------------------------
>
>                 Key: HBASE-8306
>                 URL: https://issues.apache.org/jira/browse/HBASE-8306
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>         Attachments: 8306-v1.txt
>
>
> Currently TestJoinedScanners uses fixed lengths of values for essential and 
> non-essential column families.
> The selection rate of SingleColumnValueFilter is fixed and distribution of 
> selected rows forms stripes.
> TestJoinedScanners can be enhanced in the following ways:
> 1. main() can be introduced so that the test can be run standalone
> 2. selection ratio can be specified by user
> 3. distribution of selected rows should be random
> 4. user should be able to specify data block encoding for the column families

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to