Task #11462 (closed)
Opened 6 years ago
Closed 6 years ago
Reduce log levels in Indexer
| Reported by: | spli | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.9 |
| Component: | ApplicationServer | Version: | 4.4.8 |
| Keywords: | n.a. | Cc: | java@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Indexer spits out ERROR messages for what appear to be fairly routine events. The logging level should be reduced.
E.g. on gretzky
2013-09-17 13:34:32,148 ERROR [ ome.services.fulltext.FullTextIndexer] (3-thread-5) Null returned! Purging since cannot index ome.model.fs.Fileset:Id_1562 for ome.model.meta.EventLog:Id_294472 2013-09-17 13:34:32,239 ERROR [ ome.services.fulltext.FullTextIndexer] (3-thread-5) Null returned! Purging since cannot index ome.model.fs.Fileset:Id_1563 for ome.model.meta.EventLog:Id_294473 2013-09-17 13:34:32,312 ERROR [ ome.services.fulltext.FullTextIndexer] (3-thread-5) Null returned! Purging since cannot index ome.model.fs.Fileset:Id_1564 for ome.model.meta.EventLog:Id_294474
On howe:
2013-09-17 13:42:16,823 ERROR [ ome.services.fulltext.FullTextIndexer] (2-thread-2) Null returned! Purging since cannot index ome.model.core.OriginalFile:Id_5256 for ome.model.meta.EventLog:Id_1295872 2013-09-17 13:42:16,851 ERROR [ ome.services.fulltext.FullTextIndexer] (2-thread-2) Null returned! Purging since cannot index ome.model.core.Pixels:Id_7843 for ome.model.meta.EventLog:Id_1295873 2013-09-17 13:42:16,875 ERROR [ ome.services.fulltext.FullTextIndexer] (2-thread-2) Null returned! Purging since cannot index ome.model.display.RenderingDef:Id_8589 for ome.model.meta.EventLog:Id_1295879 2013-09-17 13:42:17,611 ERROR [ ome.services.fulltext.FullTextIndexer] (2-thread-2) Null returned! Purging since cannot index ome.model.screen.Plate:Id_703 for ome.model.meta.EventLog:Id_1295892
Change History (2)
comment:1 Changed 6 years ago by jamoore
- Milestone changed from Unscheduled to OMERO-4.4.x
- Priority changed from minor to major
comment:2 Changed 6 years ago by jamoore
- Milestone changed from OMERO-4.4.x to OMERO-4.4.9
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
PR opened: https://github.com/openmicroscopy/openmicroscopy/pull/1591