[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-09-30 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211-v4.patch

rebase

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211-v3.patch, HBASE-14211-v4.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-09-30 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211-v5.patch

Change commit message.

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211-v3.patch, HBASE-14211-v4.patch, HBASE-14211-v5.patch, 
> HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-10-12 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211-v6.patch

Going to commit this unless there are any objections

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211-v3.patch, HBASE-14211-v4.patch, HBASE-14211-v5.patch, 
> HBASE-14211-v6.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-10-12 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 1.2.0
   Status: Resolved  (was: Patch Available)

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211-v3.patch, HBASE-14211-v4.patch, HBASE-14211-v5.patch, 
> HBASE-14211-v6.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Description: 
Add a chaos action that will turn down region size.
* Eventually this will cause regions to split a lot.
* It will need to have a min region size.

Add a chaos monkey action that will change split policy
* Change between Uniform and SplittingUpTo and back

Add chaos monkey action that will request splits of every region.
* When regions all reach the size a the exact same time the compactions add a 
lot of work.
* This simulates a very well distributed write pattern reaching the region size.

Add the ability to start with fewer regions than normal to ITBLL

  was:
Add a chaos action that will turn down region size.
* Eventually this will cause regions to split a lot.
* It will need to have a min region size.
Add a chaos monkey action that will change split policy
* Change between Uniform and SplittingUpTo and back
Add chaos monkey action that will request splits of every region.
* When regions all reach the size a the exact same time the compactions add a 
lot of work.
* This simulates a very well distributed write pattern reaching the region size.
Add the ability to start with fewer regions than normal to ITBLL


> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>Reporter: Elliott Clark
>Assignee: Elliott Clark
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211.patch

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Affects Version/s: 1.2.0
   2.0.0

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Component/s: test
 integration tests

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Fix Version/s: 1.2.0
   2.0.0

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Status: Patch Available  (was: Open)

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211-v1.patch

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211-v2.patch

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-13 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Attachment: HBASE-14211-v3.patch

Fix typo.
min -> max

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211-v3.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14211) Add more rigorous integration tests of splits

2015-08-24 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-14211:
--
Fix Version/s: (was: 1.2.0)
   1.3.0

> Add more rigorous integration tests of splits
> -
>
> Key: HBASE-14211
> URL: https://issues.apache.org/jira/browse/HBASE-14211
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Elliott Clark
>Assignee: Elliott Clark
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-14211-v1.patch, HBASE-14211-v2.patch, 
> HBASE-14211-v3.patch, HBASE-14211.patch
>
>
> Add a chaos action that will turn down region size.
> * Eventually this will cause regions to split a lot.
> * It will need to have a min region size.
> Add a chaos monkey action that will change split policy
> * Change between Uniform and SplittingUpTo and back
> Add chaos monkey action that will request splits of every region.
> * When regions all reach the size a the exact same time the compactions add a 
> lot of work.
> * This simulates a very well distributed write pattern reaching the region 
> size.
> Add the ability to start with fewer regions than normal to ITBLL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)