Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.2, 1.0.0, 1.1.0
-
None
Description
Hive hook caches names of databases and tables which were sent in earlier notifications, to avoid sending the same details in subsequent notifications. This is a lru cache and keeps the number of names cached to a limit. This caching should be updated with an option to periodically clear the names, so that the details will be send again when the hook encounters these databases/tables again.