You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Liao Gang <li...@kaust.edu.sa> on 2021/05/14 22:19:22 UTC

lastWritePointer()

Hi All,

Is calling FileWriteAheadLogManager.lastWritePointer() from the client
possible? I need to get the current WAL location for some reason.

Best Regards,
Gang

-- 

This message and its contents, including attachments are intended solely 
for the original recipient. If you are not the intended recipient or have 
received this message in error, please notify me immediately and delete 
this message from your computer system. Any unauthorized use or 
distribution is prohibited. Please consider the environment before printing 
this email.

Re: lastWritePointer()

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

You can probably do a
ignite.compute(ignite.cluster().forServers()).broadcast(FileWriteAheadLogManager::lastWritePointer)
- pelase treat it as pseudocode.

Regards,
-- 
Ilya Kasnacheev


сб, 15 мая 2021 г. в 03:20, Liao Gang <li...@kaust.edu.sa>:

> Hi All,
>
> Is calling FileWriteAheadLogManager.lastWritePointer() from the client
> possible? I need to get the current WAL location for some reason.
>
> Best Regards,
> Gang
>
> --
>
> This message and its contents, including attachments are intended solely
> for the original recipient. If you are not the intended recipient or have
> received this message in error, please notify me immediately and delete
> this message from your computer system. Any unauthorized use or
> distribution is prohibited. Please consider the environment before
> printing
> this email.
>