I am checking size of the file and raw dump of file contents using hexdump. Using synchronous libgfapi write call works flawlessly and I am able to access data from other nodes of the gluster.
On Wed, Nov 11, 2015 at 3:19 PM, Niels de Vos <[email protected]> wrote: > On Wed, Nov 11, 2015 at 11:52:14AM -0500, Ramachandra Reddy Ankireddypalle > wrote: > > Hi, > > I am trying to write data using libgfapi async write. The write > > returns successful and call back is also getting invoked. But some of the > > data is not making it to gluster volume. If I put a sleep in the code > after > > each write then all the writes are making it to the gluster volume. This > > makes me feel that libgfapi is dropping some of the requests. > > How do you check if the writes made it to the volume? Are you reading on > a different client over a fuse mount point, or something else? > > Thanks, > Niels > > > > > Thanks and Regards, > > rcr. > > > _______________________________________________ > > Gluster-users mailing list > > [email protected] > > http://www.gluster.org/mailman/listinfo/gluster-users > >
_______________________________________________ Gluster-users mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-users
