Andrey Siunov

Results 5 comments of Andrey Siunov

Same for us. The number of **active** `Gax-#` threads can grow to 30k+ and then OOM. bq connector 0.25.2, spark 3.2.0, scala 2.12, AdoptOpenJDK-11.0.11+9 ``` "Gax-1" #85 daemon prio=5 os_prio=0...

In addition to 0.25.2, I've tested 0.25.1, 0.25.0, 0.26.0 - all having the same pattern - they create Gax threads and never GC them - for the example above, I've...

@sophie-h I think this is happening because you use this option `--no-build-isolation`, in which case you have to install all build dependencies manually. In this case, you are missing `setuptools-scm`...

I get the same error when running the same command. No error when using the default context after `confluent login --save`. Does this command work with context? ``` confluent version...