Project

General

Profile

Actions

Bug #15240

closed

ceph_test_rados_open_pools_parallel: ENOENT on write

Added by Samuel Just about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

2016-03-21T17:04:22.198 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: starting.
2016-03-21T17:04:22.198 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_2_5477: starting.
2016-03-21T17:04:22.198 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: creating pool foo
2016-03-21T17:04:22.199 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: created object 0...
2016-03-21T17:04:22.199 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: created object 25...
2016-03-21T17:04:22.199 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: created object 49...
2016-03-21T17:04:22.199 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: finishing.
2016-03-21T17:04:22.199 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_1_5476: shutting down.
2016-03-21T17:04:22.200 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_2_5477: rados_pool_create.
2016-03-21T17:04:22.200 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_2_5477: rados_ioctx_create.
2016-03-21T17:04:22.200 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_2_5477: shutting down.
2016-03-21T17:04:22.200 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: ***********************
2016-03-21T17:04:22.200 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_4_6164: starting.
2016-03-21T17:04:22.201 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: ***********************
2016-03-21T17:04:22.201 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_3_6163: starting.
2016-03-21T17:04:22.201 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_4_6164: rados_pool_create.
2016-03-21T17:04:22.201 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_4_6164: rados_ioctx_create.
2016-03-21T17:04:22.201 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_4_6164: shutting down.
2016-03-21T17:04:22.202 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_3_6163: creating pool foo
2016-03-21T17:04:22.202 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_3_6163: created object 0...
2016-03-21T17:04:22.202 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_3_6163: rados_write error -2
2016-03-21T17:04:22.202 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_3_6163: finishing.
2016-03-21T17:04:22.202 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: process_3_6163: shutting down.
2016-03-21T17:04:22.203 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: ***********************
2016-03-21T17:04:22.203 INFO:tasks.workunit.client.0.smithi001.stdout: open_pools_parallel: test2: got error: run_until_finished: runnable process_3: got error: [5355] returned exit_status (254) Unknown error 254

/a/samuelj-2016-03-21_13:58:56-rados-wip-sam-testing-distro-basic-smithi/78465

I think this was hidden by test.sh suppressing errors http://tracker.ceph.com/issues/15165


Related issues 1 (0 open1 closed)

Has duplicate Ceph - Bug #15284: ceph_test_rados_open_pools_parallel: ENOENT on writeDuplicate03/25/2016

Actions
Actions #1

Updated by Samuel Just about 8 years ago

/a/samuelj-2016-03-21_13:58:56-rados-wip-sam-testing-distro-basic-smithi/78529

Actions #2

Updated by Samuel Just about 8 years ago

/a/samuelj-2016-03-21_13:58:56-rados-wip-sam-testing-distro-basic-smithi/78486

Actions #4

Updated by Kefu Chai about 8 years ago

ran

$ zgrep '.obj \[write' remote/*/log/ceph-osd.*.log.gz|grep osd_op_reply|grep 'No such file or directory'

in /a/samuelj-2016-03-21_13:58:56-rados-wip-sam-testing-distro-basic-smithi/78529, but it returns nothing.

posting a pr at https://github.com/ceph/ceph/pull/8309 to print the oid which fails the rados_write(), and it gets merged.

Actions #5

Updated by Kefu Chai about 8 years ago

  • Has duplicate Bug #15284: ceph_test_rados_open_pools_parallel: ENOENT on write added
Actions #6

Updated by Kefu Chai about 8 years ago

in #15284 per sage

there is no osd_op in the osd logs during that time period, which suggests that the client osdmap didn't have the pool yet. objecter bug?

Actions #7

Updated by Kefu Chai about 8 years ago

  • Subject changed from test.sh: open_pools_parallel failure to ceph_test_rados_open_pools_parallel: ENOENT on write
  • Assignee set to Kefu Chai
Actions #8

Updated by Kefu Chai about 8 years ago

  • Status changed from New to Fix Under Review
Actions #9

Updated by Sage Weil about 8 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF