I am trying to troubleshoot an issue and whenever I do lsof, I see that a process is eating up this one file. This file is mentioned 12x in the output, it has everything same (path, size, PID, and node) but the only difference is FD.
Does anyone know if this is normal? why does output showing this file open in multiple lines with different FD but everything else same?
Here output:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Path
php 14234 root 12r VREG 255,1 234580322 423532 /[path_to_file]/kMiles (line 21)
php 14234 root 17r VREG 255,1 234580322 423532 /[path_to_file]/kMiles (line 29)
php 14234 root 21r VREG 255,1 234580322 423532 /[path_to_file]/kMiles (line 36)
php 14234 root 27r VREG 255,1 234580322 423532 /[path_to_file]/kMiles (line 43)