Skip to content

Bug: remove namespace by rpc or sdk(surrealdb.java) will trigger surrealdb(surreallist 2.1.6) server shutdown #86

Open
@moweilin

Description

@moweilin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions