Skip to content

Commit 3815748

Browse files
authored
[ticket parser] Fix add to refresh queue when receive retryable error… (#10447)
1 parent a8646ca commit 3815748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/security/ticket_parser_impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,8 @@ class TTicketParserImpl : public TActorBootstrapped<TDerived> {
17211721
record.RefreshRetryableErrorImmediately = false;
17221722
GetDerived()->CanRefreshTicket(key, record);
17231723
Respond(record);
1724+
CounterTicketsErrors->Inc();
1725+
return;
17241726
}
17251727
} else {
17261728
record.UnsetToken();

0 commit comments

Comments
 (0)