You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/17 13:23:05 UTC

[jira] [Commented] (BOOKKEEPER-930) Option to disable Bookie networking

    [ https://issues.apache.org/jira/browse/BOOKKEEPER-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15336026#comment-15336026 ] 

ASF GitHub Bot commented on BOOKKEEPER-930:
-------------------------------------------

GitHub user eolivelli opened a pull request:

    https://github.com/apache/bookkeeper/pull/49

    BOOKKEEPER-930 Option to disable Bookie networking

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eolivelli/bookkeeper BOOKKEEPER-930

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bookkeeper/pull/49.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #49
    
----
commit 6c1c1a09979be1b2fcaeb47fc87fb564fc88a65c
Author: eolivelli <eo...@gmail.com>
Date:   2016-06-17T13:19:30Z

    BOOKKEEPER-930 Option to disable Bookie networking

----


> Option to disable Bookie networking
> -----------------------------------
>
>                 Key: BOOKKEEPER-930
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-930
>             Project: Bookkeeper
>          Issue Type: New Feature
>          Components: bookkeeper-server
>    Affects Versions: 4.4.0
>            Reporter: Enrico Olivelli
>            Priority: Minor
>
> This issue is related to BOOKKEEPER-896 which introduced the ability to use Netty built-in local channels.
> The idea is to disable Bookie networking for networkless JUnit testing.
> We can introduce a "disableServerSocketBind" option to skip server-side bind at BookieNettyServer#listenOn
> Another use case is to use BookKeeper as write-ahead log for single machine applications
> Note: 
> ZookKeeper still needs network but this is another issue



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)