-
**Describe the bug**
I have no source configured without host nor without database. For some reason it seems to want to connect to config instance on postgres database or without any database and as …
-
# Issue Report #
## Bug ##
Recovering etcd2 snapshot to etcd3 results in a snapshot doesn't exist error.
I had an old master on an older version of coreos (1576.5.0) with a cloud-config t…
-
etcd3 has @grpc/grpc-js as a dependency. When etcd3 has been added as a dependency and used in a react application and ran ```npm start``` I'm getting the error mentioned in title
node version: 16.…
-
-
It appears that we are not properly handling the watch expired error by continuing the watch from the most recent RV seen on a watch. When compaction occurs watches appear to terminate (the RV we sta…
-
@wojtek-t and I have a discussion around etcd backend performance. We have some guess about why etcd drops watchers. But I think it would be great if we can expose more metrics to do white box monitor…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
使用sh命令运行etcd3-config.sh,向etcd3写入配置项
…
-
@kragniz , after installed etcd3 version 0.7.0, I can't access data in `etcd` when user authentication is enabled. The following is the traceback,
```
In [30]: Etcd3Client(user='root', password='x…
-
In order for services to behave themselves while the underlying etcd cluster is mutating (old nodes being replaced by new nodes) how can I tell my Etcd3 instance to abandon certain endpoints and adop…
-
The current implementation of method `Etcd3Client.add_watch_callback` will trigger deadlock (block indefinitely) if it is invoked in a watch callback function.
For example:
```python
import tim…