You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/02/07 17:24:27 UTC

[jira] [Resolved] (ACCUMULO-2331) TableConfiguration should override invalidateCache

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

Josh Elser resolved ACCUMULO-2331.
----------------------------------

    Resolution: Fixed

> TableConfiguration should override invalidateCache
> --------------------------------------------------
>
>                 Key: ACCUMULO-2331
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2331
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 1.5.1, 1.6.0
>
>
> In trying to get ACCUMULO-1908 resolved, I noticed that I had a new test failure in which the test appeared to not see updates to a table's properties.
> Upon further investigation, I noticed that the server-side impl in ClientServiceHandler was calling invalidateCache on the AccumuloConfiguration it was passed (which is actually a TableConfiguration). However, since this method isn't implemented in TableConfiguration, the cache wasn't cleared and the client saw stale data.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)