Re: [orientdb] WAL Files

2018-05-09 Thread Luigi Dell'Aquila
Hi Erik,

When there is no space left on disk, OrientDB tries to the WAL (do a full
checkpoint) and then delete the files.
This also happens as a normal activity, so WAL files are eventually deleted
even if there is still space left on disk

Thanks

Luigi


2018-05-09 20:19 GMT+02:00 Erik T :

> What happens when the WAL files reach the maximum size? Does Orient start
> to overwrite old logs?
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [orientdb] .wal files are filling up my disk

2015-01-05 Thread Andrey Lomakin
Hi,
We used size limit of wal to truncate wal files but latest version truncate
wal files till the last write operation which was flushed to the disk.
But you need latestest version of product.
You can download it from there
http://helios.orientechnologies.com/job/orient-maven/lastStableBuild/com.orientechnologies$orientdb-community/artifact/com.orientechnologies/orientdb-community/2.0-SNAPSHOT/orientdb-community-2.0-SNAPSHOT-distribution.zip

On Tue, Dec 30, 2014 at 4:50 PM, dragon dragi  wrote:

>
>
> On Monday, December 9, 2013 12:20:10 PM UTC+1, Andrey Lomakin wrote:
>>
>> Oh guys sorry,
>> It is partially fixed in 1.6.2 and will be fixed in 2.0, when write ahead
>> log will be automatically truncated.
>>
> I use 2.0rc1 and it is still exists. When truncate the files? What is the
> truncate rule?
>
>
>>
>>
>> On Mon, Dec 9, 2013 at 1:05 PM, Sylvain Spinelli 
>> wrote:
>>
>>>  up.
>>> Seems an annoying issue for us before we plan to migrate from local to
>>> plocal.
>>>  What are the plans on this point ?
>>>
>>> Sylvain
>>>
>>>
>>> Le 04/12/2013 22:43, StevenTomer a écrit :
>>>
>>>  I'm using a database with plocal storage, and the .wal files created
>>> in the database directory are starting to pile up (12 GB).  There's about
>>> 350 of them right now.
>>>
>>> Is this expected?  It seems like they should be cleaned up.
>>>
>>> What can I do to minimize this?
>>>
>>> Steve
>>>  --
>>>
>>>
>>>  --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to orient-databa...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Best regards,
>> Andrey Lomakin.
>>
>> Orient Technologies
>> the Company behind OrientDB
>>
>>   --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best regards,
Andrey Lomakin.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [orientdb] .wal files are filling up my disk

2014-12-30 Thread dragon dragi


On Monday, December 9, 2013 12:20:10 PM UTC+1, Andrey Lomakin wrote:
>
> Oh guys sorry,
> It is partially fixed in 1.6.2 and will be fixed in 2.0, when write ahead 
> log will be automatically truncated.
>
I use 2.0rc1 and it is still exists. When truncate the files? What is the 
truncate rule?
 

>
>
> On Mon, Dec 9, 2013 at 1:05 PM, Sylvain Spinelli  > wrote:
>
>>  up.
>> Seems an annoying issue for us before we plan to migrate from local to 
>> plocal.
>>  What are the plans on this point ?
>>  
>> Sylvain
>>
>>
>> Le 04/12/2013 22:43, StevenTomer a écrit :
>>
>>  I'm using a database with plocal storage, and the .wal files created in 
>> the database directory are starting to pile up (12 GB).  There's about 350 
>> of them right now.
>>
>> Is this expected?  It seems like they should be cleaned up.
>>
>> What can I do to minimize this?
>>
>> Steve
>>  --  
>>
>>
>>  -- 
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OrientDB" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to orient-databa...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
> 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [orientdb] .wal files are filling up my disk

2014-01-27 Thread Andrey Lomakin
Hi,

It is not problem in 1.6.4 I suggest you to wait for 1.6.5 and then do
update.


On Fri, Jan 24, 2014 at 9:47 PM, Rob Gratz  wrote:

> I believe they are using 1.6.
>  On Jan 24, 2014 11:30 AM, "Andrey Lomakin" 
> wrote:
>
>> HI,
>> Which version do you use ?
>>
>>
>>
>> On Fri, Jan 24, 2014 at 5:38 PM, Rob Gratz  wrote:
>>
>>>
>>> Now that 2.0 is being pushed out, is there anyway this could be put into
>>> a sooner release.  We have some customers who've built up 30GB of wal
>>> files.  Telling them they have to reboot their system is not a very
>>> attractive solution for them.
>>>
>>> Thanks.
>>>
>>>
>>> On Monday, December 9, 2013 5:20:10 AM UTC-6, Andrey Lomakin wrote:
>>>
 Oh guys sorry,
 It is partially fixed in 1.6.2 and will be fixed in 2.0, when write
 ahead log will be automatically truncated.


 On Mon, Dec 9, 2013 at 1:05 PM, Sylvain Spinelli >>> > wrote:

>  up.
> Seems an annoying issue for us before we plan to migrate from local to
> plocal.
>  What are the plans on this point ?
>
> Sylvain
>
>
> Le 04/12/2013 22:43, StevenTomer a écrit :
>
>  I'm using a database with plocal storage, and the .wal files created
> in the database directory are starting to pile up (12 GB).  There's about
> 350 of them right now.
>
> Is this expected?  It seems like they should be cleaned up.
>
> What can I do to minimize this?
>
> Steve
>  --
>
>
>  --
>
> ---
> You received this message because you are subscribed to the Google
> Groups "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to orient-databa...@googlegroups.com.
>
> For more options, visit https://groups.google.com/groups/opt_out.
>



 --
 Best regards,
 Andrey Lomakin.

 Orient Technologies
 the Company behind OrientDB

   --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to orient-database+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Best regards,
>> Andrey Lomakin.
>>
>> Orient Technologies
>> the Company behind OrientDB
>>
>>  --
>>
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "OrientDB" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/orient-database/fqICtxb-Asc/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> orient-database+unsubscr...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [orientdb] .wal files are filling up my disk

2014-01-24 Thread Rob Gratz
I believe they are using 1.6.
 On Jan 24, 2014 11:30 AM, "Andrey Lomakin" 
wrote:

> HI,
> Which version do you use ?
>
>
>
> On Fri, Jan 24, 2014 at 5:38 PM, Rob Gratz  wrote:
>
>>
>> Now that 2.0 is being pushed out, is there anyway this could be put into
>> a sooner release.  We have some customers who've built up 30GB of wal
>> files.  Telling them they have to reboot their system is not a very
>> attractive solution for them.
>>
>> Thanks.
>>
>>
>> On Monday, December 9, 2013 5:20:10 AM UTC-6, Andrey Lomakin wrote:
>>
>>> Oh guys sorry,
>>> It is partially fixed in 1.6.2 and will be fixed in 2.0, when write
>>> ahead log will be automatically truncated.
>>>
>>>
>>> On Mon, Dec 9, 2013 at 1:05 PM, Sylvain Spinelli 
>>> wrote:
>>>
  up.
 Seems an annoying issue for us before we plan to migrate from local to
 plocal.
  What are the plans on this point ?

 Sylvain


 Le 04/12/2013 22:43, StevenTomer a écrit :

  I'm using a database with plocal storage, and the .wal files created
 in the database directory are starting to pile up (12 GB).  There's about
 350 of them right now.

 Is this expected?  It seems like they should be cleaned up.

 What can I do to minimize this?

 Steve
  --


  --

 ---
 You received this message because you are subscribed to the Google
 Groups "OrientDB" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to orient-databa...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.

>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Andrey Lomakin.
>>>
>>> Orient Technologies
>>> the Company behind OrientDB
>>>
>>>   --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "OrientDB" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to orient-database+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
>  --
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "OrientDB" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/orient-database/fqICtxb-Asc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [orientdb] .wal files are filling up my disk

2014-01-24 Thread Andrey Lomakin
HI,
Which version do you use ?



On Fri, Jan 24, 2014 at 5:38 PM, Rob Gratz  wrote:

>
> Now that 2.0 is being pushed out, is there anyway this could be put into a
> sooner release.  We have some customers who've built up 30GB of wal files.
> Telling them they have to reboot their system is not a very attractive
> solution for them.
>
> Thanks.
>
>
> On Monday, December 9, 2013 5:20:10 AM UTC-6, Andrey Lomakin wrote:
>
>> Oh guys sorry,
>> It is partially fixed in 1.6.2 and will be fixed in 2.0, when write ahead
>> log will be automatically truncated.
>>
>>
>> On Mon, Dec 9, 2013 at 1:05 PM, Sylvain Spinelli 
>> wrote:
>>
>>>  up.
>>> Seems an annoying issue for us before we plan to migrate from local to
>>> plocal.
>>>  What are the plans on this point ?
>>>
>>> Sylvain
>>>
>>>
>>> Le 04/12/2013 22:43, StevenTomer a écrit :
>>>
>>>  I'm using a database with plocal storage, and the .wal files created
>>> in the database directory are starting to pile up (12 GB).  There's about
>>> 350 of them right now.
>>>
>>> Is this expected?  It seems like they should be cleaned up.
>>>
>>> What can I do to minimize this?
>>>
>>> Steve
>>>  --
>>>
>>>
>>>  --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to orient-databa...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Best regards,
>> Andrey Lomakin.
>>
>> Orient Technologies
>> the Company behind OrientDB
>>
>>   --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [orientdb] .wal files are filling up my disk

2014-01-24 Thread Rob Gratz

Now that 2.0 is being pushed out, is there anyway this could be put into a 
sooner release.  We have some customers who've built up 30GB of wal files.  
Telling them they have to reboot their system is not a very attractive 
solution for them.

Thanks.

On Monday, December 9, 2013 5:20:10 AM UTC-6, Andrey Lomakin wrote:
>
> Oh guys sorry,
> It is partially fixed in 1.6.2 and will be fixed in 2.0, when write ahead 
> log will be automatically truncated.
>
>
> On Mon, Dec 9, 2013 at 1:05 PM, Sylvain Spinelli 
> 
> > wrote:
>
>>  up.
>> Seems an annoying issue for us before we plan to migrate from local to 
>> plocal.
>>  What are the plans on this point ?
>>  
>> Sylvain
>>
>>
>> Le 04/12/2013 22:43, StevenTomer a écrit :
>>
>>  I'm using a database with plocal storage, and the .wal files created in 
>> the database directory are starting to pile up (12 GB).  There's about 350 
>> of them right now.
>>
>> Is this expected?  It seems like they should be cleaned up.
>>
>> What can I do to minimize this?
>>
>> Steve
>>  --  
>>
>>
>>  -- 
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OrientDB" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to orient-databa...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
> 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.