[
https://issues.apache.org/jira/browse/IGNITE-23229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-23229:
----------------------------------
Description:
StopLeaseProlongationMessageResponse#deniedLeaseExpirationTimeLong is nullable,
and default implementation of
StopLeaseProlongationMessageResponse#deniedLeaseExpirationTime() can't deal
with this.
Also, seems that this case may be not handled properly in
ReplicaManager#stopLeaseProlongation() (should be retried).
was:
StopLeaseProlongationMessageResponse#deniedLeaseExpirationTimeLong is nullable,
and default implementation of
StopLeaseProlongationMessageResponse#deniedLeaseExpirationTime can't deal with
this.
Also, seems that this case may be not handled properly in
ReplicaManager#stopLeaseProlongation() (should be retried).
> StopLeaseProlongationMessageResponse#deniedLeaseExpirationTime may unbox a
> null value and cause NPE
> ---------------------------------------------------------------------------------------------------
>
> Key: IGNITE-23229
> URL: https://issues.apache.org/jira/browse/IGNITE-23229
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Chudov
> Priority: Major
> Labels: ignite-3
>
> StopLeaseProlongationMessageResponse#deniedLeaseExpirationTimeLong is
> nullable, and default implementation of
> StopLeaseProlongationMessageResponse#deniedLeaseExpirationTime() can't deal
> with this.
> Also, seems that this case may be not handled properly in
> ReplicaManager#stopLeaseProlongation() (should be retried).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)