[ROCKETMQ-31] Fix "No such file or directory" warning for $HOME/rmq_b…#29
[ROCKETMQ-31] Fix "No such file or directory" warning for $HOME/rmq_b…#29iskl wants to merge 1 commit into
Conversation
|
I would fix |
|
Dear @shroman , thanks for your suggestion :) In my concept, broker thread is time sensitive. When broker thread in a MQ broker is in I/O operation and GC occurs, an I/O competition appears between broker thread and GC thread. It may bring long time latency to broker thread. Linux distributions based on the 2.6 kernel and later offer In conclusion, I tend to use |
|
yes, I see, you want to reduce disk I/O by placing the file into Well, GC logging has a minimal overhead. And to get a high-performance broker, I would tune my JVM to get smaller GC pauses, which has much larger impact on the overall performance. Also, is it ok not to persist your GC logs? Long-term logging is essential for analysis of the brokers' performance. |
|
@zhouxinyu @iskl's concerns are valid indeed. |
|
@shroman it's ok surely. |
|
it's good idea, review ok |
|
@zhouxinyu @stevenschew Thanks, guys, https://issues.apache.org/jira/browse/ROCKETMQ-36 is created to consider the improvement. |
…xinyu/rmq_bk_gc.log, closes apache#29
[ISSUE #29] Remove redundant code in NotifyManager.java
The PR is to resolve the issue ROCKETMQ-31