nick-yangg commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530205532
好的我在尝试编译中,这个必须要编译吗,有编译好的可以直接使用的吗?
ZHAO Chun 于2019年9月11日周三 上午10:43写道:
> 你可以尝试export CXXFLAGS="-Wno
nick-yangg commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530204564
@imay 这个必须要编译吗,有编译好的版本(直接用的版本)吗?
This is an au
nick-yangg commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530204022
@imay 我在编译的过程中出现了这些,应该没什么问题吧?
![image](https://user-images.githubusercontent.com/55170104/64665946-15a02100-
morningman commented on a change in pull request #1783: Add meta store service
thrift definition
URL: https://github.com/apache/incubator-doris/pull/1783#discussion_r323044643
##
File path: gensrc/thrift/MetaStoreService.thrift
##
@@ -0,0 +1,157 @@
+// Licensed to the Apac
morningman commented on a change in pull request #1783: Add meta store service
thrift definition
URL: https://github.com/apache/incubator-doris/pull/1783#discussion_r323044760
##
File path: gensrc/thrift/MetaStoreService.thrift
##
@@ -0,0 +1,157 @@
+// Licensed to the Apac
imay commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530195846
你可以尝试export CXXFLAGS="-Wno-error=stringop-truncation"之后在编译试试
nick-yangg commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530195164
@imay
This is an automated message from the A
nick-yangg commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530194519
CentOS的的版本是7 ,gcc 8 的版本,如果是RocksDB出的问题需要怎么去解决它
yiguolei opened a new pull request #1783: Add meta store service thrift
definition
URL: https://github.com/apache/incubator-doris/pull/1783
#1782
This is an automated message from the Apache Git Service.
To respond to the
imay commented on issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL:
https://github.com/apache/incubator-doris/issues/1781#issuecomment-530193961
centos的版本是?gcc的版本是?你这个应该是在编译三方库RocksDB出的问题?
如果想快速尝试Doris,建议可以直接使用Doris的docker镜像进行编译
--
yiguolei opened a new issue #1782: New stateless BE design or share storage
architecture
URL: https://github.com/apache/incubator-doris/issues/1782
1. In the cloud, VM's local disk is not very stable, for example the VM may
crashed and the cloud provider will replace the VM using another
imay merged pull request #1778: Fix bug that failed to limit the mem usage of
HLL column when loading
URL: https://github.com/apache/incubator-doris/pull/1778
This is an automated message from the Apache Git Service.
To resp
yiguolei closed issue #1765: Should create init version in alter request v2
URL: https://github.com/apache/incubator-doris/issues/1765
This is an automated message from the Apache Git Service.
To respond to the message, pleas
yiguolei closed issue #1751: Active rowset is garbage collected
URL: https://github.com/apache/incubator-doris/issues/1751
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
nick-yangg opened a new issue #1781: 在CentOS上直接编译报错:‘char* strncpy(char*, const
char*, size_t)’
URL: https://github.com/apache/incubator-doris/issues/1781
我在使用sh build.sh 编译的时候报错,致使编译失败。
![image](https://user-images.githubusercontent.com/55170104/64662776-31ea9080-d47c-11e9-8716-c8019b0
imay merged pull request #1780: Fix compile error
URL: https://github.com/apache/incubator-doris/pull/1780
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
morningman commented on issue #1778: Fix bug that failed to limit the mem usage
of HLL column when loading
URL: https://github.com/apache/incubator-doris/pull/1778#issuecomment-529987141
> update method need also update.
Changed
--
Hi all
I want to add a chunk allocator, following is design.
## Motivation
In the case of high concurrency testing, many threads are waiting to be
applied and released in memory, and a large part of them are released by
Chunk in MemPool. One of the reasons for this is that MemPool is used
everywh
Hi Mingyu,
Got it. Thanks a lot for your information!
发送自 Windows 10 版邮件应用
发件人: 陈明雨
发送时间: 2019年9月4日 8:58
收件人: dev@doris.apache.org
抄送: tan zhongyi
主题: Re:Re: Release plan of Doris
Hi Katte:
The Doris project is currently developing the following functions:
1. Decouple Storage and Compute
We
imay commented on a change in pull request #1778: Fix bug that failed to limit
the mem usage of HLL column when loading
URL: https://github.com/apache/incubator-doris/pull/1778#discussion_r322753911
##
File path: be/src/olap/aggregate_func.h
##
@@ -435,7 +436,7 @@ struct
imay merged pull request #1779: Minor: Update .gitignore
URL: https://github.com/apache/incubator-doris/pull/1779
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
kangkaisen opened a new pull request #1780: Fix compile error
URL: https://github.com/apache/incubator-doris/pull/1780
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
kangkaisen edited a comment on issue #1778: Fix bug that failed to limit the
mem usage of HLL column when loading
URL: https://github.com/apache/incubator-doris/pull/1778#issuecomment-529926734
update method need also update.
kangkaisen commented on issue #1778: Fix bug that failed to limit the mem usage
of HLL column when loading
URL: https://github.com/apache/incubator-doris/pull/1778#issuecomment-529926734
finalize method need also update.
This
kangkaisen opened a new pull request #1779: Minor: Update .gitignore
URL: https://github.com/apache/incubator-doris/pull/1779
This is an automated message from the Apache Git Service.
To respond to the message, please log on
morningman opened a new pull request #1778: Fix bug that failed to limit the
mem usage of HLL column when loading
URL: https://github.com/apache/incubator-doris/pull/1778
Should use arena to allocate mem for HyperLogLog column.
ISSUE: #1777
-
morningman opened a new issue #1777: Limit the mem usage when loading with HLL
column
URL: https://github.com/apache/incubator-doris/issues/1777
When loading tables containing HLL columns, the aggregation function of HLL
columns should have arena for memory allocation. Otherwise, the size
imay opened a new issue #1776: create chunk allocator for memory pool
URL: https://github.com/apache/incubator-doris/issues/1776
## Motivation
In the case of high concurrency testing, many threads are waiting to be
applied and released in memory, and a large part of them are released
kangpinghuang commented on a change in pull request #1745: add delete predicate
filter(#1636)
URL: https://github.com/apache/incubator-doris/pull/1745#discussion_r322700637
##
File path: be/src/olap/delete_handler.cpp
##
@@ -343,5 +343,17 @@ void DeleteHandler::finalize()
chaoyli merged pull request #1773: Make CpuInfo::get_current_core work
URL: https://github.com/apache/incubator-doris/pull/1773
This is an automated message from the Apache Git Service.
To respond to the message, please log o
kangpinghuang opened a new pull request #1775: add predicate filter(#1652)
URL: https://github.com/apache/incubator-doris/pull/1775
Support predicate filter when reading data in segment v2. Now just support
vectorization predicate filter, later we will realize lazy materialization.
---
morningman opened a new pull request #1774: Add some basic class for tag system
URL: https://github.com/apache/incubator-doris/pull/1774
Tag/TagSet/TagManager
This is an automated message from the Apache Git Service.
To respon
imay commented on issue #1752: Create FieldList to reuse filed and schema
URL:
https://github.com/apache/incubator-doris/issues/1752#issuecomment-529848182
related to #1726
This is an automated message from the Apache Git Se
imay commented on issue #1743: compute skew when concurrent queries
URL:
https://github.com/apache/incubator-doris/issues/1743#issuecomment-529847988
related to #1726
This is an automated message from the Apache Git Service.
imay closed issue #1743: compute skew when concurrent queries
URL: https://github.com/apache/incubator-doris/issues/1743
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
chaoyli commented on a change in pull request #1773: Make
CpuInfo::get_current_core work
URL: https://github.com/apache/incubator-doris/pull/1773#discussion_r322609128
##
File path: be/CMakeLists.txt
##
@@ -287,6 +287,14 @@ execute_process(
OUTPUT_VARIABLE LLVM_MODULE_L
morningman commented on issue #1723: 元数据支持存储计算分离
URL:
https://github.com/apache/incubator-doris/issues/1723#issuecomment-529830088
> 一般都是逗号、分号来分隔吧?这种方式太少见了,而且也不直观。
那就不打平了,每个type 一行
> 这种方式太难使用了
这个其实不是必选项,用户依然可以按照之前的方式建表,无需感知tag
--
imay opened a new pull request #1773: Make CpuInfo::get_current_core work
URL: https://github.com/apache/incubator-doris/pull/1773
This is an automated message from the Apache Git Service.
To respond to the message, please lo
morningman commented on issue #1761: Add multi-path in RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1761#issuecomment-529808650
in `src//olap/tablet.cpp`, the function `capture_consistent_versions()`
which will print WANRNING log when version missing. But these is in crit
morningman commented on a change in pull request #1761: Add multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1761#discussion_r322582402
##
File path: be/src/olap/tablet.cpp
##
@@ -702,8 +616,15 @@ void Tablet::calc_missed_versions_unlock(int64_
40 matches
Mail list logo