You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2016/12/03 15:25:59 UTC

[jira] [Created] (STORM-2233) BlobStore Cleanup/Optimization

Robert Joseph Evans created STORM-2233:
------------------------------------------

             Summary: BlobStore Cleanup/Optimization
                 Key: STORM-2233
                 URL: https://issues.apache.org/jira/browse/STORM-2233
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-core
    Affects Versions: 1.0.0, 2.0.0
            Reporter: Robert Joseph Evans


KeySequenceNumber creates a new connection to zookeeper each time.  This really does not need to happen.  At a minimum we should cache the connection and/or reuse it.

Also everywhere that we check for LocalBlobStore so we can store some blob state should be refactored so it can be inside by LocalBlobStore itself. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)