Commit Graph

2348 Commits

Author SHA1 Message Date
i-robot f9c2ed92f9
!1467 Add read only for file based system access control at catalog level
Merge pull request !1467 from zhaoyaqian/master
2022-05-24 03:18:18 +00:00
i-robot c328d17b1f
!1476 Feature-Suspend, Resume query when low resources
Merge pull request !1476 from Nitin-Kashyap/feature-SuspendResumeQuery
2022-05-23 19:54:32 +00:00
Nitin Kashyap 9a6ad76160
Feature - suspend, and resume memory intensive queries in low memory situation. 2022-05-24 00:31:48 +05:30
i-robot 5803556080
!1473 Refactoring of snapshot config to use recovery framework and to support recovery without snapshot capture
Merge pull request !1473 from Surya Sumanth/recovery_framework
2022-05-23 18:17:29 +00:00
Kishore 3190b64cf8 Refactoring of snapshot config to use recovery framework and to support recovery without snapshot capture 2022-05-23 22:43:35 +05:30
i-robot 3be5c9c199
!1474 Gossip Protocol Review comment fixes
Merge pull request !1474 from ahanapradhan/gossip_fix
2022-05-23 15:17:05 +00:00
Ahana 1697da2f3b review comment fixes
review comment fixes
2022-05-23 17:24:10 +05:30
i-robot d313b8f951
!1471 Branch-KunPengZhongZhi WebUI Enhancement code
Merge pull request !1471 from 孙锐/master
2022-05-23 07:23:06 +00:00
i-robot 7cb87ba6db
!1449 add redis connector
Merge pull request !1449 from shiming/master
2022-05-23 03:48:30 +00:00
i-robot cf7e84b742
!1469 Gossip protocol implementation for failure detection
Merge pull request !1469 from i-robot/pull347
2022-05-20 10:52:54 +00:00
sunrui 1b4c9bc842 Merge branch 'Branch-KunPengZhongzhi'
# Conflicts:
#	hetu-carbondata/pom.xml
#	hetu-clickhouse/pom.xml
#	hetu-common/pom.xml
#	hetu-cube/pom.xml
#	hetu-datacenter/pom.xml
#	hetu-docs/en/admin/web-interface.md
#	hetu-docs/zh/admin/web-interface.md
#	hetu-filesystem-client/pom.xml
#	hetu-function-namespace-managers/pom.xml
#	hetu-greenplum/pom.xml
#	hetu-hana/pom.xml
#	hetu-hazelcast/pom.xml
#	hetu-hbase/pom.xml
#	hetu-heuristic-index/pom.xml
#	hetu-hive-functions/pom.xml
#	hetu-kylin/pom.xml
#	hetu-listener/pom.xml
#	hetu-metastore/pom.xml
#	hetu-mongodb/pom.xml
#	hetu-opengauss/pom.xml
#	hetu-oracle/pom.xml
#	hetu-seed-store/pom.xml
#	hetu-server-rpm/pom.xml
#	hetu-server/pom.xml
#	hetu-sql-migration-tool/pom.xml
#	hetu-startree/pom.xml
#	hetu-state-store/pom.xml
#	hetu-transport/pom.xml
#	hetu-vdm/pom.xml
#	pom.xml
#	presto-array/pom.xml
#	presto-atop/pom.xml
#	presto-base-jdbc/pom.xml
#	presto-benchmark-driver/pom.xml
#	presto-benchmark/pom.xml
#	presto-benchto-benchmarks/pom.xml
#	presto-cli/pom.xml
#	presto-client/pom.xml
#	presto-elasticsearch/pom.xml
#	presto-example-http/pom.xml
#	presto-expressions/pom.xml
#	presto-geospatial-toolkit/pom.xml
#	presto-geospatial/pom.xml
#	presto-hive-hadoop2/pom.xml
#	presto-hive/pom.xml
#	presto-jdbc/pom.xml
#	presto-jmx/pom.xml
#	presto-kafka/pom.xml
#	presto-local-file/pom.xml
#	presto-main/pom.xml
#	presto-main/src/main/java/io/prestosql/catalog/AbstractCatalogStore.java
#	presto-main/src/main/java/io/prestosql/memory/ClusterMemoryManager.java
#	presto-main/src/main/java/io/prestosql/queryeditorui/resources/LoginResource.java
#	presto-main/src/main/resources/webapp/dist/index.js
#	presto-matching/pom.xml
#	presto-memory-context/pom.xml
#	presto-memory/pom.xml
#	presto-ml/pom.xml
#	presto-mysql/pom.xml
#	presto-orc/pom.xml
#	presto-parquet/pom.xml
#	presto-parser/pom.xml
#	presto-password-authenticators/pom.xml
#	presto-plugin-toolkit/pom.xml
#	presto-postgresql/pom.xml
#	presto-product-tests/pom.xml
#	presto-proxy/pom.xml
#	presto-rcfile/pom.xml
#	presto-record-decoder/pom.xml
#	presto-resource-group-managers/pom.xml
#	presto-session-property-managers/pom.xml
#	presto-spi/pom.xml
#	presto-sqlserver/pom.xml
#	presto-teradata-functions/pom.xml
#	presto-testing-docker/pom.xml
#	presto-testing-server-launcher/pom.xml
#	presto-tests/pom.xml
#	presto-thrift-api/pom.xml
#	presto-thrift-testing-server/pom.xml
#	presto-thrift/pom.xml
#	presto-tpcds/pom.xml
#	presto-tpch/pom.xml
#	presto-verifier/pom.xml
2022-05-20 15:44:32 +08:00
sunrui a8939f88f1 Modify Hetu-listener to monitor openLooKeng cluster startup and shutdown,WebUi user login and exit;
show catalog by reading properties file;
make queryInfo persistence by hetu-metadata, collect user sql by hetu-metadata;
Code completion of sql-editor;
add pagenation for AuditLog WebUi;
use airlift.log to enhance hetu-log rather than log4j;
change collect button;
add config for queryHistory-max-count and collectSql-max-count;
2022-05-20 15:39:14 +08:00
Ahana a3446685c2 codecheck
Gossip Protocol for Failure Detection
2022-05-20 12:19:44 +05:30
i-robot 8363281e01
!1460 [I4MHGW] Fix for Query Restore Failing From Successfully Captured Snapshot Issue
Merge pull request !1460 from i-robot/pull338
2022-05-19 17:09:54 +00:00
i-robot 44cbeb8eb6
!1470 BugFix: Fix for immediate query fail due to unhandled exception in httpRequest for resumable failure
Merge pull request !1470 from i-robot/pull351
2022-05-19 06:44:19 +00:00
Ahana ff420218b8 Fix for immediate query fail due to unhandled exception in httpRequest for resumable failure 2022-05-18 17:23:52 +05:30
zhaoyaqian 11cc99b4fe Add read only for file based system access control at catalog level 2022-05-18 09:30:55 +08:00
i-robot 56305dcfc2
!1463 Introducing Failure Retry Policies
Merge pull request !1463 from ahanapradhan/newpr
2022-05-17 10:36:48 +00:00
Ahana a36635f676 Introducing failure retry profiles 2022-05-17 11:36:22 +05:30
i-robot e21b036efb
!1465 Revert the pr:1430
Merge pull request !1465 from zengchen1024/revert-merge-1430-master
2022-05-16 07:52:18 +00:00
tushengxia c17eaf8491
回退 'Pull Request !1430 : Add read only for file based system access control at catalog level' 2022-05-16 06:16:15 +00:00
qzweng 7cb0b9c017
!1430 Add read only for file based system access control at catalog level
Merge pull request !1430 from zhaoyaqian/master
2022-05-16 03:06:07 +00:00
chenshiming2 590d62637a add redis connector 2022-05-12 22:47:02 +08:00
zhousipei f4a150c07f amend docs about extension execution planner 2022-05-11 10:27:43 +08:00
i-robot 6b005c02f0
!1462 fix featuredQueries json deserialization bug
Merge pull request !1462 from tianyi.tu/master
2022-05-10 12:07:50 +00:00
Surya Sumanth N 40f7d57104 [I4MHGW] Fix for Query Restore Failing From Successfully Captured Snapshot 2022-05-09 11:23:38 +05:30
tianyitu 2d16d74cbe 【bugfix】 Fixed featuredQueries json deserialization bug. 2022-05-05 15:16:55 +08:00
i-robot bb76006d46
!1458 add release note for 1.6.1
Merge pull request !1458 from tushengxia/releasenotes1.6.1
2022-04-27 10:26:29 +00:00
tushengxia 4d9d15e28e add release note for 1.6.1 2022-04-27 15:26:08 +08:00
i-robot 842339fc8e
!1457 [343] Extend Snapshot Support for Spilling in LookUpJoinOperator
Merge pull request !1457 from i-robot/pull344
2022-04-27 05:55:08 +00:00
i-robot 8a4b071a13
!1456 adapt to module presto hive function namespace
Merge pull request !1456 from wyy566/branch-1.7
2022-04-26 11:29:32 +00:00
wyy566 ce641847a4 adapt to module presto hive function namespace 2022-04-26 16:49:24 +08:00
i-robot d946b22c19
!1450 add API to get statistics from pageSource
Merge pull request !1450 from guojunfei399/master
2022-04-25 06:07:35 +00:00
i-robot 6a79256341
!1447 [I4Y3TQ] handle exception in httpRequest for resumable failure
Merge pull request !1447 from i-robot/pull336
2022-04-22 08:32:53 +00:00
i-robot 12d82cf262
!1446 Recovery state displayed in CLI during snapshot restore
Merge pull request !1446 from i-robot/pull327
2022-04-21 10:23:30 +00:00
Qiaa-n d0f22c8f0b modify field accessMode 2022-04-21 14:32:59 +08:00
guojunfei 28091e6e3d add API to get statistics from pageSource 2022-04-20 19:55:28 +08:00
i-robot d69ea6e00f
!1448 Added null check to avoid crash in unusual flows
Merge pull request !1448 from i-robot/pull337
2022-04-20 10:51:51 +00:00
Kishore 4976377fc7 Snapshot capture/restore information displayed in CLI while running in debug mode 2022-04-20 16:08:32 +05:30
Nitin Kashyap e864bb6aed
[I4Y3TQ] defect fix - handle exception in httpRequest for resumable failure. 2022-04-20 15:50:42 +05:30
i-robot a76d1b6246
!1444 Add docs about extension execution planner
Merge pull request !1444 from zhousipei/add_docs
2022-04-20 07:17:51 +00:00
zhousipei fe8ceb70c0 add docs about extension execution planner 2022-04-19 17:08:48 +08:00
i-robot db1c66c8e5
!1436 support omniruntime
Merge pull request !1436 from zhousipei/support_omniruntime
2022-04-16 07:15:09 +00:00
zhousipei 4b0edc0804 support omniruntime 2022-04-15 11:37:50 +08:00
i-robot 6ff4d8264c
!1439 support querying hudi tables configured with kerberos
Merge pull request !1439 from 建康/master
2022-04-14 12:07:32 +00:00
Surya Sumanth N b433fda9c3 Extend Snapshot Support for Spilling in LookUpJoinOperator 2022-04-14 11:19:14 +05:30
lijiankang 96d30d62e9 support querying hudi tables configured with kerberos 2022-04-12 16:19:41 +08:00
i-robot 7ad71942a1
!1392 [I4V5KY] mysql and postgresql connector do not support create or drop schema
Merge pull request !1392 from futureltl/master
2022-04-01 03:39:05 +00:00
i-robot 69424f8064
!1431 [master][1.6.0RC5]修正docs文档
Merge pull request !1431 from DOU/master
2022-03-30 09:57:51 +00:00
DOU 4714c7702b 修正docs文档 2022-03-30 17:13:37 +08:00