]
Galder Zamarreño resolved ISPN-329.
-----------------------------------
Fix Version/s: (was: 5.0.0.BETA1)
Resolution: Won't Fix
Coalesced logic remains in unscheduled async store after Sanne fixed some important issues
as part of ISPN-618
Move coalesced logic from Unscheduled to Scheduled Write-Behind or
asynchronous cache store
-------------------------------------------------------------------------------------------
Key: ISPN-329
URL:
https://issues.jboss.org/browse/ISPN-329
Project: Infinispan
Issue Type: Task
Components: Loaders and Stores
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
In the async cache store, remove coalescing of modifications from Unscheduled
Write-Behind or strategy and move it to the Scheduled Write-Behind strategy.
The aim of the Unscheduled strategy is to be as fast as possible. Having to deal with
coalescing changes is only going to slow it down for very little gain. Coalescing changes
in an schedule strategy makes a lot more sense.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: