Details
Description
There may be excessive memory usage with MongoMK and observation when many siblings are created. The issue is caused by the implementation of String.substring() in older JDK versions. The substring still references the complete char array.