Bug 1089843
| Summary: | [GSS] (6.3.0) Spurious WARN messages after XmlDataImporter deletes temp file | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jimmy Wilson <jawilson> |
| Component: | HornetQ | Assignee: | Clebert Suconic <csuconic> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Miroslav Novak <mnovak> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.1 | CC: | kkhan, msvehla, smumford, vtunka |
| Target Milestone: | DR2 | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
In previous versions of JBoss EAP 6, 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 again and, since the file was no longer present, logged the WARN message.
This issue has been resolved in this release.
|
Story Points: | --- |
| Clone Of: | 1088603 | Environment: | |
| Last Closed: | 2014-08-06 14:35:20 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1064596, 1084639, 1088603 | ||
|
Description
Jimmy Wilson
2014-04-22 04:42:04 UTC
I have written a RN entry for the 'Known Issues' section as the fix is not included in ER3. For the product's final release, the following RN text can be published: "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." Should be fixed by upgrade https://bugzilla.redhat.com/show_bug.cgi?id=1064596 for DR2 Already verified for EAP 6.2.3.CR2 where code of XmlDataImporter is the same as for EAP 6.3.0.ER7. Verified! |