[GitHub] activemq-artemis pull request #1836: ARTEMIS-1652 XmlDataImporter forgets de...

2018-02-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1836


---


[GitHub] activemq-artemis pull request #1836: ARTEMIS-1652 XmlDataImporter forgets de...

2018-02-01 Thread gaohoward
GitHub user gaohoward opened a pull request:

https://github.com/apache/activemq-artemis/pull/1836

ARTEMIS-1652 XmlDataImporter forgets delete tmp files

When using the tool to import more than one large messages
from xml exported file, this utility class will create some
tmp files, each for one large message. However it only delete
one of the tmp files. All the rest of tmp files won't get
cleaned up.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gaohoward/activemq-artemis 
fxmlExporter_tmpfile

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1836.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1836


commit 54a70efd04c0694a2f94186777c8fd0c2b509901
Author: Howard Gao 
Date:   2018-02-01T14:36:57Z

ARTEMIS-1652 XmlDataImporter forgets delete tmp files

When using the tool to import more than one large messages
from xml exported file, this utility class will create some
tmp files, each for one large message. However it only delete
one of the tmp files. All the rest of tmp files won't get
cleaned up.




---