Project

General

Profile

Actions

Bug #49726

closed

src/test/osd/RadosModel.h: FAILED ceph_assert(!version || comp->get_version64() == version) in CopyFromOp::_finish()

Added by Neha Ojha about 3 years ago. Updated almost 2 years ago.

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

0%

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

Description

2021-03-11T01:34:58.061 INFO:tasks.rados.rados.0.gibba009.stdout:796:  finishing rollback tid 0 to gibba00941215-28
2021-03-11T01:34:58.063 INFO:tasks.rados.rados.0.gibba009.stdout:796:  finishing rollback tid 1 to gibba00941215-28
2021-03-11T01:34:58.063 INFO:tasks.rados.rados.0.gibba009.stdout:update_object_version oid 28 v 131 (ObjNum 836802768 snap 21933 seq_num 836803504) dirty dne
2021-03-11T01:34:58.063 INFO:tasks.rados.rados.0.gibba009.stdout:790:  finishing copy_from racing read to gibba00941215-8
2021-03-11T01:34:58.064 INFO:tasks.rados.rados.0.gibba009.stdout:790:  finishing copy_from to gibba00941215-8
2021-03-11T01:34:58.064 INFO:tasks.rados.rados.0.gibba009.stderr:/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.0.0-1720-g42c01f0c/rpm/el8/BUILD/ceph-17.0.0-1720-g42c01f0c/src/test/osd/RadosModel.h: In function 'virtual void CopyFromOp::_finish(TestOp::CallbackInfo*)' thread 7f13cde59700 time 2021-03-11T01:34:58.057922+0000
2021-03-11T01:34:58.065 INFO:tasks.rados.rados.0.gibba009.stderr:/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.0.0-1720-g42c01f0c/rpm/el8/BUILD/ceph-17.0.0-1720-g42c01f0c/src/test/osd/RadosModel.h: 1938: FAILED ceph_assert(!version || comp->get_version64() == version)
2021-03-11T01:34:58.065 INFO:tasks.rados.rados.0.gibba009.stderr: ceph version 17.0.0-1720-g42c01f0c (42c01f0c3932f7a9157797013e5db2e03d9c1fd9) quincy (dev)
2021-03-11T01:34:58.065 INFO:tasks.rados.rados.0.gibba009.stderr: 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x158) [0x7f13d5041f98]
2021-03-11T01:34:58.065 INFO:tasks.rados.rados.0.gibba009.stderr: 2: /usr/lib64/ceph/libceph-common.so.2(+0x2761b2) [0x7f13d50421b2]
2021-03-11T01:34:58.066 INFO:tasks.rados.rados.0.gibba009.stderr: 3: (CopyFromOp::_finish(TestOp::CallbackInfo*)+0x500) [0x55ad2fe93920]
2021-03-11T01:34:58.066 INFO:tasks.rados.rados.0.gibba009.stderr: 4: (write_callback(void*, void*)+0x1d) [0x55ad2feb1c1d]
2021-03-11T01:34:58.066 INFO:tasks.rados.rados.0.gibba009.stderr: 5: /lib64/librados.so.2(+0xa6176) [0x7f13de5b5176]
2021-03-11T01:34:58.066 INFO:tasks.rados.rados.0.gibba009.stderr: 6: /lib64/librados.so.2(+0xbf425) [0x7f13de5ce425]
2021-03-11T01:34:58.067 INFO:tasks.rados.rados.0.gibba009.stderr: 7: /lib64/librados.so.2(+0xc1382) [0x7f13de5d0382]
2021-03-11T01:34:58.067 INFO:tasks.rados.rados.0.gibba009.stderr: 8: /lib64/librados.so.2(+0xc6d8a) [0x7f13de5d5d8a]
2021-03-11T01:34:58.067 INFO:tasks.rados.rados.0.gibba009.stderr: 9: /lib64/libstdc++.so.6(+0xc2ba3) [0x7f13d38ccba3]
2021-03-11T01:34:58.067 INFO:tasks.rados.rados.0.gibba009.stderr: 10: /lib64/libpthread.so.0(+0x814a) [0x7f13d448914a]
2021-03-11T01:34:58.068 INFO:tasks.rados.rados.0.gibba009.stderr: 11: clone()

/a/nojha-2021-03-11_01:02:46-rados-wip-cc-weight-distro-basic-gibba/5954639

Actions #1

Updated by Neha Ojha about 3 years ago

  • Priority changed from Normal to High

/a/kchai-2021-03-09_12:22:01-rados-wip-kefu-testing-2021-03-09-1847-distro-basic-smithi/5949457
/a/ideepika-2021-03-10_12:38:09-rados:thrash-erasure-code-wip-tracker-48613-distro-basic-gibba/5953057
/a/sseshasa-2021-03-10_16:16:17-rados-wip-sseshasa-testing-2021-03-10-1933-distro-basic-smithi/5953263

Actions #2

Updated by Neha Ojha about 3 years ago

https://github.com/ceph/ceph/pull/39593#issuecomment-792503213 this is where it first showed up, most likely this PR caused it.

Actions #3

Updated by Kefu Chai about 3 years ago

created https://github.com/ceph/ceph/pull/40057 as an intermediate fix.

Actions #4

Updated by Kefu Chai about 3 years ago

  • Status changed from New to Resolved
  • Assignee set to Kefu Chai
  • Regression changed from No to Yes
  • Pull request ID set to 40057
Actions

Also available in: Atom PDF