[ https://issues.apache.org/jira/browse/GEODE-10053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated GEODE-10053: ----------------------------------- Labels: needsTriage pull-request-available (was: needsTriage) > Prevent reading property files every time SSL config is created > --------------------------------------------------------------- > > Key: GEODE-10053 > URL: https://issues.apache.org/jira/browse/GEODE-10053 > Project: Geode > Issue Type: Bug > Components: security > Reporter: Nabarun Nag > Assignee: Nabarun Nag > Priority: Major > Labels: needsTriage, pull-request-available > > Situation: > 1. Currently, when we create a new SSL config, we read the properties stored > in the LocatorLauncher class. > 2. Using these properties, the DistributionConfigImpl is created which is > used to create the SSLConfig > > Problem: > # While creating the DistributionConfig from properties, it reads the > properties file and security files and creates a new class everytime. > # This is a bit inefficient as the DistributedConfigImpl is already stored > in the InternalLocator. > > Solution: > Use InternalLocator's DistributedConfigurationImpl. -- This message was sent by Atlassian Jira (v8.20.1#820001)