ctubbsii commented on issue #3446: URL: https://github.com/apache/accumulo/issues/3446#issuecomment-1579812961
@keith-ratcliffe wrote: > **To Reproduce** Steps to reproduce the behavior (or a link to an example repository that reproduces the problem): > > In a 2.1.1-SNAPSHOT with jline 3.22.0, do the following > > ``` > accumulo shell -u *** -p *** -e 'tables -np' 1>ashell.stdout 2>ashell.stderr > ``` > > Observe that the expected output from the tables command goes to ashell.stderr I'm going to try to run this and generate my own output, to see the differences in behavior you're talking about, in order to try to track this down. However, what I observe and what you observed might be different. If you can, please provide example output of your observations, so we can be certain we're reproducing the issue you're reporting. Do you have an example of a command that will generate output to both stdout and stderr with 3.21.0, but only goes to one of them in 3.22.0? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
