Here's another error on bookie startup:

2011-08-15 18:28:05,264 - INFO  - [main:EntryLogger@427] - Extracting
the ledgers from entryLogId: 0
2011-08-15 18:28:07,565 - INFO  - [main:EntryLogger@471] - Retrieved
all ledgers that comprise entryLogId: 0, values: {11=true}
2011-08-15 18:28:33,763 - INFO  - [main:EntryLogger@427] - Extracting
the ledgers from entryLogId: 1
2011-08-15 18:28:35,818 - INFO  - [main:EntryLogger@471] - Retrieved
all ledgers that comprise entryLogId: 1, values: {11=true}
2011-08-15 18:29:02,201 - INFO  - [main:EntryLogger@427] - Extracting
the ledgers from entryLogId: 2
2011-08-15 18:29:04,088 - INFO  - [main:EntryLogger@471] - Retrieved
all ledgers that comprise entryLogId: 2, values: {11=true}
2011-08-15 18:29:32,046 - INFO  - [main:EntryLogger@427] - Extracting
the ledgers from entryLogId: 3
2011-08-15 18:29:33,842 - INFO  - [main:EntryLogger@471] - Retrieved
all ledgers that comprise entryLogId: 3, values: {11=true}
2011-08-15 18:30:00,370 - INFO  - [main:EntryLogger@427] - Extracting
the ledgers from entryLogId: 4
2011-08-15 18:30:02,283 - INFO  - [main:EntryLogger@471] - Retrieved
all ledgers that comprise entryLogId: 4, values: {11=true}
2011-08-15 18:30:30,290 - INFO  - [main:EntryLogger@427] - Extracting
the ledgers from entryLogId: 5
Exception in thread "main" java.io.IOException: Read past EOF
        at 
org.apache.bookkeeper.bookie.BufferedChannel.read(BufferedChannel.java:127)
        at 
org.apache.bookkeeper.bookie.EntryLogger.extractLedgersFromEntryLogs(EntryLogger.java:447)
        at 
org.apache.bookkeeper.bookie.EntryLogger.createLogId(EntryLogger.java:258)
        at 
org.apache.bookkeeper.bookie.EntryLogger.openNewChannel(EntryLogger.java:306)
        at 
org.apache.bookkeeper.bookie.EntryLogger.addEntry(EntryLogger.java:316)
        at 
org.apache.bookkeeper.bookie.LedgerDescriptor.addEntry(LedgerDescriptor.java:78)
        at org.apache.bookkeeper.bookie.Bookie.<init>(Bookie.java:198)
        at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:47)
        at org.apache.bookkeeper.proto.BookieServer.main(BookieServer.java:95)


On Mon, Aug 15, 2011 at 11:12 AM, Abhi Khune <[email protected]> wrote:
> Every now and then I see a bookie emit at an ERROR statement at startup:
>
> "2011-08-15 18:05:35,096 - ERROR - [main:EntryLogger@454] - Sanity
> check failed for entry size of 1933405813 at location 2147482199 in 5"
>
> Looking at the code, it seems that the entry size is never expected to
> be more than (1024*1024).
>
> Am I missing something? Or is this a potential bug?
>
> thanks
> Abhi
>

Reply via email to