-
在这种场景下,Worker启动失败:裸设备+PaaS系统+容器,jstorm运行在容器上,容器的操作系统是Ubuntu,
而在虚机+PaaS系统+容器上运行,容器的操作系统不变,没有任何问题。
定位发现:
1.通过jps命令,可以看到大量的ProcessLauncher进程(见附1);
2.通过top命令,可以看到这些进程的状态都是S(见附2);
3.对进程执行jstack命令,提示进程…
-
### Describe the bug
When attempting to use device memory for the local and remote buffers on device memory, the command fails with a segmentation fault.
Note, this occurs even when UCX_PROTO_ENABLE…
-
## Expected Behavior
Doing MPI calls that don't involve HPX shouldn't produce segfaults.
## Actual Behavior
Doing MPI calls that don't involve HPX produces segfaults.
## Steps to Reprod…
-
Our [application tester](https://github.com/Tribler/application-tester) can test a deployed version of the Tribler software by running random commands and monitoring stability. After merging #6206, th…
-
Jira Link: [DB-5361](https://yugabyte.atlassian.net/browse/DB-5361)
### Description
I think this is a data-race bug, got this by compiling the master branch with tsan and creating a cluster with 3…
-
## Bug Report
**Describe the bug**
After attempting to updating the docker image used for fluent-bit in our k8s clusters to 3.1.6, with no additional changes to the configuration, I noticed that o…
-
We have script A with 2 functions A1 and A2. A1 calls something async and awaits it. Before the await completes, something else calls A2. When A1 completes, rather than resuming A1, the whole scrip…
-
### Your current environment
```
Collecting environment information...
PyTorch version: 2.3.0
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 2…
-
When I deployed GE and started to import data, everything looked fine. However, I have encountered the out of memory exception and the CPU usage becomes 100% after the exception. Part of error message…
-
```python
class C():
@property
def x(self):
return self.x
C().x
```
See [here](https://stackoverflow.com/q/62356253/10133797); same if running as a file (main) or from within IP…