sandynz commented on code in PR #17871:
URL: https://github.com/apache/shardingsphere/pull/17871#discussion_r883639209


##########
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/java/org/apache/shardingsphere/data/pipeline/core/lock/PipelineSimpleLock.java:
##########
@@ -91,6 +90,6 @@ public void releaseLock(final String lockName) {
     }
     
     private String decorateLockName(final String lockName) {
-        return DataPipelineConstants.DATA_PIPELINE_NODE_NAME + "-" + lockName;
+        return "scaling-" + lockName;

Review Comment:
   "scaling-" could reference DataPipelineConstants 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to