[
https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218958#comment-16218958
]
Goldstein Lyor commented on SSHD-738:
-------------------------------------
Definitely not INFO - if any other level than current then DEBUG. However, this
begs the question - is it acceptable to suppress what is clearly a problem ?
The code will still fail, but now users will not see the reason why and blame
the Java code. As a compromise, I recommend using a "dedicated logger" that
still shows ERROR/WARNING message, but since it is dedicated you can suppress
it without losing important messages from the session.
> "BufferException: Underflow" warning is frequently reported
> -----------------------------------------------------------
>
> Key: SSHD-738
> URL: https://issues.apache.org/jira/browse/SSHD-738
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 1.2.0
> Environment: Gerrit Code Review
> Reporter: David Ostrovsky
> Labels: monitor
>
> Since upgrade to 1.2.0 Gerrit users report this warning being frequently
> reported:
> {noformat}
> [2017-04-05 09:21:22,246] [sshd-SshServer[3b6c7bae]-nio2-thread-18] WARN
> org.apache.sshd.server.session.ServerSessionImpl :
> exceptionCaught(ServerSessionImpl[xxxx@/yyyyy:47277])[state=Opened]
> BufferException: Underflow
> {noformat}
> It worth mention, that other SSHD users reported similar problem:
> https://jira.atlassian.com/browse/BAM-17773.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)