Skip to content

Commit 6c8320c

Browse files
committed
Added ActorName into compile actors
1 parent 0f21c64 commit 6c8320c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/core/fq/libs/row_dispatcher/purecalc_compilation/compile_service.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class TPurecalcCompileActor : public NActors::TActorBootstrapped<TPurecalcCompil
4343
, Request(std::move(request))
4444
{}
4545

46+
static constexpr char ActorName[] = "FQ_ROW_DISPATCHER_COMPILE_ACTOR";
47+
4648
void Bootstrap() {
4749
Y_DEFER {
4850
Finish();
@@ -116,6 +118,8 @@ class TPurecalcCompileService : public NActors::TActor<TPurecalcCompileService>
116118
, Counters(counters)
117119
{}
118120

121+
static constexpr char ActorName[] = "FQ_ROW_DISPATCHER_COMPILE_SERVICE";
122+
119123
STRICT_STFUNC(StateFunc,
120124
hFunc(TEvRowDispatcher::TEvPurecalcCompileRequest, Handle);
121125
hFunc(TEvRowDispatcher::TEvPurecalcCompileAbort, Handle)

0 commit comments

Comments
 (0)