[ https://issues.apache.org/jira/browse/HBASE-21644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757798#comment-16757798 ]
Hudson commented on HBASE-21644: -------------------------------- Results for branch branch-2 [build #1650 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1650/]: (x) *{color:red}-1 overall{color}* ---- details (if available): (/) {color:green}+1 general checks{color} -- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1650//General_Nightly_Build_Report/] (x) {color:red}-1 jdk8 hadoop2 checks{color} -- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1650//JDK8_Nightly_Build_Report_(Hadoop2)/] (/) {color:green}+1 jdk8 hadoop3 checks{color} -- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1650//JDK8_Nightly_Build_Report_(Hadoop3)/] (/) {color:green}+1 source release artifact{color} -- See build output for details. (/) {color:green}+1 client integration test{color} > Modify table procedure runs infinitely for a table having region replication > > 1 > -------------------------------------------------------------------------------- > > Key: HBASE-21644 > URL: https://issues.apache.org/jira/browse/HBASE-21644 > Project: HBase > Issue Type: Bug > Components: Admin > Affects Versions: 3.0.0, 2.1.1, 2.1.2 > Reporter: Nihal Jain > Assignee: Nihal Jain > Priority: Critical > Fix For: 3.0.0, 2.2.0, 2.1.3, 2.0.5, 2.3.0 > > Attachments: HBASE-21644.master.001.patch, > HBASE-21644.master.002.patch, HBASE-21644.master.003.patch, > HBASE-21644.master.003.patch, HBASE-21644.master.UT.patch > > > *Steps to reproduce* > # Create a table with region replication set to a value greater than 1 > # Modify any of the table properties, say max file size > *Expected Result* > The modify table should succeed and run to completion. > *Actual Result* > The modify table keep running infinitely > *Analysis/Issue* > The problem occurs due to inifinitely looping between states > {{REOPEN_TABLE_REGIONS_REOPEN_REGIONS}} and > {{REOPEN_TABLE_REGIONS_CONFIRM_REOPENED}} of {{ReopenTableRegionsProcedure}}, > called as part of {{ModifyTableProcedure}}. > *Consequences* > For a table having region replicas: > - Any modify table operation fails to complete > - Also, enable table replication fails to complete as it is unable to change > the replication scope of the table in source cluster -- This message was sent by Atlassian JIRA (v7.6.3#76005)