Now I found other warnings in the error_log, seems also the cache or index issue, like:
gerrit-home/logs/error_log:[2026-02-24T20:42:19.271+08:00] [SSH git-upload-pack /path1/proj1 (user1)] WARN com.google.gerrit.server.permissions.GitVisibleChangeFilter : Duplicate change datas for the repo path1/proj1: [ChangeData{Change{152302 (I7dfbee261860ef1102c135eaffbb197f2ab8fc41), dest=path1/proj1,refs/heads/master, status=A}}, ChangeData{Change{152302 (I7dfbee261860ef1102c135eaffbb197f2ab8fc41), dest=path1/proj1,refs/heads/master, status=A}}] [CONTEXT TRACE_ID="1771936930440-af448438" project="path1/proj1" request="GIT_UPLOAD" ]
gerrit-home/logs/error_log:[2026-02-24T20:42:19.405+08:00] [SSH git-upload-pack /path1/proj1 (user1)] WARN com.google.gerrit.server.permissions.GitVisibleChangeFilter : Duplicate change datas for the repo path1/proj1: [ChangeData{Change{93933 (Icb9137acca3bc31c2021b4d191cccee3ab8da370), dest=path1/proj1,refs/heads/master, status=M}}, ChangeData{Change{93933 (Icb9137acca3bc31c2021b4d191cccee3ab8da370), dest=path1/proj1,refs/heads/master, status=M}}] [CONTEXT TRACE_ID="1771936930440-af448438" project="path1/proj1" request="GIT_UPLOAD" ]
I have checked the related changes on gerrit web, seems all these change are normal.