Re: Unexplained stuck memtable flush

2024-11-13 Thread Bowen Song via user
It's interesting how they organised the documentation. So it is guaranteed that the ConcurrentLinkedQueue can be modified and won't break the iterator. But I don't see anything mentioning the reverse. Can an iterator removing items from the middle of a queue (which by definition is FIFO) bre

Re: Unexplained stuck memtable flush

2024-11-13 Thread Sebastian Marsching
Hi Bowen, > I've been reading the source code and the Java documentation. > > In the code > : > > public void signalAll() > { >