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

Hadoop QA commented on BOOKKEEPER-646:
--------------------------------------

Testing JIRA BOOKKEEPER-646


Patch 
[0001-BOOKKEEPER-646.patch|https://issues.apache.org/jira/secure/attachment/12591184/0001-BOOKKEEPER-646.patch]
 downloaded at Mon Jul  8 07:31:22 UTC 2013

----------------------------

{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
.    {color:green}+1{color} the patch does not introduce any @author tags
.    {color:green}+1{color} the patch does not introduce any tabs
.    {color:green}+1{color} the patch does not introduce any trailing spaces
.    {color:green}+1{color} the patch does not introduce any line longer than 
120
.    {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
.    {color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.    {color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.    {color:green}+1{color} HEAD compiles
.    {color:green}+1{color} patch compiles
.    {color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 FINDBUGS{color}
.    {color:green}+1{color} the patch does not seem to introduce new Findbugs 
warnings
{color:green}+1 TESTS{color}
.    Tests run: 853
{color:green}+1 DISTRO{color}
.    {color:green}+1{color} distro tarball builds with the patch 

----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/bookkeeper-trunk-precommit-build/418/
                
> BookieShell readjournal command is throwing BufferUnderflowException
> --------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-646
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-646
>             Project: Bookkeeper
>          Issue Type: Bug
>    Affects Versions: 4.2.1
>            Reporter: Rakesh R
>            Assignee: Rakesh R
>             Fix For: 4.3.0
>
>         Attachments: 0001-BOOKKEEPER-646.patch
>
>
> Following is the exception:
> {code}
> --------- Lid=3, Eid=99, ByteOffset=5992, EntrySize=56 ---------
> Type:           DATA
> LastConfirmed:  98
> --------- Lid=3, Eid=-8192, ByteOffset=6052, EntrySize=16 ---------
> Exception in thread "main" java.nio.BufferUnderflowException
>       at java.nio.Buffer.nextGetIndex(Buffer.java:480)
>       at java.nio.HeapByteBuffer.getLong(HeapByteBuffer.java:387)
>       at 
> org.apache.bookkeeper.bookie.BookieShell.formatEntry(BookieShell.java:899)
>       at 
> org.apache.bookkeeper.bookie.BookieShell.access$1(BookieShell.java:882)
>       at 
> org.apache.bookkeeper.bookie.BookieShell$2.process(BookieShell.java:857)
>       at org.apache.bookkeeper.bookie.Journal.scanJournal(Journal.java:395)
>       at 
> org.apache.bookkeeper.bookie.BookieShell.scanJournal(BookieShell.java:738)
>       at 
> org.apache.bookkeeper.bookie.BookieShell.scanJournal(BookieShell.java:849)
>       at 
> org.apache.bookkeeper.bookie.BookieShell$ReadJournalCmd.runCmd(BookieShell.java:440)
>       at 
> org.apache.bookkeeper.bookie.BookieShell$MyCommand.runCmd(BookieShell.java:111)
>       at org.apache.bookkeeper.bookie.BookieShell.run(BookieShell.java:630)
>       at org.apache.bookkeeper.bookie.BookieShell.main(BookieShell.java:656)
> {code}
> +Cause:+ When reading entries from a fenced ledger, BookieShell#formatEntry 
> meeting Bookie.METAENTRY_ID_FENCE_KEY as an entry, but it doesn't have any 
> data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to