morningman opened a new pull request #460: Optimize backup & restore process
URL: https://github.com/apache/incubator-doris/pull/460
1. Print broker address for debug.
2. Do not cancel backup job if already is state UPLOAD_INFO.
3. Cancel task on Backends when job is cancelled.
--
morningman commented on issue #457: 指标不兼容prometheus2.6
URL: https://github.com/apache/incubator-doris/issues/457#issuecomment-449440856
We already fix it in 0.8.2.1, just change GAUGE to gauge.
This is an automated message fro
morningman closed issue #457: 指标不兼容prometheus2.6
URL: https://github.com/apache/incubator-doris/issues/457
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r243603710
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1103,6 +1122,63 @@ opt_cluster ::=
:}
;
+// Routine load
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r243602240
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1103,6 +1122,63 @@ opt_cluster ::=
:}
;
+// Routine load
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r243602333
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -205,7 +206,9 @@ terminal String KW_ADD, KW_ADMIN, KW_AFTER, KW_AGGRE
chenhao7253886 closed pull request #453: Add UserFunctionCache to cache UDF's
library
URL: https://github.com/apache/incubator-doris/pull/453
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As thi
imay commented on a change in pull request #453: Add UserFunctionCache to cache
UDF's library
URL: https://github.com/apache/incubator-doris/pull/453#discussion_r243576195
##
File path: be/src/util/file_utils.cpp
##
@@ -127,6 +127,43 @@ Status FileUtils::scan_dir(
ret
imay commented on a change in pull request #453: Add UserFunctionCache to cache
UDF's library
URL: https://github.com/apache/incubator-doris/pull/453#discussion_r243576027
##
File path: be/src/runtime/user_function_cache.cpp
##
@@ -0,0 +1,370 @@
+// Licensed to the Apache
imay commented on a change in pull request #453: Add UserFunctionCache to cache
UDF's library
URL: https://github.com/apache/incubator-doris/pull/453#discussion_r243575685
##
File path: be/src/runtime/user_function_cache.cpp
##
@@ -0,0 +1,370 @@
+// Licensed to the Apache
morningman opened a new pull request #459: Add roadmap of 2019
URL: https://github.com/apache/incubator-doris/pull/459
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub
kangkaisen opened a new issue #458: Create table error:
java.net.SocketTimeoutException: Read timed out
URL: https://github.com/apache/incubator-doris/issues/458
**Describe the bug**
After I cherry-picked
https://github.com/apache/incubator-doris/commit/f1b673503e4f9843616950feedb7d0f1e
yuanfeng0905 opened a new issue #457: 指标不兼容prometheus2.6
URL: https://github.com/apache/incubator-doris/issues/457
**prometheus2.6抓取指标报错**
level=warn ts=2018-12-21T09:48:35.525960902Z caller=scrape.go:835
component="scrape manager" scrape_pool=PALO_CLUSTER
target=http://10.8.20.236:
chaoyli commented on a change in pull request #454: Refactor Tablet and
TabletMeta
URL: https://github.com/apache/incubator-doris/pull/454#discussion_r243523988
##
File path: be/src/olap/tablet.cpp
##
@@ -202,917 +63,145 @@ Tablet::~Tablet() {
}
// ensure that
chaoyli commented on a change in pull request #454: Refactor Tablet and
TabletMeta
URL: https://github.com/apache/incubator-doris/pull/454#discussion_r243523700
##
File path: be/src/olap/tablet.cpp
##
@@ -202,917 +63,145 @@ Tablet::~Tablet() {
}
// ensure that
chaoyli commented on a change in pull request #454: Refactor Tablet and
TabletMeta
URL: https://github.com/apache/incubator-doris/pull/454#discussion_r243523192
##
File path: be/src/olap/tablet.cpp
##
@@ -1126,490 +215,46 @@ void Tablet::get_missing_versions_with_header_lo
chaoyli commented on a change in pull request #454: Refactor Tablet and
TabletMeta
URL: https://github.com/apache/incubator-doris/pull/454#discussion_r243519707
##
File path: be/src/olap/tablet_meta.cpp
##
@@ -17,968 +17,197 @@
#include "olap/tablet_meta.h"
-#include
chenhao7253886 commented on a change in pull request #453: Add
UserFunctionCache to cache UDF's library
URL: https://github.com/apache/incubator-doris/pull/453#discussion_r243509241
##
File path: be/src/runtime/user_function_cache.cpp
##
@@ -0,0 +1,370 @@
+// Licensed to t
chenhao7253886 commented on a change in pull request #453: Add
UserFunctionCache to cache UDF's library
URL: https://github.com/apache/incubator-doris/pull/453#discussion_r243479613
##
File path: be/src/runtime/user_function_cache.cpp
##
@@ -0,0 +1,370 @@
+// Licensed to t
chenhao7253886 commented on a change in pull request #453: Add
UserFunctionCache to cache UDF's library
URL: https://github.com/apache/incubator-doris/pull/453#discussion_r243502663
##
File path: be/src/util/file_utils.cpp
##
@@ -127,6 +127,43 @@ Status FileUtils::scan_dir
EmmyMiao87 opened a new pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456
1. Add sql parser and sql scanner for routine load stmt such as
KW_ROUTINE_LOAD(routine load), KW_PAUSE.
2. Create routine load statment like
CREATE ROUT
21 matches
Mail list logo