-
### Version
4.5.10
### Context
Setting a path parameter of `type: string` and `format: uuid` never works. Removing the format works.
The message always returns: `The value of path paramete…
-
Describe the problem you faced We have a usecase where might have a lot of concurrent writes to the same partition under special scenarios. We are testing if Hudi supports this natively by changing so…
-
## Summary
The goal of this discussion is to explore ways that we can consistently utilize a higher proportion of available resources on Kibana nodes, reducing the number of Kibana nodes necessary to…
-
I'm not sure this proposal doesn't already exist, but I can't find it. If it exists, feel free to delete this issue.
It would good to allow for the simple do loop the same syntax as the do concurre…
-
Dear Phoebus team and developer,
## Short description
I get exceptions, when I try to use the Log Entry Calender and Table with elog.
## My environment
### Phoebus version
I used the latest r…
-
Hi! I met some errors when running "initialSP_prepare_S3DIS.py" with the command `python data_prepare/initialSP_prepare_S3DIS.py`.
Here is the output of the terminal:
```
xzj@xzj:~/githouse/GrowSP…
-
# Bug report
### Bug description:
InterpreterPoolExecutor takes a thread_name_prefix parameter, but it doesn't propagate to the underlying subinterpreter.
```python
from concurrent.futures import T…
-
We're using `go-git` to clone several repositories in parallel and noticed a memory spike leading to OOM/unresponsive behavior on smaller machines. I went ahead and profiled the application, noticing …
-
### Description
We need this to stabilize e2e test, but this could be useful in other places. More generally, we can add possibility to set any envoy variable for Ingress/Egress from helm: https://ww…
-
### There appears to be some invariance introduced by the `IntoConcurrentStream` and `Map` implementation that confuses the compiler for the `Send` and `Sync` autotraits
The following:
```rust
…