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

[jira] [Resolved] (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:all-tabpanel ]

nichunen resolved KYLIN-4226.
-----------------------------
    Resolution: Fixed

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