Commit Graph

13073 Commits

Author SHA1 Message Date
ac770c33d4 remove useless aes 2018-06-09 15:03:51 +08:00
9f7b1ea6d4 merge to 87fd4ebd9977afb1e1193429dd75c7c82caab204 (#202)
1. ix bugs in query layer.
2. remove some redundant code in BE
3. support specify multi helper node when starting FE
4. add proc 'cluster_load_statistic' to show load balance situation of Palo
2018-06-08 08:42:23 +08:00
c4be57150b merge to 6da2dd322d34810ef6f12ebc0f870d89f55df140 (#200)
1. rewrite metric module, add disk capacity metric
2. add Cluster load statistic proc to observer cluster load balance status
3. fix bug: show table status from db throw Nullpointer exception
4. performance: change push_down table size to 1024 in HashJoinNode
2018-06-04 14:51:11 +08:00
2dd9df32ef Update README.md 2018-05-31 19:51:53 +08:00
8e6eee3d28 merge to d228001a62c9c4f8e87f82eef9a88804dfed2831 (#195)
1. modify FE audit log format, for parsing it more convenient
2. fix bug: evaluate conjuncts assigned to SortNode in InlineViewRef
3. fix bug: invalid apache hdfs broker jar in apache_hdfs_broker_java_libraries.tar.gz
2018-05-22 19:01:13 +08:00
5065d634eb merge to 7ab21a103ba63af3bd27f45f7056b1ddbcc93a13 (#194)
1. call done->Run when stream receiver is closed
2. change the name of frontend in bdbje, use arbitrary name instead of ip_port
3. change sync backend report to async, to avoid timeout when backend report
4. fix: buf in WrapperField is not equal to field_buf minus one
2018-05-18 13:57:04 +08:00
2419384e8a push 3.3.19 to github (#193)
* push 3.3.19 to github

* merge to 20ed420122a8283200aa37b0a6179b6a571d2837
2018-05-15 20:38:22 +08:00
e684ae9b49 Update README.md 2018-04-25 20:56:07 +08:00
c89dc96524 Update README.md 2018-04-25 20:55:25 +08:00
9b420d258b fix left join bug, be compatible with sqlalchemy (#189)
merge to 4bd53476a7c3e6451aa1cf640a010d3b7bb0ec42
2018-04-13 22:30:22 +08:00
6cf2fb4d47 Bug fixs
merge to 2d4cc9e1358c980b4f726e17d036639bc31127aa (#188)
contains:
    first_value with PRECEDING LEFT and NON-PRECEDING RIGHT rewrite error and count* materialize SlotDescriptor
    error when referring to the slot of the current query and subquery Simultaneously.

    fix join and count(*) materialize SlotDescriptor error.

    fix materialize scannode's conjuncts bug.

    remove no used materialization work.

    it have to evaluate orderby in subquery because we limit the number of rows returned by subquery.

    the method of judging limit is wrong.

    user info is missing when retrying to call load check.

    It's wrong to pass aggregate function when it's param is not materialized.

    InsertStmt does not pass the session param to observer.
2018-04-11 16:05:33 +08:00
5de798fdd6 Merge code to github (#187)
* merge to 95787f8be1fd0ff215708fb0f49997b632876586
* Bugs fixed
2018-03-23 14:04:55 +08:00
b8fa22ddd3 distinguish limit 0 in analyze (#186) 2018-03-12 18:11:54 +08:00
12d54c71a3 Update fe.conf 2018-03-02 14:21:28 +08:00
ab2d606361 Update AsyncDeleteJob
fix persist AsyncDeleteJob bug
2018-02-26 13:44:16 +08:00
ca3470119c find disk damage, report immediately (#183) 2018-02-01 15:19:17 +08:00
ef15bf424e fix decimal bug (#181) 2018-01-23 19:11:06 +08:00
0008399987 add FE metrics (#178)
Add more metrics of FE.
You need to update fe/lib when update FE
2018-01-17 11:11:37 +08:00
5e9041fc1c added largeint for buildin functions: if, ifnull, nullif and coalesce 2018-01-16 09:46:51 +08:00
5a1388c676 fix union with order by bug (#177) 2018-01-15 14:05:49 +08:00
497292387c add export retry (#176) 2018-01-11 14:20:41 +08:00
42cb31e11c replace getHostName with getHostString to avoid triggering a name service reverse lookup 2018-01-09 10:56:45 +08:00
1e951e5c1c fix ut compile. set timeout to pull load task. fix export sink bug (#175) 2018-01-09 10:42:57 +08:00
0f65b770ad [PALO-3124] added in predicate functions for largeInt 2018-01-08 11:18:18 +08:00
838290db88 use sychronized to protect fs stream in broker (#171) 2018-01-04 19:30:48 +08:00
78c45dfddd [PALO-3059] added the variable of collation_server 2018-01-03 19:52:40 +08:00
724a1d0f87 [PALO-3059] added the variable of collation_server 2018-01-03 18:18:31 +08:00
3975360a7c add jvm monitor (#170)
SHOW PROC '/monitor/jvm'; to get info
2018-01-03 16:13:41 +08:00
32c5570771 fix some bugs (#169)
* change broker's default log level to INFO. fix some log error

* change exporting data via broker in batch
2018-01-02 19:50:15 +08:00
0d3f401889 remove confusing & symbol (#168) 2017-12-27 21:42:03 +08:00
b981d70fe7 fix error file log path when load with broker (#167) 2017-12-27 21:31:09 +08:00
4b4a52369e improve logic to sending to broker (#166)
1. Increase default timeout to 5s to avoid error in network jitter scenarios;
2. do not re-send request if meet TTransportException
2017-12-27 21:05:15 +08:00
67004402a1 change broker's default log level to INFO. fix some log error (#164) 2017-12-25 17:38:37 +08:00
da784a3d09 fix bugs when start multi FE at same time (#163)
In the case when 3 FE (1 master and 2 followers) start at same time,
We may catch com.sleepycat.je.rep.DatabasePreemptedException which said that
"Database xx has been forcibly closed in order to apply a replicated remove operation."
2017-12-22 17:56:10 +08:00
5840377f59 Fixed a bug reporting internal error when largeint type in union statement 2017-12-21 15:18:20 +08:00
6f1f5d0e3d fix multiple count_distinct bug (#162) 2017-12-20 19:56:25 +08:00
56fa78501e fix bugs when add rollup in duplicate key table (#161) 2017-12-19 21:25:41 +08:00
56ac7812af Update K8sDeployManager.java 2017-12-19 19:16:07 +08:00
877ac29f87 fix NULL cast to CHAR bug (#160) 2017-12-18 19:47:39 +08:00
051cf8f140 can't materialize join's EqJoinPredicates when refereces Subquery's column (#159) 2017-12-18 11:29:40 +08:00
756f9bdb6c exchange check error when parent child is union (#158) 2017-12-18 11:20:39 +08:00
765f7f53d4 Update manipulation_stmt.md
add mini load timeout help
2017-12-15 17:56:17 +08:00
446e76862e fix microseconds_add and microseconds_sub bug (#157) 2017-12-15 14:18:16 +08:00
1eddd0d7ad report the real disk available capacity to fe (#156) 2017-12-14 10:49:19 +08:00
f8407a623c fix session action title bug (#154) 2017-12-12 14:59:12 +08:00
a7fe56322d aggregation with limit bug (#152) 2017-12-07 15:02:10 +08:00
ddf6c38b0a aggregation with limit bug (#151) 2017-12-07 14:58:18 +08:00
56138b9d35 move docs to wiki (#150)
move these 4 docs to wiki
docs/admin_guide/install.md
docs/user_guide/FAQ.md
docs/user_guide/sql_reference.md
docs/user_guide/tutorial.md
2017-12-06 13:58:22 +08:00
dac207804d fix ambari deploy bug. add bdbje clock delta config (#149) 2017-12-05 11:48:37 +08:00
51beba6796 Add images for deploy doc 2017-12-03 16:19:29 +08:00