You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Tushar Gosavi (JIRA)" <ji...@apache.org> on 2017/09/07 04:42:00 UTC

[jira] [Resolved] (APEXMALHAR-2508) CacheManager throws exception when the operator receives a shutdown request

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

Tushar Gosavi resolved APEXMALHAR-2508.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.8.0

> CacheManager throws exception when the operator receives a shutdown request
> ---------------------------------------------------------------------------
>
>                 Key: APEXMALHAR-2508
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2508
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Ajay Gupta
>            Assignee: Ajay Gupta
>            Priority: Minor
>             Fix For: 3.8.0
>
>
> CacheManager initializes the Timer (refresher) only if refreshTime is not null. However, in deactivate, before cancelling the timer, there is no null check leading to NullPointerException.
> Solution : Add a null check before cancelling the timer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)