jiangecho
jiangecho
I think you can just comment the `onInterceptTouchEvent` in class `MultiShrinkScroller` to do some test, maybe it helps.
@Kaustubh-Deshmukh please check your `getViewHolder()`, if this method return null, would cause this issue.
got the same problem +1
我们的情况是这样的: 1. 从1.1升级到最新 2. 部署之后,第一次测试没问题,第二次之后,就报上面的错误。
这个是我们业务的压力测试。 会涉及到对出错的微服务的几个rpc调用,用的是grpc 协议
你好,是出现问题是,go-chassis的日志: ``` {"level":"WARN","timestamp":"2019-01-17 03:37:41.085 +00:00","file":"config-manager/configurationmanager.go:139","msg":"empty configurtion from CommandlineSource"} {"level":"WARN","timestamp":"2019-01-17 03:37:41.085 +00:00","file":"config-manager/configurationmanager.go:139","msg":"empty configurtion from MemorySource"} {"level":"WARN","timestamp":"2019-01-17 03:37:41.089 +00:00","file":"registry/bootstrap.go:35","msg":"No schemas file for microservice [BackendMicroService]."} {"level":"WARN","timestamp":"2019-01-17 03:37:41.106 +00:00","file":"servicecenter/servicecenter.go:327","msg":"79f2dd756eda1a18d509951022f816bab442a993 Get instances from remote, key:...
你好,我又找到一份日志 ``` {"level":"DEBUG","timestamp":"2019-01-17 06:39:10.218 +00:00","file":"go-sc-client/client.go:532","msg":"request body:{\"consumerServiceId\":\"abcf6b77a62ae9fb12870d6a92c6e937d1bdf744\",\"serv {"level":"INFO","timestamp":"2019-01-17 06:39:10.221 +00:00","file":"client/client_manager.go:85","msg":"Create client for grpc:UpjoinMicroService:172.19.0.16:5014"} {"level":"WARN","timestamp":"2019-01-17 06:39:18.914 +00:00","file":"servicecenter/servicecenter.go:327","msg":"abcf6b77a62ae9fb12870d6a92c6e937d1bdf744 Get instances from remote, key: default {"level":"DEBUG","timestamp":"2019-01-17 06:39:18.914 +00:00","file":"go-sc-client/client.go:531","msg":"request uri:http://192.168.0.158:30100/v4/default/registry/instances/action?type=query\ {"level":"DEBUG","timestamp":"2019-01-17 06:39:18.914 +00:00","file":"go-sc-client/client.go:532","msg":"request body:{\"consumerServiceId\":\"abcf6b77a62ae9fb12870d6a92c6e937d1bdf744\",\"serv {"level":"INFO","timestamp":"2019-01-17...
谢谢,我也找到原因了,下班的时候准备给你们提pull request,结果网有些问题,没提上去^~^