[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-11-09 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-17587:
---
Fix Version/s: 1.4.0

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.003.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.branch-1.3.003.patch, HBASE-17587.master.001.patch, 
> HBASE-17587.master.002.patch, HBASE-17587.master.003.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



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


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-11-08 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-17587:
---
Fix Version/s: (was: 1.4.0)

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.003.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.branch-1.3.003.patch, HBASE-17587.master.001.patch, 
> HBASE-17587.master.002.patch, HBASE-17587.master.003.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



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


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-06 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-17587:
--
Fix Version/s: 1.1.9
   1.2.5

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.003.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.branch-1.3.003.patch, HBASE-17587.master.001.patch, 
> HBASE-17587.master.002.patch, HBASE-17587.master.003.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-17587:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed to branch-1.3, branch-1, and master.

TestMetaWithReplicas looks fine locally with this change applied. 


> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.003.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.branch-1.3.003.patch, HBASE-17587.master.001.patch, 
> HBASE-17587.master.002.patch, HBASE-17587.master.003.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.branch-1.003.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.003.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.branch-1.3.003.patch, HBASE-17587.master.001.patch, 
> HBASE-17587.master.002.patch, HBASE-17587.master.003.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.master.003.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.3.001.patch, 
> HBASE-17587.branch-1.3.002.patch, HBASE-17587.branch-1.3.003.patch, 
> HBASE-17587.master.001.patch, HBASE-17587.master.002.patch, 
> HBASE-17587.master.003.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.branch-1.3.003.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.3.001.patch, 
> HBASE-17587.branch-1.3.002.patch, HBASE-17587.branch-1.3.003.patch, 
> HBASE-17587.master.001.patch, HBASE-17587.master.002.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.branch-1.002.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.002.patch, HBASE-17587.branch-1.3.001.patch, 
> HBASE-17587.branch-1.3.002.patch, HBASE-17587.master.001.patch, 
> HBASE-17587.master.002.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.master.002.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.master.001.patch, HBASE-17587.master.002.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.branch-1.3.002.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.branch-1.3.002.patch, 
> HBASE-17587.master.001.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Status: Patch Available  (was: Open)

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.master.001.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.branch-1.001.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.001.patch, 
> HBASE-17587.branch-1.3.001.patch, HBASE-17587.master.001.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.master.001.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.3.001.patch, 
> HBASE-17587.master.001.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17587) Do not Rethrow DoNotRetryIOException as UnknownScannerException

2017-02-02 Thread Zach York (JIRA)

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

Zach York updated HBASE-17587:
--
Attachment: HBASE-17587.branch-1.3.001.patch

> Do not Rethrow DoNotRetryIOException as UnknownScannerException
> ---
>
> Key: HBASE-17587
> URL: https://issues.apache.org/jira/browse/HBASE-17587
> Project: HBase
>  Issue Type: Bug
>  Components: Coprocessors, regionserver, rpc
>Affects Versions: 2.0.0, 1.3.0
>Reporter: Zach York
>Assignee: Zach York
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-17587.branch-1.3.001.patch
>
>
> HBase commit 
> https://github.com/apache/hbase/commit/94ade6a514e9935a8c283befb31f29cd8d3a2045
>  broke co-processors (such as Phoenix) throwing DoNotRetryIOExceptions when 
> scanning a table. This change rethrows them as UnknownScannerExceptions which 
> the HBase client will retry on. This is unintended behavior since 
> co-processors should be able to throw DoNotRetryIOExceptions back to the 
> client. This came up through a phoenix IT when trying to upgrade to HBase 
> 1.3.0 https://github.com/apache/phoenix/pull/230



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)