[
https://issues.apache.org/jira/browse/SSHD-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15598310#comment-15598310
]
David Ostrovsky commented on SSHD-706:
--------------------------------------
I've bisected the problem:
549ac4e2a197afebbd9d66ccc1cd8506c0a515fb is the first bad commit:
{noformat}
[SSHD-682] Provide PortForwardingEventListener support
{noformat}
Our unit tests are failing on this commit: 1. All is fine on its parent: 2,
on (cac64e4f9f68dd28da6f84e3d9c648d5744dfb41).
Source code for SshDaemon is here: 3.
To reproduce, clone Gerrit Code Review from: 4,
bump the SSHD version: 5 (MAVEN_LOCAl would fetch from ~/-.m2 repository)
and issue:
{code:none}
$ buck test
{code}
1. http://paste.openstack.org/show/586750
2. http://paste.openstack.org/show/586751
3.
https://github.com/GerritCodeReview/gerrit/blob/master/gerrit-sshd/src/main/java/com/google/gerrit/sshd/SshDaemon.java
4. git clone https://gerrit.googlesource.com/gerrit
5. http://paste.openstack.org/show/586753
> Error: GC overhead limit exceeded after upgrade to 1.3.0
> --------------------------------------------------------
>
> Key: SSHD-706
> URL: https://issues.apache.org/jira/browse/SSHD-706
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 1.3.0
> Environment: Gerrit Code Review
> Linux, 8 core, 32 GB RAM.
> Reporter: David Ostrovsky
>
> Since upgrade to SSHD 1.3.0 and Mina 2.0.15 junit tests are failing with:
> {code}
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> {code}
> All is fine on SSHD 1.2.0 and Mina 2.0.10.
> CL is here: 1 and CI log is here: 2.
> * 1. https://gerrit-review.googlesource.com/87435
> * 2.
> https://gerrit-ci.gerritforge.com/job/Gerrit-verifier-default/14968/consoleText
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)