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/06 02:39:10 UTC

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

Josh Elser created ACCUMULO-2331:
------------------------------------

             Summary: 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)