[
https://issues.apache.org/jira/browse/ARTEMIS-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256183#comment-15256183
]
ASF GitHub Bot commented on ARTEMIS-504:
----------------------------------------
GitHub user MartinStyk opened a pull request:
https://github.com/apache/activemq-artemis/pull/486
ARTEMIS-504 Inconsistent time unit on scheduling slow consumer reaper…
… thread between documentation and source code
slow-consumer-check-period represents seconds between slow consumer reaper
thread execution, fixed documentation to reflect this
Related Artemis Jira : https://issues.apache.org/jira/browse/ARTEMIS-504
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MartinStyk/activemq-artemis slow_consumer_docs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/486.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 #486
----
commit 5171cdf83b37e79ae94db6339d58c1c8224e7d36
Author: Martin Styk <[email protected]>
Date: 2016-04-25T10:20:05Z
ARTEMIS-504 Inconsistent time unit on scheduling slow consumer reaper
thread between documentation and source code
slow-consumer-check-period represents seconds between slow consumer reaper
thread execution, fixed documentation to reflect this
----
> Inconsistent time unit on scheduling slow consumer reaper thread between
> documentation and source code
> ------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-504
> URL: https://issues.apache.org/jira/browse/ARTEMIS-504
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Martin Styk
> Priority: Minor
>
> Slow consumer reaper thread is executed regularly in interval defined by
> {{slow-consumer-check-period}} attribute. Documentation [1] says , attribute
> {{slow-consumer-check-period}} is defined in minutes, however in source code
> it is defined in seconds [2].
> [1]
> https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/queue-attributes.md
> [2]
> https://github.com/apache/activemq-artemis/blob/master/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java#L2887
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)