Hi All,
[Index of Archives]
[Information on CEPH]
[Linux Filesystem Development]
[Ceph Development]
[Ceph Large]
[Ceph Dev]
[Linux USB Development]
[Video for Linux]
[Linux Audio Users]
[Yosemite News]
[Linux Kernel]
[Linux SCSI]
[xfs]
I am running the MapReduce wordcount code (on a ceph cluster consisting of 2 VMs) on a data set consisting of 5000 odd files (approx. 10gb size in total). Periodically, the ceph health says that the mds is laggy/unresponsive, and I get messages like the following:
13/04/24 10:41:00 INFO mapred.JobClient: map 11% reduce 3%
13/04/24 10:42:36 INFO mapred.JobClient: map 12% reduce 3%
13/04/24 10:42:45 INFO mapred.JobClient: map 12% reduce 4%
13/04/24 10:44:08 INFO mapred.JobClient: map 13% reduce 4%
13/04/24 10:45:29 INFO mapred.JobClient: map 14% reduce 4%
13/04/24 11:06:31 INFO mapred.JobClient: Task Id : attempt_201304241023_0001_m_000706_0, Status : FAILED
Task attempt_201304241023_0001_m_000706_0 failed to report status for 600 seconds. Killing!
Task attempt_201304241023_0001_m_000706_0 failed to report status for 600 seconds. Killing!
I then have to manually restart the mds again, and the process continues execution. Can someone please tell me the reason for this, and how to solve it? Pasting my ceph.conf file below:
[global]
auth client required = none
auth cluster required = none
auth service required = none
[osd]
osd journal data = "">
filestore xattr use omap = true
# osd data = "">
Regards
Varun
[mon.a]
host = varunc4-virtual-machine
mon addr = 10.72.148.209:6789
# mon data = "">
[mds.a]
host = varunc4-virtual-machine
# mds data = "">
[osd.0]
host = varunc4-virtual-machine
[osd.1]
host = varunc5-virtual-machine
Regards
Varun
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
- Follow-Ups:
- Re: mds "laggy"
- From: Noah Watkins
- Re: mds "laggy"
- References:
- mds "laggy"
- From: Varun Chandramouli
- mds "laggy"
- Prev by Date: Re: RadosGW and S3-compatible clients for PC and OSX
- Next by Date: Re: rbd command error "librbd::ImageCtx: error finding header"
- Previous by thread: mds "laggy"
- Next by thread: Re: mds "laggy"
- Index(es):