luffy

Results 3 comments of luffy

> > > Insert fails if insert field carries ' character and throw exception "cannot parse expression of type String here" > > > > > > hello there, this...

> 博主你好,我发现这个地方在前后两篇文章中描述冲突了。 > issues/12:当一个线程尝试获得锁时,如果该锁已经被占用,则会将该线程封装成一个ObjectWaiter对象插入到cxq的队列尾部 > issues/15:当一个线程尝试获得锁时,如果该锁已经被占用,则会将该线程封装成一个ObjectWaiter对象插入到cxq的队列的队首 看源码如下 将该线程的ObjectWaiter的next指向cxq的头节点(猜的,不懂cpp),所以应该是插入到cxq的队首 // Push "Self" onto the front of the _cxq. // Once on cxq/EntryList, Self stays on-queue until it acquires the lock. //...

> Could you please re-sync with the master branch? We fixed a CI problem in the master branch. auto build failed because sentinel-datasource-consul module unable to collect dependences