morningman opened a new pull request #3423:
URL: https://github.com/apache/incubator-doris/pull/3423
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
chaoyli commented on a change in pull request #3405:
URL: https://github.com/apache/incubator-doris/pull/3405#discussion_r417066888
##
File path: be/src/runtime/bufferpool/buffer_pool_counters.h
##
@@ -35,19 +35,19 @@ struct BufferPoolClientCounters {
RuntimeProfile::Counter
chaoyli commented on pull request #3417:
URL: https://github.com/apache/incubator-doris/pull/3417#issuecomment-620980575
You can also change the static variable.
This is an automated message from the Apache Git Service.
To re
morningman opened a new pull request #3422:
URL: https://github.com/apache/incubator-doris/pull/3422
When loading data without specifying partition, the data should only be
loaded to
formal partitions, not including temp partitions;
Fix: #3421
---
morningman opened a new issue #3421:
URL: https://github.com/apache/incubator-doris/issues/3421
**Describe the bug**
When loading data without specifying partition, the data may be loaded to
some temp
partitions, which is not expected.
**To Reproduce**
1. create a table;
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 74b987f [Bug] Fix bug that storage
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 332a3ac [Bug] Fix bug that NPE whe
wyb opened a new issue #3420:
URL: https://github.com/apache/incubator-doris/issues/3420
**Describe the bug**
Images load failed in new website.
Images can be found in old docs/resources/images dir and are gone in new
docs dir.
---
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 432965e [Enhancement] documents rebuild with Vuepress (#3408) (#3414)
add dfaad33 [Thirdparty] Up
morningman commented on issue #3415:
URL:
https://github.com/apache/incubator-doris/issues/3415#issuecomment-620958675
> I just wonder if we can support chinese and Is there anything that we
should deal with it?
In fact, I don't know any additional problems. But it may need a strict
morningman opened a new issue #3419:
URL: https://github.com/apache/incubator-doris/issues/3419
The new website is great. But there are some problems:
1. I can't find the `Version` and `Language` select button on Mobile version
of the website.
2. The document under `Apache社区(Apach
WingsGo commented on issue #3415:
URL:
https://github.com/apache/incubator-doris/issues/3415#issuecomment-620944452
I just wonder if we can support chinese and Is there anything that we should
deal with it?
This is an autom
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ff5ccf6 Update index.html t
wyb opened a new pull request #3418:
URL: https://github.com/apache/incubator-doris/pull/3418
Spark clusters are used to preprocess data (partition, sort, aggregation) in
spark load, and should be managed by Doris.
Spark load documentation:
docs/documentation/cn/administrator-guide/
acelyc111 opened a new pull request #3417:
URL: https://github.com/apache/incubator-doris/pull/3417
Ref https://github.com/apache/incubator-doris/issues/3398
NOTE: There are still some member variables are static, all of them are
global metrics, like `static IntCounter fragment_requests_
morningman commented on issue #3382:
URL:
https://github.com/apache/incubator-doris/issues/3382#issuecomment-620650411
> > So in M1 and M2 step, the table's data is fully stored in memory(or
PMEM),
>
> Yes, only in memory, no design&plan for PMEM currently...
>
> > and the pe
morningman commented on issue #3415:
URL:
https://github.com/apache/incubator-doris/issues/3415#issuecomment-620648311
Mainly to prevent some strange characters and cause some unnecessary trouble.
Did you meet some problem with it?
--
imay commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r416586004
##
File path: be/src/exec/tablet_sink.h
##
@@ -68,99 +154,126 @@ class NodeChannel {
Status add_row(Tuple* tuple, int64_t tablet_id);
-S
vagetablechicken opened a new issue #3416:
URL: https://github.com/apache/incubator-doris/issues/3416
FragmentMgr will create new pthreads if the fragment_map size is more than
config::fragment_pool_thread_num.
https://github.com/apache/incubator-doris/blob/0430714ca9b0d910ba9b290276da0
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git.
from 0416848 Auto Build
add 14b89b2 [Enhancement] documents rebuild with Vuepress
new b6de56
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
commit b6de562fbe0c38fd7bb7e482b36aabf24e2b6406
Merge: 0416848 14b89b2
Author: Zhao Chun
AuthorDate: Tue Apr
WingsGo opened a new issue #3415:
URL: https://github.com/apache/incubator-doris/issues/3415
**Is your feature request related to a problem? Please describe.**
I found that we do a constrain in some place such as table name and column
name , and we use this regex to check `private static
WingsGo commented on issue #3402:
URL:
https://github.com/apache/incubator-doris/issues/3402#issuecomment-620555771
> > I mean reject the operation and give the user error msg and solutions
>
> I agreed. I've met this situation that user create table with SSD, but
there is no SSD in
hffariel opened a new pull request #3414:
URL: https://github.com/apache/incubator-doris/pull/3414
[Enhancement] documents rebuild with Vuepress (#3408)
This is an automated message from the Apache Git Service.
To respond to
hffariel opened a new pull request #3413:
URL: https://github.com/apache/incubator-doris/pull/3413
[Enhancement] documents rebuild with Vuepress
This is an automated message from the Apache Git Service.
To respond to the mess
hffariel opened a new pull request #3412:
URL: https://github.com/apache/incubator-doris/pull/3412
[Enhancement] documents rebuild with Vuepress
This is an automated message from the Apache Git Service.
To respond to the mess
hffariel opened a new pull request #3411:
URL: https://github.com/apache/incubator-doris/pull/3411
[Enhancement] documents rebuild with Vuepress
This is an automated message from the Apache Git Service.
To respond to the mess
hffariel opened a new pull request #3410:
URL: https://github.com/apache/incubator-doris/pull/3410
[Enhancement] documents rebuild with Vuepress (#3408)
This is an automated message from the Apache Git Service.
To respond to
gaodayue commented on a change in pull request #3405:
URL: https://github.com/apache/incubator-doris/pull/3405#discussion_r416464063
##
File path: be/src/exec/exec_node.cpp
##
@@ -172,15 +172,13 @@ Status ExecNode::prepare(RuntimeState* state) {
DCHECK(_runtime_profile.get
hffariel opened a new pull request #3409:
URL: https://github.com/apache/incubator-doris/pull/3409
[Enhancement] documents rebuild with Vuepress (#3408)
This is an automated message from the Apache Git Service.
To respond to
hffariel commented on issue #3408:
URL:
https://github.com/apache/incubator-doris/issues/3408#issuecomment-620440670
@morningman No problem, feel free to talk further.
This is an automated message from the Apache Git Servic
morningman commented on issue #3408:
URL:
https://github.com/apache/incubator-doris/issues/3408#issuecomment-620427360
> Could be done by adding these lines to travis.yml ? Sure, it may looks
like a trick though.
OK I see. Thank you~
---
32 matches
Mail list logo