[
https://issues.apache.org/jira/browse/SSHD-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601526#comment-15601526
]
Goldstein Lyor edited comment on SSHD-706 at 10/24/16 10:10 AM:
----------------------------------------------------------------
I have added commit
[c743218a72f9083937cdd764170c396f73fbbada|https://github.com/apache/mina-sshd/commit/c743218a72f9083937cdd764170c396f73fbbada]
to the latest version - have you tried it (I am trying it, but it takes me a
while to figure out how to build and test the _gerrit_ code) because of recent
changes:
{noformat}
/home/lgoldstein/gerrit/gerrit-sshd/src/main/java/com/google/gerrit/sshd/HostKeyProvider.java:22:
error: cannot find symbol
import org.apache.sshd.common.keyprovider.AbstractFileKeyPairProvider;
^
symbol: class AbstractFileKeyPairProvider
location: package org.apache.sshd.common.keyprovider
/home/lgoldstein/gerrit/gerrit-sshd/src/main/java/com/google/gerrit/sshd/HostKeyProvider.java:24:
error: cannot find symbol
import org.apache.sshd.common.util.SecurityUtils;
^
symbol: class SecurityUtils
location: package org.apache.sshd.common.util
/home/lgoldstein/gerrit/gerrit-sshd/src/main/java/com/google/gerrit/sshd/SshDaemon.java:67:
error: cannot find symbol
import org.apache.sshd.common.util.SecurityUtils;
^
symbol: class SecurityUtils
location: package org.apache.sshd.common.util
Errors: 3. Warnings: 0.
{noformat}
If this proves too complex, perhaps you can cherry-pick only the
above-mentioned commit to 1.3 version (checkout tag {{sshd-1.3.0}} from MINA
SSHD source code).
was (Author: lgoldstein):
I have added commit
[c743218a72f9083937cdd764170c396f73fbbada|https://github.com/apache/mina-sshd/commit/c743218a72f9083937cdd764170c396f73fbbada]
to the latest version - have you tried it (I am trying it, but it takes me a
while to figure out how to build and test the _gerrit_ code).
> 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)