[jira] [Commented] (HBASE-13538) Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)

2015-10-23 Thread Ashish Singhi (JIRA)

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

Ashish Singhi commented on HBASE-13538:
---

Thanks for the reviews, Matteo & Stephen.

> Procedure v2 - client add/delete/modify column family sync (incompatible with 
> branch-1.x)
> -
>
> Key: HBASE-13538
> URL: https://issues.apache.org/jira/browse/HBASE-13538
> Project: HBase
>  Issue Type: Sub-task
>  Components: proc-v2
>Affects Versions: 2.0.0
>Reporter: Srikanth Srungarapu
>Assignee: Ashish Singhi
> Fix For: 2.0.0
>
> Attachments: HBASE-13538.patch
>
>
> Client side part of HBASE-13209.
> It uses the new procedure code to be know when the procedure is completed, 
> and have a proper sync/async behavior on add/modify/delete column family.



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


[jira] [Commented] (HBASE-13538) Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)

2015-10-22 Thread Hudson (JIRA)

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

Hudson commented on HBASE-13538:


SUCCESS: Integrated in HBase-TRUNK #6944 (See 
[https://builds.apache.org/job/HBase-TRUNK/6944/])
HBASE-13538 Procedure v2 - client add/delete/modify column family sync 
(matteo.bertozzi: rev 467bc098a9512afca38356da56d92c351f15b042)
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java
* 
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
* hbase-protocol/src/main/protobuf/Master.proto
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java


> Procedure v2 - client add/delete/modify column family sync (incompatible with 
> branch-1.x)
> -
>
> Key: HBASE-13538
> URL: https://issues.apache.org/jira/browse/HBASE-13538
> Project: HBase
>  Issue Type: Sub-task
>  Components: proc-v2
>Affects Versions: 2.0.0
>Reporter: Srikanth Srungarapu
>Assignee: Ashish Singhi
> Fix For: 2.0.0
>
> Attachments: HBASE-13538.patch
>
>
> Client side part of HBASE-13209.
> It uses the new procedure code to be know when the procedure is completed, 
> and have a proper sync/async behavior on add/modify/delete column family.



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


[jira] [Commented] (HBASE-13538) Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)

2015-10-21 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi commented on HBASE-13538:
-

looks good to me

> Procedure v2 - client add/delete/modify column family sync (incompatible with 
> branch-1.x)
> -
>
> Key: HBASE-13538
> URL: https://issues.apache.org/jira/browse/HBASE-13538
> Project: HBase
>  Issue Type: Sub-task
>  Components: proc-v2
>Affects Versions: 2.0.0
>Reporter: Srikanth Srungarapu
>Assignee: Ashish Singhi
> Fix For: 2.0.0
>
> Attachments: HBASE-13538.patch
>
>
> Client side part of HBASE-13209.
> It uses the new procedure code to be know when the procedure is completed, 
> and have a proper sync/async behavior on add/modify/delete column family.



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


[jira] [Commented] (HBASE-13538) Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)

2015-10-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-13538:
---

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12767810/HBASE-13538.patch
  against master branch at commit b3afdb8de1a9fa88c553159b2d2d2aa96902a345.
  ATTACHMENT ID: 12767810

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 4 new 
or modified tests.

{color:green}+1 hadoop versions{color}. The patch compiles with all 
supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.7.0 
2.7.1)

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 protoc{color}.  The applied patch does not increase the 
total number of protoc compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 checkstyle{color}.  The applied patch does not increase the 
total number of checkstyle errors

{color:green}+1 findbugs{color}.  The patch does not introduce any  new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn post-site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/16145//testReport/
Release Findbugs (version 2.0.3)warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/16145//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/16145//artifact/patchprocess/checkstyle-aggregate.html

  Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/16145//console

This message is automatically generated.

> Procedure v2 - client add/delete/modify column family sync (incompatible with 
> branch-1.x)
> -
>
> Key: HBASE-13538
> URL: https://issues.apache.org/jira/browse/HBASE-13538
> Project: HBase
>  Issue Type: Sub-task
>  Components: proc-v2
>Affects Versions: 2.0.0
>Reporter: Srikanth Srungarapu
>Assignee: Ashish Singhi
> Fix For: 2.0.0
>
> Attachments: HBASE-13538.patch
>
>
> Client side part of HBASE-13209.
> It uses the new procedure code to be know when the procedure is completed, 
> and have a proper sync/async behavior on add/modify/delete column family.



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


[jira] [Commented] (HBASE-13538) Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)

2015-10-21 Thread Stephen Yuan Jiang (JIRA)

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

Stephen Yuan Jiang commented on HBASE-13538:


+1

> Procedure v2 - client add/delete/modify column family sync (incompatible with 
> branch-1.x)
> -
>
> Key: HBASE-13538
> URL: https://issues.apache.org/jira/browse/HBASE-13538
> Project: HBase
>  Issue Type: Sub-task
>  Components: proc-v2
>Affects Versions: 2.0.0
>Reporter: Srikanth Srungarapu
>Assignee: Ashish Singhi
> Fix For: 2.0.0
>
> Attachments: HBASE-13538.patch
>
>
> Client side part of HBASE-13209.
> It uses the new procedure code to be know when the procedure is completed, 
> and have a proper sync/async behavior on add/modify/delete column family.



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


[jira] [Commented] (HBASE-13538) Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)

2015-09-10 Thread Srikanth Srungarapu (JIRA)

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

Srikanth Srungarapu commented on HBASE-13538:
-

I won't be working on this anytime in the near future. Unassigning so that 
others can pick up if interested.

> Procedure v2 - client add/delete/modify column family sync (incompatible with 
> branch-1.x)
> -
>
> Key: HBASE-13538
> URL: https://issues.apache.org/jira/browse/HBASE-13538
> Project: HBase
>  Issue Type: Sub-task
>  Components: proc-v2
>Affects Versions: 2.0.0
>Reporter: Srikanth Srungarapu
>Assignee: Srikanth Srungarapu
>
> Client side part of HBASE-13209.
> It uses the new procedure code to be know when the procedure is completed, 
> and have a proper sync/async behavior on add/modify/delete column family.



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