[
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)