Bug 1088603 - [GSS] (6.2.x) Spurious WARN messages after XmlDataImporter deletes temp file
Summary: [GSS] (6.2.x) Spurious WARN messages after XmlDataImporter deletes temp file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR2
: EAP 6.2.3
Assignee: Clebert Suconic
QA Contact: Miroslav Novak
Russell Dickenson
URL:
Whiteboard:
Depends On: 1089843
Blocks: eap62-cp03-blockers 1084639
TreeView+ depends on / blocked
 
Reported: 2014-04-16 21:02 UTC by Jimmy Wilson
Modified: 2014-08-12 02:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
When the `XmlDataImporter` was importing large messages, spurious 'WARN' messages were logged. The root cause of this issue was that when importing sufficiently large messages, the `XmlDataImporter` created a temporary file and deleted it when the import task was complete. When importing another large message, the `XmlDataImporter` function tried to delete the temporary file, which no longer existed, and so logged the WARN message. The handling of temporary files in the `XmlDataImporter` function has now been modified and as a result, spurious WARN messages are no longer logged.
Clone Of:
: 1089843 (view as bug list)
Environment:
Last Closed: 2014-06-09 12:48:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jimmy Wilson 2014-04-16 21:02:35 UTC
When the XmlDataImporter generates and subsequently deletes a temp file (e.g. for a large message) it will continue trying to delete that same file whenever it imports another message and log spurious WARN messages when it can't.

Comment 1 Miroslav Novak 2014-05-07 12:08:56 UTC
Verified. I don't see those warning when importing journal to EAP 6.2.3.CR2.


Note You need to log in before you can comment on or make changes to this bug.