You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This issue/pull request has been marked as needs attention as it has been left pending without new activity for 4 days. Tagging @nkommuri@mehjoshi@huanghua78 for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.
This issue/pull request has been marked as needs attention as it has been left pending without new activity for 4 days. Tagging @nkommuri@mehjoshi@huanghua78 for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.
This issue/pull request has been marked as needs attention as it has been left pending without new activity for 4 days. Tagging @nkommuri@mehjoshi@huanghua78 for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.
This issue/pull request has been marked as needs attention as it has been left pending without new activity for 4 days. Tagging @nkommuri@mehjoshi@huanghua78 for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
confc->cc_magic must be initialised earlier, otherwise m0_confc_invariant()
fails:
spiel-conf-ut
big-db motr[22808]: 4a30 FATAL [lib/assert.c:50:m0_panic] panic: (m0_confc_invariant(confc)) at m0_confc_ctx_init() (conf/confc.c:648) [git: 2.0.0-713-42-g7bcc873c-dirty] /var/motr/m0ut/m0trace.22808
Thread 11 (Thread 0x7fffe4875700 (LWP 22856)):
raise () from /lib64/libc.so.6
abort () from /lib64/libc.so.6
m0_arch_panic (c=0x7fffec2a39a0 <__pctx.21695>, ap=0x7fffe4874ac8) at lib/user_space/uassert.c:131
m0_panic (ctx=0x7fffec2a39a0 <__pctx.21695>) at lib/assert.c:52
m0_confc_ctx_init (ctx=0x7fff9002e8a8, confc=0x7ffff7d88268 <ut_reqh+44744>) at conf/confc.c:648
rm_ha_conf_open (grp=0x75cc20, ast=0x7fff9002ec10) at rm/rm_ha.c:256
m0_sm_asts_run (grp=0x75cc20) at sm/sm.c:175
loc_handler_thread (th=0x714380) at fop/fom.c:941
m0_thread_trampoline (arg=0x714388) at lib/thread.c:117
Signed-off-by: Nikita Danilov nikita.danilov@seagate.com