[
https://issues.apache.org/jira/browse/HADOOP-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1122:
------------------------------
Resolution: Fixed
Fix Version/s: 0.13.0
Status: Resolved (was: Patch Available)
I've just committed this. Thanks Dhruba!
> Divide-by-zero exception in chooseTarget
> ----------------------------------------
>
> Key: HADOOP-1122
> URL: https://issues.apache.org/jira/browse/HADOOP-1122
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Reporter: dhruba borthakur
> Assigned To: dhruba borthakur
> Fix For: 0.13.0
>
> Attachments: chooseTargetNPE2.patch
>
>
> 2007-03-15 20:18:02,542 INFO org.apache.hadoop.ipc.Server: IPC Server handler
> 6 on 8020 call error: java.io.IOException: java.lang.ArithmeticException: /
> by zero
> java.io.IOException: java.lang.ArithmeticException: / by zero
> at
> org.apache.hadoop.dfs.FSNamesystem$ReplicationTargetChooser.chooseTarget(FSNamesystem.java:2809)
> at
> org.apache.hadoop.dfs.FSNamesystem$ReplicationTargetChooser.chooseTarget(FSNamesystem.java:2773)
> at org.apache.hadoop.dfs.FSNamesystem.startFile(FSNamesystem.java:724)
> at org.apache.hadoop.dfs.NameNode.create(NameNode.java:283)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:336)
> at org.apache.hadoop.ipc.Server$Handler.run(Server.java:559)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.