Vladislav Pyatkov created IGNITE-20280:
------------------------------------------
Summary: Lease updater exception is not logged on initialization
Key: IGNITE-20280
URL: https://issues.apache.org/jira/browse/IGNITE-20280
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
In the case in which the lease updater gets an exception on initialization
(LeaseUpdater#init), the stake trace has never been logged. The exception is
stored in PlacementDriverManager#raftClientFuture, but never texted to the log
file.
[Fail on
TC|https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_IntegrationTests_RunAllOther/7454760?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildChangesSection=true&expandBuildTestsSection=true]
Look at the log for PlacementDriverManagerTest#testLeaseRestore (the full log
file is attached) there are no lines:
{noformat}
[INFO ][Test worker][TopologyTracker] Logical topology initialized for
placement driver [...]
[INFO ][Test worker][AssignmentsTracker] Assignment cache initialized for
placement driver [...]
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)