You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by 38797715 <38...@qq.com> on 2020/11/26 01:35:25 UTC

[2.8.1]Received finish request for completed transaction (the message may be too late

Hi community,

After the following parameters are configured, a large number of warning 
messages are output in the log. Why?

|<property name="TxTimeoutOnPartitionMapExchange" value="20000"/> |


Re: [2.8.1]Received finish request for completed transaction (the message may be too late

Posted by Ilya Kazakov <ka...@gmail.com>.
Hello, 38797715!

You have set some value for the parameter TxTimeoutOnPartitionMapExchange.
This means that you allow Ignite to rollback "long" transactions when
Ignite wants to start a partition map exchange process. A "long"
transaction (its duration) you define in this parameter.

Well, when you see the warning "Received finish request for completed
transaction (the message may be too late)", this means that Ignite wants to
rollback some transaction and have sent the appropriate command. But at the
moment when this command should be executed, the transaction is already
finished by itself.

Regards,
Ilya Kazakov

чт, 26 нояб. 2020 г. в 09:43, 38797715 <38...@qq.com>:

> Hi community,
>
> After the following parameters are configured, a large number of warning
> messages are output in the log. Why?
>
> <property name="TxTimeoutOnPartitionMapExchange" value="20000"/>
>
>
>