Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: a70b01c34b7f9496b3115787758b951ffcbf67f3 https://github.com/rhq-project/rhq/commit/a70b01c34b7f9496b3115787758b951ffc... Author: Libor Zoubek lzoubek@redhat.com Date: 2014-04-10 (Thu, 10 Apr 2014)
Changed paths: M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/drift/JPADriftServerBean.java
Log Message: ----------- [BZ 1080971] JON throws "java.lang.OutOfMemoryError" if drift file sets are big
JPADriftServerBean#getDriftFileBits fixed to return String representation of bits directly from reading stream. Previous implementation first allocated byte array from stream and then transformed it into string - this caused content being twice in memory.
Commit: e55de8c033f20a79a65048330ed304d85388ba18 https://github.com/rhq-project/rhq/commit/e55de8c033f20a79a65048330ed304d853... Author: Jirka Kremser jiri.kremser@gmail.com Date: 2014-04-16 (Wed, 16 Apr 2014)
Changed paths: M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/drift/JPADriftServerBean.java
Log Message: ----------- Merge pull request #21 from lzoubek/bugs/1080971
[BZ 1080971] JON throws "java.lang.OutOfMemoryError" if drift file sets are big
Compare: https://github.com/rhq-project/rhq/compare/386cab8ead75...e55de8c033f2
rhq-commits@lists.fedorahosted.org