[GitHub] incubator-distributedlog issue #21: DL-45: DL should allow ByteBuffer based ...

2017-01-04 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/21 @arvindkandhare @jiazhai I was experimenting using netty-buffer for memory allocation and management. I got pretty good performance results on it. I will try to share more details with

Re: [DISCUSSION] First Release

2017-01-04 Thread Sijie Guo
cool! Thank you so much for rebasing this. - Sijie On Wed, Jan 4, 2017 at 6:20 PM, liang xie wrote: > The conflicted DL-167 change has been rebased, please help to review :) > > On Thu, Jan 5, 2017 at 8:53 AM, Sijie Guo wrote: > > FYI. I merged the repackage script and repackage the namespace

[GitHub] incubator-distributedlog pull request #94: DL-167 : fix testCalculateUnequal...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/94 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

incubator-distributedlog git commit: DL-167: fix testCalculateUnequalWeight computing corner case

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master b44820b50 -> a31782093 DL-167: fix testCalculateUnequalWeight computing corner case Author: xieliang Reviewers: Leigh Stewart Closes #94 from xieliang/DL-167-fix-testCalculateUnequalWeight Project: http://git-wip-us

[GitHub] incubator-distributedlog issue #96: DL-83: Add javadoc to website

2017-01-04 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/96 @franckcuny ^ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wi

Re: Git Workflow on Windows

2017-01-04 Thread Sijie Guo
Chris, This is very informative and useful. Thank you so much for sharing this. I will try this out. Yeah I think most of the issues come from path and symlinks. I think Tracy already figured the problems out. Looking forward to the contribution. - Sijie On Wed, Jan 4, 2017 at 11:24 AM, Chris N

Re: [DISCUSSION] First Release

2017-01-04 Thread liang xie
The conflicted DL-167 change has been rebased, please help to review :) On Thu, Jan 5, 2017 at 8:53 AM, Sijie Guo wrote: > FYI. I merged the repackage script and repackage the namespace under > org.apache.distributedlog. All the changes for 0.4.0 are merged (except one > test case change - waitin

Re: [DISCUSSION] First Release

2017-01-04 Thread Sijie Guo
FYI. I merged the repackage script and repackage the namespace under org.apache.distributedlog. All the changes for 0.4.0 are merged (except one test case change - waiting for Liang's response). Ready to cut the first release candidate. - Sijie On Thu, Dec 29, 2016 at 8:40 PM, Sijie Guo wrote:

[51/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
DL-4: Repackage the source under apache namespace Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/b44820b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/b448

[46/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/com/twitter/distributedlog/client/proxy/ProxyClient.java -- diff --git a/distributedlog-client/src/main/java/com/twi

[49/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-benchmark/src/main/java/com/twitter/distributedlog/benchmark/stream/LedgerReadBenchmark.java -- diff --git a/distributedlog-benchmark/src

[47/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/com/twitter/distributedlog/client/DistributedLogClientImpl.java -- diff --git a/distributedlog-client/src/main/java/

[45/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/com/twitter/distributedlog/client/routing/ServerSetRoutingService.java -- diff --git a/distributedlog-client/src/mai

[48/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-benchmark/src/main/java/org/apache/distributedlog/benchmark/Worker.java -- diff --git a/distributedlog-benchmark/src/main/java/org/apache

[20/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/lock/ZKDistributedLock.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/d

[23/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/impl/acl/ZKAccessControlManager.java -- diff --git a/distributedlog-core/src/main/java/com/

[36/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/BKDistributedLogManager.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/

[27/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/ZooKeeperClient.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distribu

[44/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/com/twitter/distributedlog/service/DistributedLogClientBuilder.java -- diff --git a/distributedlog-client/src/main/j

[22/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/impl/logsegment/BKLogSegmentEntryStore.java -- diff --git a/distributedlog-core/src/main/ja

[40/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/test/java/com/twitter/distributedlog/client/ownership/TestOwnershipCache.java -- diff --git a/distributedlog-client/src/test/j

[05/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/DistributedLogConstants.java -- diff --git a/distributedlog-core/src/main/java/org/apache/di

[13/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/zk/ZKVersionedSetOp.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/dist

[50/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-benchmark/src/main/java/com/twitter/distributedlog/benchmark/Benchmarker.java -- diff --git a/distributedlog-benchmark/src/main/java/com/

[04/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/LogSegmentMetadata.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distrib

[06/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/DistributedLogConfiguration.java -- diff --git a/distributedlog-core/src/main/java/org/apach

[28/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/ReadAheadEntryReader.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/dis

[35/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/BKLogHandler.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distributed

[14/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/util/OrderedScheduler.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/di

[24/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/impl/BKNamespaceDriver.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/d

[42/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/org/apache/distributedlog/client/routing/ConsistentHashRoutingService.java -- diff --git a/distributedlog-client/src

[19/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/lock/ZKSessionLockFactory.java -- diff --git a/distributedlog-core/src/main/java/com/twitte

[38/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/test/java/org/apache/distributedlog/client/routing/TestRoutingService.java -- diff --git a/distributedlog-client/src/test/java

[31/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConfiguration.java -- diff --git a/distributedlog-core/src/main/java/com/twit

[41/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/org/apache/distributedlog/client/speculative/DefaultSpeculativeRequestExecutionPolicy.java -- diff --git a/distribut

[34/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/BKLogSegmentWriter.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distr

[25/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/bk/package-info.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distribu

[43/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/main/java/org/apache/distributedlog/client/DistributedLogMultiStreamWriter.java -- diff --git a/distributedlog-client/src/main

[39/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-client/src/test/java/org/apache/distributedlog/client/TestDistributedLogMultiStreamWriter.java -- diff --git a/distributedlog-client/src/

[09/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/BKLogSegmentWriter.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distrib

[18/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/metadata/LogSegmentMetadataStoreUpdater.java -- diff --git a/distributedlog-core/src/main/j

[01/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master 7fab246d9 -> b44820b50 http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/auditor/DLAuditor.java --

[33/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/BKLogWriteHandler.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distri

[02/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/ZooKeeperClient.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distribute

[08/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/BKLogWriteHandler.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distribu

[37/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/BKAsyncLogReader.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distrib

[30/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConstants.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/

[03/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/ReadAheadEntryReader.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distr

[21/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/injector/AsyncFailureInjector.java -- diff --git a/distributedlog-core/src/main/java/com/tw

[15/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/tools/Tool.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distributedlo

[12/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/BKAsyncLogReader.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distribut

[29/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/LogSegmentMetadata.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distr

[26/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/auditor/DLAuditor.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distri

[16/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/tools/DistributedLogTool.java -- diff --git a/distributedlog-core/src/main/java/com/twitter

[17/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/selector/FirstRecordSelector.java -- diff --git a/distributedlog-core/src/main/java/com/twi

[07/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/BookKeeperClient.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distribut

[10/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/BKLogHandler.java -- diff --git a/distributedlog-core/src/main/java/org/apache/distributedlo

[32/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/com/twitter/distributedlog/BookKeeperClient.java -- diff --git a/distributedlog-core/src/main/java/com/twitter/distrib

[11/51] [partial] incubator-distributedlog git commit: DL-4: Repackage the source under apache namespace

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b44820b5/distributedlog-core/src/main/java/org/apache/distributedlog/BKDistributedLogManager.java -- diff --git a/distributedlog-core/src/main/java/org/apache/di

[GitHub] incubator-distributedlog pull request #95: DL-4: Add repackaging script

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/95 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

incubator-distributedlog git commit: DL-4: Add repackaging script

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master ea3c1143f -> 7fab246d9 DL-4: Add repackaging script this pull request only contains the script to repackage files. run it at the root directory of the project - **./scripts/dev/repackage.sh** once the script is done, ru

[GitHub] incubator-distributedlog issue #95: DL-4: Add repackaging script

2017-01-04 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/95 merging this, so I can repackage the namespace. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] incubator-distributedlog issue #94: DL-167 : fix testCalculateUnequalWeight ...

2017-01-04 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/94 @xieliang this change is conflicted with current master. do you mind rebasing it again? @franckcuny I think there is a description in the jira. but I think it might be good to

[GitHub] incubator-distributedlog pull request #91: DL-165 : Add TestTimedOutTestsLis...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/91 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

incubator-distributedlog git commit: DL-165: Add TestTimedOutTestsListener to dump timed out cases thread dump

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master 1a30b0ceb -> ea3c1143f DL-165: Add TestTimedOutTestsListener to dump timed out cases thread dump Author: xieliang Reviewers: Leigh Stewart Closes #91 from xieliang/DL-165-TimedOutTestsListener Project: http://git-wi

Re: Git Workflow on Windows

2017-01-04 Thread Chris Nauroth
Microsoft offers free MSDN licenses to Apache committers. The request process is documented here: https://s.apache.org/BDIK You'll need to be able to authenticate with your ASF account to access that link. This means that for committers who don't usually work on Windows, you have an option for

RE: Git Workflow on Windows

2017-01-04 Thread Tracy Martin
Pasted log here: https://gist.github.com/adamtracymartin/2ec2585d9d8efa8f81cbbcaaa2a2ed90 -Original Message- From: Franck Cuny [mailto:[email protected]] Sent: Tuesday, January 03, 2017 7:57 PM To: [email protected] Subject: Re: Git Workflow on Windows Hello Tr

RE: Git Workflow on Windows

2017-01-04 Thread Tracy Martin
I think that most of the issues are in the test cases at this point. I will paste the output later when I am at my desk. I suspect that bookkeeper has similar issues. The Readme on gitgub says to use a Unix system to build. I tried to run the same mvn command with tests on 4.3.6 and received

Re: [Discuss] Transaction Support

2017-01-04 Thread Asko Kauppi
> Beside that, I have one general question - What is the major goal for this > feature? Are you targeting on building a general XA transaction coordinator > or just for supporting things like `copy-modify-write' style workflow? The use case I would have for transactions - at some level of the stac

Re: vote process for proposals?

2017-01-04 Thread Sijie Guo
Ping? Xi, Jon, any updates about this? Do any of you want to drive this? - Sijie On Thu, Dec 15, 2016 at 11:18 AM, Sijie Guo wrote: > Xi, Jon, are any of you interested in making a draft about about the > proposal workflow? > > On Wed, Dec 14, 2016 at 6:14 PM, Jon Derrick > wrote: > > > I t

[2/4] incubator-distributedlog git commit: DL-132: Enable check style for distributedlog service module.

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1a30b0ce/distributedlog-service/src/main/java/com/twitter/distributedlog/service/stream/StreamImpl.java -- diff --git a/distributedlog-service/src/main/java/com/

[GitHub] incubator-distributedlog pull request #89: DL-132: Enable check style for di...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/89 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

[1/4] incubator-distributedlog git commit: DL-132: Enable check style for distributedlog service module.

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master 32a52a9f7 -> 1a30b0ceb http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1a30b0ce/distributedlog-service/src/test/java/com/twitter/distributedlog/service/balancer/TestCountBasedStreamChooser.java ---

[4/4] incubator-distributedlog git commit: DL-132: Enable check style for distributedlog service module.

2017-01-04 Thread sijie
DL-132: Enable check style for distributedlog service module. Author: Xi Liu Reviewers: Sijie Guo Closes #89 from xiliuant/xi/checkstyle_service Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributed

[3/4] incubator-distributedlog git commit: DL-132: Enable check style for distributedlog service module.

2017-01-04 Thread sijie
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1a30b0ce/distributedlog-service/src/main/java/com/twitter/distributedlog/service/config/ServiceStreamConfigProvider.java -- diff --git a/distributedlog-service/s

[GitHub] incubator-distributedlog issue #37: Introduce namespace resolver for validat...

2017-01-04 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/37 @jderrickk ping? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] incubator-distributedlog pull request #71: DL-140 : Fix distributedlog-core ...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/71 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

incubator-distributedlog git commit: DL-140: Fix distributedlog-core findbug inconsistent synchronization warings

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master 0711bc2fd -> 32a52a9f7 DL-140: Fix distributedlog-core findbug inconsistent synchronization warings Author: xieliang Reviewers: Leigh Stewart Closes #71 from xieliang/DL-140 Project: http://git-wip-us.apache.org/rep

incubator-distributedlog git commit: Improve merge pull request scripts

2017-01-04 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master f607a48ff -> 0711bc2fd Improve merge pull request scripts - check if a pull request is approved or not - reject merging if there is no approval - handle cases that reviewers don't have name and email configured. Author:

[GitHub] incubator-distributedlog pull request #93: Improve merge pull request script...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/93 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

[GitHub] incubator-distributedlog issue #89: DL-132: Enable check style for distribut...

2017-01-04 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/89 @xiliuant looks good to me. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[Review] The first release of Apache DistributedLog

2017-01-04 Thread Sijie Guo
I drafted a blog post for announcing the first apache release. Here is the draft. Please help review it :D https://docs.google.com/document/d/1IXVmP2cHkf4ydeUHUJN9p5ZWTpA1auwBhfqMnYBu4A0/edit - Sijie

Re: Git Workflow on Windows

2017-01-04 Thread Sijie Guo
We definitely want to support running distributedlog in other environments. And in theory, it is a Java system, it should be able to run on different platforms. But as what Franck mentioned, the major problem is most of us don't have a windows environment :/ I tried to have a Jenkins job or Travis