-
1. Re: HQ222010: Critical IO Error, shutting down the server. file=NIOSequentialFile
ravi.soni Sep 29, 2016 12:20 PM (in response to ravi.soni)Fix of this issue is checked in on
BZ-1296634 avoiding Shutdown from interrupted threads on IO · rvsoni/hornetq@e88ee68 · GitHub
hornetq-journal/src/main/java/org/hornetq/core/journal/impl/AbstractSequentialFile.java is having patch,
Ravi
-
2. Re: HQ222010: Critical IO Error, shutting down the server. file=NIOSequentialFile
jbertram Sep 29, 2016 4:18 PM (in response to ravi.soni)You are certainly free to fix issues on your own fork of an open source project, but open source development works best when you contribute such fixes upstream so that all users can benefit from your work. You also benefit as well as you don't have to keep applying the same fixes every time you move to a new version of the project. I would encourage you to open a new issue at the Artemis JIRA and attach your fix along with a test that reproduces the problem.
-
3. Re: HQ222010: Critical IO Error, shutting down the server. file=NIOSequentialFile
ravi.soni Oct 24, 2016 10:16 PM (in response to ravi.soni)I have checked in code for this fix, created pull request to marge,
this is some corner case on error, server shutting down on large message copy from topic to queue or queue to topic or queue to queue using divert functionality.
Ravi
-
4. Re: HQ222010: Critical IO Error, shutting down the server. file=NIOSequentialFile
jbertram Oct 25, 2016 10:24 PM (in response to ravi.soni)Since the HornetQ project is no longer under development could you send a PR to the ActiveMQ Artemis project that is based on HornetQ? The GitHub repo is at https://github.com/apache/activemq-artemis.
-
5. Re: HQ222010: Critical IO Error, shutting down the server. file=NIOSequentialFile
ravi.soni Oct 27, 2016 9:56 PM (in response to ravi.soni)Hi,
Created Pull request for ActiveMQ Artemis
Thanks,
Ravi
-
6. Re: HQ222010: Critical IO Error, shutting down the server. file=NIOSequentialFile
jbertram Oct 27, 2016 9:58 PM (in response to ravi.soni)Awesome. Thanks!