You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Yichen Zhou (JIRA)" <ji...@apache.org> on 2018/09/05 12:46:00 UTC

[jira] [Updated] (KYLIN-3541) TableACLManagerTest failed

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

Yichen Zhou updated KYLIN-3541:
-------------------------------
    Description: 
2018-09-05 11:11:27,013 ERROR [pool-179-thread-1] cachesync.Broadcaster:137 : Announce broadcast event failed, targetNode localhost:49607 broadcastEvent BroadcastEvent\{entity=table_acl, event=create, cacheKey=default}, error msg: org.apache.http.conn.HttpHostConnectException: Connection to

[http://localhost:49607|http://localhost:49607/]

refused 2018-09-05 11:11:27,013 ERROR [pool-179-thread-1] cachesync.Broadcaster:330 : Announce broadcast event exceeds retry limit, abandon targetNode localhost:49607 broadcastEvent BroadcastEvent\{entity=table_acl, event=create, cacheKey=default} 2018-09-05 11:11:27,015 INFO [main] server.AbstractConnector:318 : Stopped ServerConnector@664c7565{HTTP/1.1,[http/1.1]}

{0.0.0.0:49607}

2018-09-05 11:11:27,015 INFO [main] handler.ContextHandler:910 : Stopped o.e.j.s.ServletContextHandler@515a8659\{/,null,UNAVAILABLE} 2018-09-05 11:11:27,026 INFO [main] common.KylinConfig:113 : Destroy KylinConfig [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.932 s <<< FAILURE! - in org.apache.kylin.rest.security.TableACLManagerTest [ERROR] test(org.apache.kylin.rest.security.TableACLManagerTest) Time elapsed: 2.856 s <<< FAILURE! java.lang.AssertionError: expected:<1> but was:<0> at org.apache.kylin.rest.security.TableACLManagerTest.test(TableACLManagerTest.java:50)

mvn test in sandbox:

2018-09-05 12:09:20,203 DEBUG [Thread-3] util.ZookeeperDistributedLock:223 : 31925@sandbox.hortonworks.com trying to unlock /kylin/../examples/test_metadata/job_engine/global_job_engine_lock
Exception in thread "Thread-3" java.lang.RuntimeException: Error while peeking at /kylin/../examples/test_metadata/job_engine/global_job_engine_lock
 at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.peekLock(ZookeeperDistributedLock.java:205)
 at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.unlock(ZookeeperDistributedLock.java:225)
 at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.unlockJobEngine(ZookeeperDistributedLock.java:312)
 at org.apache.kylin.storage.hbase.util.ZookeeperJobLock.unlockJobEngine(ZookeeperJobLock.java:86)
 at org.apache.kylin.job.impl.threadpool.DefaultScheduler.shutdown(DefaultScheduler.java:194)
 at org.apache.kylin.rest.service.JobService$2.run(JobService.java:143)
 at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: instance must be started before calling this method
 at org.apache.curator.shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:176)
 at org.apache.curator.framework.imps.CuratorFrameworkImpl.getData(CuratorFrameworkImpl.java:375)
 at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.peekLock(ZookeeperDistributedLock.java:200)
 ... 6 more

  was:
2018-09-05 11:11:27,013 ERROR [pool-179-thread-1] cachesync.Broadcaster:137 : Announce broadcast event failed, targetNode localhost:49607 broadcastEvent BroadcastEvent\{entity=table_acl, event=create, cacheKey=default}, error msg: org.apache.http.conn.HttpHostConnectException: Connection to

[http://localhost:49607|http://localhost:49607/]

refused 2018-09-05 11:11:27,013 ERROR [pool-179-thread-1] cachesync.Broadcaster:330 : Announce broadcast event exceeds retry limit, abandon targetNode localhost:49607 broadcastEvent BroadcastEvent\{entity=table_acl, event=create, cacheKey=default} 2018-09-05 11:11:27,015 INFO [main] server.AbstractConnector:318 : Stopped ServerConnector@664c7565\{HTTP/1.1,[http/1.1]}{0.0.0.0:49607} 2018-09-05 11:11:27,015 INFO [main] handler.ContextHandler:910 : Stopped o.e.j.s.ServletContextHandler@515a8659\{/,null,UNAVAILABLE} 2018-09-05 11:11:27,026 INFO [main] common.KylinConfig:113 : Destroy KylinConfig [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.932 s <<< FAILURE! - in org.apache.kylin.rest.security.TableACLManagerTest [ERROR] test(org.apache.kylin.rest.security.TableACLManagerTest) Time elapsed: 2.856 s <<< FAILURE! java.lang.AssertionError: expected:<1> but was:<0> at org.apache.kylin.rest.security.TableACLManagerTest.test(TableACLManagerTest.java:50)


> TableACLManagerTest failed
> --------------------------
>
>                 Key: KYLIN-3541
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3541
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Yichen Zhou
>            Priority: Major
>
> 2018-09-05 11:11:27,013 ERROR [pool-179-thread-1] cachesync.Broadcaster:137 : Announce broadcast event failed, targetNode localhost:49607 broadcastEvent BroadcastEvent\{entity=table_acl, event=create, cacheKey=default}, error msg: org.apache.http.conn.HttpHostConnectException: Connection to
> [http://localhost:49607|http://localhost:49607/]
> refused 2018-09-05 11:11:27,013 ERROR [pool-179-thread-1] cachesync.Broadcaster:330 : Announce broadcast event exceeds retry limit, abandon targetNode localhost:49607 broadcastEvent BroadcastEvent\{entity=table_acl, event=create, cacheKey=default} 2018-09-05 11:11:27,015 INFO [main] server.AbstractConnector:318 : Stopped ServerConnector@664c7565{HTTP/1.1,[http/1.1]}
> {0.0.0.0:49607}
> 2018-09-05 11:11:27,015 INFO [main] handler.ContextHandler:910 : Stopped o.e.j.s.ServletContextHandler@515a8659\{/,null,UNAVAILABLE} 2018-09-05 11:11:27,026 INFO [main] common.KylinConfig:113 : Destroy KylinConfig [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.932 s <<< FAILURE! - in org.apache.kylin.rest.security.TableACLManagerTest [ERROR] test(org.apache.kylin.rest.security.TableACLManagerTest) Time elapsed: 2.856 s <<< FAILURE! java.lang.AssertionError: expected:<1> but was:<0> at org.apache.kylin.rest.security.TableACLManagerTest.test(TableACLManagerTest.java:50)
> mvn test in sandbox:
> 2018-09-05 12:09:20,203 DEBUG [Thread-3] util.ZookeeperDistributedLock:223 : 31925@sandbox.hortonworks.com trying to unlock /kylin/../examples/test_metadata/job_engine/global_job_engine_lock
> Exception in thread "Thread-3" java.lang.RuntimeException: Error while peeking at /kylin/../examples/test_metadata/job_engine/global_job_engine_lock
>  at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.peekLock(ZookeeperDistributedLock.java:205)
>  at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.unlock(ZookeeperDistributedLock.java:225)
>  at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.unlockJobEngine(ZookeeperDistributedLock.java:312)
>  at org.apache.kylin.storage.hbase.util.ZookeeperJobLock.unlockJobEngine(ZookeeperJobLock.java:86)
>  at org.apache.kylin.job.impl.threadpool.DefaultScheduler.shutdown(DefaultScheduler.java:194)
>  at org.apache.kylin.rest.service.JobService$2.run(JobService.java:143)
>  at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.IllegalStateException: instance must be started before calling this method
>  at org.apache.curator.shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:176)
>  at org.apache.curator.framework.imps.CuratorFrameworkImpl.getData(CuratorFrameworkImpl.java:375)
>  at org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.peekLock(ZookeeperDistributedLock.java:200)
>  ... 6 more



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