Jaromir Hamala

Results 166 comments of Jaromir Hamala

a failure due to a flaky test: https://github.com/questdb/questdb/issues/4683

unrelated failure in `testJsonQueryErrorOnDataUnavailableEventNeverFired()`, fixed by https://github.com/questdb/questdb/pull/4711

fixed by https://github.com/questdb/questdb/pull/4034

@puzpuzpuz INSERT INTO tab SELECT already supports batching: `INSERT BATCH 100 INTO tab2 SELECT * FROM tab` It's _just_ not default enabled by default. IMHO it should be. If that's...

resolved by https://github.com/questdb/questdb/pull/4287

@javier: I am considering to not talk about `host` at all. Since new deployments should use the client conf string anyway. WDYT?

will the helm client follow the redirect?

Is it a redirection (HTTP 301 or 302) or just a CNAME record in DNS? The former requires a cooperation from clients. The later is transparent (done in DNS resolver)

ok, that should work with all clients. one just have to be carefully with certificates.

It was caused by this change: https://github.com/hazelcast/hazelcast-jet/commit/cc3a51ad4e2ff5fbc8499979a91d1d94edb4ee75#diff-0309b636066cb39dd2e80cf494db06e3R171 which is not binary compatible (a different return type) It's hard to blame this commit though as it's an internal class.