Zhixin Wen

Results 13 issues of Zhixin Wen

德哥你好, 请教下在[阿里云RDS金融数据库(三节点版) - 案例篇](https://github.com/digoal/blog/blob/master/201707/20170723_01.md)中,你提到了主从服务器分别放置在不同机房以异地容灾。这种情况下raft的性能会不会出现较大的下滑?在你们的生产环境中,异地机房和同城机房相比性能大概相差多少? 我们曾经在自己的生产环境下试验过跨机房raft的性能。在跨机房latency 40ms的情况下,raft的性能出现了很明显的下降,所以raft只用在同机房,跨机房还是只用async。想请教你们是否对跨机房有特别的优化。

### What happened? When I have a string field in input and I pass in a wrong type, I am seeing different error code. For example: `{"input":{"filter":{"someString": true}}}`, I pass...

### What happened? I have the following schema except, ``` type EchoEmbeddedStruct { Embedded: EchoEmbeddedStruct_Embedded Enum: EchoEmbeddedStruct_EmbeddedEnum! } type EchoEmbeddedStruct_Embedded { ArgUint32: Int! Embedded: EchoEmbeddedStruct_Embedded_DoubleEmbedded } ``` And it generates...

We had a cluster degrades due to increased traffic load, and on the client side we see "gocql: no hosts available in the pool" error for ~80% of the requests....

bug

This resolves https://github.com/antifuchs/governor/issues/152. They should work with existing APIs. `check_only` methods are for checking part. `consume` methods are for "billing" part. I only implemented the directed rate limiter. If this...

``` #[cfg_attr(test, faux::create)] struct Object {} #[cfg_attr(test, faux::methods)] impl Object { pub fn method(&self, data: impl IntoIterator) {} } #[test] fn test_mock() { let o = Object::faux(); } ``` Error...

https://github.com/samuel/go-zookeeper/blob/471cd4e61d7a78ece1791fa5faa0345dc8c7d5a5/zk/constants.go#L61 Noticed that `StateSyncConnected(3)` is not defined. Are you trying to avoid confusion with `StateConnected`? But get `Unknown` state from a Watch event is confusing as well.

Have this error for any >=1.1.0 version. My server version is 2.9.7.

## Motivation We were seeing a high rate `Missing request message` error on server side, but we do not know what exactly was going on. I think the error message...

We put requests in a buffer, and pull the buffer async to process them. The buffer is building up easily after pulling in #1062 and #1068. The issue may be...