stym06 edited a comment on pull request #3364:
URL: https://github.com/apache/hudi/pull/3364#issuecomment-962583340


   Hi, the hive sync job is still not able to close, even after this.
   
   It's stuck at this:
   
   ```
   021-11-07T15:38:26.561 INFO  HiveSyncToolWrapper - Sync complete for 
dp_hmi_quectel_network_data_packet_v2
   2021-11-07T15:38:26.562 INFO  org.apache.hadoop.hive.metastore.HiveMetaStore 
- 0: Cleaning up thread local RawStore...
   2021-11-07T15:38:26.562 INFO  
org.apache.hadoop.hive.metastore.HiveMetaStore.audit - ugi=satyam.raj  
ip=unknown-ip-addr      cmd=Cleaning up thread local RawStore...        
   2021-11-07T15:38:26.562 INFO  org.apache.hadoop.hive.metastore.HiveMetaStore 
- 0: Done cleaning up thread local RawStore
   2021-11-07T15:38:26.562 INFO  
org.apache.hadoop.hive.metastore.HiveMetaStore.audit - ugi=satyam.raj  
ip=unknown-ip-addr      cmd=Done cleaning up thread local RawStore      
   2021-11-07T15:38:26.562 INFO  org.apache.hadoop.hive.metastore.HiveMetaStore 
- 0: Done cleaning up thread local RawStore
   2021-11-07T15:38:26.562 INFO  
org.apache.hadoop.hive.metastore.HiveMetaStore.audit - ugi=satyam.raj  
ip=unknown-ip-addr      cmd=Done cleaning up thread local RawStore      
   ```
   
   I did a thread dump on intellij 
   
   ```
   "pool-2-thread-1" #18 prio=5 os_prio=31 tid=0x00007fd55b99c000 nid=0x5b07 
waiting on condition [0x000070000575c000]
      java.lang.Thread.State: TIMED_WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x000000076ab7a730> (a 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   ```
   <img width="1772" alt="Screenshot 2021-11-07 at 3 42 41 PM" 
src="https://user-images.githubusercontent.com/20970728/140640821-45a43de4-b3d9-459d-9b3b-813199ebe6ab.png";>
   


-- 
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