Bug 1180693
Summary: | Inefficient index updates cause high cost merges and increase overall latency | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Gustavo Fernandes <gfernand> |
Component: | Infinispan | Assignee: | Tristan Tarrant <ttarrant> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.0 | CC: | afield, dstahl, gfernand, jdg-bugs, rvansa |
Target Milestone: | CR1 | ||
Target Release: | 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-28 13:27:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1130447 |
Description
Gustavo Fernandes
2015-01-09 17:35:50 UTC
What kind of improvements (latency, throughput) in what setup (sync/async) do you expect with this fix? It improves latency for any kind of indexing (sync/async/mass indexing). Essentially it reduces the number of tasks done against the index, at the same time making the remaining ops more efficient. It also eliminates a merge bottleneck that caused long 'freezes' under load. |