zipkin icon indicating copy to clipboard operation
zipkin copied to clipboard

the latest version dont support mysql 8.0 as storage

Open gouhan opened this issue 2 years ago • 8 comments

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?

gouhan avatar Apr 02 '22 05:04 gouhan

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: @.***>

jcchavezs avatar Apr 02 '22 10:04 jcchavezs

ok,i should take time to review the history commits of changes. I try it ,thanks very much.

gouhan avatar Apr 06 '22 03:04 gouhan

not fixed yet

qzmer1104 avatar Jun 27 '22 02:06 qzmer1104

Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.mariadb.jdbc.internal.com.send.authentication.SendGssApiAuthPacket

Brothers, is it the same error log?

qianleijava avatar Jun 29 '22 08:06 qianleijava

@jcchavezs Could you please clarify whether Zipkin is going to support MySQL 8 in near future?

ajax-osadchuk-r avatar Oct 17 '22 13:10 ajax-osadchuk-r

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 :)

beertje44 avatar May 20 '23 12:05 beertje44

+1

rmannibucau avatar Sep 06 '23 05:09 rmannibucau

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

huahuo840 avatar Nov 09 '23 07:11 huahuo840

zipkin tests run against our docker image which is MySQL 10.11.7

codefromthecrypt avatar Apr 16 '24 06:04 codefromthecrypt