Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
I think there is a potential for OOM errors here: https://github.com/apache/camel/blob/master/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java#L68
basically each commit sha is added to an in memory list of already processed commits used as an idempotent inmemory repository, but elements in the map are never removed.