We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When connecting to the scylla node using the following command:
cqlsh /home/margdoc/Workspace/scylla/workdir/0/cql.m
the first line of the output is:
Connected to at /home/margdoc/Workspace/scylla/workdir/0/cql.m:9042
cqlsh prints the default port on which it connects to the scylla node but doesn't use it when connecting by maintenance socket.
The text was updated successfully, but these errors were encountered:
it's teaching this function
scylla-cqlsh/bin/cqlsh.py
Line 613 in b8d86b7
stat.S_ISSOCK(os.stat(self.hostname).st_mode)
Sorry, something went wrong.
No branches or pull requests
When connecting to the scylla node using the following command:
the first line of the output is:
cqlsh prints the default port on which it connects to the scylla node but doesn't use it when connecting by maintenance socket.
The text was updated successfully, but these errors were encountered: