You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Scherbakov (Jira)" <ji...@apache.org> on 2021/11/23 09:39:00 UTC

[jira] [Updated] (IGNITE-15974) Blocking call in the timer pool

     [ https://issues.apache.org/jira/browse/IGNITE-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Scherbakov updated IGNITE-15974:
---------------------------------------
    Description: 
org.apache.ignite.raft.jraft.storage.impl.LogManagerImpl#getLastLogId can be called in the timer pool and contains blocking code.

This is a dangerous code and should be reworked if possible.

The investigation should be conducted for other similar pitfalls.

 

  was:
org.apache.ignite.raft.jraft.storage.impl.LogManagerImpl#getLastLogId can be called in the timer pool and contains blocking code.

This is a dangerous code and should be reworked if possible.


> Blocking call in the timer pool
> -------------------------------
>
>                 Key: IGNITE-15974
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15974
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Scherbakov
>            Priority: Major
>              Labels: ignite-3
>
> org.apache.ignite.raft.jraft.storage.impl.LogManagerImpl#getLastLogId can be called in the timer pool and contains blocking code.
> This is a dangerous code and should be reworked if possible.
> The investigation should be conducted for other similar pitfalls.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)