[GitHub] [mina-sshd] tomaswolf commented on pull request #372: READ (only) default mode in SftpFileSystemProvider.newFileChannel()

2023-05-27 Thread via GitHub
tomaswolf commented on PR #372: URL: https://github.com/apache/mina-sshd/pull/372#issuecomment-1565697931 Thanks for this fix. Unfortunately tests are failing. A quick fix might be to open the channel for writing in that failing test method. But it seems that the locking

[GitHub] [mina-sshd] tomaswolf closed issue #354: OOM error with apache mina client, thousands of threads at sun/misc/Unsafe.park(Native Method)

2023-05-27 Thread via GitHub
tomaswolf closed issue #354: OOM error with apache mina client, thousands of threads at sun/misc/Unsafe.park(Native Method) URL: https://github.com/apache/mina-sshd/issues/354 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mina-sshd] tomaswolf commented on issue #354: OOM error with apache mina client, thousands of threads at sun/misc/Unsafe.park(Native Method)

2023-05-27 Thread via GitHub
tomaswolf commented on issue #354: URL: https://github.com/apache/mina-sshd/issues/354#issuecomment-1565675788 These threads normally terminate when the `SshClient` is closed. If your code calls `SshClient.setSchedulerExecutor()`, then your code is responsible for shutting it down.

[GitHub] [mina-sshd] tomaswolf closed issue #369: Exception occurred while transferring zip file from Linux system to Win10

2023-05-27 Thread via GitHub
tomaswolf closed issue #369: Exception occurred while transferring zip file from Linux system to Win10 URL: https://github.com/apache/mina-sshd/issues/369 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [mina-sshd] tomaswolf closed issue #373: jgit ssh

2023-05-27 Thread via GitHub
tomaswolf closed issue #373: jgit ssh URL: https://github.com/apache/mina-sshd/issues/373 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [mina-sshd] tomaswolf closed issue #357: Non Root User Apache Mina SSHD

2023-05-27 Thread via GitHub
tomaswolf closed issue #357: Non Root User Apache Mina SSHD URL: https://github.com/apache/mina-sshd/issues/357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #382: GH-371: Re-implement the channel pool of an SftpFileSystem

2023-05-27 Thread via GitHub
tomaswolf opened a new pull request, #382: URL: https://github.com/apache/mina-sshd/pull/382 The previous implementation always put unused SftpClients back into the pool, but SftpClients in the pool were never closed (unless the whole SSH session was closed). Let this pool work more

[GitHub] [mina-sshd] tomaswolf merged pull request #381: GH-356: Modularize Github workflows

2023-05-27 Thread via GitHub
tomaswolf merged PR #381: URL: https://github.com/apache/mina-sshd/pull/381 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #381: GH-356: Modularize Github workflows

2023-05-27 Thread via GitHub
tomaswolf opened a new pull request, #381: URL: https://github.com/apache/mina-sshd/pull/381 Split the single workflow into two workflows: a build workflow that compiles and tests and that runs on PRs and that can be called from master-build, which additionally deploys snapshots.

[GitHub] [mina-sshd] tomaswolf commented on issue #356: Provide Snapshot builds of current master

2023-05-27 Thread via GitHub
tomaswolf commented on issue #356: URL: https://github.com/apache/mina-sshd/issues/356#issuecomment-1565428530 Done. Here's what I came up with: [diff](https://github.com/apache/mina-sshd/compare/61c604c38deebe115fa3e8e209ea6f57cc506405...8b21743710d5593e3b193577f0be2feb15ad567f). I _hate_

[GitHub] [mina-sshd] tomaswolf closed issue #356: Provide Snapshot builds of current master

2023-05-27 Thread via GitHub
tomaswolf closed issue #356: Provide Snapshot builds of current master URL: https://github.com/apache/mina-sshd/issues/356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To