You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce, or a short snippet of code that reproduces the problem:
Whe I watch a directory /data/apps/data/packages/, I use copy cmd to copy ten files into the directory at once.
But I can only receive about three events.
[root@nano-kvm-11 tmp]# ll /tmp/fstab*
-rw-r--r-- 1 root root 502 Mar 2 18:54 /tmp/fstab
-rw-r--r-- 1 root root 502 Mar 9 09:43 /tmp/fstab1
-rw-r--r-- 1 root root 502 Mar 9 12:00 /tmp/fstab10
-rw-r--r-- 1 root root 502 Mar 9 09:43 /tmp/fstab2
-rw-r--r-- 1 root root 502 Mar 9 09:43 /tmp/fstab3
-rw-r--r-- 1 root root 502 Mar 9 09:43 /tmp/fstab4
-rw-r--r-- 1 root root 502 Mar 9 09:43 /tmp/fstab5
-rw-r--r-- 1 root root 502 Mar 9 12:00 /tmp/fstab6
-rw-r--r-- 1 root root 502 Mar 9 12:00 /tmp/fstab7
-rw-r--r-- 1 root root 502 Mar 9 12:00 /tmp/fstab8
-rw-r--r-- 1 root root 502 Mar 9 12:00 /tmp/fstab9
[root@nano-kvm-11 tmp]# /bin/cp /tmp/fstab* /data/apps/data/packages/
System and build environment information
Please run and paste the output of the following commands:
What went wrong:
file inotify event lose.
Steps to reproduce, or a short snippet of code that reproduces the problem:
Whe I watch a directory /data/apps/data/packages/, I use copy cmd to copy ten files into the directory at once.
But I can only receive about three events.
System and build environment information
Please run and paste the output of the following commands:
go version
: 1.17.3go env | grep "CGO_ENABLED\|GOOS"
:uname -r
: 3.10.0-1160.11.1.el7.x86_64Additional context:
Here is my sample code.
The text was updated successfully, but these errors were encountered: