阿ken

Results 8 comments of 阿ken

> ``` > Caused by: java.lang.ClassNotFoundException: io.trino.hdfs.TrinoFileSystemCache$FileSystemKey > ``` After I upgraded to 445, booting reported this error.

> > ``` > > Caused by: java.lang.ClassNotFoundException: io.trino.hdfs.TrinoFileSystemCache$FileSystemKey > > ``` > > After I upgraded to 445, booting reported this error. Sorry, This is an error printed when...

My use case is **Trino**(435) connecting to **Clickhouse**(21.11.10.1). I upgraded to 0.6.0 but still had this problem: ``` Caused by: java.sql.BatchUpdateException: The target server failed to respond, server ClickHouseNode [uri=http://haproxy:8123/default,...

Server keep_alive_timeout = 3 However, adjusting the keep_alive_timeout parameter for a production cluster is a difficult task. Is there any good idea?

I thought it was the `polyglot.engine.WarnInterpreterOnly` 's value was set incorrectly, not string, cause NullPointerException. 10.11.0 Add `-Dpolyglot.engine.WarnInterpreterOnly=false` to jvm.config. @ebyhr That seems to be the reason. https://github.com/flyway/flyway/issues/3866 and https://github.com/flyway/flyway/issues/3882...

I think your pr does not solve this problem. When the initial system properties have null, it is inevitable. Should we check or avoid these illegal system properties in `getSystemProperties()`?

![image](https://github.com/trinodb/trino/assets/37773807/bf9c27a6-b990-4379-bd3b-655c0e8541ab) I'm sorry I didn't understand you. As far as validate properties are concerned, I think we can add a method to remove validate property. I implemented it and avoided...