-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Pulsar SQL example cannot reproduce in master (2.11.0-SNAPSHOT) #16354
Comments
OK. The problem about ZK could be, as PIP-117 (#13302) moving forward (we should update docs for this), ZK doesn't always start by default. However, Pulsar SQL depends on ZK settings and thus generate errors like above. With However, the Pulsar SQL example still cannot runs correctly. Now the
|
SQL Worker logs:
|
After I clean up No. It's unrelated to data, but about proxy. I confirm that after I close proxy it works. |
Describe the bug
Running follow the instructions https://pulsar.apache.org/docs/sql-getting-started doesn't give the expected result. But sql-worker failed to connect to ZooKeeper server.
To Reproduce
pulsar/distribution/server/target/apache-pulsar-2.11.0-SNAPSHOT
):./bin/pulsar standalone
./bin/pulsar sql-worker run
Expected behavior
No error. Can proceed later commands in the example.
Screenshots
pulsar server logs: https://gist.github.com/tisonkun/de20b11536270c2969bb45d86539908a#file-pulsar-server-logs-logsql-worker logs: https://gist.github.com/tisonkun/de20b11536270c2969bb45d86539908a#file-sql-worker-logs-logThe ZK issue has been resolved, see further issues #16354 (comment).
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: