You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/21 11:31:53 UTC

[GitHub] [pulsar] eolivelli opened a new issue, #17196: [Bug] Pulsar shell Ctrl-D > org.jline.reader.EndOfFileException

eolivelli opened a new issue, #17196:
URL: https://github.com/apache/pulsar/issues/17196

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   2.11-SNAPSHOT
   
   ### Minimal reproduce step
   
   type ctrl-d on pulsar-shell
   
   ### What did you expect to see?
   
   the shell closes
   
   ### What did you see instead?
   
   This error:
   
   default(pulsar-proxy.mypulsar.svc.cluster.local)> 
   Exception in thread "main" org.jline.reader.EndOfFileException
   	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:657)
   	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
   	at org.apache.pulsar.shell.PulsarShell$1.readLine(PulsarShell.java:265)
   	at org.apache.pulsar.shell.PulsarShell.lambda$run$4(PulsarShell.java:383)
   	at org.apache.pulsar.shell.PulsarShell.run(PulsarShell.java:395)
   	at org.apache.pulsar.shell.PulsarShell.run(PulsarShell.java:206)
   	at org.apache.pulsar.shell.PulsarShell.main(PulsarShell.java:195)
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli closed issue #17196: [Bug] Pulsar shell Ctrl-D > org.jline.reader.EndOfFileException

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #17196: [Bug] Pulsar shell Ctrl-D > org.jline.reader.EndOfFileException
URL: https://github.com/apache/pulsar/issues/17196


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org