peravelli created ATLAS-5093:
--------------------------------

             Summary: Atlas Async Import stuck during import
                 Key: ATLAS-5093
                 URL: https://issues.apache.org/jira/browse/ATLAS-5093
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: peravelli
            Assignee: peravelli


For some reason the executors were in shut down / terminated state, rejecting 
the thread execution requests that process the imports.


{code:java}
java.util.concurrent.RejectedExecutionException: Task 
java.util.concurrent.FutureTask@30e06460[Not completed, task = 
java.util.concurrent.Executors$RunnableAdapt
er@4e38412f[Wrapped task = 
org.apache.atlas.notification.ImportTaskListenerImpl$$Lambda$1088/0x00007fda1ae0deb8@6cef0687]]
 rejected from java.util.concurrent.Thr
eadPoolExecutor@22dbd9d1[Terminated, pool size = 0, active threads = 0, queued 
tasks = 0, completed tasks = 0]
        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
 ~[?:?]
        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 
~[?:?]
        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365) 
~[?:?]
        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123)
 ~[?:?]
        at 
java.util.concurrent.Executors$DelegatedExecutorService.submit(Executors.java:748)
 ~[?:?] {code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to