zipkin
zipkin copied to clipboard
the latest version dont support mysql 8.0 as storage
I fount the latest docker image only can work with lower version mysql,eg 5.7. but download the history version of 2.21.5,it can works with mysql 8.0 fine. Mean while,I checked the docker hub image version with github's release version,is consistent too. Is there any problem occurs when merging the pull request?
Would you open a PR with the fix?
lør. 2. apr. 2022, 07:47 skrev luoqingsong @.***>:
I fount the latest docker image only can work with lower version mysql,eg 5.7.
— Reply to this email directly, view it on GitHub https://github.com/openzipkin/zipkin/issues/3441, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXOYATBKU5DJ2B5RRUFHGTVC7NOTANCNFSM5SKN6EBQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
ok,i should take time to review the history commits of changes. I try it ,thanks very much.
not fixed yet
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.mariadb.jdbc.internal.com.send.authentication.SendGssApiAuthPacket
Brothers, is it the same error log?
@jcchavezs Could you please clarify whether Zipkin is going to support MySQL 8 in near future?
Would be a nice enhanchment, running years old software makes me nervious ;) And from the looks of it the bundled mysql for docker is mysql 3.x!!!!!!!!
Please fix this :)
+1
I use zipkin version 2.24.3 and mysql version 8.0.21
I found that if I downloaded zipkin from docker and used mysql persistence, I would report version compatibility errors
But pushing the 2.24.3 jar package onto docker and using mysql persistence is fine
It's weird, I tested three servers with the same problem
zipkin tests run against our docker image which is MySQL 10.11.7