fix(ilp): UnsupportedOperationException when writing to non-WAL table via ILP/TCP#5742
fix(ilp): UnsupportedOperationException when writing to non-WAL table via ILP/TCP#5742bluestreak01 merged 4 commits intomasterfrom
Conversation
|
Do you have a reproducer for #5740? Without a reproducer test it's hard to say whether this patch fixes the bug or not. |
Hi, @puzpuzpuz It wasn't reproduced, but rather inferred from the code. I think the changes have no side effects so far. |
|
Without a reproducer we can't be certain that the fix is complete, so it'd be great to find a reproducer. |
Yeah, you are right. Will try to reproduce it later. |
Add concurrent write and truncate/drop table tests and not reproduce the issue on |
[PR Coverage check]😍 pass : 1 / 1 (100.00%) file detail
|
Change the method of judging whether it is a WAL table in
TableUpdateDetails.Close #5740