Description
StoreMessageManager.getMetaData(..) returns MetaData which contains a reference to a static Flags instance. So if someone use directly use the returned Flags instance and add other Flags to it they will stay in the static instance till the jvm is restarted. We should make sure to on expose any static instances in a writeable manner