kangpinghuang opened a new pull request #2202: Fix npe when segment writer init
failed
URL: https://github.com/apache/incubator-doris/pull/2202
fix npe of ShortKeyBuilder when SegmentWriter init failed.
Issue:#2196
This i
kangpinghuang commented on issue #2196: too many open files when pressure test
URL:
https://github.com/apache/incubator-doris/issues/2196#issuecomment-553757694
there are two problems for this issue:
1. Too many open file, the reason is the table has many tablet and eache
tablet has hun
blackfox1983 opened a new issue #2201: stream_load设置了timeout。但结果显示cancel
URL: https://github.com/apache/incubator-doris/issues/2201
**Describe the bug**
流式导入时的timeout可能没生效
**To Reproduce**
**Expected behavior**
1、version:11-6日 master
2、源文件:8.1G 约9500w+行
3、半个小时超时。cur
This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from b187c08 Fix bug of null safe equal join (#2193)
add 20e0344 Fix condition npe bug (#2200)
No new
kangkaisen merged pull request #2200: Fix condition npe bug
URL: https://github.com/apache/incubator-doris/pull/2200
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
kangkaisen commented on a change in pull request #2198: Add more note for
streamLoad java sample
URL: https://github.com/apache/incubator-doris/pull/2198#discussion_r346139271
##
File path: samples/stream_load/java/DorisStreamLoad.java
##
@@ -95,6 +125,7 @@ protected boole
wuyunfeng commented on issue #2157: Spark date result is 1970-01-01 when doris
date is before 1970-01-01 or after 2038-01-19
URL:
https://github.com/apache/incubator-doris/issues/2157#issuecomment-553727000
feel free to reopen this if you have any question.
---
zhangy5 commented on issue #2157: Spark date result is 1970-01-01 when doris
date is before 1970-01-01 or after 2038-01-19
URL:
https://github.com/apache/incubator-doris/issues/2157#issuecomment-553711004
For now no problem has been found, and this issue is closed temporarily. You
can rep
zhangy5 closed issue #2157: Spark date result is 1970-01-01 when doris date is
before 1970-01-01 or after 2038-01-19
URL: https://github.com/apache/incubator-doris/issues/2157
This is an automated message from the Apache Git
imay commented on a change in pull request #2198: Add more note for streamLoad
java sample
URL: https://github.com/apache/incubator-doris/pull/2198#discussion_r346112178
##
File path: samples/stream_load/java/DorisStreamLoad.java
##
@@ -56,15 +56,47 @@
* 3 run this class
imay commented on issue #2195: why storage medium setting only supports the
path extension?
URL:
https://github.com/apache/incubator-doris/issues/2195#issuecomment-553707465
> > That's a historical reason, there is no special purpose
>
> OK. For my part, I can't rename the storage p
kangpinghuang opened a new pull request #2200: Fix condition npe bug
URL: https://github.com/apache/incubator-doris/pull/2200
when schema change with delete predicate, the conditions is null, which will
lead to NPE core dump.
ISSUE #2197
-
caiconghui commented on issue #2198: Add more note for streamLoad java sample
URL: https://github.com/apache/incubator-doris/pull/2198#issuecomment-553704713
related to #2199
This is an automated message from the Apache Git S
caiconghui opened a new issue #2199: Add more note for streamLoad java sample
URL: https://github.com/apache/incubator-doris/issues/2199
Add more note info for streamLoad java sample
This is an automated message from the Apach
caiconghui opened a new pull request #2198: Add more note for streamLoad java
sample
URL: https://github.com/apache/incubator-doris/pull/2198
modify note info for sample output and some issue when use streamLoad java
sample
kangpinghuang opened a new issue #2197: NPE when schema change
URL: https://github.com/apache/incubator-doris/issues/2197
create rollup index from a base table with delete predicate, which will come
to nullptr conditions when calling _get_row_ranges_by_column_conditions in
SegmentIterator.
vagetablechicken commented on issue #2195: why storage medium setting only
supports the path extension?
URL:
https://github.com/apache/incubator-doris/issues/2195#issuecomment-553701996
> That's a historical reason, there is no special purpose
OK. For my part, I can't rename the sto
kangpinghuang commented on issue #2196: too many open files when pressure test
URL:
https://github.com/apache/incubator-doris/issues/2196#issuecomment-553700300
core dump message:
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
kangpinghuang opened a new issue #2196: too many open files when pressure test
URL: https://github.com/apache/incubator-doris/issues/2196
**Describe the bug**
running segment v2 under pressure test, it comes to the warning:
failed to init segment writer: IO error:
/home/disk3/palo-ser
wuyunfeng commented on issue #2157: Spark date result is 1970-01-01 when doris
date is before 1970-01-01 or after 2038-01-19
URL:
https://github.com/apache/incubator-doris/issues/2157#issuecomment-553700305
@zhangy5 em...
T
imay commented on issue #2195: why storage medium setting only supports the
path extension?
URL:
https://github.com/apache/incubator-doris/issues/2195#issuecomment-553697442
That's a historical reason, there is no special purpose
---
vagetablechicken opened a new issue #2195: why storage medium setting only
supports the path extension?
URL: https://github.com/apache/incubator-doris/issues/2195
When setting storage_root_path, doris uses the path extension (.ssd/.hdd)
to define the storage medium. Why not just add the m
morningman merged pull request #2193: Fix bug of null safe equal join
URL: https://github.com/apache/incubator-doris/pull/2193
This is an automated message from the Apache Git Service.
To respond to the message, please log on
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new b187c08 Fix bug of null safe equal
morningman merged pull request #2190: Make RowBatch compatible with old version
URL: https://github.com/apache/incubator-doris/pull/2190
This is an automated message from the Apache Git Service.
To respond to the message, ple
morningman merged pull request #2191: Add node dead num metrics for all types
of node
URL: https://github.com/apache/incubator-doris/pull/2191
This is an automated message from the Apache Git Service.
To respond to the messa
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 35b2800 Keep num_of_columns_from_file incompatibile with 0.10
protocol (#2187)
add 84c1fa8 Add n
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 84c1fa8 Add node dead num metrics for all types of node (#2191)
add 3dcb8c9 Make RowBatch compati
imay closed issue #2186: Broker load cause BE crashed during the upgrade
URL: https://github.com/apache/incubator-doris/issues/2186
This is an automated message from the Apache Git Service.
To respond to the message, please l
morningman commented on a change in pull request #2188: Use BE config
'mem_limit' to limit both query and load mem consumption.
URL: https://github.com/apache/incubator-doris/pull/2188#discussion_r345778968
##
File path: be/src/runtime/load_channel.cpp
##
@@ -109,18 +109,2
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 8063353 Fix concurrent create same directory failed (#2176) (#2185)
add 35b2800 Keep num_of_columns_fr
imay merged pull request #2187: Fix bug : num_of_columns_from_file
incompatibility cause BE crashed during the upgrade
URL: https://github.com/apache/incubator-doris/pull/2187
This is an automated message from the Apache Git
EmmyMiao87 commented on issue #2194: Null safe equal join filter the null value
URL:
https://github.com/apache/incubator-doris/issues/2194#issuecomment-553417257
#2193
This is an automated message from the Apache Git Service.
EmmyMiao87 commented on issue #2193: Fix bug of null safe equal join
URL: https://github.com/apache/incubator-doris/pull/2193#issuecomment-553417165
#2194
This is an automated message from the Apache Git Service.
To respond t
EmmyMiao87 opened a new issue #2194: Null safe equal join filter the null value
URL: https://github.com/apache/incubator-doris/issues/2194
**Describe the bug**
The null value has been filtered by null safe equal join
**To Reproduce**
mysql> select * From nullable_table;
EmmyMiao87 opened a new pull request #2193: Fix bug of null safe equal join
URL: https://github.com/apache/incubator-doris/pull/2193
This is an automated message from the Apache Git Service.
To respond to the message, please
imay closed issue #2176: BE will crash when create snapshot file
URL: https://github.com/apache/incubator-doris/issues/2176
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 11872d5 Sending clear txn task explicitly after transaction being
aborted (#2182)
add 8063353 Fix con
imay merged pull request #2185: Fix concurrent create same directory failed
URL: https://github.com/apache/incubator-doris/pull/2185
This is an automated message from the Apache Git Service.
To respond to the message, please
stayHF opened a new issue #2192: Add partition syntax by daily, weekly, monthly.
URL: https://github.com/apache/incubator-doris/issues/2192
Add partition syntax by daily, weekly, monthly, users do not need to
periodically add partitions.
morningman opened a new pull request #2191: Add node dead num metrics for all
types of node
URL: https://github.com/apache/incubator-doris/pull/2191
Add 3 new metrics to `http://fe:http_port/metrics?type=core`:
doris_fe_frontend_dead_num 0
doris_fe_backend_dead_num 0
doris_fe_b
imay opened a new pull request #2190: Make RowBatch compatible with old version
URL: https://github.com/apache/incubator-doris/pull/2190
Field len of StringValue is changed from int to int64. This will cause
invalid length of StringValue when deserializing RowBatch sent from 0.10
Doris
imay commented on issue #2189: BE crashed during the upgrade
URL:
https://github.com/apache/incubator-doris/issues/2189#issuecomment-553362587
Because len of StringValue is changed from int to size_t, it will lead
invalid length of StringValue. It will make Doris crash.
--
HangyuanLiu opened a new issue #2189: BE crashed during the upgrade
URL: https://github.com/apache/incubator-doris/issues/2189
**Describe the bug**
Be crashed while I was upgrading from 10.17 to 11.18.
**To Reproduce**
Steps to reproduce the behavior:
1.Upgrade
2.Wait
morningman opened a new pull request #2188: Use BE config 'mem_limit' to limit
both query and load mem consumption.
URL: https://github.com/apache/incubator-doris/pull/2188
ISSUE #2178
This is an automated message from the
imay commented on a change in pull request #2187: Fix bug :
num_of_columns_from_file incompatibility cause BE crashed during the upgrade
URL: https://github.com/apache/incubator-doris/pull/2187#discussion_r345672399
##
File path: be/src/exec/parquet_scanner.cpp
##
@@ -143,
HangyuanLiu commented on a change in pull request #2187: Fix bug :
num_of_columns_from_file incompatibility cause BE crashed during the upgrade
URL: https://github.com/apache/incubator-doris/pull/2187#discussion_r345660630
##
File path: gensrc/thrift/PlanNodes.thrift
##
@@
HangyuanLiu opened a new pull request #2187: Fix bug : num_of_columns_from_file
incompatibility cause BE crashed during the upgrade
URL: https://github.com/apache/incubator-doris/pull/2187
#2186
After checking, I found that broker load in 0.11 added
num_of_columns_from_file parameter i
HangyuanLiu opened a new issue #2186: Broker load cause BE crashed during the
upgrade
URL: https://github.com/apache/incubator-doris/issues/2186
**Describe the bug**
Be crashed while I was upgrading from 10.17 to 11.18.
**To Reproduce**
Steps to reproduce the behavior:
1. Up
Seaven opened a new pull request #2185: Fix concurrent create same directory
failed
URL: https://github.com/apache/incubator-doris/pull/2185
#2176
This is an automated message from the Apache Git Service.
To respond to the m
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/fe/com.fasterxml.jackson.core-jackson-databind-2.9.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
at 9360a4d Bump jackson-databind from 2
dependabot[bot] opened a new pull request #2184: Bump jackson-databind from
2.9.7 to 2.9.10.1 in /fe
URL: https://github.com/apache/incubator-doris/pull/2184
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.7 to
2.9.10.1.
Commits
- See full diff in [com
52 matches
Mail list logo