[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-10 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705958=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705958
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 10/Jan/22 10:28
Start Date: 10/Jan/22 10:28
Worklog Time Spent: 10m 
  Work Description: ferhui merged pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871


   


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705958)
Time Spent: 2h  (was: 1h 50m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-10 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705956=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705956
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 10/Jan/22 10:28
Start Date: 10/Jan/22 10:28
Worklog Time Spent: 10m 
  Work Description: ferhui commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1008732083


   Changes are unrelated to failed tests and they passed locally.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705956)
Time Spent: 1h 50m  (was: 1h 40m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-10 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705954=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705954
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 10/Jan/22 10:26
Start Date: 10/Jan/22 10:26
Worklog Time Spent: 10m 
  Work Description: ferhui commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1008730912


   > @ferhui any idea on why those tests fail?
   
   I think usually the CI environment has heavy load and some tests are time out


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705954)
Time Spent: 1h 40m  (was: 1.5h)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-10 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705949=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705949
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 10/Jan/22 10:22
Start Date: 10/Jan/22 10:22
Worklog Time Spent: 10m 
  Work Description: ferhui closed pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871


   


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705949)
Time Spent: 1.5h  (was: 1h 20m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-10 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705948=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705948
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 10/Jan/22 10:22
Start Date: 10/Jan/22 10:22
Worklog Time Spent: 10m 
  Work Description: kokonguyen191 opened a new pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871


   If `dfs.federation.router.fairness.handler.count.concurrent` is configured, 
`unassignedNS` is thus empty and `handlerCount % unassignedNS.size()` will 
throw a /0 exception.
   
   Changed it to assigning extra handlers to concurrent ns in case it's 
configured.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705948)
Time Spent: 1h 20m  (was: 1h 10m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705723=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705723
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 08/Jan/22 10:37
Start Date: 08/Jan/22 10:37
Worklog Time Spent: 10m 
  Work Description: goiri commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1007952326


   @ferhui any idea on why those tests fail?


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705723)
Time Spent: 1h 10m  (was: 1h)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705485=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705485
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 08/Jan/22 10:12
Start Date: 08/Jan/22 10:12
Worklog Time Spent: 10m 
  Work Description: kokonguyen191 commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1007345085


   Not sure why these 2 timed out, both pass normally when I run in local.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705485)
Time Spent: 1h  (was: 50m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705419=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705419
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 08/Jan/22 10:04
Start Date: 08/Jan/22 10:04
Worklog Time Spent: 10m 
  Work Description: goiri commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1007276928


   There seems to fail in:
   
   hadoop.hdfs.server.federation.router.TestRouterFederationRename
   hadoop.hdfs.rbfbalance.TestRouterDistCpProcedure
   
   Can you take a look?


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705419)
Time Spent: 50m  (was: 40m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=705005=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705005
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 07/Jan/22 11:45
Start Date: 07/Jan/22 11:45
Worklog Time Spent: 10m 
  Work Description: kokonguyen191 commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1007345085


   Not sure why these 2 timed out, both pass normally when I run in local.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 705005)
Time Spent: 40m  (was: 0.5h)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=704972=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-704972
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 07/Jan/22 09:55
Start Date: 07/Jan/22 09:55
Worklog Time Spent: 10m 
  Work Description: goiri commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1007276928


   There seems to fail in:
   
   hadoop.hdfs.server.federation.router.TestRouterFederationRename
   hadoop.hdfs.rbfbalance.TestRouterDistCpProcedure
   
   Can you take a look?


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 704972)
Time Spent: 0.5h  (was: 20m)

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=704900=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-704900
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 07/Jan/22 05:09
Start Date: 07/Jan/22 05:09
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871#issuecomment-1007144761


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |  17m 32s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  |  The patch appears to 
include 1 new or modified test files.  |
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  34m 23s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |   0m 44s |  |  trunk passed with JDK 
Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  compile  |   0m 38s |  |  trunk passed with JDK 
Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07  |
   | +1 :green_heart: |  checkstyle  |   0m 28s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   0m 44s |  |  trunk passed  |
   | +1 :green_heart: |  javadoc  |   0m 45s |  |  trunk passed with JDK 
Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javadoc  |   0m 58s |  |  trunk passed with JDK 
Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07  |
   | +1 :green_heart: |  spotbugs  |   1m 21s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  21m  4s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 35s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 36s |  |  the patch passed with JDK 
Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javac  |   0m 36s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 34s |  |  the patch passed with JDK 
Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07  |
   | +1 :green_heart: |  javac  |   0m 34s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  checkstyle  |   0m 19s |  |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   0m 35s |  |  the patch passed  |
   | +1 :green_heart: |  javadoc  |   0m 33s |  |  the patch passed with JDK 
Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javadoc  |   0m 52s |  |  the patch passed with JDK 
Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07  |
   | +1 :green_heart: |  spotbugs  |   1m 22s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  |  20m 54s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | -1 :x: |  unit  |  38m 50s | 
[/patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3871/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt)
 |  hadoop-hdfs-rbf in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 36s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 146m  5s |  |  |
   
   
   | Reason | Tests |
   |---:|:--|
   | Failed junit tests | 
hadoop.hdfs.server.federation.router.TestRouterFederationRename |
   |   | hadoop.hdfs.rbfbalance.TestRouterDistCpProcedure |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3871/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3871 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient spotbugs checkstyle codespell |
   | uname | Linux fe70f8b87fe4 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 2c43833cd80282a32f3cfa55d9c8b9334b440bc3 |
   | Default Java | Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 |
   | Multi-JDK versions | 
/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 
/usr/lib/jvm/java-8-openjdk-amd64:Private 
Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3871/1/testReport/ |
   | Max. 

[jira] [Work logged] (HDFS-16417) RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if concurrent ns handler count is configured

2022-01-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16417?focusedWorklogId=704881=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-704881
 ]

ASF GitHub Bot logged work on HDFS-16417:
-

Author: ASF GitHub Bot
Created on: 07/Jan/22 02:41
Start Date: 07/Jan/22 02:41
Worklog Time Spent: 10m 
  Work Description: kokonguyen191 opened a new pull request #3871:
URL: https://github.com/apache/hadoop/pull/3871


   If `dfs.federation.router.fairness.handler.count.concurrent` is configured, 
`unassignedNS` is thus empty and `handlerCount % unassignedNS.size()` will 
throw a /0 exception.
   
   Changed it to assigning extra handlers to concurrent ns in case it's 
configured.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 704881)
Remaining Estimate: 0h
Time Spent: 10m

> RBF: StaticRouterRpcFairnessPolicyController init fails with division by 0 if 
> concurrent ns handler count is configured
> ---
>
> Key: HDFS-16417
> URL: https://issues.apache.org/jira/browse/HDFS-16417
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Reporter: Felix N
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HDFS-16417.001.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> If {{dfs.federation.router.fairness.handler.count.concurrent}} is configured, 
> unassignedNS is thus empty and {{handlerCount % unassignedNS.size()}} will 
> throw a /0 exception.
> Changed it to assigning extra handlers to concurrent ns in case it's 
> configured.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org