You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/12/19 11:20:44 UTC

[GitHub] [hadoop] steveloughran commented on pull request #5228: HADOOP-18561. Update commons-net to 3.9.0 (#5214)

steveloughran commented on PR #5228:
URL: https://github.com/apache/hadoop/pull/5228#issuecomment-1357490698

   all test failures bar two in yarn are test timeouts. the yarn two go nowhere near commons-net
   
   ```
   
    org.apache.hadoop.yarn.service.TestYarnNativeServices.testAMFailureValidity
    Error Details
   Message missing required fields: container_id
   
   org.apache.hadoop.thirdparty.protobuf.UninitializedMessageException: Message missing required fields: container_id
   	at org.apache.hadoop.thirdparty.protobuf.AbstractMessage$Builder.newUninitializedMessageException(AbstractMessage.java:477)
   	at org.apache.hadoop.yarn.proto.YarnServiceProtos$SignalContainerRequestProto$Builder.build(YarnServiceProtos.java:41521)
   	at org.apache.hadoop.yarn.api.protocolrecords.impl.pb.SignalContainerRequestPBImpl.mergeLocalToProto(SignalContainerRequestPBImpl.java:83)
   	at org.apache.hadoop.yarn.api.protocolrecords.impl.pb.SignalContainerRequestPBImpl.getProto(SignalContainerRequestPBImpl.java:63)
   	at org.apache.hadoop.yarn.api.impl.pb.client.ApplicationClientProtocolPBClientImpl.signalToContainer(ApplicationClientProtocolPBClientImpl.java:622)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:433)
   	at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeMethod(RetryInvocationHandler.java:166)
   	at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invoke(RetryInvocationHandler.java:158)
   	at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeOnce(RetryInvocationHandler.java:96)
   	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:362)
   	at com.sun.proxy.$Proxy99.signalToContainer(Unknown Source)
   	at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.signalToContainer(YarnClientImpl.java:1027)
   	at org.apache.hadoop.yarn.service.TestYarnNativeServices.testAMFailureValidity(TestYarnNativeServices.java:980)
     
    org.apache.hadoop.yarn.server.resourcemanager.reservation.TestCapacityOverTimePolicy.testAllocation[Duration 90,000,000, height 0.25, numSubmission 1, periodic 86400000)]
    Stack Trace
   junit.framework.AssertionFailedError
   	at junit.framework.Assert.fail(Assert.java:55)
   	at junit.framework.Assert.fail(Assert.java:64)
   	at junit.framework.TestCase.fail(TestCase.java:230)
   	at org.apache.hadoop.yarn.server.resourcemanager.reservation.BaseSharingPolicyTest.runTest(BaseSharingPolicyTest.java:146)
   	at org.apache.hadoop.yarn.server.resourcemanager.reservation.TestCapacityOverTimePolicy.testAllocation(TestCapacityOverTimePolicy.java:136)
   	at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
     
   2022-12-18 23:17:03,227 INFO  [main] recovery.RMStateStore (RMStateStore.java:transition(591)) - Storing reservation allocation.reservation_2606473794749035376_5181363377075313936
   2022-12-18 23:17:03,227 INFO  [main] recovery.RMStateStore (MemoryRMStateStore.java:storeReservationState(258)) - Storing reservationallocation for reservation_2606473794749035376_5181363377075313936 for plan dedicated
   2022-12-18 23:17:03,227 INFO  [main] reservation.InMemoryPlan (InMemoryPlan.java:addReservation(373)) - Successfully added reservation: reservation_2606473794749035376_5181363377075313936 to plan.
   In-memory Plan: Parent Queue: dedicated Total Capacity: <memory:1024000, vCores:1000> Step: 1000reservation_2606473794749035376_5181363377075313936 user:u1 startTime: 0 endTime: 86400000 Periodiciy: 86400000 alloc:
   [Period: 86400000
   0: <memory:256000, vCores:250>
    1023216: <memory:0, vCores:0>
    83823216: <memory:256000, vCores:250>
    86400000: <memory:0, vCores:0>
    9223372036854775807: null
    ] 
   
   ```
   


-- 
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-unsubscribe@hadoop.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org