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

[BUG] rss.master.address not work in rss-worker's configuration file #203

Closed
ghost opened this issue Jun 30, 2022 · 0 comments
Closed

[BUG] rss.master.address not work in rss-worker's configuration file #203

ghost opened this issue Jun 30, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 30, 2022

What is the bug?

The rss.master.address configuration item in the rss worker configuration file does not take effect,will be overwrited by localHostName:9097 or localIp:9097

How to reproduce the bug?

1. my rss conf

log4j.properties:

# Set everything to be logged to the console
log4j.rootCategory=INFO, console
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss,SSS} %p [%t] %c{1}: %m%n

rss-defaults.conf:

rss.worker.base.dirs   /tmp/rrr
rss.master.address    dummyhost:9999
2. start rss-worker:
cd $RSS_HOME
sbin/start-worker.sh

Could you share logs or screenshots?

here is my rss worker log
image

/cc @who-need-to-know

/assign @who-can-solve-this-bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant