Build failed in Jenkins: bookkeeper-master #1764

2017-05-29 Thread Apache Jenkins Server
See -- [...truncated 47.20 KB...] Running org.apache.bookkeeper.util.collections.ConcurrentLongHashMapTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 sec - in

Re: Queries related to debugging Bookkeeper

2017-05-29 Thread Rajul Srivastava
Great...Thanks a lot Enrico!! This is quite helpful and exactly what I needed. :) On Mon, May 29, 2017 at 5:39 PM, Enrico Olivelli wrote: > Another way: > if you only want to understand bookie internals you can set some > breakpoint inside tests cases and then launch the debugger of your IDE > (

Re: Queries related to debugging Bookkeeper

2017-05-29 Thread Enrico Olivelli
Another way: if you only want to understand bookie internals you can set some breakpoint inside tests cases and then launch the debugger of your IDE (I don't know IntelliJ) -- Enrico 2017-05-29 14:07 GMT+02:00 Enrico Olivelli : > Hi Rajul, > If you need some bunch of Bookies you can start a pool

Re: Queries related to debugging Bookkeeper

2017-05-29 Thread Enrico Olivelli
Hi Rajul, If you need some bunch of Bookies you can start a pool of bookies just by running bookkeeper localbookie NUM-BOOKIES see http://bookkeeper.apache.org/docs/master/bookkeeperTutorial.html If you need to integrate BookKeeper in JUnit tests currently there is no standard way of doing so, yo

Queries related to debugging Bookkeeper

2017-05-29 Thread Rajul Srivastava
Hi All, I am trying to play around and learn the Apache Bookkeeper code base currently. For that purpose, I wanted to start the Bookkeeper server and debug it using an IDE, IntelliJ in my case. When I start the first message in the logs says that "JMX is enabled by default". However, it does not t

Official Bookkeeper Docker Image

2017-05-29 Thread Francesco Caliumi - Diennea
Hi all, some months ago I wrote a prototype of a docker image that follows the standard rules of official docker images. The work was suspended waiting for some responses from Sijie, but I think it would be easier to follow the thread if it is tied to a bookkeeper proposal on Confluence. @Siji

[jira] [Commented] (BOOKKEEPER-1081) Would like to provide a docker file for bookkeeper

2017-05-29 Thread Francesco Caliumi (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028096#comment-16028096 ] Francesco Caliumi commented on BOOKKEEPER-1081: --- [~zhaijia] Hi Jia, hap