[GitHub] [mina] snufkinsnorka commented on issue #25: make NioProcessor and NioSocketAcceptor extendable by removing final from class declaration

2020-04-21 Thread GitBox
snufkinsnorka commented on issue #25: URL: https://github.com/apache/mina/pull/25#issuecomment-617560051 @elecharny ping :) This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: Autoformat source code issue

2020-04-21 Thread Guillaume Nodet
Merge yours, I'll try another ackk (remove / add back) tomorrow. Le mar. 21 avr. 2020 à 19:44, Lyor Goldstein a écrit : > >> >> Could you try with https://github.com/gnodet/mina-sshd/tree/SSHD-978 > and see if it's stable for you > > Works for me - except BCrypt.java seems to still require

Re: Autoformat source code issue

2020-04-21 Thread Lyor Goldstein
>> >> Could you try with https://github.com/gnodet/mina-sshd/tree/SSHD-978 and see if it's stable for you Works for me - except BCrypt.java seems to still require CRLF changes somehow I guess it will keep doing that every time we "ping pong" commits for it. I therefore think since it is the

Re: Autoformat source code issue

2020-04-21 Thread Lyor Goldstein
>> I can still see mixed lf / crlf in the BCrypt.java file, so I'll push another commit to get rid of those. I saw the same and tried to get rid of them - no success either >> Could you try with https://github.com/gnodet/mina-sshd/tree/SSHD-978 and see if it's stable for you Will do - but if

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #124: [SSHD-982] Fix race condition when loading known hosts file

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #124: URL: https://github.com/apache/mina-sshd/pull/124#discussion_r412261261 ## File path: sshd-core/src/main/java/org/apache/sshd/client/keyverifier/KnownHostsServerKeyVerifier.java ## @@ -153,35 +153,43 @@ public void

[jira] [Work logged] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-982?focusedWorklogId=425728=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425728 ] ASF GitHub Bot logged work on SSHD-982: --- Author: ASF GitHub Bot

[jira] [Work logged] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-982?focusedWorklogId=425727=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425727 ] ASF GitHub Bot logged work on SSHD-982: --- Author: ASF GitHub Bot

[GitHub] [mina-sshd] FliegenKLATSCH commented on a change in pull request #124: [SSHD-982] Fix race condition when loading known hosts file

2020-04-21 Thread GitBox
FliegenKLATSCH commented on a change in pull request #124: URL: https://github.com/apache/mina-sshd/pull/124#discussion_r412255847 ## File path: sshd-core/src/main/java/org/apache/sshd/client/keyverifier/KnownHostsServerKeyVerifier.java ## @@ -153,35 +153,43 @@ public void

[jira] [Work logged] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-982?focusedWorklogId=425723=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425723 ] ASF GitHub Bot logged work on SSHD-982: --- Author: ASF GitHub Bot

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #124: [SSHD-982] Fix race condition when loading known hosts file

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #124: URL: https://github.com/apache/mina-sshd/pull/124#discussion_r412253325 ## File path: sshd-core/src/main/java/org/apache/sshd/client/keyverifier/KnownHostsServerKeyVerifier.java ## @@ -153,35 +153,43 @@ public void

[jira] [Work logged] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-982?focusedWorklogId=425722=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425722 ] ASF GitHub Bot logged work on SSHD-982: --- Author: ASF GitHub Bot

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #124: [SSHD-982] Fix race condition when loading known hosts file

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #124: URL: https://github.com/apache/mina-sshd/pull/124#discussion_r412252747 ## File path: sshd-core/src/main/java/org/apache/sshd/client/keyverifier/KnownHostsServerKeyVerifier.java ## @@ -153,35 +153,43 @@ public void

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #122: Allow colon as valid host pattern char to support ipv6 entries in kno…

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #122: URL: https://github.com/apache/mina-sshd/pull/122#discussion_r412249624 ## File path: sshd-core/src/test/resources/org/apache/sshd/client/keyverifier/known_hosts ## @@ -13,3 +13,5 @@ server.sshd.apache.org,10.23.222.240

[GitHub] [mina-sshd] lgoldstein commented on issue #122: Allow colon as valid host pattern char to support ipv6 entries in kno…

2020-04-21 Thread GitBox
lgoldstein commented on issue #122: URL: https://github.com/apache/mina-sshd/pull/122#issuecomment-617223739 >> Should be fine now. Thx - will check it out and merge it in the next few days >> Do you already have any plannings regarding the next release (date)? Not

Re: Autoformat source code issue

2020-04-21 Thread Lyor Goldstein
>> When working on an existing repo and modifying the .gitattributes, you may need to use the --renormalize option as indicated in https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings#refreshing-a-repository-after-changing-line-endings to fix the line endings. >>

[jira] [Work logged] (SSHD-978) Autoformat source code instead of using checkstyle

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-978?focusedWorklogId=425705=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425705 ] ASF GitHub Bot logged work on SSHD-978: --- Author: ASF GitHub Bot

[GitHub] [mina-sshd] lgoldstein opened a new pull request #125: [SSHD-978] Updated EOL settings

2020-04-21 Thread GitBox
lgoldstein opened a new pull request #125: URL: https://github.com/apache/mina-sshd/pull/125 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

[jira] [Commented] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Subramaniajeeva (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088720#comment-17088720 ] Subramaniajeeva commented on SSHD-979: -- Thanks for the input. Hoping to see this in next release! >

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412199074 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -954,7 +954,9 @@ protected IoWriteFuture

[GitHub] [mina-sshd] gnodet commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
gnodet commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412196892 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -954,7 +954,9 @@ protected IoWriteFuture

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412195385 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -954,7 +954,9 @@ protected IoWriteFuture

[GitHub] [mina-sshd] gnodet commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
gnodet commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412193011 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -954,7 +954,9 @@ protected IoWriteFuture

[GitHub] [mina-sshd] gnodet commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
gnodet commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412193011 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -954,7 +954,9 @@ protected IoWriteFuture

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412178637 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -954,7 +954,9 @@ protected IoWriteFuture

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412176392 ## File path: sshd-sftp/src/main/java/org/apache/sshd/client/subsystem/sftp/impl/SftpRemotePathChannel.java ## @@ -524,13 +527,13 @@ protected void

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #123: SFTP transfer speeds, clean API

2020-04-21 Thread GitBox
lgoldstein commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412176062 ## File path: sshd-sftp/src/test/java/org/apache/sshd/client/subsystem/sftp/SftpTransferTest.java ## @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache

[jira] [Commented] (SSHD-981) Implement no-flow-control SFTP extension

2020-04-21 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088664#comment-17088664 ] Lyor Goldstein commented on SSHD-981: - Great - thanks > Implement no-flow-control SFTP extension >

[jira] [Commented] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088661#comment-17088661 ] Guillaume Nodet commented on SSHD-979: -- The problems I fixed are in the client.  But you're right,

[jira] [Commented] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Subramaniajeeva (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088652#comment-17088652 ] Subramaniajeeva commented on SSHD-979: -- [~gnodet]    By x ms latency you mean the time for the

[jira] [Comment Edited] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088576#comment-17088576 ] Guillaume Nodet edited comment on SSHD-979 at 4/21/20, 11:14 AM: - Here is

[jira] [Commented] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088576#comment-17088576 ] Guillaume Nodet commented on SSHD-979: -- Here is the output of the SftpPerformanceTest run Upload:   1

[jira] [Commented] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Subramaniajeeva (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088470#comment-17088470 ] Subramaniajeeva commented on SSHD-979: -- Is there any comparision of speed before and after fix? >

[jira] [Commented] (SSHD-981) Implement no-flow-control SFTP extension

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088452#comment-17088452 ] Guillaume Nodet commented on SSHD-981: -- This extension has been specified by 

[jira] [Updated] (SSHD-981) Implement no-flow-control SFTP extension

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-981: - Description: This extension has been specified by  [https://tools.ietf.org/html/rfc8308] >

[jira] [Resolved] (SSHD-979) Rework SFTP streams so that we can send or receive as much data as possible

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-979. -- Resolution: Fixed > Rework SFTP streams so that we can send or receive as much data as possible

[jira] [Resolved] (SSHD-978) Autoformat source code instead of using checkstyle

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-978. -- Resolution: Fixed > Autoformat source code instead of using checkstyle >

[jira] [Resolved] (SSHD-980) Make the SFTP Api cleaner by moving the implementation classes into the non public package

2020-04-21 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-980. -- Resolution: Fixed > Make the SFTP Api cleaner by moving the implementation classes into the non

[jira] [Commented] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread FliegenKLATSCH (Jira)
[ https://issues.apache.org/jira/browse/SSHD-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088394#comment-17088394 ] FliegenKLATSCH commented on SSHD-982: - [https://github.com/apache/mina-sshd/pull/124] > Race condition

[jira] [Work logged] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-982?focusedWorklogId=425596=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425596 ] ASF GitHub Bot logged work on SSHD-982: --- Author: ASF GitHub Bot

[GitHub] [mina-sshd] FliegenKLATSCH opened a new pull request #124: [SSHD-982] Fix race condition when loading known hosts file

2020-04-21 Thread GitBox
FliegenKLATSCH opened a new pull request #124: URL: https://github.com/apache/mina-sshd/pull/124 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (SSHD-982) Race condition when loading known hosts

2020-04-21 Thread FliegenKLATSCH (Jira)
FliegenKLATSCH created SSHD-982: --- Summary: Race condition when loading known hosts Key: SSHD-982 URL: https://issues.apache.org/jira/browse/SSHD-982 Project: MINA SSHD Issue Type: Bug