wuqingzhi created FLINK-28603:
---------------------------------
Summary: Flink runtime.rpc.RpcServiceUtils code style
Key: FLINK-28603
URL: https://issues.apache.org/jira/browse/FLINK-28603
Project: Flink
Issue Type: Improvement
Components: Runtime / RPC
Reporter: wuqingzhi
Hello, I found a code style problem in , which is located in
RpcServiceUtils, where nextNameOffset should be capitalized and separated by an
underscore.
eg:
private static final AtomicLong nextNameOffset = new AtomicLong(0L);
--
This message was sent by Atlassian Jira
(v8.20.10#820010)