hortonworks / registry

Schema Registry
Apache License 2.0
13 stars 8 forks source link

SR client SchemaMetadataCache leaks memory #805

Open balassai opened 1 year ago

balassai commented 1 year ago

The SchemaMetadataCache class has an extra cache to support a different mapping logic called schemaNameToIdMap. This map is only used to put data into it, and it is never cleared, even though the main cache has an eviction policy.