[GitHub] morningman closed pull request #414: Fix compile failure in RLTaskTxnCommitAttachment

2018-12-11 Thread GitBox
morningman closed pull request #414: Fix compile failure in RLTaskTxnCommitAttachment URL: https://github.com/apache/incubator-doris/pull/414 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 thi

[GitHub] lide-reed opened a new pull request #415: Fix compile error in run-fe-ut.sh

2018-12-11 Thread GitBox
lide-reed opened a new pull request #415: Fix compile error in run-fe-ut.sh URL: https://github.com/apache/incubator-doris/pull/415 1. Fix JMX link error when compiling by run-fe-ut.sh. 2. Fix build error of run-ut.sh. This

[GitHub] morningman closed pull request #415: Fix compile error in run-fe-ut.sh

2018-12-11 Thread GitBox
morningman closed pull request #415: Fix compile error in run-fe-ut.sh URL: https://github.com/apache/incubator-doris/pull/415 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

[VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread 德 李
Hi All, I've prepared a release for 0.9.0-rc01. The source code can be found at: https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-rc01 /apache-doris-0.9.0.rc01-incubating-src.tar.gz The release candidate has been tagged in GitHub as 0.9.0-rc01, available here: https://gith

Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread Zhao Chun
+1 Good job, thank you Reed. Thanks, ZHAO Chun 德 李 于2018年12月11日周二 下午7:16写道: > Hi All, > > I've prepared a release for 0.9.0-rc01. > > The source code can be found at: > > https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-rc01 > /apache-doris-0.9.0.rc01-incubating-src.tar

[GitHub] yiguolei opened a new pull request #416: Move txn related task to txn manager

2018-12-11 Thread GitBox
yiguolei opened a new pull request #416: Move txn related task to txn manager URL: https://github.com/apache/incubator-doris/pull/416 move txn related task from storage engine to txn manager This is an automated message from t

[GitHub] chaoyli commented on a change in pull request #416: Move txn related task to txn manager

2018-12-11 Thread GitBox
chaoyli commented on a change in pull request #416: Move txn related task to txn manager URL: https://github.com/apache/incubator-doris/pull/416#discussion_r240595515 ## File path: be/src/olap/storage_engine.cpp ## @@ -918,95 +918,36 @@ OLAPStatus StorageEngine::add_tablet

Re:[VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread 陈明雨
+1 Good work! -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@163.com; morningman@gmail.com At 2018-12-11 19:15:56, "德 李" wrote: >Hi All, > >I've prepared a release for 0.9.0-rc01. > >The source code can be found at: >https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-i

Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread Li,Chaoyong
+1 Excellent Job. Thanks. Li Chaoyong 在 2018/12/11 下午8:00,“Zhao Chun” 写入: +1 Good job, thank you Reed. Thanks, ZHAO Chun 德 李 于2018年12月11日周二 下午7:16写道: > Hi All, > > I've prepared a release for 0.9.0-rc01. > > The source code can

Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread Willem Jiang
As the member of PPMC , we need to go through the checklist and post the result instead of +1. Please spend some time to verify the kit and build the source. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Dec 11, 2018 at 8:00 PM Zhao Chun wrote: > > +1 > Good job, thank you Reed. > >

Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread 德 李
Hi, please verify this release, following checklist for reference: 1. [ ] Download links are valid. 2. [ ] Checksums and PGP signatures are valid. 3. [ ] DISCLAIMER is included. 4. [ ] Source code artifacts have correct names matching the current release. 5. [ ] LICENSE and NOTICE files are correc

[GitHub] chaoyli opened a new pull request #417: Fix compaction and ingestion core

2018-12-11 Thread GitBox
chaoyli opened a new pull request #417: Fix compaction and ingestion core URL: https://github.com/apache/incubator-doris/pull/417 Error occurs when reading data by compaction and ingestion. Under the circumstance, the two operation should stop and return error. --

[GitHub] imay closed pull request #417: Fix compaction and ingestion core

2018-12-11 Thread GitBox
imay closed pull request #417: Fix compaction and ingestion core URL: https://github.com/apache/incubator-doris/pull/417 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 re

[GitHub] yiguolei commented on a change in pull request #416: Move txn related task to txn manager

2018-12-11 Thread GitBox
yiguolei commented on a change in pull request #416: Move txn related task to txn manager URL: https://github.com/apache/incubator-doris/pull/416#discussion_r240887282 ## File path: be/src/olap/storage_engine.cpp ## @@ -918,95 +918,36 @@ OLAPStatus StorageEngine::add_table

Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-11 Thread Zhao Chun
Thank Willem for your advise. +1 I checked: 1. download links are valid. 2. building is OK, running unit test is OK too 3. DISCLAIMER is included 4. checksum and signatures are valid 5. all source files have ASF like headers 6. compiled archives not found Thanks, ZHAO Chun Willem Jiang 于201

[GitHub] chaoyli opened a new pull request #418: Fix compaction and ingestion core

2018-12-11 Thread GitBox
chaoyli opened a new pull request #418: Fix compaction and ingestion core URL: https://github.com/apache/incubator-doris/pull/418 Error occurs when reading data by compaction and ingestion. Under the circumstance, the two operation should stop and return error. --

[GitHub] chaoyli closed pull request #418: Fix compaction and ingestion core

2018-12-11 Thread GitBox
chaoyli closed pull request #418: Fix compaction and ingestion core URL: https://github.com/apache/incubator-doris/pull/418 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

[GitHub] chaoyli closed pull request #416: Move txn related task to txn manager

2018-12-11 Thread GitBox
chaoyli closed pull request #416: Move txn related task to txn manager URL: https://github.com/apache/incubator-doris/pull/416 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