All work
- .meta files are re-written on every pollNMS-5967Resolved issue: NMS-5967Benjamin Reed
- Regression: New EventConfDao won't unmarshal eventconf.xml files without an XML namespaceNMS-5935Resolved issue: NMS-5935Benjamin Reed
- Germanic umlaut encoding issues when syncronizing provisioning groupsNMS-5901
- System report not working with RPMs (ClassNotFoundException on ServiceRegistry)NMS-5889Resolved issue: NMS-5889Benjamin Reed
- SNMP MIB Compiler - Problem found when compiling the MIBNMS-5887
- 30 second outages caused by ArrayOutOfBoundException in JNI-Ping implementationNMS-5874Resolved issue: NMS-5874Matt Brozowski
- Event and Alarm list font size is brokenNMS-5873Resolved issue: NMS-5873Ronny Trommer
- Stylesheet Broken for Normal AlarmsNMS-5865Resolved issue: NMS-5865Seth Leger
- Cache geo-coding lookupsNMS-5816Resolved issue: NMS-5816Patrick Schweizer
- Geo-coding for new node-maps requires unnecessary assetsNMS-5804Resolved issue: NMS-5804Benjamin Reed
10 of 10
.meta files are re-written on every poll
Fixed
Description
Acceptance / Success Criteria
None
blocks
Lucidchart Diagrams
Created July 15, 2013 at 5:13 PM
Updated May 3, 2017 at 10:25 AM
Resolved July 23, 2013 at 4:52 PM
Activity
Benjamin ReedJuly 23, 2013 at 4:52 PM
I changed the .meta-handling code to use the PropertiesCache code that the strings.properties and ds.properties code uses.
David HustaceJuly 19, 2013 at 5:25 AM
Ronny, could you take a look at this one. The issue is that the .meta files used by NRTG are getting written on the collection threads vs. the persistence threads. We have a strategy that the collect threads should never get blocked from collection (Queued). Matt has an example of how to do this with nice caching for the strings.properties file.
The .meta files are re-written on every poll. This has a large impact on collectd data persistence since these writes are not off-loaded to background writer threads.