-
While debugging an unrelated issue I've found some strange behaviour when a worker connects to a scheduler but the scheduler is not able to route back to the worker's address.
I expect this may hap…
-
### System Info
```shell
optimum 1.21.4
optimum-habana 1.14.0.dev0
transformers 4.45.2
+------------------------------------------------------------------…
-
When using `Distributed` and loading packages on workers that include local packages in development , one might want to do something like:
```
@everywhere begin
using Pkg; Pkg.activate(".")
using …
-
I am having this error below:
```
Constructing table schema for table Sunny
ERROR: function create_distributed_table(unknown, unknown) does not exist
Hint: No function matches the given name a…
-
**What happened**:
When program is completed exceptions are thrown.
```
RuntimeError: cannot schedule new futures after interpreter shutdown
```
Please see the log file: [test.log](htt…
guziy updated
2 years ago
-
Version info:
```
julia> versioninfo()
Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-10400 CPU @ 2.9…
-
# Redis的分布式锁 - 拳打分区脑裂
1 基于单 Redis 节点的分布式锁1.1 实现流程首先,客户端向 Redis 发送以下命令尝试获取锁: 1SET distributed_lock random_value NX PX 3000 在这个命令中: distributed_lock 是 key,代表这把锁; random_value 是一个客户端唯一的值; NX 表示只有当 dis…
-
For a couple weeks now we have been chasing a series of bugs that are first found by throwing the kitchen sink of integration tests in AWX, of which Receptor is a component. Ideally, we would have mor…
-
How to test on CPU?
Setting number of GPUs to 0 don't work.
```
bash tools/dist_test.sh configs/body/2d_kpt_sview_rgb_img/deeppose/coco/res101_coco_256x192.py ../weights/mae_pretrain_vit_base.…
-
The following is generated by `ab` high load test, the error is coming from `DistributedCallFlow` handler added recently:
```
Error|WAVE|Azos.Wave.Filters.ErrorFilter|0
[Azos.Wave.FilterPipelin…