Closed YxAc closed 5 months ago
When mvn test on Apple M1/M2/M3, the ARM64 architecture incompatible issue occurs:
The problem is that jraft-core introduces a version of rocksdb that is not compatible with arm64, and upgrading its version can solve the problem.
jraft-core
rocksdb
RocksDB JNI dependence is introduced by jraft-core, for jraft-core, the latest version is 1.3.14, but I have tested 1.3.14, 1.3.13 and 1.3.12, only 1.3.12 has no compatibility both chip and interface.
RocksDB JNI
1.3.14
1.3.13
1.3.12
What would you like to be improved?
When mvn test on Apple M1/M2/M3, the ARM64 architecture incompatible issue occurs:
How should we improve?
The problem is that
jraft-core
introduces a version ofrocksdb
that is not compatible with arm64, and upgrading its version can solve the problem.