[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-08-17 Thread JIRA
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14699407#comment-14699407 ] Michael Dürig commented on OAK-3168: OAK-3055 needs to be merged first should we decide

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-08-04 Thread Alex Parvulescu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14653441#comment-14653441 ] Alex Parvulescu commented on OAK-3168: -- bq. AFAICS the simplest fix is to do nothing in

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14653432#comment-14653432 ] Michael Dürig commented on OAK-3168: Just hit this while working on something else.

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14651599#comment-14651599 ] Michael Dürig commented on OAK-3168: Couldn't we add a {code} putIfAbsent(K key, V

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-07-30 Thread Alex Parvulescu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647589#comment-14647589 ] Alex Parvulescu commented on OAK-3168: -- To followup with what Guava Cache is doing I

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-07-30 Thread Alex Parvulescu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647592#comment-14647592 ] Alex Parvulescu commented on OAK-3168: -- Unfortunately using 'putIfAbsent' doesn't look

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-07-30 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647668#comment-14647668 ] Thomas Mueller commented on OAK-3168: - what Guava Cache is doing ... the notification

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-07-30 Thread Alex Parvulescu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647779#comment-14647779 ] Alex Parvulescu commented on OAK-3168: -- bq. Would it be OK for you if I try that? yes

[jira] [Commented] (OAK-3168) SegmentCache flushes Segment on update

2015-07-30 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647676#comment-14647676 ] Thomas Mueller commented on OAK-3168: - Possibly patch (just for the cache; no tests yet,