--
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPfMOaw7LR9eyzdRKfCmkNAV9uJ2JcQzjcM88iw3EtLVoPZSGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CABbxx8EeHH2fJRWhdiXx2uXcZR0oYZeqJpJ%2B_Q562vhRp10u9A%40mail.gmail.com.
Speaking of harvesting, a little bird just pointed out a potential memory problem here:The regularity of the climb in memory is strange to me but harvesting would explain that. I don't know how long harvesting lasts, though.As we mentioned on the last community call and in (updated) release notes for Dataverse 4.15, there was a memory leak in that version. This has been fixed in https://github.com/IQSS/dataverse/pull/6004 in 4.15.1, released yesterday.The same bug still exists in OAISetServiceBean in 4.15.1. Paul, especially since you're running a fork, you could try patching your version of the file to see if it helps. It looks like the code is the same in the version you're running: https://github.com/IQSS/dataverse/blob/v4.10.1/src/main/java/edu/harvard/iq/dataverse/harvest/server/OAISetServiceBean.java#L139If this helps, please do make a pull request, of course. :)There are more scientific ways to identify the problem than this but it's something to try. :)Other thoughts, summarized from http://irclog.iq.harvard.edu/dataverse/2019-07-11#i_100681- Download multiple files as zip can be memory hungry.- Ingest can be memory hungry.Please keep us posted! Hang in there!Phil
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/8f471e66-e448-446d-85dd-893424c09220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPfMOaw7LR9eyzdRKfCmkNAV9uJ2JcQzjcM88iw3EtLVoPZSGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/8f471e66-e448-446d-85dd-893424c09220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPfMOaw7LR9eyzdRKfCmkNAV9uJ2JcQzjcM88iw3EtLVoPZSGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
----Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
Looks like it is the search, so probably related to this HttpSolrClient mentioned here.Does anyone know where to find the 'patch' or some tips on how to fix it in our 4.10.1 based fork?
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPfMOazmmaL3CzR4YtsWpvX9eEGA5G-d0OmZncMnjEYMTSPd-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Yes, https://github.com/IQSS/dataverse/compare/4.15-prod-patch7-1 was the patch Harvard Dataverse ran in production for a week or two but this was eventually cleaned up into https://github.com/IQSS/dataverse/pull/6004 which shipped with Dataverse 4.15.1 (now deployed to Harvard Dataverse and the demo site).Indeed, please stay tuned for https://github.com/IQSS/dataverse/issues/6005Paul, are you doing anything fancy to test? Just a curl command in a "while true" loop with a 1 second sleep? I'm asking because "Better Detection of Memory Leaks/Usage" at https://github.com/IQSS/dataverse/issues/5977 is in our current sprint and we're happy pick the community's brain about tools and techniques. I'm glad you found the root cause and that blocking that IP address in production helped!Phil
On Tue, Jul 16, 2019 at 6:51 AM Don Sizemore <don.s...@gmail.com> wrote:
--Looks like it is the search, so probably related to this HttpSolrClient mentioned here.Does anyone know where to find the 'patch' or some tips on how to fix it in our 4.10.1 based fork?Hello,sekmiller fixed the memory leak here:I don't see a branch corresponding to #6005 just yet...D
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPfMOazmmaL3CzR4YtsWpvX9eEGA5G-d0OmZncMnjEYMTSPd-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.