Re: 问下kylin可以用连接池连接jdbc么?

2017-06-30 Thread lichaojacobs
可以看一下我这个项目,自己手动封装了一个jdbc pool,使用起来也很方便 https://github.com/lichaojacobs/kylin-jdbc-pool <https://github.com/lichaojacobs/kylin-jdbc-pool> -- View this message in context: http://apache-kylin.74782.x6.nabble.com/kylin-jdbc-tp5195p8322.html Sent from the Apache Kylin mailing list arch

Kylin 主从同步经常失败

2017-08-05 Thread lichaojacobs
kylin 主节点build完成之后,通知从节点刷新元数据缓存的时候,经常同步失败 如图: -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Kylin-tp8640.html Sent from the Apache Kylin maili

Re: Kylin 主从同步经常失败

2017-08-08 Thread lichaojacobs
I am sure it's not the network problem. Because some changes can successfully send to other nodes. So, I think it's the program sometimes can not reponse status with 200, perhaps 500. But there are no more specific error message to verify that. So I suggest if you can add retry logic and narrow th

A tool for managing kylin jdbc pool with spring boot project

2018-01-23 Thread lichaojacobs
this is a kylin jdbc pool for querying kylin server using spring boot. the project link is: kylin-jdbc-pool <https://github.com/lichaojacobs/kylin-jdbc-pool|https://github.com/lichaojacobs/kylin-jdbc-pool> functions it provide a pool for kylin jdbc, and a simple ORM framework that when r