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

After execute ConfiguredGraphFactory.drop(graphName),janusgraph log print TableNotFoundException #4746

Open
panda0120 opened this issue Dec 29, 2024 · 0 comments

Comments

@panda0120
Copy link

  • Version: 1.0.0

  • Storage Backend: hbase

  • Mixed Index Backend:

  • Link to discussed bug: When I dropping Dynamic Graph will be hang up, what can I do to dropped it #4440

  • Expected Behavior: no error log after drop graph

  • Current Behavior:
    IMG_20241229_142111

  • Steps to Reproduce:
    public void dropGraph(String graphName) {
    Map<String, Object> params = new HashMap<>();
    params.put("graphName", graphName);
    this.getClient()
    .submit("m = " + graphName + ".openManagement();"
    + "ids = m.getOpenInstances();"
    + "for(String id : ids){if(!id.contains("(")){m.forceCloseInstance(id)}};"
    + "m.commit();"
    + "ConfiguredGraphFactory.drop(graphName);"
    + "ConfiguredGraphFactory.create(graphName);"
    + "ConfiguredGraphFactory.drop(graphName);", params);
    }

@panda0120 panda0120 changed the title After execute ConfiguredGraphFactory.drop(graphName),janusgraph log print TableNotFoundExcepiton After execute ConfiguredGraphFactory.drop(graphName),janusgraph log print TableNotFoundException Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant