Jekin Leung
Jekin Leung
## client side: ```golang func startTest(c *gin.Context) { type Request struct { Cnt int Url string } req := new(Request) if err := c.ShouldBind(req); err != nil { c.JSON(http.StatusOK, gin.H{...
## Feature Request currently, we are using stan with go micro framework, but we notice it will be stop maintain in 2023, so we want to try Jsteam, but no...
sdk版本2.0.1,nacos版本2.0.4 在对服务进行压测的时候,nacos sdk出现如下报错 ``` 2022-03-15T11:28:24.180+0800 ERROR rpc/rpc_client.go:501 Send request fail, request=ServiceQueryRequest, body={"requestId":"","namespace":"8cd9ad9e-2f93-4762-bf26-dfcf497202ea","serviceName":"A","groupName":"DEFAULT_GROUP","module":"naming","clusters":"","healthyOnly":false,"udpPort":0}, retryTimes=0, error=Client not connected, current status:UNHEALTHY 2022-03-15T11:28:25.366+0800 ERROR rpc/rpc_client.go:501 Send request fail, request=ServiceQueryRequest, body={"requestId":"","namespace":"8cd9ad9e-2f93-4762-bf26-dfcf497202ea","serviceName":"B","groupName":"DEFAULT_GROUP","module":"naming","clusters":"","healthyOnly":false,"udpPort":0}, retryTimes=0, error=rpc error: code...
Recently,I used go tool trace to test my project which uses ws v1.0.4.The log shows readData function triggers gc easily when creates "Reader". ``` runtime.mallocgc:1166 runtime.newobject:1177 github.com/gobwas/ws/wsutil.readData:250 github.com/gobwas/ws/wsutil.ReadData:88 github.com/gobwas/ws/wsutil.ReadClientData:97 ```...
### error message : ``` zeegin@zeegin-Virtual-Machine:~/hadoop-cluster-docker$ ./start-container.sh start hadoop-master container... start hadoop-slave1 container... start hadoop-slave2 container... Error response from daemon: Container ebcfe89abd2ffa3c038b6960d279e95e3b3e2426cd002406422facfd8c09b04b is not running ``` ### docker info: ```...
Element what i want to sort has 3 sort args,firstly base on score(uint64 / uint32),secondly,timestamp,thirdly,name(string).How can i use this repo to do this?