Zoltan Haindrich created HIVE-22303:
---------------------------------------
Summary: TestObjectStore starts some deadline timers which are
never stopped
Key: HIVE-22303
URL: https://issues.apache.org/jira/browse/HIVE-22303
Project: Hive
Issue Type: Improvement
Reporter: Zoltan Haindrich
Assignee: Zoltan Haindrich
because these timers are not stopped; they may stay there as a threadlocal; and
eventually time out since the disarm logic is missing...
https://github.com/apache/hive/blob/d907dfe68ed84714d62a22e5191efa616eab2b24/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStore.java#L373
--
This message was sent by Atlassian Jira
(v8.3.4#803005)