You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when run tpc-ds test, the rename operator return failed: -1, internal error!
the log print: Unlink find nlink <= 0, nlink =
To Reproduce (复现方法)
multi client do rename dir operator parallel, the nlink of parent dir would bigger than expected, or do rename dir and create dir parallel, the nlink of parent dir would less than expected.
Expected behavior (期望行为)
nlink of parent dir, should correspond to it's sub dir after parallel operator!
after rename operator, on client side to unlink src parent nlink is read-modify-write, which is not an atomic operator, conflict with create/remove dir or other client rename!
The text was updated successfully, but these errors were encountered:
Describe the bug (描述bug)
when run tpc-ds test, the rename operator return
failed: -1, internal error!
the log print:
Unlink find nlink <= 0, nlink =
To Reproduce (复现方法)
multi client do rename dir operator parallel, the nlink of parent dir would bigger than expected, or do rename dir and create dir parallel, the nlink of parent dir would less than expected.
Expected behavior (期望行为)
nlink of parent dir, should correspond to it's sub dir after parallel operator!
Versions (各种版本)
OS: ubuntu22
Compiler: default
branch: release2.7
commit id: b125418
Additional context/screenshots (更多上下文/截图)
after rename operator, on client side to unlink src parent nlink is read-modify-write, which is not an atomic operator, conflict with create/remove dir or other client rename!
The text was updated successfully, but these errors were encountered: