bitsondatadev / trino-getting-started

Apache License 2.0
234 stars 97 forks source link

Remove UseBiasedLocking #44

Closed tschaub closed 2 months ago

tschaub commented 2 months ago

This removes the UseBiasedLocking from jvm.config files.

Fixes #36.

See also #42.

It probably also makes sense to do a more complete update of the jvm.config and to peg the trinodb/trino docker image to a specific tag.

mosabua commented 2 months ago

Looks good to me.