[jira] [Updated] (HBASE-6896) sync bulk and regular assigment handling socket timeout exception

2012-10-24 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-6896:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Integrated into trunk.  Thanks all for the review.

> sync bulk and regular assigment handling socket timeout exception
> -
>
> Key: HBASE-6896
> URL: https://issues.apache.org/jira/browse/HBASE-6896
> Project: HBase
>  Issue Type: Bug
>  Components: Region Assignment
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Attachments: trunk-6896.patch, trunk-6896_v2.patch
>
>
> In regular assignment, in case of socket network timeout, it tries to call 
> openRegion again and again without change the region plan, ZK offline node,
> till the region is out of transition, in case the region server is still up.
> We may need to sync them up and make sure bulk assignment does the same in 
> this case.

--
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-6896) sync bulk and regular assigment handling socket timeout exception

2012-10-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-6896:
---

Attachment: trunk-6896_v2.patch

> sync bulk and regular assigment handling socket timeout exception
> -
>
> Key: HBASE-6896
> URL: https://issues.apache.org/jira/browse/HBASE-6896
> Project: HBase
>  Issue Type: Bug
>  Components: Region Assignment
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Attachments: trunk-6896.patch, trunk-6896_v2.patch
>
>
> In regular assignment, in case of socket network timeout, it tries to call 
> openRegion again and again without change the region plan, ZK offline node,
> till the region is out of transition, in case the region server is still up.
> We may need to sync them up and make sure bulk assignment does the same in 
> this case.

--
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-6896) sync bulk and regular assigment handling socket timeout exception

2012-10-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-6896:
---

Hadoop Flags: Reviewed
  Status: Patch Available  (was: Open)

> sync bulk and regular assigment handling socket timeout exception
> -
>
> Key: HBASE-6896
> URL: https://issues.apache.org/jira/browse/HBASE-6896
> Project: HBase
>  Issue Type: Bug
>  Components: Region Assignment
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Attachments: trunk-6896.patch, trunk-6896_v2.patch
>
>
> In regular assignment, in case of socket network timeout, it tries to call 
> openRegion again and again without change the region plan, ZK offline node,
> till the region is out of transition, in case the region server is still up.
> We may need to sync them up and make sure bulk assignment does the same in 
> this case.

--
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-6896) sync bulk and regular assigment handling socket timeout exception

2012-10-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-6896:
---

Status: Open  (was: Patch Available)

> sync bulk and regular assigment handling socket timeout exception
> -
>
> Key: HBASE-6896
> URL: https://issues.apache.org/jira/browse/HBASE-6896
> Project: HBase
>  Issue Type: Bug
>  Components: Region Assignment
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Attachments: trunk-6896.patch
>
>
> In regular assignment, in case of socket network timeout, it tries to call 
> openRegion again and again without change the region plan, ZK offline node,
> till the region is out of transition, in case the region server is still up.
> We may need to sync them up and make sure bulk assignment does the same in 
> this case.

--
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-6896) sync bulk and regular assigment handling socket timeout exception

2012-10-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-6896:
---

Description: 
In regular assignment, in case of socket network timeout, it tries to call 
openRegion again and again without change the region plan, ZK offline node,
till the region is out of transition, in case the region server is still up.

We may need to sync them up and make sure bulk assignment does the same in this 
case.

  was:
Currently, for bulk assignment, when a region is already in transition, it 
thinks the region is opened. However, in regular assignment, it throws 
RegionAlreadyInTransitionException.

In regular assignment, in case of RegionAlreadyInTransitionException, it tries 
to call openRegion again and again without change the region plan, ZK offline 
node,
till the region is out of transition.

We may need to sync them up and make sure bulk assignment does the same in this 
case.

Summary: sync bulk and regular assigment handling socket timeout 
exception  (was: sync bulk and regular assigment handling if possible)

> sync bulk and regular assigment handling socket timeout exception
> -
>
> Key: HBASE-6896
> URL: https://issues.apache.org/jira/browse/HBASE-6896
> Project: HBase
>  Issue Type: Bug
>  Components: Region Assignment
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Attachments: trunk-6896.patch
>
>
> In regular assignment, in case of socket network timeout, it tries to call 
> openRegion again and again without change the region plan, ZK offline node,
> till the region is out of transition, in case the region server is still up.
> We may need to sync them up and make sure bulk assignment does the same in 
> this case.

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