jerryleooo
jerryleooo
Encountered following error ``` + Fri Oct 8 18:21:12 +08 2021 : Saving lib file: /opt/presto/lib/validation-api-2.0.1.Final.jar to /opt/presto/lib/.validation-api-2.0.1.Final.jar.20211008182112 ... Unable to store password in non-plain text format. Error: [SLF4J: Failed...
Thank @Mats-SX adding it to backlog👍
@kokosing Yeah I will check later when I have time
This seems still existing on 426, and it's on worker so hard to reproduce, still in trying... ``` { "type":"java.lang.IllegalArgumentException", "message":"bytes cannot be negative", "suppressed":[ ], "stack":[ "com.google.common.base.Preconditions.checkArgument(Preconditions.java:143)", "io.trino.memory.context.SimpleLocalMemoryContext.setBytes(SimpleLocalMemoryContext.java:58)", "io.trino.operator.OperatorContext$InternalLocalMemoryContext.setBytes(OperatorContext.java:709)",...
Hi @sopel39 after some research I think my case has been fixed in https://github.com/trinodb/trino/commit/e40b016e4568f34580e0f8a1777c134267f1d127
@cdrappier is it possible to sync the catalogs periodically? as there might be more than 1 clusters, the catalog created on one cluster might also be used on another cluster.
Hi @bjornalm I haven't tried other interpreters, later i may try jdbc and update here
@vpattar now I use `gunicorn_work_class=sync` and `gunicorn_number_of_workers=1`, and running 3 instances behind a LB
Same problem, 0.6.15
encountered this too