Hide Forgot
Steps: 1. Created a distribute volume having 2 bricks with stat-prefetch on. 2. Mounted 2 glusterfs clients and wrote some files. 3. Started ping-pong client from one glusterfs client (/client1). Working fine. 4. Started ping-pong client for the same file from another glusterfs client(/client2), data increment value did not increase to 2. 5. Started one more ping-pong client for the same file from /client1, the data increment values go berserk and start printing values randomly on /client1 6. Started ping-pong client for the same file from /client2, and the same property is seen in /client2.
Seeing the same issue in distributed-replicate volume when one more lock program is run on the same file.
I have the same issue using glusterfs-3.1.1.tar MD5: 4584710ADEE36920C97A658B25A1446D SHA1: 4CBDB6381AADC5B8053487FABD2CEDB1BF0AF0CE on OpenSuSE uname -a ... 2.6.34.7-0.4-default #1 SMP 2010-10-07 19:07:51 +0200 i686 i686 i386 GNU/Linux
went through the ping-pong code, and found that it checks for negative values in unsigned variables. Closing this bug as its invalid.