Jian Zhang
                                            Jian Zhang
                                        
                                    the proposal still have comments to address, PTAL @rleungx
The word "developer" can have different meanings in different contexts. Seems in the context of "developer guide", it means community contributor who "develops" the TiDB open-source project. For example: [Python...
some thoughts about the release process: - we need to ensure the JDK compatibility is not broken. It would be better to have tests for different JDK versions (https://github.com/tikv/client-java/issues/154). Block...
compared with a timeline tool to be displayed in the terminal, maybe a better replacement is a request stats which can analyze the grpc and backoff total time and order...
https://github.com/tikv/client-java/pull/503 has defined the bug severities and added some examples for critical bugs.
could you provide the version of your client-java, pd, tikv and the reproduce code of this issue to help us to locate the root cause of it?
[ExeuctorService](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html) probably can help with this issue.
can we move the coprocessor logic from java-client to tispark during the work of normizing client-java library?