<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Replication timeout on high load
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/satishpa2">Satish Avhad</a> in <i>JBoss Cache</i> - <a href="https://community.jboss.org/message/819406#819406">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p><span style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;">Hi; </span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>During high load getting the following error in log when there are more "<span style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;">put xml to cache" operations </span></p><p><span style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;">ERROR;[ACTIVE] ExecuteThread: '35' for queue: 'weblogic.kernel.Default (self-tuning)';putString<br/> org.jboss.cache.lock.TimeoutException: Replication timeout </span><span style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;">for&#160; X , Y , Z</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I am&#160; using JBOSS cache in <span style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #244061;">JBoss Common Classes </span><span style="color: #244061; font-family: Calibri, sans-serif; font-size: 11pt;">2.2.14.GA deployed on Oracle Service Bus which is in a 2 X 4 clustered environment</span></p><p>JBOSS cache config file is given below. Pl suggest appropriate changes.to config file</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;jbosscache xmlns="urn:jboss:jbosscache-core:config:3.2"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;locking isolationLevel="REPEATABLE_READ"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; lockParentForChildInsertRemove="false"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; lockAcquisitionTimeout="10000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; nodeLockingScheme="mvcc"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; writeSkewCheck="false"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; useLockStriping="false"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; concurrencyLevel="10000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; /&gt;</p><p>&#160;&#160;&#160; &lt;transaction</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup" /&gt;</p><p>&#160;&#160;&#160; &lt;serialization useRegionBasedMarshalling="true" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;clustering mode="replication"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; clusterName="X-JBossCache-Cluster"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;sync replTimeout="15000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;stateRetrieval fetchInMemoryState="true" timeout="15000" /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;jgroupsConfig&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;UDP discard_incompatible_packets="true"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; enable_bundling="false" enable_diagnostics="true" ip_ttl="2"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loopback="false" max_bundle_size="64000" max_bundle_timeout="30"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mcast_addr="XXX.XX.XXX" mcast_port="XXXX"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oob_thread_pool.enabled="true"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oob_thread_pool.keep_alive_time="10000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oob_thread_pool.max_threads="4" oob_thread_pool.min_threads="1"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oob_thread_pool.queue_enabled="true"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oob_thread_pool.queue_max_size="10"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; thread_pool.enabled="true" thread_pool.keep_alive_time="30000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; thread_pool.max_threads="25" thread_pool.min_threads="1"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; thread_pool.queue_enabled="true" thread_pool.queue_max_size="10"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; thread_pool.rejection_policy="Run" tos="8"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ucast_recv_buf_size="20000000" ucast_send_buf_size="640000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; use_concurrent_stack="true" use_incoming_packet_handler="true" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PING num_initial_members="3" timeout="2000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;MERGE2 max_interval="30000" min_interval="10000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FD_SOCK /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FD max_tries="5" shun="true" timeout="10000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;VERIFY_SUSPECT timeout="1500" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; max_xmit_size="60000" retransmit_timeout="300,600,1200,2400,4800"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; use_mcast_xmit="false" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;UNICAST timeout="300,600,1200,2400,3600" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; stability_delay="1000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;pbcast.GMS join_retry_timeout="2000" join_timeout="5000"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; print_local_addr="true" shun="false"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; view_ack_collection_timeout="5000" view_bundling="true" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;FRAG2 frag_size="60000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;pbcast.FLUSH timeout="0" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/jgroupsConfig&gt;</p><p>&#160;&#160;&#160; &lt;/clustering&gt;</p><p>&#160;&#160;&#160; </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;eviction wakeUpInterval="5000"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;default</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxNodes" value="5000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/default&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;region name="/a"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eventQueueSize=""&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxNodes" value="50000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="timeToLive" value="180000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxAge" value="360000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/region&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;region name="/b"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eventQueueSize=""&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxNodes" value="150000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="timeToLive" value="360000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxAge" value="360000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/region&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;region name="/c"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eventQueueSize=""&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxNodes" value="1" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="timeToLive" value="3000000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxAge" value="3000000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/region&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;region name="/d"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eventQueueSize=""&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxNodes" value="10000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="maxAge" value="300000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="timeToLive" value="300000" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/region&gt;</p><p>&#160;&#160;&#160; &lt;/eviction&gt;</p><p>&lt;/jbosscache&gt;</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/819406#819406">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Cache at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>