zendesk / maxwell

Maxwell's daemon, a mysql-to-json kafka producer
https://maxwells-daemon.io/
Other
4.05k stars 1.01k forks source link

Cannot run HA node on aarch64 #2104

Open hendrik-nl opened 3 months ago

hendrik-nl commented 3 months ago

I have three nodes where one is an aarch64 node. When I try to start three Maxwell instances I get the following error in the aarch64 node: Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no leveldbjni64-1.8 in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, no leveldbjni-1.8 in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, no leveldbjni in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, /tmp/libleveldbjni-64-1-14605621907098643689.8: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64 .so on a AARCH64 platform)] Is it possible to run a Maxwell instance on an ARM machine, or is this an HA thing?