Open konbluesky opened 4 years ago
Hi @konbluesky, please note that there have been changes to the raft.cluster
api in version 2.4.0 as described here - https://github.com/jpmorganchase/quorum/blob/0b8ea86da4ed7f37bfa9b07fabd4eb11b9f6bb46/docs/Consensus/raft/raft-rpc-api.md
Further, in version 2.5.0 we have fixed an issue with the api. Please refer to https://github.com/jpmorganchase/quorum/pull/934 for further details.
can you please test with version 2.5.0 and let me know if the issue still persists?
Hi @vsmk98 ,This problem is still there, I found that was caused by project web3j-quorum
The raft file https://github.com/web3j/web3j-quorum/blob/master/src/main/kotlin/org/web3j/quorum/consensus/raft.kt ,"ip" should be changed to "hostname"
Thanks for the update @konbluesky. Will check and revert back
System information
Geth version:
geth version
Geth Version: 1.8.18-stable Git Commit: 20c95e5d836ebe94431ff5848e894dd938f4e147 Quorum Version: 2.4.0 Architecture: amd64 Protocol Versions: [63 62] Network Id: 1337 Go Version: go1.11.13 Operating System: linux GOPATH= GOROOT=/home/travis/.gimme/versions/go1.11.13.linux.amd64OS & Version: OSX
Branch, Commit Hash or Release:
git status
Environment: docker, vagrant, host os
Expected behavior
Actual behavior
Steps to reproduce the behavior
quorum.raftGetCluster().send().getCluster()
throws JsonMappingExceptionError Logs
Backtrace