Hi Avinash,
IN the source code the FinalRequestProcessor updates the in memory data
structures and the SyncRequestProcessor logs to disk.
For deciding when to delete take a look at PurgeTxnLog.java file.
Thanks
mahadev
On 8/30/10 1:11 PM, "Avinash Lakshman" wrote:
Hi All
>From my understan
On Mon, Aug 30, 2010 at 1:11 PM, Avinash Lakshman <
avinash.laksh...@gmail.com> wrote:
> From my understanding when a znode is updated/created a write happens into
> the local transaction logs and then some in-memory data structure is
> updated
> to serve the future reads.
> Where in the source co
Hi All
>From my understanding when a znode is updated/created a write happens into
the local transaction logs and then some in-memory data structure is updated
to serve the future reads.
Where in the source code can I find this? Also how can I decide when it is
ok for me to delete the logs off dis