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(java client): When using batch, a null pointer exception may occur #2152

Open
lengyuexuexuan opened this issue Nov 26, 2024 · 0 comments
Labels
type/bug This issue reports a bug.

Comments

@lengyuexuexuan
Copy link
Collaborator

Bug Report

  1. What did you do?
    小米办公20241126-105239
    in function "commitWaitAllComplete", a null pointer execption occur.

  2. What did you see instead?

    results.add(
    Pair.of(
    new PException("async task #[" + i + "] await failed: " + fu.cause().getMessage()),
    null));

    Add a judge which judge the fu.cause() is null before using it.

@lengyuexuexuan lengyuexuexuan added the type/bug This issue reports a bug. label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

1 participant