Page 1 of 1

eventlog table growth while moving dataset to group

PostPosted: Mon Jun 24, 2013 11:14 am
by chrism
Hi,

I am trying to move a dataset with approx. 1000 images (50 annotations per image) to a new group by using the move command from the OMERO.web client. I've canceled the move process after some hours because the eventlog table had grown to ~ 10GB.

A test with a 12-Image dataset shows 25000 new rows in the eventlog table. All new rows are similar:

Code: Select all
...
237858414 | REINDEX |         -35 |    15689 | ome.model.core.Image             |             | 303730
237858415 | REINDEX |         -35 |    15689 | ome.model.core.Image             |             | 303730
237858416 | REINDEX |         -35 |    15689 | ome.model.core.Image             |             | 303730
237858417 | REINDEX |         -35 |    15690 | ome.model.core.Image             |             | 303730
237858418 | REINDEX |         -35 |    15690 | ome.model.core.Image             |             | 303730
237858419 | REINDEX |         -35 |    15690 | ome.model.core.Image             |             | 303730
237858420 | REINDEX |         -35 |    15690 | ome.model.core.Image             |             | 303730
...


Is this due to a misconfiguration or a bug?

Best regards,

Christian

Re: eventlog table growth while moving dataset to group

PostPosted: Thu Jun 27, 2013 10:49 am
by jmoore
Hi Christian,

chrism wrote:Is this due to a misconfiguration or a bug?


This can certainly be considered a bug. I've filed https://trac.openmicroscopy.org.uk/ome/ticket/11182. (Please let me know if you would like to be CC'd). At the moment, there isn't anything you can configure to improve the behavior.

Thanks for pointing this out!

Cheers,
~Josh.