Bug 1151322

Summary: When expose-all-logs is used with JTS then no participant for transaction is shown
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Chaloupka <ochaloup>
Component: Transaction ManagerAssignee: Gytis Trikleris <gtrikler>
Status: CLOSED NOTABUG QA Contact: Ondrej Chaloupka <ochaloup>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: hhovsepy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-16 12:16:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ondrej Chaloupka 2014-10-10 07:03:28 UTC
There is another issue connected to https://bugzilla.redhat.com/show_bug.cgi?id=900289.

When expose-all-logs is set to true I'm not able to get any participants of the listed transaction.

This is log from operation to get type of transaction and then see all participants.

Reading type of the transaction:
Succesful management operation {
    "operation" => "read-attribute",
    "address" => [
        ("subsystem" => "transactions"),
        ("log-store" => "log-store"),
        ("transactions" => "0:ffff0a280545:2d64af2f:54378290:3c")
    ],
    "name" => "type"
} with result {
    "outcome" => "success",
    "result" => "CosTransactions/XAResourceRecord"
}
Getting participants:
Succesful management operation {
    "operation" => "read-children-names",
    "address" => [
        ("subsystem" => "transactions"),
        ("log-store" => "log-store"),
        ("transactions" => "0:ffff0a280545:2d64af2f:54378290:3c")
    ],
    "child-type" => "participants"
} with result {
    "outcome" => "success",
    "result" => []
}

Comment 2 Gytis Trikleris 2014-10-16 12:16:01 UTC
This functionality is not implemented for JTS yet. Could you please raise a JIRA for this feature request?