You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2015/08/10 20:54:46 UTC

[jira] [Created] (SENTRY-840) Do not allow async initial updater of MetaStore cache

Sravya Tirukkovalur created SENTRY-840:
------------------------------------------

             Summary: Do not allow async initial updater of MetaStore cache
                 Key: SENTRY-840
                 URL: https://issues.apache.org/jira/browse/SENTRY-840
             Project: Sentry
          Issue Type: Bug
            Reporter: Sravya Tirukkovalur


Allowing metastore cache to be initialized asynchronously can be very fragile and should be recommended against. We should either 
1. Make it strictly synchronous
2. Or add more testing around async path if there is enough request.

If we take route 1, we can get rid of the updateQueue and syncsent in MetaStorePlugin.






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