You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Viet Hung Nguyen (JIRA)" <ji...@apache.org> on 2007/10/10 16:06:51 UTC

[jira] Resolved: (GERONIMO-3524) monitoring server has problems with stop/starting snapshot

     [ https://issues.apache.org/jira/browse/GERONIMO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viet Hung Nguyen resolved GERONIMO-3524.
----------------------------------------

    Resolution: Fixed

> monitoring server has problems with stop/starting snapshot
> ----------------------------------------------------------
>
>                 Key: GERONIMO-3524
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3524
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: monitoring
>         Environment: windows
>            Reporter: Viet Hung Nguyen
>         Attachments: geronimo-3524.patch, geronimo-3524b.patch
>
>
> the thread that executes the snapshots is using Thread.sleep(x). A condition is checked in between these sleeps to know whether or not to continue the thread. This means that the thread is not stopped immediately. In fact, it can take up to X (the duration between snapshots) seconds before it comes to a full stop. As a result, this affects the starting feature because it is restricted to have only one thread running at any given time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.