[
https://issues.apache.org/jira/browse/BOOKKEEPER-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961859#comment-13961859
]
Rakesh R commented on BOOKKEEPER-743:
-------------------------------------
Good catch. +1 for the patch, I've just a minor comment.
small nit: kindly correct code formatting in tests.
{code}
Thread.sleep(CHECK_INTERVAL*1000);
{code}
> Periodic ledger check running too often as doc doesn't match implementation.
> ----------------------------------------------------------------------------
>
> Key: BOOKKEEPER-743
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-743
> Project: Bookkeeper
> Issue Type: Bug
> Components: bookkeeper-auto-recovery
> Reporter: Ivan Kelly
> Assignee: Ivan Kelly
> Fix For: 4.3.0, 4.2.3
>
> Attachments:
> 0002-Periodic-ledger-check-running-too-often-as-doc.trunk.patch,
> 0004-Periodic-ledger-check-running-too-often-as.branch4.2.patch
>
>
> The documentation says the configuration value for
> "auditorPeriodicCheckInterval" should be in seconds, but in fact the
> scheduler schedules it using milliseconds. This mean its running far too
> often.
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)