Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] test_part_write_round_trip[Float] Failed on -0.0 partition #9976

Closed
revans2 opened this issue Dec 6, 2023 · 0 comments
Closed

[BUG] test_part_write_round_trip[Float] Failed on -0.0 partition #9976

revans2 opened this issue Dec 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@revans2
Copy link
Collaborator

revans2 commented Dec 6, 2023

Describe the bug
This is essentially the exact same error as in #9837 but with a -0.0/0.0 instead of NaN. I don't know if we just want to avoid partition tests on floats/doubles all together or if we need to fix this for -0.0/0.0 too.

[2023-12-06T16:06:02.846Z] E                   Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.fs.FileAlreadyExistsException): /tmp/pyspark_tests/rl-r7525-d32-u27.raplab.nvidia.com-main-108896-70407427/PARQUET_DATA/CPU/_temporary/0/_temporary/attempt_202312061600358867732713042039013_0525_m_000000_603/a=-0.0/part-00000-fa931816-6b21-46b6-a35a-f1aa01858736.c000.snappy.parquet for client 10.150.166.216 already exists
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.server.namenode.FSDirWriteFileOp.startFile(FSDirWriteFileOp.java:388)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInt(FSNamesystem.java:2576)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFile(FSNamesystem.java:2473)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.create(NameNodeRpcServer.java:773)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.create(ClientNamenodeProtocolServerSideTranslatorPB.java:490)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:533)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1070)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:989)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:917)
[2023-12-06T16:06:02.846Z] E                   	at java.security.AccessController.doPrivileged(Native Method)
[2023-12-06T16:06:02.846Z] E                   	at javax.security.auth.Subject.doAs(Subject.java:422)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1898)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2894)
[2023-12-06T16:06:02.846Z] E                   
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1597)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.Client.call(Client.java:1543)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.Client.call(Client.java:1440)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:233)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:118)
[2023-12-06T16:06:02.846Z] E                   	at com.sun.proxy.$Proxy32.create(Unknown Source)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.create(ClientNamenodeProtocolTranslatorPB.java:375)
[2023-12-06T16:06:02.846Z] E                   	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
[2023-12-06T16:06:02.846Z] E                   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-12-06T16:06:02.846Z] E                   	at java.lang.reflect.Method.invoke(Method.java:498)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:431)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeMethod(RetryInvocationHandler.java:166)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invoke(RetryInvocationHandler.java:158)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeOnce(RetryInvocationHandler.java:96)
[2023-12-06T16:06:02.846Z] E                   	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:362)
[2023-12-06T16:06:02.846Z] E                   	at com.sun.proxy.$Proxy33.create(Unknown Source)
@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify labels Dec 6, 2023
@jlowe jlowe self-assigned this Dec 6, 2023
@jlowe jlowe closed this as completed Dec 6, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants