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

rhea cause NullPointerException #986

Open
lfygh opened this issue May 12, 2023 · 0 comments
Open

rhea cause NullPointerException #986

lfygh opened this issue May 12, 2023 · 0 comments

Comments

@lfygh
Copy link
Contributor

lfygh commented May 12, 2023

Describe the bug

java.lang.NullPointerException
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2086)
	at com.alipay.sofa.jraft.rhea.client.failover.impl.FailoverClosureImpl.failure(FailoverClosureImpl.java:94)
	at com.alipay.sofa.jraft.rhea.client.failover.impl.FailoverClosureImpl.failure(FailoverClosureImpl.java:103)230512-00:48:40.687 [JRaft-RPC-Processor-14] INFO  com.alipay.sofa.jraft.core.NodeImpl - Node <barbeyond-cluster--1/172.16.60.168:8881> received PreVoteResponse from 172.16.60.160:8881, term=6, granted=false.

	at com.alipay.sofa.jraft.rhea.client.failover.impl.FailoverClosureImpl.run(FailoverClosureImpl.java:78)
	at com.alipay.sofa.jraft.rhea.storage.MetricsKVClosureAdapter.run(MetricsKVClosureAdapter.java:93)
	at com.alipay.sofa.jraft.rhea.storage.KVClosureAdapter.run(KVClosureAdapter.java:72)
	at com.alipay.sofa.jraft.rhea.storage.RaftRawKVStore$1.lambda$run$0(RaftRawKVStore.java:89)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  • SOFAJRaft version: jraft-rheakv-core-1.3.11.jar
  • JVM version (e.g. java -version):
  • OS version (e.g. uname -a):
  • Maven version:
  • IDE version:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant