Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standalone-config.properties should be included when standalone create the segmentstore #6512

Closed
CharlieLChen opened this issue Jan 10, 2022 · 1 comment · Fixed by #6521
Closed

Comments

@CharlieLChen
Copy link
Contributor

CharlieLChen commented Jan 10, 2022

Describe the bug
In #6511, we know we can specify the JAVA_OPTS to configure the publishedIPAddress, the problem is that passing configuration to system property is the only option we can choose to configure the segmentstore. Not all of configuration in standalone-config.properties could take effect as the standalone only include the configuration from the system property:

I know there is a workaround for that, but the configuration in standalone-config.properties should take effect, otherwise it will be very stranger.

How to fix
I think adding the following code will work.

                .include(new Properties("./config/standalone-config.properties") )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant