Bug report #17450

Updated by Mathieu Pellerin - nIRV over 6 years ago

I've finally been able to reduce this features going missing issue that's been haunting me for a while now.

When doing multiple joins like this: <pre>i.e. (&lt;pre&gt;i.e. fields ORIGINAL -> joined fields A linked through a field in ORIGINAL -> joined fields B linked through a joined field in A</pre> A&lt;/pre&gt;), the values will can get lost every now and then when those if the joins are cached.

*Steps to reproduce*
# Open the attached join_cache test project
# When the project opens, start rapidly panning the canvas around (small steps using the mouse's middle button is the easiest way)
# You'll notice the dark pink polygons going missing after every few pans (see gonebabygone.mp4 video too)

This does not only affect feature rendering, saving the layer (with all its joins) can actually write null values for joined fields B.

Back