[
https://issues.apache.org/jira/browse/IGNITE-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Pavlukhin updated IGNITE-10637:
------------------------------------
Description:
Ignite dumps diagnostic messages with pending objects in case of hanging,
but some information doesn't looks helpful:
Pending mvcc listener:
>>> o.a.i.i.processors.cache.mvcc.MvccQueryTrackerImpl$ListenerDecorator@261bd7b
>>> o.a.i.i.processors.cache.mvcc.MvccProcessorImpl$4@6f9e08d4
Let's fix toString methods for these objects to make message more informative.
Also, consider implementing {{IgniteDiagnosticAware}} by MVCC enlist futures.
was:
Ignite dumps diagnostic messages with pending objects in case of hanging,
but some information doesn't looks helpful:
Pending mvcc listener:
>>> o.a.i.i.processors.cache.mvcc.MvccQueryTrackerImpl$ListenerDecorator@261bd7b
>>> o.a.i.i.processors.cache.mvcc.MvccProcessorImpl$4@6f9e08d4
Let's fix toString methods for these objects to make message more informative.
> MVCC: Make diagnostic log messages more informative.
> ----------------------------------------------------
>
> Key: IGNITE-10637
> URL: https://issues.apache.org/jira/browse/IGNITE-10637
> Project: Ignite
> Issue Type: Bug
> Components: mvcc
> Reporter: Andrew Mashenkov
> Priority: Major
>
> Ignite dumps diagnostic messages with pending objects in case of hanging,
> but some information doesn't looks helpful:
> Pending mvcc listener:
> >>>
> o.a.i.i.processors.cache.mvcc.MvccQueryTrackerImpl$ListenerDecorator@261bd7b
> >>> o.a.i.i.processors.cache.mvcc.MvccProcessorImpl$4@6f9e08d4
> Let's fix toString methods for these objects to make message more informative.
> Also, consider implementing {{IgniteDiagnosticAware}} by MVCC enlist futures.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)