[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-11-04 Thread luis.roberto...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Roberto Perez Rios commented on  JENKINS-31127 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 
 
Sorry for the delay Manuel Jesús Recena Soto: The script is: 
REPOS="$1" REV="$2" UUID=`svnlook uuid $REPOS` FILES=`svnlook changed -r $ {REV} ${REPOS}` AUTHOR=`svnlook author -r ${REV} 
 $ {REPOS} 
` echo `date` >> /some1.txt echo "rev: $ {REV} 
 [$AUTHOR]" >> /some2.txt echo "$ {FILES}" >> /some3.txt TRUNK=`echo ${FILES} 
 | sed -n -e '/^[UAD][ ]*trunk/p'` 
if ! test -z "$ {TRUNK} 
" ; then echo " TRUNK files, triggering build ..." >> /some4.txt /usr/bin/wget \ --header "Content-Type:text/plain;charset=UTF-8" \ --post-data "`svnlook changed --revision $REV $REPOS`" \ -

output-document "
" \ http://jenkinsIP/subversion/$ {UUID} 
/notifyCommit?rev=$REV fi 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-11-04 Thread luis.roberto...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Roberto Perez Rios edited a comment on  JENKINS-31127 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 
 Sorry for the delay [~recena]:The main script lines are:/usr/bin/wget \  --header "Content-Type:text/plain;charset=UTF-8" \  --post-data "`svnlook changed --revision $rev $repo`" \  --output-document "-" \  http://jenkinsIP/subversion/$ {UUID} uuid /notifyCommit?rev=$rev 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-11-04 Thread luis.roberto...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Roberto Perez Rios edited a comment on  JENKINS-31127 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 
 Sorry for the delay [~recena]:The  main  script  is  lines are : REPOS="$1"REV="$2"UUID=`svnlook uuid $REPOS`FILES=`svnlook changed -r ${REV} ${REPOS}`AUTHOR=`svnlook author -r ${REV} ${REPOS}`echo `date` >>  / some1.txtecho "rev: ${REV} [$AUTHOR]" >> /some2.txtecho "${FILES}" >> /some3.txtTRUNK=`echo ${FILES} | sed -n -e '/^[UAD][ ]*trunk/p'`if ! test -z "${TRUNK}" ; then echo "   TRUNK files, triggering build ..." >> /some4.txt/ usr/bin/wget \  --header "Content-Type:text/plain;charset=UTF-8" \  --post-data "`svnlook changed --revision $ REV rev  $ REPOS repo `" \  --output-document "-" \  http://jenkinsIP/subversion/${UUID}/notifyCommit?rev=$ REV rev  fi 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-11-04 Thread luis.roberto...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Roberto Perez Rios edited a comment on  JENKINS-31127 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 
 Sorry for the delay [~recena]:The script is:REPOS="$1"REV="$2"UUID=`svnlook uuid $REPOS`FILES=`svnlook changed -r ${REV} ${REPOS}`AUTHOR=`svnlook author -r ${REV} ${REPOS}`echo `date` >> /some1.txtecho "rev: ${REV} [$AUTHOR]" >> /some2.txtecho "${FILES}" >> /some3.txtTRUNK=`echo ${FILES} | sed -n -e '/^[UAD][ ]*trunk/p'`if ! test -z "${TRUNK}" ; then echo "   TRUNK files, triggering build ..." >> /some4.txt/usr/bin/wget \  --header "Content-Type:text/plain;charset=UTF-8" \  --post-data "`svnlook changed --revision $REV $REPOS`" \  --output-document "-" \  http://jenkinsIP/subversion/${UUID}/notifyCommit?rev=$REVfi 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-10-29 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31127 
 
 
 
  Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Labels:
 
 jenkins plugin subversion 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-10-29 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto assigned an issue to Manuel Jesús Recena Soto 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31127 
 
 
 
  Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Assignee:
 
 Manuel Jesús Recena Soto 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-10-29 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-31127 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 
 
Luis Roberto Perez Rios, Could you provide the hook script? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-10-23 Thread luis.roberto...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Roberto Perez Rios commented on  JENKINS-31127 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 
 
The threadDump output: 
Handling POST /subversion/*/notifyCommit from myIP : RequestHandlerThread30 
"Handling POST /subversion/***/notifyCommit from myIP : RequestHandlerThread30" Id=138 Group=main BLOCKED on hudson.scm.SubversionSCM$ModuleLocation@4389df0f owned by "Handling POST /subversion/***/notifyCommit from myIP : RequestHandlerThread22" Id=124 at hudson.scm.SubversionSCM$ModuleLocation.getUUID(SubversionSCM.java:2726) 
 blocked on hudson.scm.SubversionSCM$ModuleLocation@4389df0f at hudson.scm.SubversionRepositoryStatus$JobTriggerListenerImpl.onNotify(SubversionRepositoryStatus.java:209) at hudson.scm.SubversionRepositoryStatus.doNotifyCommit(SubversionRepositoryStatus.java:137) at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$13.dispatch(MetaClass.java:411) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$13.dispatch(MetaClass.java:411) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:123) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533) at 

[JIRA] [subversion-plugin] (JENKINS-31127) Subversion Notify Commit needs long time to reply

2015-10-23 Thread luis.roberto...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Roberto Perez Rios created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31127 
 
 
 
  Subversion Notify Commit needs long time to reply  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 subversion-plugin 
 
 
 

Created:
 

 23/Oct/15 12:42 PM 
 
 
 

Environment:
 

 Ubuntu Server 14.04 64 bits  Jenkins version: 1.633  Subversion Plugin version: 2.5.3 
 
 
 

Labels:
 

 jenkins subversion plugin 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Luis Roberto Perez Rios 
 
 
 
 
 
 
 
 
 
 
In the post-commit hook the request to url to notify subversion commits takes long time to reply (3-5 min), using wget the error showed is: 
Connecting to myjenkins:8080... connected HTTP request sent, awaiting response... Read error (Connection timed out) in headers. 
This is reproducible in each try, using the next timeout values: 2, 4, 8, 16, 32, 64, 128, 256, 1024, 2048...