You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Aydar Zaynutdinov (Jira)" <ji...@apache.org> on 2021/11/11 13:11:00 UTC

[jira] [Created] (BEAM-13224) [Playground] Local cache creates an forever used goroutine

Aydar Zaynutdinov created BEAM-13224:
----------------------------------------

             Summary: [Playground] Local cache creates an forever used goroutine
                 Key: BEAM-13224
                 URL: https://issues.apache.org/jira/browse/BEAM-13224
             Project: Beam
          Issue Type: Improvement
          Components: beam-playground
            Reporter: Aydar Zaynutdinov


Now local cache calls a method as a goroutine to check expired keys. This method doesn't have an exit case so this goroutine is working forever. 
Need to add an opportunity to stop this goroutine.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)