liuzongliang0202

Results 5 comments of liuzongliang0202

@tsunghanjacktsai this PR didn't pass the CI,What should I do?

> Is it possible to add the logic of regular flushing of `IndexFile`, just like refreshing `ConsumeQueue`, `StoreCheckpoint`, and `CommitLog` regularly. > > `DefaultMessageStore#FlushConsumeQueueService` `CommitLog(FlushCommitLogService)` The indexfile is written randomly,...

> Is it possible to add the logic of regular flushing of `IndexFile`, just like refreshing `ConsumeQueue`, `StoreCheckpoint`, and `CommitLog` regularly. i find the wrong test in CI. I test...

> @liuzongliang0202 Hi, someone had already fixed the CI problem. No worry now :-) Thank you very much for your help

> ParamNameResolver构造方法中解析方法参数名时,就已经判断了是否为特殊参数(RowBounds || ResultHandler),特殊参数不会放到names集合中. 是这样的逻辑,但是我上面的例子中names中存的key - value 是 1 -> "nameList" , 在上面源码$1行里 names.get(0)是获取不到