This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch fix-pipe-ref-issue
in repository https://gitbox.apache.org/repos/asf/iotdb.git
at cf5737fcf3d refactor
This branch includes the following new commits:
new 1b588fb9efa Pipe: referrence count is not correctly increase / decrease
new e03654a418a 1. 极端场景久不久丢一些数据的一个原因:Disruptor 的 Producer Type
选错了,我们是多生产者的(log 一个,tsfile 一个,两个会并发,ring buffer
会覆盖)https://stackoverflow.com/questions/18997398/lmax-disruptor-is-too-slow-in-multi-producer-mode-compared-to-single-producer-mo
[捂脸] 2. Hybrid Mode 确实会导致 wal 被长期 pin 住,因为有些被 ignore 的 event,在退出条件的 case
下引用计数没有正确归零 [捂脸]
new 46c96ba94f0 Merge branch 'master' of github.com:apache/iotdb into
fix-pipe-ref-issue
new cf5737fcf3d refactor
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.