lastWritePointer()

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

lastWritePointer()

Liao Gang
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.
Reply | Threaded
Open this post in threaded view
|

Re: lastWritePointer()

Ilya Kasnacheev
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 <[hidden email]>:

> 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.
>