[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-12 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


Let me rebase this patch and try out the tests this week.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.98.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Attachments: HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-12 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


Existing patch applies to trunk and 0.98 with minor fuzz only. Looping tests 
for a bit.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.98.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Attachments: HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-12 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

Thanks for following up on this. Was the patch that you applied the one from 
the JIRA, or was it the latest from the reviewboard review:

That one is here:
https://reviews.apache.org/r/16457/diff/raw/

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0, 0.98.2
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Attachments: HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-12 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


>From the JIRA. I will try again later. 

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0, 0.98.2
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Attachments: HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


O HadoopQA where art thou?

Going to commit in a bit unless objection.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0, 0.98.2
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Attachments: 10184-4.patch, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

Thanks Andrew!

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


+1 on the addendum to fix a Hadoop 1 compile problem. Thanks 
[~yuzhih...@gmail.com].

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-10184:


Integrated addendum to 0.98 and trunk.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

+1 on the addendum as well.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #213 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/213/])
HBASE-10184 Addendum fixes compilation against hadoop-1 (tedyu: rev 1577393)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
HBASE-10184 [Online Schema Change]: Add additional tests for online schema 
change (Aleksandr Shulman) (apurtell: rev 1577378)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-TRUNK #5008 (See 
[https://builds.apache.org/job/HBase-TRUNK/5008/])
HBASE-10184 Addendum fixes compilation against hadoop-1 (tedyu: rev 1577394)
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
HBASE-10184 [Online Schema Change]: Add additional tests for online schema 
change (Aleksandr Shulman) (apurtell: rev 1577375)
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-13 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-0.98 #228 (See 
[https://builds.apache.org/job/HBase-0.98/228/])
HBASE-10184 Addendum fixes compilation against hadoop-1 (tedyu: rev 1577393)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
HBASE-10184 [Online Schema Change]: Add additional tests for online schema 
change (Aleksandr Shulman) (apurtell: rev 1577378)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


Reverted from 0.98 branch in r1577439

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

I will take a look. Should be interesting.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


bq. I will take a look. Should be interesting.

Great, thanks. If we can get Jenkins consistently happy with the new tests in 
trunk then we can try putting them (and fixes) into 0.98 again. 

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

>From the above runs (3), I only see one TF related to my tests: 
>https://builds.apache.org/job/HBase-0.98/228/testReport/junit/org.apache.hadoop.hbase.regionserver/TestEndToEndSplitTransaction/testFromClientSideOnlineSchemaChangeWhileSplitting/

Can you point me to the additional failures?

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-TRUNK-on-Hadoop-1.1 #117 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/117/])
HBASE-10184 Addendum fixes compilation against hadoop-1 (tedyu: rev 1577394)
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
HBASE-10184 [Online Schema Change]: Add additional tests for online schema 
change (Aleksandr Shulman) (apurtell: rev 1577375)
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #215 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/215/])
Revert HBASE-10184 Add additional tests for online schema change; revert patch 
and addendum (apurtell: rev 1577439)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-0.98 #230 (See 
[https://builds.apache.org/job/HBase-0.98/230/])
Revert HBASE-10184 Add additional tests for online schema change; revert patch 
and addendum (apurtell: rev 1577439)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-10184:


bq. Can you point me to the additional failures?

Sure [~aleksshulman], please see:
https://builds.apache.org/job/HBase-0.98/228/
https://builds.apache.org/job/HBase-TRUNK/5009/
https://builds.apache.org/job/PreCommit-HBASE-Build/8984//testReport/
https://builds.apache.org/job/PreCommit-HBASE-Build/8988//
https://builds.apache.org/job/PreCommit-HBASE-Build/8989//
https://builds.apache.org/job/PreCommit-HBASE-Build/8994//
https://builds.apache.org/job/PreCommit-HBASE-Build/8996//

And possibly more, I stopped looking after here.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-10184:


The following failure can be reproduced locally:
{code}
testFromClientSideOnlineSchemaChangeWhileSplitting(org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction)
  Time elapsed: 0.335 sec  <<< FAILURE!
java.lang.AssertionError: The number of regions did not match. Expected 5 but 
received 4 expected:<5> but was:<4>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at 
org.apache.hadoop.hbase.client.TestAdmin.waitForColumnSchemasToSettle(TestAdmin.java:1882)
at 
org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction$RegionSplitterWithSchemaChange.run(TestEndToEndSplitTransaction.java:386)
{code}

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

I ran the tests locally a while ago before submitting the patch and they all 
passed for me. It's possible something has changed between now and then.
Let me look into these test failures and whether they reveal actual product 
bugs. Otherwise, I'll adjust the tests to be more stable on our Jenkins runs.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread stack (JIRA)

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

stack commented on HBASE-10184:
---

Want to just disable the assert [~aleksshulman] for now?

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

I don't want to relax the requirements of the test unless they are testing 
something that is not always guaranteed to be true. If that's the case, then I 
can remove it. I'd rather get to the bottom of the issue.

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-10184:
---

I'll revert this from trunk as well. We can commit the next version once the 
tests are stable. 

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-10184:
---

Reverted from trunk. We can put the next version in. 

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-14 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


FAILURE: Integrated in HBase-TRUNK #5014 (See 
[https://builds.apache.org/job/HBase-TRUNK/5014/])
HBASE-10184 [Online Schema Change]: Add additional tests for online schema 
change (Aleksandr Shulman) REVERTED patch and addendum patch (enis: rev 150)
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2013-12-16 Thread Liang Xie (JIRA)

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

Liang Xie commented on HBASE-10184:
---

Just curious why could you construct so many scenarios,  you beat me, good 
stuff:)

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.98.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2013-12-16 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

Thanks [~xieliang007]. I thought through some of the things that could happen 
simultaneously and be compromised by this operation. I have some test cases 
locally for some of these already that seem to pass. If you have any others 
you'd like to suggest, let me know :)

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.98.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2013-12-24 Thread Aleksandr Shulman (JIRA)

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

Aleksandr Shulman commented on HBASE-10184:
---

Review available here: https://reviews.apache.org/r/16457/

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.98.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Attachments: HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-03-15 Thread Hudson (JIRA)

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

Hudson commented on HBASE-10184:


SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-1.1 #119 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/119/])
HBASE-10184 [Online Schema Change]: Add additional tests for online schema 
change (Aleksandr Shulman) REVERTED patch and addendum patch (enis: rev 150)
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java


> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10184) [Online Schema Change]: Add additional tests for online schema change

2014-09-08 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-10184:
---

[~aleksshulman] what do you think we should do with this issue? 

> [Online Schema Change]: Add additional tests for online schema change
> -
>
> Key: HBASE-10184
> URL: https://issues.apache.org/jira/browse/HBASE-10184
> Project: HBase
>  Issue Type: Task
>  Components: test
>Affects Versions: 0.96.1, 0.99.0
>Reporter: Aleksandr Shulman
>Assignee: Aleksandr Shulman
>  Labels: online_schema_change
> Fix For: 2.0.0
>
> Attachments: 10184-4.patch, 10184.addendum, HBASE-10184-trunk.diff
>
>
> There are some gaps in testing for Online Schema Change:
> Examples of some tests that should be added:
> 1. Splits with online schema change
> 2. Merge during online schema change
> 3. MR over HBase during online schema change
> 4. Bulk Load during online schema change
> 5. Online change table owner
> 6. Online Replication scope change
> 7. Online Bloom Filter change
> 8. Snapshots during online schema change (HBASE-10136)



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