WalPointer interface - do we need it?

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

WalPointer interface - do we need it?

Nikolay Izhikov-2
Hello, Igniters.

Crawled through the WAL code and wonder - do we really need WALPointer interface?
As far as I can see it has only one implementation FileWALPointer.
And all usages of WALPointer expect FileWALPointer.

I propose to get rid of WALPointer.

WDYT?
Reply | Threaded
Open this post in threaded view
|

Re: WalPointer interface - do we need it?

Kirill Tkalenko
Kolya, hi!
This seems to sound good!

02.10.2020, 11:43, "Nikolay Izhikov" <[hidden email]>:
> Hello, Igniters.
>
> Crawled through the WAL code and wonder - do we really need WALPointer interface?
> As far as I can see it has only one implementation FileWALPointer.
> And all usages of WALPointer expect FileWALPointer.
>
> I propose to get rid of WALPointer.
>
> WDYT?
Reply | Threaded
Open this post in threaded view
|

Re: WalPointer interface - do we need it?

Nikolay Izhikov-2
https://issues.apache.org/jira/browse/IGNITE-13513 - ticket created.

> 2 окт. 2020 г., в 11:53, ткаленко кирилл <[hidden email]> написал(а):
>
> Kolya, hi!
> This seems to sound good!
>
> 02.10.2020, 11:43, "Nikolay Izhikov" <[hidden email]>:
>> Hello, Igniters.
>>
>> Crawled through the WAL code and wonder - do we really need WALPointer interface?
>> As far as I can see it has only one implementation FileWALPointer.
>> And all usages of WALPointer expect FileWALPointer.
>>
>> I propose to get rid of WALPointer.
>>
>> WDYT?