uttinie
uttinie
**Bug Description** `22/07/18 14:13:20 INFO Compatibility: Running in ZooKeeper 3.4.x compatibility mode 22/07/18 14:13:20 INFO Compatibility: Using emulated InjectSessionExpiration Exception in thread "main" java.lang.NoSuchMethodError: org.apache.curator.CuratorZookeeperClient.(Lorg/apache/curator/utils/ZookeeperFactory;Lorg/apache/curator/ensemble/EnsembleProvider;IIILorg/apache/zookeeper/Watcher;Lorg/apache/curator/RetryPolicy;ZLorg/apache/curator/connection/ConnectionHandlingPolicy;)V at org.apache.curator.framework.imps.CuratorFrameworkImpl.(CuratorFrameworkImpl.java:131) at org.apache.curator.framework.CuratorFrameworkFactory$Builder.build(CuratorFrameworkFactory.java:165) at...
**Bug Description** os:CentOS Linux release 7.9.2009 (Core) gcc-10.2.0、cmake-3.23.0 compile log: [version_branch_5_error.zip](https://github.com/4paradigm/OpenMLDB/files/9148196/version_branch_5_error.zip) In addition, make clean gets stuck at ./mvnw clean  **Expected Behavior** **Steps to Reproduce** 1. 2. 3. 4.
**Bug Description** version:openmldb 0.6.1 dataset:20220814-20220821 total data:870w Real-time Feature Processing remove w10d: 9.5k qps with w10d:130 qps CREATE TABLE deployment_test_for_error( event_id STRING, type STRING, p0 STRING, p1 STRING, p2 STRING,...
**Describe the feature you'd like** ``` +---+-----+---+-------+-------------------+---------+----------+--------+--------+-----+ | id| uid|mid| cardno| trans_time|trans_amt|trans_type|province| city|label| +---+-----+---+-------+-------------------+---------+----------+--------+--------+-----+ | 1|UserA| M1|1111111|2022-02-02 10:00:00| 10.0| CASH| SH|ShangHai| true| | 3|UserA| M2|1111111|2022-02-03 11:00:00| 20.0| POS| SH|ShangHai| true|...
**Bug Description** Tested top_n_key_count_cate_where and top functions, other behaviors without importing data,It's been like this after a while ``` 10.97.152.110:6527/tutorial> select * from t1; Get exception: SQL parse error: Fail...
**Bug Description** **How can I confirm the current row position of my input?** ``` 10.97.152.110:6527/demo_db> desc test; --- ----------- --------- ------ --------- # Field Type Null Default --- ----------- ---------...
**Bug Description** ``` WARNING: Logging before InitGoogleLogging() is written to STDERR I0906 17:05:28.948508 69395 zk_client.cc:564] zookeeper event with type -1, state 3, path I0906 17:05:28.948614 69395 zk_client.cc:579] connect success I0906...
**Bug Description** **After loading the file** ``` Welcome to openmldb with version 0.6.0-01a7a67 ns leader: 10.97.152.110:6527 Use database: kafka_test name tid pid endpoint role is_alive offset record_cnt memused diskused ------------------------------------------------------------------------------------------------------------------------...
**Bug Description**   CREATE INDEX index1 ON t1 (pickup_datetime) OPTIONS (ts=pickup_datetime, ttl_type=absolute, ttl=20d); -- success CREATE INDEX index2 ON t1 (id) OPTIONS (ts=pickup_datetime, ttl_type=absolute, ttl=20d); -- success drop index...
openresty version : openresty-1.13.6.1 perf:Stuck in err_unwind and nginx process CPU 100% higher error.log:nginx: lua atpanic: Lua VM crashed, reason: not enough memory STACK1: Traceback (most recent call last): File...