Workaround for 2L misses
Reported by Ben Hood | September 29th, 2011 @ 09:24 AM | in 0.9-series (closed)
In order to alleviate a hot spot that appears to be caused by the Hibernate 2L bug outlined in #366, we should implement a throwaway workaround so that we can approach the underlying issue with less time pressure. The architecturally undesirable yet straight forward thing to do is to use a direct cache for listing pairs.
Comments and changes to this ticket
-

Ben Hood September 29th, 2011 @ 09:29 AM
(from [946136b88f42a6a1874ce7f3e9cf2d8bf0ab33d6]) [#367] Implemented direct cache for pairs https://github.com/lshift/diffa/commit/946136b88f42a6a1874ce7f3e9cf...
-

-

Ben Hood September 29th, 2011 @ 09:34 AM
(from [69d46dcfb8fa35b103cf56d94b84fea7be93c77f]) [#367] Marked methods as deprecated to indicate this is a temporary fix https://github.com/lshift/diffa/commit/69d46dcfb8fa35b103cf56d94b84...
-

Ben Hood September 29th, 2011 @ 09:52 AM
- State changed from new to resolved
- Assigned user changed from Ben Hood to Paul Jones
PR raised, resolving
-

-

-

-

Ben Hood September 29th, 2011 @ 04:09 PM
- State changed from resolved to closed
Closing this ticket after it has been verbally QA'ed by Paul
-

Ben Hood November 14th, 2011 @ 05:35 PM
- Milestone set to 0.9-series
- Milestone order changed from 112 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Tags
Referenced by
-
367
Workaround for 2L misses
(from [946136b88f42a6a1874ce7f3e9cf2d8bf0ab33d6])
[#367] ...
-
366
Investigate 2L misses for listing pairs in domain
#367 introduced a workaround for this - part of
solving t...
-
367
Workaround for 2L misses
(from [4db7096487ec4d92ebc0a78f1b43a523fa407c14])
[#367] ...
-
367
Workaround for 2L misses
(from [69d46dcfb8fa35b103cf56d94b84fea7be93c77f])
[#367] ...
-
367
Workaround for 2L misses
(from [1623370b88b0fc854381c9e36abd16695291eee0])
[#367] ...
-
367
Workaround for 2L misses
(from [3b4d986d9d00b4f1afc6e8effdcbecc222bd6937])
[#367] ...
-
367
Workaround for 2L misses
(from [d8d2058794b156c0800acb8569acd3905aae90ec])
[#367] ...
-
368
Optimize call to get all pairs in a domain
#367 introduced a short term cache-based
workaround for a...
-
368
Optimize call to get all pairs in a domain
#367 introduced a short term cache-based
workaround for a...
-
384
Hand cache hibernate stores
This should replace the caching in #367,
#368
and #378.