[
https://issues.apache.org/jira/browse/BOOKKEEPER-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhaijia updated BOOKKEEPER-820:
-------------------------------
Attachment: BOOKKEEPER-820.patch
This is straight forward.
{code}
@@ -1344,6 +1344,7 @@
System.out.println("size : " + size + " (not aligned with 8, may
be corrupted or under flushing now)");
}
System.out.println("entries : " + (size / 8));
+ System.out.println("isFenced : " + fi.isFenced());
}
{code}
/**
> print out fi.isFenced() in BookieShell
> --------------------------------------
>
> Key: BOOKKEEPER-820
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-820
> Project: Bookkeeper
> Issue Type: Improvement
> Components: bookkeeper-server
> Affects Versions: 4.3.0
> Reporter: zhaijia
> Assignee: zhaijia
> Attachments: BOOKKEEPER-820.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> It would be useful to print out fi.isFenced() in BookieShell.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)