Skip to content

fix crash in TRecoveryLogReplayer #2115

Closed
@antonkovalenko

Description

@antonkovalenko

Looks like it crashes once and the continues to operate normally after restart

Feb 19 17:46:28  kikimr[2030974]: ======= terminate() call stack ========
Feb 19 17:46:28  kikimr[2030974]: KikimrTerminateHandler()+60 (0x55651D70ADCC)
Feb 19 17:46:28  kikimr[2030974]: std::terminate()+55 (0x556512EBA527)
Feb 19 17:46:28  kikimr[2030974]: ??+0 (0x556512EBB32D)
Feb 19 17:46:28  kikimr[2030974]: ??+0 (0x556512EBAB01)
Feb 19 17:46:28  kikimr[2030974]: __cxa_throw+100 (0x556512EBAA04)
Feb 19 17:46:28  kikimr[2030974]: NMaybe::TPolicyUndefinedExcept::OnEmpty(std::type_info const&)+381 (0x556512F6631D)
Feb 19 17:46:28  kikimr[2030974]: NKikimr::TRecoveryLogReplayer::DispatchLogRecord(NActors::TActorContext const&, NKikimr
::NPDisk::TLogRecord const&)+1730 (0x5565205B3BB2)
Feb 19 17:46:28  kikimr[2030974]: NKikimr::TRecoveryLogReplayer::InterruptableLogRecordsDispatch(NActors::TActorContext c
onst&)+104 (0x5565205B2DC8)
Feb 19 17:46:28  kikimr[2030974]: NKikimr::TRecoveryLogReplayer::Handle(TAutoPtr<NActors::TEventHandle<NKikimr::NPDisk::T
EvReadLogResult>, TDelete>&, NActors::TActorContext const&)+554 (0x5565205B2C8A)
Feb 19 17:46:28  kikimr[2030974]: NKikimr::TRecoveryLogReplayer::StateFunc(TAutoPtr<NActors::IEventHandle, TDelete>&)+141
 (0x5565205B296D)
Feb 19 17:46:28  kikimr[2030974]: NActors::TActorCallbackBehaviour::Receive(NActors::IActor*, TAutoPtr<NActors::IEventHan
dle, TDelete>&)+48 (0x55651341EC50)
Feb 19 17:46:28  kikimr[2030974]: NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&)+66 (0x5565134AF6F2)
Feb 19 17:46:28  kikimr[2030974]: bool NActors::TExecutorThread::Execute<NActors::TMailboxTable::THTSwapMailbox, false>(N
Actors::TMailboxTable::THTSwapMailbox*, unsigned int)+3218 (0x5565134B8102)
Feb 19 17:46:28  kikimr[2030974]: NActors::TExecutorThread::ThreadProc()+4210 (0x55651349F972)
Feb 19 17:46:28  kikimr[2030974]: ??+0 (0x556512FD905B)
Feb 19 17:46:28  kikimr[2030974]: ??+0 (0x556512FDBC0F)
Feb 19 17:46:28  kikimr[2030974]: ??+0 (0x7FF76DFAD609)
Feb 19 17:46:28  kikimr[2030974]: clone+67 (0x7FF76DECF293)
Feb 19 17:46:28  kikimr[2030974]: =======================================
Feb 19 17:46:28  kikimr[2030974]: uncaught exception:
Feb 19 17:46:28  kikimr[2030974]:     address -> 0x544bd0a81810
Feb 19 17:46:28  kikimr[2030974]:     what() -> "util/generic/maybe.cpp:5: TMaybe is empty, value type: NKikimr::TIngress
"
Feb 19 17:46:28  kikimr[2030974]:     type -> yexception

version: 23-3-33

Metadata

Metadata

Assignees

Labels

area/blobstorageBlobStorage issuesbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions