[GitHub] [mina-sshd] tomaswolf commented on a change in pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on a change in pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#discussion_r739642446 ## File path: sshd-common/src/main/java/org/apache/sshd/common/util/io/IoUtils.java ## @@ -372,11 +374,23 @@ public static String getFileOwner(Path path

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672334&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672334 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf commented on a change in pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on a change in pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#discussion_r739642446 ## File path: sshd-common/src/main/java/org/apache/sshd/common/util/io/IoUtils.java ## @@ -372,11 +374,23 @@ public static String getFileOwner(Path path

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672335&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672335 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf commented on a change in pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on a change in pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#discussion_r739642446 ## File path: sshd-common/src/main/java/org/apache/sshd/common/util/io/IoUtils.java ## @@ -372,11 +374,23 @@ public static String getFileOwner(Path path

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672336&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672336 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf commented on a change in pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on a change in pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#discussion_r739644691 ## File path: sshd-sftp/src/main/java/org/apache/sshd/sftp/client/fs/SftpPath.java ## @@ -25,12 +25,80 @@ import java.util.List; import org.apache.s

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672338&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672338 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf commented on pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#issuecomment-955198554 > The code is certainly more complex to follow... It seems OK, but I may have missed something. Perhaps you should ask Guillaume to take a look at it as well - maybe he can lo

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672341&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672341 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf commented on pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#issuecomment-955198694 @gnodet , do you have time to give this code a review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672342&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672342 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf edited a comment on pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf edited a comment on pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#issuecomment-955198554 > The code is certainly more complex to follow... It seems OK, but I may have missed something. Perhaps you should ask Guillaume to take a look at it as well - maybe he

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672343&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672343 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[GitHub] [mina-sshd] lgoldstein commented on pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
lgoldstein commented on pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#issuecomment-955328679 > My proposition instead of a pointless config: either we believe this implementation is correct and then check it in without config, or we believe it isn't correct and then

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
lgoldstein commented on a change in pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#discussion_r739665726 ## File path: sshd-common/src/main/java/org/apache/sshd/common/util/io/IoUtils.java ## @@ -372,11 +374,23 @@ public static String getFileOwner(Path pat

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672375&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672375 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672374&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672374 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot

Mina web site fix

2021-10-30 Thread Emmanuel Lécharny
Hi ! I just fixed some pb in our web site that make it impossible to publish. It should be up to date in the coming hours. I will also update the pages to reflect the current tools we are using (hugo) to publish the content, it's totally outdated atm. Thanks ! -- *Emmanuel Lécharny - CTO* 20

Re: Mina web site fix

2021-10-30 Thread Jonathan Valliere
Awesome. Thanks! On Sat, Oct 30, 2021 at 12:23 PM Emmanuel Lécharny wrote: > Hi ! > > I just fixed some pb in our web site that make it impossible to publish. > > It should be up to date in the coming hours. > > I will also update the pages to reflect the current tools we are using > (hugo) to p

[GitHub] [mina-sshd] tomaswolf commented on pull request #207: [SSHD-1220] Cache SFTP attributes on SftpPaths

2021-10-30 Thread GitBox
tomaswolf commented on pull request #207: URL: https://github.com/apache/mina-sshd/pull/207#issuecomment-955572789 All right; thanks. Here it is again without config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[jira] [Work logged] (SSHD-1220) SFTP: too many LSTAT calls

2021-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1220?focusedWorklogId=672386&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672386 ] ASF GitHub Bot logged work on SSHD-1220: Author: ASF GitHub Bot