[Gluster-devel] Rackspace regression slaves hung?

2014-08-28 Thread Krutika Dhananjay
Hi Justin, It looks like slaves 22-25 are hung for over 23 hours now? -Krutika ___ Gluster-devel mailing list Gluster-devel@gluster.org http://supercolony.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] Rackspace regression slaves hung?

2014-08-28 Thread Raghavendra Gowdappa
- Original Message - From: Krutika Dhananjay kdhan...@redhat.com To: Justin Clift jcl...@redhat.com Cc: Gluster Devel gluster-devel@gluster.org Sent: Thursday, August 28, 2014 12:25:35 PM Subject: [Gluster-devel] Rackspace regression slaves hung? Hi Justin, It looks like

Re: [Gluster-devel] Rackspace regression slaves hung?

2014-08-28 Thread Harshavardhana
There are couple of patches [1] submitted by me are resulting in hang. I think these slaves were spawned to test the patch [1] and its dependencies. If yes, they can be killed. [1] http://review.gluster.com/#/c/8523/ One should be able to manually abort them in Jenkins. -- Religious

Re: [Gluster-devel] Rackspace regression slaves hung?

2014-08-28 Thread Raghavendra Gowdappa
I've killed the jobs in question. - Original Message - From: Raghavendra Gowdappa rgowd...@redhat.com To: Krutika Dhananjay kdhan...@redhat.com Cc: Justin Clift jcl...@redhat.com, Gluster Devel gluster-devel@gluster.org Sent: Thursday, August 28, 2014 12:37:07 PM Subject: Re:

Re: [Gluster-devel] Rackspace regression slaves hung?

2014-08-28 Thread Krutika Dhananjay
They seem to be working fine now. So no worries. :) -Krutika - Original Message - From: Harshavardhana har...@harshavardhana.net To: Raghavendra Gowdappa rgowd...@redhat.com Cc: Krutika Dhananjay kdhan...@redhat.com, Justin Clift jcl...@redhat.com, Gluster Devel

Re: [Gluster-devel] 回复:   glfs_creat this method hang up

2014-08-28 Thread Soumya Koduri
Thanks for the bt. Looks like brick process isn't responding here. Please collect logs and statedump info of the brick process while there is a hang. To generate statedump, refer to the below link - https://github.com/gluster/glusterfs/blob/master/doc/debugging/statedump.md Thanks, Soumya On

[Gluster-devel] Gluster Test Framwork tests failed on Gluster+Zfs(Zfs on linux)

2014-08-28 Thread Kiran Patil
Hi Gluster Devs, I ran the Gluster Test Framework on Gluster+zfs stack and found issues. I would like to know if I need to submit a bug at Redhat Bugzilla since the stack has zfs, which is not supported by Redhat or Fedora if I am not wrong? We modified the paths in include.rc to make sure that

Re: [Gluster-devel] 回复: 回复:   glfs_creat this method hang up

2014-08-28 Thread Soumya Koduri
Hi Lixiaopo, The logs which we are interested in are /var/log/glusterfs/* and /var/log/glusterfs/bricks/* . To generate statedump, run the below command (when there is a hang while running the glusterfs_example)- gluster volume statedump volname (i.e, in your case 'gluster volume statedump

[Gluster-devel] 回复:   glfs_creat this method hang up

2014-08-28 Thread ABC-new
while hang,stack info: Program received signal SIGINT, Interrupt. 0x003e1380b43c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6.x86_64 glusterfs-3.4.0.57rhs-1.el6_5.x86_64

Re: [Gluster-devel] Coming soon: Enforcing bug/version and git/branch for submitted patches in Gerrit

2014-08-28 Thread Niels de Vos
As agreed in yesterday meeting, Jenkins will now mark change requests with Verified -1 whenever the branch does not match the version for which the related bug was filed. The rh-bugid Jenkins job has been disabled, as its check has also been integrated in the compare-bug-version-and-git-branch

[Gluster-devel] rpc-coverage.t questions

2014-08-28 Thread Emmanuel Dreyfus
Hello I made various not yet submitted fixes for rpc-coverage.t on NetBSD. I have a few questions: In test_statfs() we have this: size=$(stat -c -c '%s' $PFX/dir/file); test x$size != x0 || fail statfs I wiill fix the obvious double -c typo, but that error caused the x$size != x0 test

Re: [Gluster-devel] rpc-coverage.t questions

2014-08-28 Thread Harshavardhana
In test_fstat(): msg=$(sh -c 'tail -f $PFX/dir/file --pid=$$ sleep 1 echo hooha $PFX/dir/file sleep 1'); NetBSD does not have the --pid option. I propose this change, which seems to obtain the same result with less complexity. Opinion? -msg=$(sh -c 'tail -f $PFX/dir/file