[infinispan-issues] [JBoss JIRA] (ISPN-11264) XSiteStateTransferProviderImpl is blocking when sending state
Will Burns (Jira)
issues at jboss.org
Fri Feb 28 11:33:00 EST 2020
[ https://issues.redhat.com/browse/ISPN-11264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Will Burns updated ISPN-11264:
------------------------------
Description:
When sending state xsite the transfer blocks at https://github.com/infinispan/infinispan/blob/d3093ed6ccbe2553a3dbde1d0d6124c820bd8570/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateProviderImpl.java#L232 and a few other places.
This JIRA is to move the processing logic from the non blocking thread pool to the blocking thread pool.
was:
When sending state xsite the transfer blocks at https://github.com/infinispan/infinispan/blob/d3093ed6ccbe2553a3dbde1d0d6124c820bd8570/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateProviderImpl.java#L232 and a few other places.
For now I have offloaded this to the blocking thread pool, but this should be fixed to be totally non blocking.
> XSiteStateTransferProviderImpl is blocking when sending state
> -------------------------------------------------------------
>
> Key: ISPN-11264
> URL: https://issues.redhat.com/browse/ISPN-11264
> Project: Infinispan
> Issue Type: Sub-task
> Components: Core, Cross-Site Replication
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 11.0.0.Alpha2
>
>
> When sending state xsite the transfer blocks at https://github.com/infinispan/infinispan/blob/d3093ed6ccbe2553a3dbde1d0d6124c820bd8570/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateProviderImpl.java#L232 and a few other places.
> This JIRA is to move the processing logic from the non blocking thread pool to the blocking thread pool.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list