You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2022/12/04 06:54:00 UTC

[jira] [Assigned] (KARAF-7623) Karaf SSH shell access: Do not buffer output from shell command

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

Jean-Baptiste Onofré reassigned KARAF-7623:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> Karaf SSH shell access: Do not buffer output from shell command
> ---------------------------------------------------------------
>
>                 Key: KARAF-7623
>                 URL: https://issues.apache.org/jira/browse/KARAF-7623
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf
>    Affects Versions: 4.3.7
>            Reporter: Martin Lichtin
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> Karaf SSH shell access: Do not buffer output from shell command.
> An easy way to reproduce the issue is
> {{ssh -v -p 8101 karaf@localhost 'x=0; while \{ %(x < 10) } \{ echo $x;sleep 2; %(x+=1) }' }}
> with the ssh client receiving the output only once the while loop ends.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)