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

Ftoppi patch 5 #541

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Ftoppi patch 5 #541

merged 3 commits into from
Mar 11, 2024

Conversation

ftoppi
Copy link
Contributor

@ftoppi ftoppi commented Mar 10, 2024

Hi,

I'm attempting to fix kvrocks in docker.

kvrocks.conf is mounted to /kvrocks/conf/kvrocks.conf but apache/kvrocks looks for the config in /var/lib/kvrocks by default (https://github.com/apache/kvrocks/blob/2.8/Dockerfile), thus the config file is never used.

In addition, logging in containers is usually sent to stdout/stderr.

This PR adds arguments to kvrocks to read the proper config file and log to stdout.

Since kvrocks.conf is now properly applied, kvrocks listens on port 6101. I have reverted the change to config/generic.json.sample .

ftoppi and others added 3 commits March 10, 2024 19:05
kvrocks.conf is mounted to /kvrocks/conf/kvrocks.conf but apache/kvrocks looks for the config in /var/lib/kvrocks

In addition, logging in containers is usually sent to stdout/stderr.

This PR adds arguments to kvrocks to read the proper config file and override logging to stdout.
@Rafiot Rafiot merged commit 6bda00a into pandora-analysis:main Mar 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants