You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alexander Murmann (Jira)" <ji...@apache.org> on 2022/03/23 17:49:00 UTC

[jira] [Updated] (GEODE-10154) Benchmarks: PartitionedIndexedQueryBenchmark: net.schmizz.sshj.transport.TransportException: Server closed connection during identification exchange

     [ https://issues.apache.org/jira/browse/GEODE-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Murmann updated GEODE-10154:
--------------------------------------
    Labels: needsTriage  (was: )

> Benchmarks: PartitionedIndexedQueryBenchmark: net.schmizz.sshj.transport.TransportException: Server closed connection during identification exchange
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-10154
>                 URL: https://issues.apache.org/jira/browse/GEODE-10154
>             Project: Geode
>          Issue Type: Bug
>          Components: benchmarks
>    Affects Versions: 1.15.0
>            Reporter: Mark Hanson
>            Priority: Major
>              Labels: needsTriage
>
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/benchmark-with-security-manager/builds/224]
> This same framework is reporting an error in GEODE-10153 and GEODE-10147
> {noformat}
> 02:36:47PartitionedIndexedQueryBenchmark > run() FAILED
> 02:36:47    java.util.concurrent.CompletionException: java.io.UncheckedIOException: net.schmizz.sshj.transport.TransportException: Server closed connection during identification exchange
> 02:36:47        at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
> 02:36:47        at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
> 02:36:47        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1643)
> 02:36:47        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
> 02:36:47        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
> 02:36:47        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
> 02:36:47        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
> 02:36:47        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
> 02:36:47
> 02:36:47        Caused by:
> 02:36:47        java.io.UncheckedIOException: net.schmizz.sshj.transport.TransportException: Server closed connection during identification exchange
> 02:36:47            at org.apache.geode.perftest.infrastructure.ssh.SshInfrastructure.lambda$copyToNodes$1(SshInfrastructure.java:176)
> 02:36:47            at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
> 02:36:47            ... 5 more
> 02:36:47
> 02:36:47            Caused by:
> 02:36:47            net.schmizz.sshj.transport.TransportException: Server closed connection during identification exchange
> 02:36:47                at net.schmizz.sshj.transport.TransportImpl.init(TransportImpl.java:194)
> 02:36:47                at net.schmizz.sshj.SSHClient.onConnect(SSHClient.java:793)
> 02:36:47                at net.schmizz.sshj.SocketClient.connect(SocketClient.java:178)
> 02:36:47                at org.apache.geode.perftest.infrastructure.ssh.SshInfrastructure.getSSHClient(SshInfrastructure.java:74)
> 02:36:47                at org.apache.geode.perftest.infrastructure.ssh.SshInfrastructure.lambda$copyToNodes$1(SshInfrastructure.java:158)
> 02:36:47                ... 6 more
> 02:36:47
> 02:36:47                Caused by:
> 02:36:47                net.schmizz.sshj.transport.TransportException: Server closed connection during identification exchange
> 02:36:47                    at net.schmizz.sshj.transport.TransportImpl.receiveServerIdent(TransportImpl.java:214)
> 02:36:47                    at net.schmizz.sshj.transport.TransportImpl.init(TransportImpl.java:187)
> 02:36:47                    ... 10 more {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)