potential memory issue in FileBackedDataSource (TIKA-2058)

2016-09-12 Thread Allison, Timothy B.
All, On TIKA-2058, Tim Barrett reported some OOM problems and posted an hprof of the issue. Luis Filipe Nassif analyzed the hprof and identified POI's FileBackedDataSource as a potential source of the problem. We haven't yet determined if this is a single-triggering file type of OOM or a

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2016-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #10 from Javen O'Neal --- Created attachment 34241 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34241=edit a non-working MapUniqueList class that mimicks an associative SetUniqueList If we can remove

RE: [VOTE] Apache POI 3.15 (RC2)

2016-09-12 Thread Allison, Timothy B.
Kicked off regression tests. Should have results by tomorrow. -Original Message- From: David North [mailto:dno...@apache.org] Sent: Sunday, September 11, 2016 3:47 PM To: POI Developers List Subject: [VOTE] Apache POI 3.15 (RC2) Hi everyone, My apologies for going

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2016-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #9 from Javen O'Neal --- Created attachment 34239 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34239=edit MappedList data structure that combines a List and a TreeSetValuedHashMap to improve list

[Bug 60074] Create date property with offset with colon cannot be parsed

2016-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60074 --- Comment #9 from Tim Allison --- > Thanks for the help, and sorry for the inconveniences. No problem at all. Thank you for opening this issue. Please let us know what else you find! -- You are receiving this mail

[GUMP@vmgump]: Project ooxml-schemas (in module poi) failed

2016-09-12 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project ooxml-schemas has an issue affecting its community integration. This

[Bug 60074] Create date property with offset with colon cannot be parsed

2016-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60074 --- Comment #8 from Joaquin Montesinos --- I have re-tested the original file with version 3.15-beta2, but this time launching the tests using command-line instead of intellij IDE which seems not to be aware of the change

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2016-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #8 from Javen O'Neal --- Created attachment 34235 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34235=edit patch showing mixed based indices Some of the methods return list.size() before adding an item