Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket hangs on "migrating home directory" after mounting NFS share

we share
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 10, 2021

After deployment bitbucket work fine without NFS but as soon as i mount the NFS share it get stuck on "migrating home directory" after mounting NFS share.

  • user "atbitbucket" has rw access on nfs share.
  • same user (uid/gid) created on NFS server with full access on share directory.
  • Tried with updated DB (postgres) table with fillowing command but no luck 
    • UPDATE DATABASECHANGELOGLOCK SET LOCKED=False, LOCKGRANTED=null, LOCKEDBY=null where ID=1;
  • Seeing the following entry in launcher.log 
    • "http-nio-7990-exec-10" #26 daemon prio=5 os_prio=0 tid=0x00007f4f91f7f000 nid=0x6af6 waiting on condition [0x00007f4f399ba000]
      java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for <0x00000000c1b8afe0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:108)
      at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:33)
      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 org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
      at java.lang.Thread.run(Thread.java:748)

      "http-nio-7990-exec-9" #25 daemon prio=5 os_prio=0 tid=0x00007f4f91f7d000 nid=0x6af5 waiting on condition [0x00007f4f39abb000]
      java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for <0x00000000c1b8afe0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:108)

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events