ddanielr commented on PR #5221:
URL: https://github.com/apache/accumulo/pull/5221#issuecomment-2567882694

   @ctubbsii While testing this I also found that the issue could be fixed by 
setting the `systemOutput` in the builder.
   
   
https://github.com/apache/accumulo/blob/4eff7353c646d90ae3b8be9e2df2b05c6d3c8c1e/shell/src/main/java/org/apache/accumulo/shell/Shell.java#L301-L304
   
   ```
    this.terminal = 
TerminalBuilder.builder().jansi(false).systemOutput(SystemOutput.SysOut).build();
   ```
   
   Jline's documentation states that the default is the system output stream so 
it's interested that explicitly setting it fixes the issue. 
   
https://github.com/jline/jline3/blob/c75301facc8716b59c1d57d3e3c5943358022560/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java#L187-L193
   


-- 
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]

Reply via email to