vy commented on issue #1747: URL: https://github.com/apache/logging-log4j2/issues/1747#issuecomment-1702591006
Thanks for the report @jfont-teg! I think by simply changing the type of `collectionSize` from `int` to `long`, we would disrupt the backward compatibility least and address your concern. Agreed? Would you mind submitting a patch targeting `2.x` branch with the following changes, please? 1. Change the type of `collectionSize` field from `int` to `long` in `MongoDbProvider` and `MongoDb4Provider` classess (Please try to spot all usages of the field; in the class, in the builder, in tests, etc.) 2. Update docs, i.e., `appenders.xml` 3. Create a changelog entry file in `src/changelog/.2.x.x` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
