WeblWabl

Results 63 comments of WeblWabl

I am unsure if there is a deadlock by upgrading the lock type of `f.mu` here. I don't see `AddSeriesList` called within the same scope as `TagValueIterator`. Shown by the...

> I think the example at [goplay.tools/snippet/DNGy9ENYYHj](https://goplay.tools/snippet/DNGy9ENYYHj) is more relevant. In this example, neither "Second RLock" nor "First Lock" is printed. > > When this issue occurs, it seems that...

Coming back to this. I'm still investigating whether or not I can write a test to reproduce this issue. One thing I will note is that I don't believe the...

Unfortunately I cannot reproduce. If you remove the sleeps and use wait groups in the go playground like so https://goplay.tools/snippet/IVLik43yhML you'll notice that the lock contention is not held. I...

@line301 would you mind sending me the exact query(s) that your using when you see the problem occur? Or if your using a client SDK can you point me to...

@line301 I was able to finally reproduce this issue and am currently implementing a fix.

https://github.com/influxdata/influxdb/commit/2e842ff21d159cce6ed66266b35706846afe0fe8 I have merged the PR for the fix here.

Closing issue as this will be part of our 2.7.12 release

> Could the result of such an issue result in something like the issue logged here? > > [#25296](https://github.com/influxdata/influxdb/issues/25296) Not entirely sure without further exploration - do you by chance...

@domticchione > We just recently deleted the entire database to start fresh and the problem is still happening. I'm curious if you could potentially provide me with a reproducer, I...