You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/16 14:37:00 UTC

[jira] [Commented] (KYLIN-4226) Skip current unavailable tables when updating hbase coprocessor

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

ASF subversion and git services commented on KYLIN-4226:
--------------------------------------------------------

Commit 52788aea8abc7daf8f1d5501b58dcc5682f970a0 in kylin's branch refs/heads/master from Zhou Kang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=52788ae ]

KYLIN-4226: Skip current unavailable tables when updating hbase coprocessor


> Skip current unavailable tables when updating hbase coprocessor
> ---------------------------------------------------------------
>
>                 Key: KYLIN-4226
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4226
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: ZhouKang
>            Priority: Major
>             Fix For: v3.1.0
>
>
> when update hbase coprocessor for htable, there are exceptions cause by unavailable tables.
> {code:java}
> // code placeholder
> 2019-08-22 09:12:20,445 INFO  [main] util.DeployCoprocessorCLI:181 : Commit Information: 2945cb67bae6242f275a038e7bf872a7a9797464;
> Exception in thread "main" org.apache.hadoop.hbase.TableNotFoundException: kylin_zjyprc_bigdata_staging:KYLIN_UCHB8D2MVP
> 	at org.apache.hadoop.hbase.client.HBaseAdmin.getTableDescriptor(HBaseAdmin.java:567)
> 	at org.apache.hadoop.hbase.client.HBaseAdmin.getDescriptor(HBaseAdmin.java:365)
> 	at org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI.filterByGitCommit(DeployCoprocessorCLI.java:183)
> 	at org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI.main(DeployCoprocessorCLI.java:131)
> 2019-08-22 09:12:21,207 INFO  [close-hbase-conn] hbase.HBaseConnection:137 : Closing HBase connections...
> 2019-08-22 09:12:21,208 INFO  [close-hbase-conn] client.ConnectionImplementation:1889 : Closing master protocol: MasterService
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)