[jbossts-issues] [JBoss JIRA] (JBTM-3257) On recovery scan the NullPointerException can be thrown when client side exits prior DONE is delivered from server

Ondrej Chaloupka (Jira) issues at jboss.org
Thu Feb 20 07:10:01 EST 2020


     [ https://issues.redhat.com/browse/JBTM-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Chaloupka updated JBTM-3257:
-----------------------------------
    Steps to Reproduce: 
* start WildFly app server
* enable recovery listner {{/subsystem=transactions:write-attribute(name=recovery-listener,value=true)}}
* trigger recovery and exit early {{sleep 3; echo SCAN; sleep 10; echo exit  | telnet localhost 4712}}

  was:
* start WildFly app server
* enable recovery listner `/subsystem=transactions:write-attribute(name=recovery-listener,value=true)`
* trigger recovery and exit early `sleep 3; echo SCAN; sleep 10; echo exit  | telnet localhost 4712`



> On recovery scan the NullPointerException can be thrown when client side exits prior DONE is delivered from server
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBTM-3257
>                 URL: https://issues.redhat.com/browse/JBTM-3257
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>          Components: Recovery
>    Affects Versions: 5.10.3.Final
>            Reporter: Ondrej Chaloupka
>            Assignee: Ondrej Chaloupka
>            Priority: Minor
>
> When triggering recovery on recovery listener it could happen the client side exits before the {{SCAN}} finishes and {{DONE}} is returned back. In such case a {{NullPointerException}} can be thrown from the Narayana code.
> {code}
> WARN  [com.arjuna.ats.arjuna] (Server.Connection:127.0.0.1:37264) ARJUNA012338: Other Exception:: java.lang.NullPointerException
>         at com.arjuna.ats.internal.arjuna.recovery.WorkerService.doWork(WorkerService.java:66)
>         at com.arjuna.ats.internal.arjuna.recovery.Connection.run(Connection.java:88)
> {code}



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jbossts-issues mailing list