Skip to content

Commit 6da2799

Browse files
committed
add lock to fix storage conflict
1 parent c898c7d commit 6da2799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlnode/iotdb/mlnode/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self):
5353
self.__mn_target_config_node: TEndPoint = TEndPoint("127.0.0.1", 10710)
5454

5555
# Target DataNode to be connected by MLNode
56-
self.__mn_target_data_node: TEndPoint = TEndPoint("127.0.0.1", 10730)
56+
self.__mn_target_data_node: TEndPoint = TEndPoint("127.0.0.1", 10780)
5757

5858
def get_mn_rpc_address(self) -> str:
5959
return self.__mn_rpc_address

0 commit comments

Comments
 (0)