[ https://issues.apache.org/jira/browse/ATLAS-5093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18015516#comment-18015516 ]
ASF subversion and git services commented on ATLAS-5093: -------------------------------------------------------- Commit 959cb93cece17bcb91f978c41820f92d71a203b1 in atlas's branch refs/heads/master from jackhalfalltrades [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=959cb93ce ] ATLAS-5093: Ensure executors are avialable and alive before submitting import tasks (#429) Co-authored-by: Chandra Kanth Peravelli <cperavelli@Chandras-MacBook-Pro.local> > 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 > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > 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)