Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-20 Thread via GitHub
adoroszlai commented on PR #8080: URL: https://github.com/apache/ozone/pull/8080#issuecomment-2739661610 When merging PR, please remove co-author information if it's the same person with different email address. -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-20 Thread via GitHub
myskov merged PR #8080: URL: https://github.com/apache/ozone/pull/8080 -- 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: issues-unsubscr...@ozone.apache.o

Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-18 Thread via GitHub
ashishkumar50 commented on code in PR #8080: URL: https://github.com/apache/ozone/pull/8080#discussion_r2000277978 ## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationManagerUtil.java: ## @@ -78,7 +79,7 @@ public static List getTa

Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-17 Thread via GitHub
ashishkumar50 commented on code in PR #8080: URL: https://github.com/apache/ozone/pull/8080#discussion_r2000277439 ## hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java: ## @@ -724,6 +724,11 @@ public static boolean shouldNotFailoverOnRpcException(Throwable

Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-17 Thread via GitHub
adoroszlai commented on code in PR #8080: URL: https://github.com/apache/ozone/pull/8080#discussion_r2000251003 ## hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java: ## @@ -724,6 +724,11 @@ public static boolean shouldNotFailoverOnRpcException(Throwable exc

Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-17 Thread via GitHub
ashishkumar50 commented on code in PR #8080: URL: https://github.com/apache/ozone/pull/8080#discussion_r2000247102 ## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationManagerUtil.java: ## @@ -78,7 +78,7 @@ public static List getTa

Re: [PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-14 Thread via GitHub
myskov commented on code in PR #8080: URL: https://github.com/apache/ozone/pull/8080#discussion_r1995098428 ## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationManagerUtil.java: ## @@ -78,7 +78,7 @@ public static List getTargetDat

[PR] HDDS-12426. SCM replication should check double of container size. [ozone]

2025-03-14 Thread via GitHub
ashishkumar50 opened a new pull request, #8080: URL: https://github.com/apache/ozone/pull/8080 ## What changes were proposed in this pull request? During container import, DN checks whether it has 2 * container size(= 10GB) space or not. But in replication manager in SCM it checks onl