imay closed issue #1250: HLL query error when only upgrade BE to 0.10
URL: https://github.com/apache/incubator-doris/issues/1250
This is an automated message from the Apache Git Service.
To respond to the message, please log
imay commented on issue #1253: The version 0.10 already supports kafka string
load. Where can I find relevant documentation
URL:
https://github.com/apache/incubator-doris/issues/1253#issuecomment-498923576
you can " help routine", " help routine load"
and you can reference here
[ma
imay closed pull request #1248: Make MySQL support optional
URL: https://github.com/apache/incubator-doris/pull/1248
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
imay opened a new pull request #1248: Make MySQL support optional
URL: https://github.com/apache/incubator-doris/pull/1248
#1246
This is an automated message from the Apache Git Service.
To respond to the message, please log
luoyafei commented on issue #1253: The version 0.10 already supports kafka
string load. Where can I find relevant documentation
URL:
https://github.com/apache/incubator-doris/issues/1253#issuecomment-498923937
perfect
This i
luoyafei closed issue #1253: The version 0.10 already supports kafka string
load. Where can I find relevant documentation
URL: https://github.com/apache/incubator-doris/issues/1253
This is an automated message from the Apach
imay commented on issue #1249: Fix bug that RowCusor do NOT match with
RowBlock's layout
URL: https://github.com/apache/incubator-doris/pull/1249#issuecomment-498933811
#1236
This is an automated message from the Apache Git
morningman merged pull request #1248: Make MySQL support optional
URL: https://github.com/apache/incubator-doris/pull/1248
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
EmmyMiao87 closed pull request #1237: Change strategy of incorrect data
URL: https://github.com/apache/incubator-doris/pull/1237
This is an automated message from the Apache Git Service.
To respond to the message, please log
qdore opened a new issue #1254: Query cann't hit rollup
URL: https://github.com/apache/incubator-doris/issues/1254
**Describe the bug**
This sql can't hit rollup:
explain select distinct cuid from visd_dws_topic_novel_wide_table2 where
event_day='20190527' and is_na = 1 and bhv_
imay commented on issue #1254: Query cann't hit rollup
URL:
https://github.com/apache/incubator-doris/issues/1254#issuecomment-498965119
we have improve our rollup selecting in
https://github.com/apache/incubator-doris/pull/947, you can check if this patch
is in your Doris
-
yanchaoguo commented on issue #207: load支持parquet 文件数据导入
URL: https://github.com/apache/incubator-doris/issues/207#issuecomment-498970493
> hive 表中存储数据为parquet 格式,建议load支持parquet 文件数据导入数据
+1 请兼容hadoop生态
This is an autom
imay commented on issue #207: load支持parquet 文件数据导入
URL: https://github.com/apache/incubator-doris/issues/207#issuecomment-498976706
@yanchaoguo
parquet格式已经在支持中了。
#1173 这个patch已经处于基本可用状态,着急的可以先试试
This is an autom
EmmyMiao87 opened a new pull request #1255: Change strategy of incorrect data
URL: https://github.com/apache/incubator-doris/pull/1255
* Change strategy of incorrect data
This change adds a load property named strict_mode which is used to prohibit
the incorrect data.
When it is set to
qdore commented on issue #1254: Query cann't hit rollup
URL:
https://github.com/apache/incubator-doris/issues/1254#issuecomment-499007320
I will have a test, thx
This is an automated message from the Apache Git Service.
To r
qdore closed issue #1254: Query cann't hit rollup
URL: https://github.com/apache/incubator-doris/issues/1254
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
imay commented on a change in pull request #1255: Change strategy of incorrect
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r290650231
##
File path: gensrc/thrift/PlanNodes.thrift
##
@@ -136,6 +136,13 @@ struct TBrokerScanRangeParams {
//
imay commented on a change in pull request #1255: Change strategy of incorrect
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r290651357
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -585,21 +594,55 @@ bool BrokerScanner::fill_dest_tuple(cons
qdore opened a new issue #1256: failed to initialize storage reader.
tablet=322844.1094272791, res=-214, backend=10.90.239.23
URL: https://github.com/apache/incubator-doris/issues/1256
A normal sql trigger doris return this:
```
ERROR 1064 (HY000): failed to initialize storage rea
qdore commented on issue #1256: failed to initialize storage reader.
tablet=322844.1094272791, res=-214, backend=10.90.239.23
URL:
https://github.com/apache/incubator-doris/issues/1256#issuecomment-499014209
And why palo open many deleted file fd? Does it has fd leak?

--
imay commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499132342
you should look backendId 10002's LOG, and you can pstack doris_be process
to see what are the threads doing.
-
luoyafei commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499153773
all most threads seem to be waiting for lock?
[be_stack.log](https://github.com/apache/incubator-doris/files/3258036/be_stack.log)
-
imay commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499293113
@luoyafei
Thanks for your help. I think the problem is that you have too many
concurrent routine load job. I'm not sure your case. In this stack tra
imay opened a new issue #1258: routine load submit task stall
URL: https://github.com/apache/incubator-doris/issues/1258
**Describe the bug**
When there are too many concurrent routine load task, all `submit_task` will
wait for a lock when the thread pool is full. following is the st
imay commented on issue #1258: routine load submit task stall
URL:
https://github.com/apache/incubator-doris/issues/1258#issuecomment-499294089
#1257
This is an automated message from the Apache Git Service.
To respond to t
morningman commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499308826
@luoyafei How many routine load job have you been created in FE? And what is
their concurrent task number?
--
luoyafei commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499320986
this my routine load config;
```sql
mysql> show routine load;
+---+--+-+---+-+-
EmmyMiao87 closed pull request #1255: Change strategy of incorrect data
URL: https://github.com/apache/incubator-doris/pull/1255
This is an automated message from the Apache Git Service.
To respond to the message, please log
EmmyMiao87 opened a new pull request #1255: Change strategy of incorrect data
URL: https://github.com/apache/incubator-doris/pull/1255
* Change strategy of incorrect data
This change adds a load property named strict_mode which is used to prohibit
the incorrect data.
When it is set to
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290564228
##
File path: fe/src/main/java/org/apache/doris/load/Load.java
##
@@ -2307,7 +23
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291004804
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290564252
##
File path: fe/src/main/java/org/apache/doris/load/Load.java
##
@@ -2348,7 +23
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290571088
##
File path: docs/help/Contents/Administration/small_files.md
##
@@ -0,0 +1,103
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291008767
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291007447
##
File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java
##
EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291005971
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
qdore commented on issue #1256: failed to initialize storage reader.
tablet=322844.1094272791, res=-214, backend=10.90.239.23
URL:
https://github.com/apache/incubator-doris/issues/1256#issuecomment-499337855
initialize storage reader failed:
be warning log:
```
W0606 10:21:45.1832
luoyafei commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499344954
concurrent task num set only 1
but i can see BE log, always submit new tasks
my doris version is 0.10.0-rc01

This is an automated message from the A
KevinLinGit opened a new pull request #1260: modify udf docs
URL: https://github.com/apache/incubator-doris/pull/1260
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
KevinLinGit closed pull request #1259: modify udf docs
URL: https://github.com/apache/incubator-doris/pull/1259
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
imay merged pull request #1260: modify udf docs
URL: https://github.com/apache/incubator-doris/pull/1260
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
imay opened a new issue #1261: eliminate predicate which is pushed to storage
engine
URL: https://github.com/apache/incubator-doris/issues/1261
Currently, although we push down predicates to StorageEngine, but we do it
in OlapScanner again. This is a waste for query which will read too man
morningman commented on issue #1257: Routine load problem
URL:
https://github.com/apache/incubator-doris/issues/1257#issuecomment-499413218
Sorry I didn't see your mail.
we can talk on WeChat: 13001006668
This is an automa
chaoyli opened a new pull request #1262: Fix bug that RowCusor do NOT match
with RowBlock's layout
URL: https://github.com/apache/incubator-doris/pull/1262
This is an automated message from the Apache Git Service.
To respond
chaoyli merged pull request #1262: Fix bug that RowCusor do NOT match with
RowBlock's layout
URL: https://github.com/apache/incubator-doris/pull/1262
This is an automated message from the Apache Git Service.
To respond to th
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291172981
##
File path: fe/src/main/java/org/apache/doris/load/Load.java
##
@@ -2307,7 +23
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291173104
##
File path: fe/src/main/java/org/apache/doris/load/Load.java
##
@@ -2348,7 +23
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291173269
##
File path: docs/help/Contents/Administration/small_files.md
##
@@ -0,0 +1,103
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291173638
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291173901
##
File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java
##
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291175090
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291175610
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
morningman commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291176142
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
morningman opened a new pull request #1235: Support SSL authentication with
Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235
1. Implement a Small File Manager which allows user to upload small files,
save them in Doris and use them later. Details can be fo
imay commented on a change in pull request #1235: Support SSL authentication
with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r291241031
##
File path: gensrc/proto/internal_service.proto
##
@@ -150,7 +179,6 @@ service PBack
imay merged pull request #1235: Support SSL authentication with Kafka in
routine load job
URL: https://github.com/apache/incubator-doris/pull/1235
This is an automated message from the Apache Git Service.
To respond to the m
imay commented on a change in pull request #1173: load data from Parquet file
(Issues #911)
URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r291504276
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -0,0 +1,433 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1173: load data from Parquet file
(Issues #911)
URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r291504149
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -0,0 +1,433 @@
+// Licensed to the Apache Software
morningman opened a new pull request #1263: Make LZO support optional
URL: https://github.com/apache/incubator-doris/pull/1263
LZO is under GNU General Public License Version 2(GPL-2), which is not
compatible with Apache 2.0 License.
Add `--without-lzo` argument to `build.sh` to disable
imay commented on a change in pull request #1263: Make LZO support optional
URL: https://github.com/apache/incubator-doris/pull/1263#discussion_r291583704
##
File path: be/src/olap/push_handler.cpp
##
@@ -562,6 +562,15 @@ OLAPStatus PushHandler::_convert(
if (_
morningman commented on a change in pull request #1263: Make LZO support
optional
URL: https://github.com/apache/incubator-doris/pull/1263#discussion_r291595388
##
File path: be/src/olap/push_handler.cpp
##
@@ -562,6 +562,15 @@ OLAPStatus PushHandler::_convert(
morningman commented on a change in pull request #1263: Make LZO support
optional
URL: https://github.com/apache/incubator-doris/pull/1263#discussion_r291595320
##
File path: be/src/olap/push_handler.cpp
##
@@ -562,6 +562,15 @@ OLAPStatus PushHandler::_convert(
imay merged pull request #1263: Make LZO support optional
URL: https://github.com/apache/incubator-doris/pull/1263
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
imay opened a new pull request #1264: Add coding function
URL: https://github.com/apache/incubator-doris/pull/1264
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
imay merged pull request #1264: Add coding function
URL: https://github.com/apache/incubator-doris/pull/1264
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
imay commented on a change in pull request #1255: Change strategy of incorrect
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r291075205
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -585,24 +602,37 @@ bool BrokerScanner::fill_dest_tuple(cons
imay commented on a change in pull request #1255: Change strategy of incorrect
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r291069965
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -133,6 +135,15 @@ Status BrokerScanner::init_expr_ctxes() {
imay commented on a change in pull request #1255: Change strategy of incorrect
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r291071416
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -585,24 +602,37 @@ bool BrokerScanner::fill_dest_tuple(cons
imay opened a new pull request #1265: Change LICENSE file
URL: https://github.com/apache/incubator-doris/pull/1265
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
chaoyli merged pull request #1265: Change LICENSE file
URL: https://github.com/apache/incubator-doris/pull/1265
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
EmmyMiao87 opened a new pull request #1266: Fix += decimal error
URL: https://github.com/apache/incubator-doris/pull/1266
This change fix the +=decimal error when integer is zero or fraction is zero.
In this situation, the += operator will make a mistake.
EmmyMiao87 closed pull request #1266: Fix += decimal error
URL: https://github.com/apache/incubator-doris/pull/1266
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
kangpinghuang opened a new pull request #1267: Add new file format design
markdown
URL: https://github.com/apache/incubator-doris/pull/1267
This is an automated message from the Apache Git Service.
To respond to the message,
imay commented on a change in pull request #1267: Add new file format design
markdown
URL: https://github.com/apache/incubator-doris/pull/1267#discussion_r291865954
##
File path: docs/documentation/cn/extending-doris/doris_storage_optimization.md
##
@@ -0,0 +1,198 @@
+# Do
imay commented on a change in pull request #1267: Add new file format design
markdown
URL: https://github.com/apache/incubator-doris/pull/1267#discussion_r291866147
##
File path: docs/documentation/cn/extending-doris/doris_storage_optimization.md
##
@@ -0,0 +1,198 @@
+# Do
imay commented on a change in pull request #1267: Add new file format design
markdown
URL: https://github.com/apache/incubator-doris/pull/1267#discussion_r291866257
##
File path: docs/documentation/cn/extending-doris/doris_storage_optimization.md
##
@@ -0,0 +1,198 @@
+# Do
kangpinghuang opened a new pull request #1268: Add pb define for new format
segment
URL: https://github.com/apache/incubator-doris/pull/1268
This is an automated message from the Apache Git Service.
To respond to the message
kangpinghuang opened a new pull request #1269: Add common and options for new
format segment
URL: https://github.com/apache/incubator-doris/pull/1269
This is an automated message from the Apache Git Service.
To respond to th
kangpinghuang opened a new pull request #1270: Add page api for new format
segment
URL: https://github.com/apache/incubator-doris/pull/1270
This is an automated message from the Apache Git Service.
To respond to the message,
chaoyli opened a new pull request #1271: Set timeout configuration for stream
load
URL: https://github.com/apache/incubator-doris/pull/1271
This is an automated message from the Apache Git Service.
To respond to the message,
kangpinghuang commented on a change in pull request #1267: Add new file format
design markdown
URL: https://github.com/apache/incubator-doris/pull/1267#discussion_r291893435
##
File path: docs/documentation/cn/extending-doris/doris_storage_optimization.md
##
@@ -0,0 +1,198
kangpinghuang commented on a change in pull request #1267: Add new file format
design markdown
URL: https://github.com/apache/incubator-doris/pull/1267#discussion_r291893486
##
File path: docs/documentation/cn/extending-doris/doris_storage_optimization.md
##
@@ -0,0 +1,198
501 - 600 of 7706 matches
Mail list logo