Pavel Kovalenko
Pavel Kovalenko
Could you please share your storage policy configuration?
@obiltschnig Thank you very much for your feedback. I'll try to fix it in a fork and after success will commit to upstream.
@obiltschnig I've done. Could you please review the change about HTTPS proxy? https://github.com/pocoproject/poco/pull/3040
@rok I tried it but without success. The memory usage goes down only after explicit system pool release call: ``` spdlog::info("RSS before default pool release: {} bytes", getCurrentRSS()); arrow::default_memory_pool()->ReleaseUnused(); spdlog::info("RSS...
Okay, It seems that the remaining data in RSS is not directly related to arrow. Let me describe my data flow: I have a generated tpcds dataset in Parquet format...
@lidavidm Thank you for your explanation. Just a question regarding allocations. What if I do `malloc_trim` only after some time of Arrow Flight inactivity? If I keep memory not released...
I had the same issue. Btw, why not just make execution context for docker as `private`? It helped to me, but I had to copy-paste `DockerKit` and `DockerTestKit` to make...
Hi @songy23, thank you for your response! The main problem is how to distinguish traces from different services located in the same JVM. I mean service in terms of Zipkin...
@songy23 Thank you for mentioning OpenTelemetry. Will file the issue there regarding the problem.