maheshrajus commented on PR #474:
URL: https://github.com/apache/tez/pull/474#issuecomment-4679878572

   > @maheshrajus , did you face this in your env?
   
   @Aggarwal-Raghav i got the below 
NoSuchMethodError(BufferRecycler.releaseToPool()) exception while testing 
tez-ui. Similar stack trace i found in attached logs.txt by you. With Latest 
code changes i cant find any exceptions and able to see the DAG status in tez 
UI. You also please verify once and confirm. Thank you !
   
   BufferRecycler.releaseToPool() this method available only in jackson-core 
2.18.x. We can find the fix changes in my latest pushed commit.
    
   ```
   
   Caused by: java.lang.NoSuchMethodError: 'void 
com.fasterxml.jackson.core.util.BufferRecycler.releaseToPool()'
        at 
com.fasterxml.jackson.databind.ObjectMapper.writeValueAsString(ObjectMapper.java:4075)
        at 
org.apache.hadoop.yarn.api.records.timeline.writer.TimelineDomainWriter.writeTo(TimelineDomainWriter.java:56)
        at 
org.apache.hadoop.yarn.api.records.timeline.writer.TimelineDomainWriter.writeTo(TimelineDomainWriter.java:40)
        at 
org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
        at 
org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
        at 
org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
        at 
org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
        at 
org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:468)
        at 
org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:450)
        at 
org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:444)
        at 
org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:286)
        at 
org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to