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: remove namespace by rpc or sdk(surrealdb.java) will trigger surrealdb(surreallist 2.1.6) server shutdown #86

Open
2 tasks done
moweilin opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@moweilin
Copy link

moweilin commented Sep 6, 2024

Describe the bug

When i test removing namespace by surrealdb.java, the surrealdb server is shutdown.

Steps to reproduce

  • test code
var res = driver.query("REMOVE NAMESPACE IF  EXISTS test003;", null, Void.class).get(5, TimeUnit.SECONDS);
System.out.println(res);
  • server log

server-log

Expected behaviour

remove namespace by rpc or sdk works normally

SurrealDB version

surreallist 2.1.6

Contact Details

[email protected]

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@moweilin moweilin added bug Something isn't working triage labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant