Re: Official releases vs unreleased code

2019-01-08 Thread Li,De(BDG)
Hi Dave and Willem, We have one release[2] and one tag[4] in GitHub made after entering incubation. The detail as following: [1] 2018-07-18 Project enters incubation; [2] 2018-08-25 Github release 0.8.2. [3] 2018-08-30 Migration of Palo to Apache Github Organization is Done. [4] 2018-10-27 Made a

[GitHub] chenhao7253886 opened a new pull request #513: Add cpu and io indicates to audit log

2019-01-08 Thread GitBox
chenhao7253886 opened a new pull request #513: Add cpu and io indicates to audit log URL: https://github.com/apache/incubator-doris/pull/513 Record query consumption into fe audit log. Its basic mode of work is as follows, one of instance of parent plan is responsible for accumulating sub

Re: Official releases vs unreleased code

2019-01-08 Thread Dave Fisher
Yes! Please review. There are no bad questions. Please ask to clarify any doubts! I have one question. Have there been any non-Apache releases since Incubation started? Regards, Dave Sent from my iPhone > On Jan 8, 2019, at 7:06 PM, Willem Jiang wrote: > > Hi Team, > > I'm not sure if you

[GitHub] doris-ci commented on issue #291: test ci

2019-01-08 Thread GitBox
doris-ci commented on issue #291: test ci URL: https://github.com/apache/incubator-doris/pull/291#issuecomment-452557107 test pr This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] lide-reed closed pull request #511: EsTable without partition info

2019-01-08 Thread GitBox
lide-reed closed pull request #511: EsTable without partition info URL: https://github.com/apache/incubator-doris/pull/511 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 this is a foreign pull

Fwd: Official releases vs unreleased code

2019-01-08 Thread Willem Jiang
Hi Team, I'm not sure if you are aware the official release and unreleased code in Apache Incubator. Please take some time read through the code and let me know what you think. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem -- Forwarded message - From: Justin Mclean Date: S

[GitHub] morningman commented on issue #512: Change BDBJE's duration policy to SYNC

2019-01-08 Thread GitBox
morningman commented on issue #512: Change BDBJE's duration policy to SYNC URL: https://github.com/apache/incubator-doris/issues/512#issuecomment-452554066 FIO test (HDD) 1 thread,fsync,4k seq write write: IOPS=2748, BW=10.7MiB/s (11.3MB/s)(644MiB/60001msec) 1 thread,fsync = 0

[GitHub] morningman opened a new issue #512: Change BDBJE's duration policy to SYNC

2019-01-08 Thread GitBox
morningman opened a new issue #512: Change BDBJE's duration policy to SYNC URL: https://github.com/apache/incubator-doris/issues/512 Currently, the duration policy of meta data writing in BDBJE is WRITE_NO_SYNC, which may lose if system crashed. So we want to change the policy to SYNC. Her

[GitHub] yiguolei opened a new pull request #511: EsTable without partition info

2019-01-08 Thread GitBox
yiguolei opened a new pull request #511: EsTable without partition info URL: https://github.com/apache/incubator-doris/pull/511 - EsScanNode throws exception when es table without partition info. - Ignore failed shard routing when parse es cluster state. - add more unit test for es tab

[GitHub] chaoyli commented on a change in pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
chaoyli commented on a change in pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510#discussion_r245955759 ## File path: be/src/olap/rowset/alpha_rowset.cpp ## @@ -52,11 +52,7 @@ OLAPStatus AlphaRowset::init() { } std::

[GitHub] chaoyli commented on a change in pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
chaoyli commented on a change in pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510#discussion_r245957266 ## File path: be/src/olap/rowset/alpha_rowset_meta.cpp ## @@ -22,8 +22,8 @@ namespace doris { bool AlphaRowsetMe

[GitHub] chaoyli commented on a change in pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
chaoyli commented on a change in pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510#discussion_r245957506 ## File path: be/src/olap/rowset/alpha_rowset.cpp ## @@ -105,14 +101,34 @@ bool AlphaRowset::remove_old_files(std::

[GitHub] chaoyli commented on a change in pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
chaoyli commented on a change in pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510#discussion_r245956635 ## File path: be/src/olap/rowset/alpha_rowset.cpp ## @@ -72,7 +68,7 @@ OLAPStatus AlphaRowset::remove() { retur

[GitHub] chaoyli commented on a change in pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
chaoyli commented on a change in pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510#discussion_r245956996 ## File path: be/src/olap/rowset/alpha_rowset.cpp ## @@ -105,14 +101,34 @@ bool AlphaRowset::remove_old_files(std::

[GitHub] chaoyli commented on a change in pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
chaoyli commented on a change in pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510#discussion_r245956012 ## File path: be/src/olap/rowset/alpha_rowset.h ## @@ -44,14 +44,25 @@ class AlphaRowset : public Rowset { vi

[GitHub] kangpinghuang opened a new pull request #510: Be refactor optimize rowset

2019-01-08 Thread GitBox
kangpinghuang opened a new pull request #510: Be refactor optimize rowset URL: https://github.com/apache/incubator-doris/pull/510 Add get_data_disk_size/get_index_disk_size/empty/zero_num_rows/get_num_rows interfaces This is

[GitHub] kangpinghuang opened a new issue #509: Rowset should provide some meta info interfaces

2019-01-08 Thread GitBox
kangpinghuang opened a new issue #509: Rowset should provide some meta info interfaces URL: https://github.com/apache/incubator-doris/issues/509 **Is your feature request related to a problem? Please describe.** Rowset should provide row number/empty/data size interfaces. --

[GitHub] kangpinghuang closed issue #507: Rowset Support initialization convert

2019-01-08 Thread GitBox
kangpinghuang closed issue #507: Rowset Support initialization convert URL: https://github.com/apache/incubator-doris/issues/507 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] kangpinghuang commented on issue #507: Rowset Support initialization convert

2019-01-08 Thread GitBox
kangpinghuang commented on issue #507: Rowset Support initialization convert URL: https://github.com/apache/incubator-doris/issues/507#issuecomment-452215390 resolved by PR #506 This is an automated message from the Apache Git

[GitHub] chaoyli closed pull request #506: add create file hard link for rowset

2019-01-08 Thread GitBox
chaoyli closed pull request #506: add create file hard link for rowset URL: https://github.com/apache/incubator-doris/pull/506 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 this is a foreign p