-
Notifications
You must be signed in to change notification settings - Fork 199
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
can't start the worker by the Federation Mode #327
Comments
looks like you are trying to start the legacy worker, which has been cleanup from master branch. please try below options |
now, i can start the manager,controller, and worker, but i found that the controller listen port is not start, the follow is my commands: controller: |
what do you mean "the controller listen port is not start", which port you are referring to |
9100 |
are you running it in the docker environment? looks like the controller -hostname you registered is devenv, is not reachable by the manager |
java -Dlog4j.configuration=file:config/tools-log4j.properties -XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=45 -verbose:gc -Xmx5g -Xms5g -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -server -javaagent:./bin/libs/jmxtrans-agent-1.2.4.jar=config/jmxtrans.xml -cp uReplicator-Worker/target/uReplicator-Worker-2.0.1-SNAPSHOT-jar-with-dependencies.jar kafka.mirrormaker.MirrorMakerWorker --cluster.config config/clusters.properties --consumer.config config/consumer.properties --producer.config config/producer.properties --helix.config config/helix.properties --dstzk.config config/dstzk.properties
2021-01-26 14:54:28.816 INFO [main] org.jmxtrans.agent.JmxTransAgent - Starting 'JMX metrics exporter agent: 1.2.4' with configuration 'config/jmxtrans.xml'...
2021-01-26 14:54:28.817 INFO [main] org.jmxtrans.agent.JmxTransAgent - PropertiesLoader: Empty Properties Loader
2021-01-26 14:54:29.09 INFO [main] org.jmxtrans.agent.ExpressionLanguageEngineImpl - Unsupported expression ''
2021-01-26 14:54:29.091 INFO [main] org.jmxtrans.agent.ExpressionLanguageEngineImpl - Unsupported expression ''
2021-01-26 14:54:29.094 INFO [main] org.jmxtrans.agent.GraphitePlainTextTcpOutputWriter - GraphitePlainTextTcpOutputWriter is configured with HostAndPort{host='localhost', port=4756}, metricPathPrefix=unsupported_expression_YOUR_PREFIX_unsupported_expression, socketConnectTimeoutInMillis=500
2021-01-26 14:54:29.104 INFO [main] org.jmxtrans.agent.JmxTransAgent - JmxTransAgent started with configuration 'config/jmxtrans.xml'
Error: Could not find or load main class kafka.mirrormaker.MirrorMakerWorker
And i unzip the jar package,can't find the kafka.mirrormaker.MirrorMakerWorker.
The text was updated successfully, but these errors were encountered: