Project

General

Profile

Actions

Bug #49190

closed

LibRadosMiscConnectFailure_ConnectFailure_Test: FAILED ceph_assert(p != obs_call_gate.end())

Added by Sebastian Wagner about 3 years ago. Updated about 3 years ago.

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

0%

Source:
Q/A
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

I created the branch two days ago and haven't seen this error before:

2021-02-05T09:43:02.428 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc: 2021-02-05T09:43:02.385+0000 7fb2c183e700 10 monclient: discarding stray monitor message auth_reply(proto 2 0 (0) Success) v1
2021-02-05T09:43:02.428 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc: /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-435-g49e81916/rpm/el8/BUILD/ceph-17.0.0-435-g49e81916/src/common/config_proxy.h: In function 'void ceph::common::ConfigProxy::call_gate_close(ceph::common::ConfigProxy::md_config_obs_t*)' thread 7fb2d4732500 time 2021-02-05T09:43:02.387202+0000
2021-02-05T09:43:02.429 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc: /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-435-g49e81916/rpm/el8/BUILD/ceph-17.0.0-435-g49e81916/src/common/config_proxy.h: 71: FAILED ceph_assert(p != obs_call_gate.end())
2021-02-05T09:43:02.429 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  ceph version 17.0.0-435-g49e81916 (49e81916e1db40399401bf6993250bf570285966) quincy (dev)
2021-02-05T09:43:02.429 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x158) [0x7fb2caca479a]
2021-02-05T09:43:02.429 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  2: /usr/lib64/ceph/libceph-common.so.2(+0x2769b4) [0x7fb2caca49b4]
2021-02-05T09:43:02.430 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  3: (MonClient::shutdown()+0x8eb) [0x7fb2cb035feb]
2021-02-05T09:43:02.430 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  4: (MonClient::get_monmap_and_config()+0x4ad) [0x7fb2cb03ac1d]
2021-02-05T09:43:02.430 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  5: /lib64/librados.so.2(+0xb8ef8) [0x7fb2d4235ef8]
2021-02-05T09:43:02.430 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  6: rados_connect()
2021-02-05T09:43:02.430 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  7: (LibRadosMiscConnectFailure_ConnectFailure_Test::TestBody()+0x35d) [0x561eec3dcc3d]
2021-02-05T09:43:02.431 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  8: (void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)+0x4e) [0x561eec435d4e]
2021-02-05T09:43:02.431 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  9: (testing::Test::Run()+0xcb) [0x561eec428d3b]
2021-02-05T09:43:02.431 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  10: (testing::TestInfo::Run()+0x135) [0x561eec428ea5]
2021-02-05T09:43:02.431 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  11: (testing::TestSuite::Run()+0xc1) [0x561eec429401]
2021-02-05T09:43:02.431 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  12: (testing::internal::UnitTestImpl::RunAllTests()+0x445) [0x561eec42b015]
2021-02-05T09:43:02.432 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  13: (bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)+0x4e) [0x561eec4362be]
2021-02-05T09:43:02.432 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  14: (testing::UnitTest::Run()+0xa0) [0x561eec428f70]
2021-02-05T09:43:02.432 INFO:tasks.workunit.client.0.smithi074.stdout:                 api_misc:  15: main()
2

See https://pulpito.ceph.com/swagner-2021-02-05_09:14:24-rados:cephadm-wip-swagner4-testing-2021-02-03-1650-distro-basic-smithi/

Actions #1

Updated by Sebastian Wagner about 3 years ago

  • Related to Bug #40868: src/common/config_proxy.h: 70: FAILED ceph_assert(p != obs_call_gate.end()) added
Actions #2

Updated by Kefu Chai about 3 years ago

  • Priority changed from Normal to High
Actions #3

Updated by Kefu Chai about 3 years ago

  • Regression changed from No to Yes

it is a regression introduced by https://github.com/ceph/ceph/pull/37954

Actions #4

Updated by Kefu Chai about 3 years ago

created https://github.com/ceph/ceph/pull/39331 before this issue is addressed.

Actions #5

Updated by Kefu Chai about 3 years ago

  • Assignee set to Jos Collin
  • Priority changed from High to Urgent
Actions #6

Updated by Neha Ojha about 3 years ago

  • Status changed from New to Resolved
  • Assignee changed from Jos Collin to Kefu Chai
  • Pull request ID set to 39331
Actions #7

Updated by Jos Collin about 3 years ago

  • Related to deleted (Bug #40868: src/common/config_proxy.h: 70: FAILED ceph_assert(p != obs_call_gate.end()))
Actions #8

Updated by Jos Collin about 3 years ago

Bug #40868 is not related

Actions #9

Updated by Sebastian Wagner about 3 years ago

  • Related to Bug #49143: rados/upgrade/pacific-x/parallel: monclient(hunting): authenticate timed out after 300 after mon upgrade added
Actions #10

Updated by Sebastian Wagner about 3 years ago

  • Related to deleted (Bug #49143: rados/upgrade/pacific-x/parallel: monclient(hunting): authenticate timed out after 300 after mon upgrade)
Actions #11

Updated by Sebastian Wagner about 3 years ago

  • Related to Bug #49240: terminate called after throwing an instance of 'std::bad_alloc' added
Actions #12

Updated by Sebastian Wagner about 3 years ago

  • Related to deleted (Bug #49240: terminate called after throwing an instance of 'std::bad_alloc')
Actions

Also available in: Atom PDF