[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-30 Thread zhou wenjian (JIRA)

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

zhou wenjian updated HBASE-6537:


Attachment: HBASE-6537-94-v2.patch

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
Assignee: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94-v2.patch, HBASE-6537-trunk.patch, 
 HBASE-6537-trunk-v2.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
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


[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-23 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Attachment: (was: HBASE-6537-94.patch)

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
Assignee: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-23 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Attachment: (was: HBASE-6537-94-v2.patch)

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
Assignee: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-23 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Attachment: HBASE-6537-trunk-v2.patch

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
Assignee: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-trunk.patch, HBASE-6537-trunk-v2.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-19 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Status: Patch Available  (was: Open)

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94.patch, HBASE-6537-94-v2.patch, 
 HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-19 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Status: Open  (was: Patch Available)

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94.patch, HBASE-6537-94-v2.patch, 
 HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-19 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Status: Patch Available  (was: Open)

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94.patch, HBASE-6537-94-v2.patch, 
 HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-09 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Summary: Balancer compete with disable table will lead to cluster 
inconsistent   (was: Balancer compete with disable table will lead to master 
abort)

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.1


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-09 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Attachment: HBASE-6537-94.patch

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.1

 Attachments: HBASE-6537-94.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-09 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl updated HBASE-6537:
-

Fix Version/s: (was: 0.94.1)
   0.94.2

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-09 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Attachment: HBASE-6537-94-v2.patch

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94-v2.patch, HBASE-6537-94.patch, 
 HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6537) Balancer compete with disable table will lead to cluster inconsistent

2012-08-09 Thread Zhou wenjian (JIRA)

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

Zhou wenjian updated HBASE-6537:


Attachment: HBASE-6537-trunk.patch

 Balancer compete with disable table will lead to cluster inconsistent 
 --

 Key: HBASE-6537
 URL: https://issues.apache.org/jira/browse/HBASE-6537
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.94.0
Reporter: Zhou wenjian
 Fix For: 0.94.2

 Attachments: HBASE-6537-94.patch, HBASE-6537-trunk.patch


 Appear in 94. trunk is ok for the issue
 Balancer will collect the regionplans to move(unassign and then assign).
 before unassign, disable table appears, 
 after close the region in rs, master will delete the znode, romove region 
 from RIT,
 and then clean the region from the online regions.
 During romoving region from RIT and cleaning out the region from the online 
 regions. 
 balancer begins to unassign, it will get a NotServingRegionException and if 
 the table is disabling, it will deal with the state in master and delete the 
 znode . However the table is disabled now, so the RIT and znode will remain. 
 TimeoutMonitor draws a blank on it.
 It will hold back enabling the table or balancer unless restart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira