You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Dénes Bodó (Jira)" <ji...@apache.org> on 2021/06/22 14:26:00 UTC

[jira] [Resolved] (OOZIE-1312) thrift exceptions when running tests

     [ https://issues.apache.org/jira/browse/OOZIE-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dénes Bodó resolved OOZIE-1312.
-------------------------------
    Resolution: Cannot Reproduce

This ticket seems abandoned. If you feel that this still an issue in Oozie 5 then please reopen.

> thrift exceptions when running tests
> ------------------------------------
>
>                 Key: OOZIE-1312
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1312
>             Project: Oozie
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: trunk
>            Reporter: Robert Kanter
>            Priority: Major
>
> I've been sometimes seeing exceptions from thrift when running different unit tests.  It's typically just a short stack trace from an exception, but sometimes there's also some other messages about {{ASSERTION FAILED}} in some c files.  
> They get printed out to the console, not the log files.  They do not cause the test to fail.  
> Here's an example of one of the exception:
> {code}
> 110920 [pool-20-thread-1] ERROR org.apache.thrift.server.TThreadPoolServer - Error occurred during processing of message.
> java.lang.NullPointerException
> 	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:34)
> 	at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:34)
> 	at org.apache.hadoop.hive.metastore.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:48)
> 	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:176)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> 	at java.lang.Thread.run(Thread.java:680)
> *** java.lang.instrument ASSERTION FAILED ***: "error == JVMTI_ERROR_NONE" at ../../../src/share/instrument/Reentrancy.c line: 80
> *** java.lang.instrument ASSERTION FAILED ***: "test == expected" at ../../../src/share/instrument/Reentrancy.c line: 81
> *** java.lang.instrument ASSERTION FAILED ***: "error == JVMTI_ERROR_NONE" at ../../../src/share/instrument/Reentrancy.c line: 80
> *** java.lang.instrument ASSERTION FAILED ***: "test == expected" at ../../../src/share/instrument/Reentrancy.c line: 81
> *** java.lang.instrument ASSERTION FAILED ***: "error == JVMTI_ERROR_NONE" at ../../../src/share/instrument/Reentrancy.c line: 139
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)