Boris Kuschel

Results 10 comments of Boris Kuschel

Could these be feasible? _Array Join:_ https://github.com/ClickHouse/ClickHouse/issues/8687 _Full text search:_ https://github.com/ClickHouse/ClickHouse/issues/19970

We would want to fix this to avoid scanning tools (who have no idea about what code is being used or not) from flagging ClickHouse as being affected by a...

@sunsingerus @Slach this problem prevents us from adopting 0.19.x. I think you'll want to fix this as anybody who specificed an operator password in the config will encounter this.

Any attempt to turn off https will result in the readiness probe failing as it seems to be hard code to use http.

Was using nss certutil to generate for netscape navigator 4.x. Its not critical, I can adjust the before date. Just would be good to use defaults and don't understand why...

Yes, i saw that. The problem with the default certs is that they don't work with really old browser because of the signing algo.

Yes, that's what i used the old version of the NSS and NSPR from [https://ftp.mozilla.org/pub/security/nss/releases/](https://ftp.mozilla.org/pub/security/nss/releases/) and [https://ftp.mozilla.org/pub/nspr/releases/](https://ftp.mozilla.org/pub/nspr/releases/) I used NSS v3.4.2 and NSPR v4.1.2 as older versions had some bugs...

Please don't remove vars until such time the replacement transformer is able to do partial string substitution effectively without imposing base resource requirements or requiring repetitive replacements. Please see prefix...

I think we are using what it is intended for, at least according to @pwittrock 's description during the brainstorm session. The general problem is that resources are more than...

Right, this is why i'm against ripping out VARS at this time.