Skip to content

Commit d4bbabf

Browse files
Added some notes here
1 parent e6781f3 commit d4bbabf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/transprocessor/perm-processor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func (p *PermProcessor) Process(ctx context.Context, curSession *session.Session
4141
localprocessor -> handles permissions on local system (where this backend is deployed)
4242
*/
4343

44+
/* this line decides between systems like BeeGFS and NFS due to difference in ACL execution */
4445
isRemote, host, port, found, absolutePath := FindServerFromPath(config.BackendConfig.FileSystemServers, txn.TargetPath)
4546

4647
if !found {
@@ -58,6 +59,7 @@ func (p *PermProcessor) Process(ctx context.Context, curSession *session.Session
5859
}
5960
}
6061

62+
/* REMOVE THIS */
6163
zap.L().Info("Completed Transaction",
6264
zap.String("ID", txn.ID.String()),
6365
)

0 commit comments

Comments
 (0)