[jira] [Commented] (HBASE-19308) batch processing does not consider partial success

2018-03-06 Thread huaxiang sun (JIRA)

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

huaxiang sun commented on HBASE-19308:
--

Sorry [~stack], did not make progress here but it is still an issue for hbase2, 
I will work on it this week and try to put up a patch, thanks.

> batch processing does not consider partial success
> --
>
> Key: HBASE-19308
> URL: https://issues.apache.org/jira/browse/HBASE-19308
> Project: HBase
>  Issue Type: Bug
>Reporter: huaxiang sun
>Assignee: huaxiang sun
>Priority: Major
> Fix For: 2.0.0
>
>
> While working on HBASE-19163, some unittest failures exposes an interesting 
> issue. 
> When client sends a batch, at the region server, it can be divided into 
> multiple minibatchs. If one of minibatches runs into some exception(resource 
> for an example), the exception gets back to the client and it thinks that the 
> whole batch fails. The client will send the whole batch again will cause the 
> already-succeeded minibatches to be processed again. We need to have 
> mechanism to allow partial success of the batch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-19308) batch processing does not consider partial success

2018-03-01 Thread stack (JIRA)

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

stack commented on HBASE-19308:
---

What to do here [~huaxiang] ? Still an issue? Still needed for hbase2?

> batch processing does not consider partial success
> --
>
> Key: HBASE-19308
> URL: https://issues.apache.org/jira/browse/HBASE-19308
> Project: HBase
>  Issue Type: Bug
>Reporter: huaxiang sun
>Assignee: huaxiang sun
>Priority: Major
> Fix For: 2.0.0
>
>
> While working on HBASE-19163, some unittest failures exposes an interesting 
> issue. 
> When client sends a batch, at the region server, it can be divided into 
> multiple minibatchs. If one of minibatches runs into some exception(resource 
> for an example), the exception gets back to the client and it thinks that the 
> whole batch fails. The client will send the whole batch again will cause the 
> already-succeeded minibatches to be processed again. We need to have 
> mechanism to allow partial success of the batch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-19308) batch processing does not consider partial success

2017-11-20 Thread huaxiang sun (JIRA)

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

huaxiang sun commented on HBASE-19308:
--

I will upload an unitest case in HBASE-19163.

> batch processing does not consider partial success
> --
>
> Key: HBASE-19308
> URL: https://issues.apache.org/jira/browse/HBASE-19308
> Project: HBase
>  Issue Type: Bug
>Reporter: huaxiang sun
>Assignee: huaxiang sun
>
> While working on HBASE-19163, some unittest failures exposes an interesting 
> issue. 
> When client sends a batch, at the region server, it can be divided into 
> multiple minibatchs. If one of minibatches runs into some exception(resource 
> for an example), the exception gets back to the client and it thinks that the 
> whole batch fails. The client will send the whole batch again will cause the 
> already-succeeded minibatches to be processed again. We need to have 
> mechanism to allow partial success of the batch.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)