owlcollab / owltools

OWLTools
BSD 3-Clause "New" or "Revised" License
108 stars 33 forks source link

Fixed memory leaks that arise while generating solr index entries #246

Closed yy20716 closed 6 years ago

yy20716 commented 6 years ago

This patch is for solving the memory leak issue that arises while generating solr indexes from go-cam model files.

lpalbou commented 6 years ago

Cool !

kltm commented 6 years ago

Great! What I'm going to do is fix up the dev machine (tomodachi) with the node updates and switch owltools over to this branch for testing.

kltm commented 6 years ago

Okay, so we have a chain of issues going back to how stale tomodachi is. I'll try and clean this up on Monday up the hill.

kltm commented 6 years ago

Updated on server for testing. @yy20716 Could you look into the conflicts with master?

yy20716 commented 6 years ago
yy20716 commented 6 years ago

FYI. I just wanted to note that it's not safe to merge this patch yet into the main branch, i.e. this one still uses the codes before this pull request. Once we confirm that the codes in that pull request work as expected, I will then incorporate the codes from that request and make an additional commit into this branch. Thank you for your patience.

kltm commented 6 years ago

I've merged #249 into master.

kltm commented 6 years ago

@yy20716 How is the status now? Tagging #212

yy20716 commented 6 years ago

Seth (@kltm), I think it's now good to go but please let me know if you encounter any issues. I only tested this with dummy solr loader, so maybe there are something I couldn't consider before. Thank you for your time.

kltm commented 6 years ago

@yy20716 @cmungall As per our discussion, let's go ahead with this code and test in amigo 2.5.x/master to optimize the time we have with @yy20716 .