[
https://issues.apache.org/jira/browse/IGNITE-20280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-20280:
---------------------------------------
Description:
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}
was:
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}
> 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
> Priority: Major
> Labels: ignite-3
> Attachments: _Integration_Tests_Run_All_Other_13956.log
>
>
> 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)