[
https://issues.apache.org/jira/browse/IGNITE-11789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-11789:
----------------------------------
Description:
When LRT is detected, in the case if it is active, local node creates a request
to near (client) node to get the dump of a thread that created the transaction.
Dump of the client node appears in server node log.
There are methods in org.apache.ignite.mxbean.TransactionsMXBean class to allow
and disallow thread dumps requesting:
public boolean getTxOwnerDumpRequestsAllowed() - to get information about
whether requesting is allowed;
public void setTxOwnerDumpRequestsAllowed(boolean allowed) - to allow and
disallow dump requests.
By default, dump requests are turned on.
was:Additionally to log messages about detected LRTs, local node creates a
request to near node to get the dump of a thread that created the transaction.
> Document changes of LRT diagnostic messages made in IGNITE-11392
> ----------------------------------------------------------------
>
> Key: IGNITE-11789
> URL: https://issues.apache.org/jira/browse/IGNITE-11789
> Project: Ignite
> Issue Type: Task
> Components: documentation
> Reporter: Denis Chudov
> Priority: Major
> Fix For: 2.8
>
>
> When LRT is detected, in the case if it is active, local node creates a
> request to near (client) node to get the dump of a thread that created the
> transaction. Dump of the client node appears in server node log.
> There are methods in org.apache.ignite.mxbean.TransactionsMXBean class to
> allow and disallow thread dumps requesting:
> public boolean getTxOwnerDumpRequestsAllowed() - to get information about
> whether requesting is allowed;
> public void setTxOwnerDumpRequestsAllowed(boolean allowed) - to allow and
> disallow dump requests.
>
> By default, dump requests are turned on.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)