[
https://issues.apache.org/jira/browse/BOOKKEEPER-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026334#comment-16026334
]
ASF GitHub Bot commented on BOOKKEEPER-1079:
--------------------------------------------
GitHub user eolivelli opened a pull request:
https://github.com/apache/bookkeeper/pull/167
BOOKKEEPER-1079 shell lastMark throws NPE
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eolivelli/bookkeeper BOOKKEEPER-1079
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bookkeeper/pull/167.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 #167
----
commit 14d05594bc98e0106a90dd67e1b5a1e20051992f
Author: Enrico Olivelli <[email protected]>
Date: 2017-05-26T14:33:53Z
BOOKKEEPER-1079 shell lastMark throws NPE
----
> shell lastMark throws NPE
> -------------------------
>
> Key: BOOKKEEPER-1079
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1079
> Project: Bookkeeper
> Issue Type: Bug
> Components: bookkeeper-server
> Affects Versions: 4.5.0
> Reporter: Enrico Olivelli
> Assignee: Enrico Olivelli
> Priority: Critical
> Fix For: 4.5.0
>
>
> {code}
> [enrico.olivelli@DNA101PC193 bookkeeper-server-4.5.0-SNAPSHOT]$
> bin/bookkeeper shell lastmark
> JMX enabled by default
> Exception in thread "main" java.lang.NullPointerException
> at
> org.apache.bookkeeper.bookie.BookieShell.printLastLogMark(BookieShell.java:2304)
> at
> org.apache.bookkeeper.bookie.BookieShell$LastMarkCmd.runCmd(BookieShell.java:1064)
> at
> org.apache.bookkeeper.bookie.BookieShell$MyCommand.runCmd(BookieShell.java:175)
> at org.apache.bookkeeper.bookie.BookieShell.run(BookieShell.java:1915)
> at org.apache.bookkeeper.bookie.BookieShell.main(BookieShell.java:1992)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)