Bug 1204938

Summary: StateTransfer considerably slow with sync indexing
Product: [JBoss] JBoss Data Grid 6 Reporter: Gustavo Fernandes <gfernand>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: jdg-bugs, rmarwaha, slaskawi, vchepeli, vjuranek, wfink
Target Milestone: ER1   
Target Release: 6.5.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-23 12:24:54 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:

Description Gustavo Fernandes 2015-03-23 19:47:36 UTC
Description of problem:

A new node joining a cluster with large number of entries can experience severe delays when using SYNC indexing (the default)


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Create a node (library or server node) with indexing on, insert 1 million entries in a replicated cache, index storage can be RAM
2. Add a new node to the cluster


Actual results:

The new node may take several hours to apply the state


Expected results:

The new node should complete state transfer and application in a manageable time

Additional info:

Comment 2 Gustavo Fernandes 2015-03-23 19:57:45 UTC
PR: https://github.com/infinispan/jdg/pull/584