[
https://issues.apache.org/jira/browse/IGNITE-21040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-21040:
----------------------------------
Description:
h3. Motivation
# The lease grant request has a filed {{{}leaseExpirationTime{}}}, but the
filed really means the timestamp until which we are waiting for a response to
this message.
# For some reason (external for the placement driver), the metastorage event
can handle slower and slower. Finally, we cannot receive an event about the
lease being prolonged for a particular period when the lease interval is valid.
h3. Definition of done
# Remove {{leaseExpirationTime}} from the log message on replica side on lease
acceptable (see {{Replica#acceptLease}} ).
# Add a warning when we are handling the metastorage event for longer than 500
milliseconds.
# Add {{toString}} method for {{{}Leases{}}}.
was:
h3. Motivation
# The lease grant request has a filed {{{}leaseExpirationTime{}}}, but the
filed really means the timestamp until which we are waiting for a response to
this message.
# For some reason (external for the placement driver), the metastorage event
can handle slower and slower. Finally, we cannot receive an event about the
lease being prolonged for a particular period when the lease interval is valid.
h3. Definition of done
# Rename {{leaseExpirationTime}} in the lease grant message to
{{{}offerExpirationTime{}}}.
# Add a warning when we are handling the metastorage event for longer than 500
milliseconds.
# Add {{toString}} method for {{{}Leases{}}}.
> Placement driver logging enhancement
> ------------------------------------
>
> Key: IGNITE-21040
> URL: https://issues.apache.org/jira/browse/IGNITE-21040
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
>
> h3. Motivation
> # The lease grant request has a filed {{{}leaseExpirationTime{}}}, but the
> filed really means the timestamp until which we are waiting for a response to
> this message.
> # For some reason (external for the placement driver), the metastorage event
> can handle slower and slower. Finally, we cannot receive an event about the
> lease being prolonged for a particular period when the lease interval is
> valid.
> h3. Definition of done
> # Remove {{leaseExpirationTime}} from the log message on replica side on
> lease acceptable (see {{Replica#acceptLease}} ).
> # Add a warning when we are handling the metastorage event for longer than
> 500 milliseconds.
> # Add {{toString}} method for {{{}Leases{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)