[JIRA] (JENKINS-60212) Unstash pipeline step hangs frequently

2020-02-25 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith commented on  JENKINS-60212  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unstash pipeline step hangs frequently   
 

  
 
 
 
 

 
 Jie Shen - any update on this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203185.1574173604000.6635.1582665360158%40Atlassian.JIRA.


[JIRA] (JENKINS-60212) Unstash pipeline step hangs frequently

2019-11-20 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith commented on  JENKINS-60212  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unstash pipeline step hangs frequently   
 

  
 
 
 
 

 
 Note that the unstash stages must be running in parallel on different agents for the hang to occur.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203185.1574173604000.4577.1574271420273%40Atlassian.JIRA.


[JIRA] (JENKINS-60212) Unstash pipeline step hangs frequently

2019-11-20 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith commented on  JENKINS-60212  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unstash pipeline step hangs frequently   
 

  
 
 
 
 

 
 Jie Shen - I've attached a sample pipeline that hangs regularly after downloading the artifacts during unstashing.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203185.1574173604000.4538.1574265960635%40Atlassian.JIRA.


[JIRA] (JENKINS-60212) Unstash pipeline step hangs frequently

2019-11-20 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60212  
 
 
  Unstash pipeline step hangs frequently   
 

  
 
 
 
 

 
Change By: 
 Megan Smith  
 
 
Attachment: 
 Jenkinsfile.txt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203185.1574173604000.4536.1574265900192%40Atlassian.JIRA.


[JIRA] (JENKINS-60212) Unstash pipeline step hangs frequently

2019-11-20 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60212  
 
 
  Unstash pipeline step hangs frequently   
 

  
 
 
 
 

 
Change By: 
 Megan Smith  
 

  
 
 
 
 

 
 Jenkins: 2.190.1Azure Artifact Manager plugin: 2.121.3Running a build with several parallel steps the unstash step for an Azure-stored artifact hangs indefinitely. This blocks the usage of this plugin, at least in out case. {code:java}Stack traces after aborting one of the jobs:16:56:32    java.lang. InterruptedException16 InterruptedException16 :56:32    java.lang. InterruptedException16 InterruptedException16 :56:32     at java.lang.Object.wait(Native Method)  16:56:32     at hudson.remoting.Request.call(Request.java:177)  16:56:32     at hudson.remoting.Channel.call(Channel.java:956)  16:56:32     at hudson.FilePath.act(FilePath.java:1072)  16:56:32     at hudson.FilePath.act(FilePath.java:1061)  16:56:32     at hudson.FilePath.untarFrom(FilePath.java:800)  16:56:32     at com.microsoft.jenkins.artifactmanager.AzureArtifactManager.unstash(AzureArtifactManager.java:281)  16:56:32     at org.jenkinsci.plugins.workflow.flow.StashManager.unstash(StashManager.java:158)  16:56:32     at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:76)  16:56:32     at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:63)  16:56:32     at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)  16:56:32     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  16:56:32     at java.util.concurrent.FutureTask.run(FutureTask.java:266)  16:56:32     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  16:56:32     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  16:56:32     at java.lang.Thread.run(Thread.java:748)  16:56:32    java.lang. InterruptedException16 InterruptedException16 :56:32     at java.lang.Object.wait(Native Method)  16:56:32     at hudson.remoting.Request.call(Request.java:177)  16:56:32     at hudson.remoting.Channel.call(Channel.java:956)  16:56:32     at hudson.FilePath.act(FilePath.java:1072)  16:56:32     at hudson.FilePath.act(FilePath.java:1061)  16:56:32     at hudson.FilePath.untarFrom(FilePath.java:800)  16:56:32     at com.microsoft.jenkins.artifactmanager.AzureArtifactManager.unstash(AzureArtifactManager.java:281)  16:56:32     at org.jenkinsci.plugins.workflow.flow.StashManager.unstash(StashManager.java:158)  16:56:32     at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:76)  16:56:32     at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:63)  16:56:32     at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)  16:56:32     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  16:56:32     at 

[JIRA] (JENKINS-60212) Unstash pipeline step hangs frequently

2019-11-19 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60212  
 
 
  Unstash pipeline step hangs frequently   
 

  
 
 
 
 

 
Change By: 
 Megan Smith  
 
 
Summary: 
 Unstash pipeline step hangs  intermittently  frequently  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203185.1574173604000.3591.1574173680167%40Atlassian.JIRA.


[JIRA] (JENKINS-60212) Unstash pipeline step hangs intermittently

2019-11-19 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60212  
 
 
  Unstash pipeline step hangs intermittently   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Jie Shen  
 
 
Components: 
 azure-artifact-manager-plugin  
 
 
Created: 
 2019-11-19 14:26  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Megan Smith  
 

  
 
 
 
 

 
 Jenkins: 2.190.1 Azure Artifact Manager plugin: 2.121.3 Running a build with several parallel steps the unstash step for an Azure-stored artifact hangs indefinitely. This blocks the usage of this plugin, at least in out case.   

 

Stack traces after aborting one of the jobs:

16:56:32  java.lang.InterruptedException16:56:32  java.lang.InterruptedException16:56:32   at java.lang.Object.wait(Native Method)16:56:32   at hudson.remoting.Request.call(Request.java:177)16:56:32   at hudson.remoting.Channel.call(Channel.java:956)16:56:32   at hudson.FilePath.act(FilePath.java:1072)16:56:32   at hudson.FilePath.act(FilePath.java:1061)16:56:32   at hudson.FilePath.untarFrom(FilePath.java:800)16:56:32   at com.microsoft.jenkins.artifactmanager.AzureArtifactManager.unstash(AzureArtifactManager.java:281)16:56:32   at org.jenkinsci.plugins.workflow.flow.StashManager.unstash(StashManager.java:158)16:56:32   at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:76)16:56:32   at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:63)16:56:32   at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)16:56:32   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)16:56:32   at java.util.concurrent.FutureTask.run(FutureTask.java:266)16:56:32   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)16:56:32   at 

[JIRA] (JENKINS-57932) Unstash pipeline step hangs intermittently

2019-11-14 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith commented on  JENKINS-57932  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unstash pipeline step hangs intermittently   
 

  
 
 
 
 

 
 As an update - from the logs it looks like the download of the blob succeeds but the "unstash" never happens.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199906.1560157275000.1476.1573769520256%40Atlassian.JIRA.


[JIRA] (JENKINS-57932) Unstash pipeline step hangs intermittently

2019-11-14 Thread megsmi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Megan Smith commented on  JENKINS-57932  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unstash pipeline step hangs intermittently   
 

  
 
 
 
 

 
 Jie Shen - I am using version 0.1.4 and am seeing this fairly consistently with a build that has parallel stages - unstash of the same source.tgz in multiple stages succeeds in some stages and hangs indefinitely in others. Does not seem to be resolved.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199906.1560157275000.1473.1573769280202%40Atlassian.JIRA.