Skip to content

Commit e6781f3

Browse files
Updated some notes here
1 parent 80eb995 commit e6781f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

internal/transprocessor/remotetxn.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ func (p *PermProcessor) HandleRemoteTransaction(host string, port int, txn *type
5656
}
5757

5858
if aclResponse.Success {
59-
/* set transaction successful*/
6059

60+
/*
61+
this is a bit crude for now, let daemon set this
62+
backend should not have control over execution
63+
*/
64+
65+
/* set transaction successful*/
6166
txn.Output = "ACL executed successfully on filesystem servers"
6267

6368
txn.ExecStatus = true

0 commit comments

Comments
 (0)