You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/02/06 05:10:09 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893008#comment-13893008 ] 

ASF subversion and git services commented on ACCUMULO-2331:
-----------------------------------------------------------

Commit 07384da27a9997824f56230d30a52fd17e0aef39 in branch refs/heads/2331-tableconfig from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=07384da ]

ACCUMULO-2331 Actually invalidate the cache when requested.


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