peng-yongsheng opened a new pull request #3168: Inventory cache update and new attribute last_update_time for all inventories. URL: https://github.com/apache/skywalking/pull/3168 Please answer these questions before submitting a pull request - Why submit this pull request? - [X] Bugfix - [ ] New feature provided - [ ] Improve performance 1. All the inventories add the last_update_time attribute, delete the mapping_last_update_time attribute in the service inventory. * register_time: unmodifiable, fill it when inventory creates. * heartbeat_time: modifiable, only for the heartbeat. * last_update_time: modifiable, fill it when other columns changed, and it will trigger the cache update timer to refresh the inventory data from the database to the OAP server's cache. 2. Fixed the service inventory and net address inventory update bugs, * the node type and properties column not update from database to OAP server's cache. * the netaddress node type column not update.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
