wuchong commented on PR #3299:
URL: https://github.com/apache/fluss/pull/3299#issuecomment-4479386307

   Hi @vaibhavk1992,
   
   I reviewed the pull request and identified that the failure is caused by the 
newly introduced test method `testInternalReplicationControlAuthorization`. I 
reproduced the same exception locally, and the issue resolves when this method 
is removed.
   
   The root cause is that `testInternalReplicationControlAuthorization` sends 
an `updateMetadata` request with empty metadata to a TabletServer. Although the 
RPC succeeds due to proper client permissions, it corrupts the TabletServer's 
metadata, causing the server to fail. Consequently, subsequent tests, such as 
`testTableExistsAuthorization`, report `NoneReplica` errors.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to