Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using mariadb jdbc driver in compose setup causes database to not be traced #7

Open
driesdeproost opened this issue Aug 26, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@driesdeproost
Copy link
Contributor

using

jdbc-driver:
    image: xeniteu/jdbc-mariadb:2.2.5
    volumes:
    - jdbc:/jdbc/

from jdbc-drivers in integration-tests/src/integration-test/resources/compose/docker-compose-mariadb.yml causes the db to not be traced in zipkin.
Alfresco works as normal though, so the db requests must be passing through the used P6SpyDriver.

This bug does not happen if you use xeniteu/jdbc-mysql:5.1.42 or a PG setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant