Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread A V Mahesh
; > Regards, Vu. > > >> -Original Message- >> From: A V Mahesh [mailto:mahesh.va...@oracle.com] >> Sent: Thursday, May 26, 2016 5:08 PM >> To: Vu Minh Nguyen; opensaf-devel@lists.sourceforge.net >> Subject: Re: [devel] [PATCH 1 of 1] log: fix log file sizes

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread Vu Minh Nguyen
;To: Vu Minh Nguyen; opensaf-devel@lists.sourceforge.net >Subject: Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot >open [#1851] > >Hi Vu, > >Similar result are observed on today's staging changeset: 7667 WITH & >WITH-OUT this patch >so this

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread A V Mahesh
, please send me the log trace? > > Regards, Vu. > > >> -Original Message- >> From: A V Mahesh [mailto:mahesh.va...@oracle.com] >> Sent: Thursday, May 26, 2016 3:47 PM >> To: opensaf-devel@lists.sourceforge.net >> Subject: Re: [devel] [PATCH 1 of 1] log: fix log fil

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread Vu Minh Nguyen
get failed, please send me the log trace? Regards, Vu. >-Original Message- >From: A V Mahesh [mailto:mahesh.va...@oracle.com] >Sent: Thursday, May 26, 2016 3:47 PM >To: opensaf-devel@lists.sourceforge.net >Subject: Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rap

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread A V Mahesh
Hi Vu, With this patch i am seeing considerble erros for `/usr/bin/logtest` Note : I am usng 5.0 GA release with changeset:7606 with log service tickets #1789, #1805 , #1807 Am I missing any other critical patch on top of changeset:7606 ? Test Result: Total: 205 Passed:

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread Mathivanan Naickan Palanivelu
ACK, b.t.w Mathi. > -Original Message- > From: Mathivanan Naickan Palanivelu > Sent: Thursday, May 26, 2016 1:20 PM > To: Vu Minh Nguyen; lennart.l...@ericsson.com > Cc: opensaf-devel@lists.sourceforge.net > Subject: Re: [devel] [PATCH 1 of 1] log: fix log file size

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread Mathivanan Naickan Palanivelu
Is the problem (i.e. escalation of offset to a big value) dependent on machine(arch/toolchain) or is it observed on all machines(always)? Mathi. > -Original Message- > From: Mathivanan Naickan Palanivelu [mailto:mathi.naic...@oracle.com] > Sent: Thursday, May 26, 2016 1:16 PM > To: 'Vu

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread Mathivanan Naickan Palanivelu
Hi Vu, Would you be knowing the steps to reproduce this problem? Thanks, Mathi. > -Original Message- > From: Vu Minh Nguyen [mailto:vu.m.ngu...@dektech.com.au] > Sent: Thursday, May 26, 2016 7:48 AM > To: Mathivanan Naickan Palanivelu; lennart.l...@ericsson.com > Cc: opensaf-devel@lists.

Re: [devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-26 Thread Lennart Lund
Ack Thanks Lennart > -Original Message- > From: Vu Minh Nguyen [mailto:vu.m.ngu...@dektech.com.au] > Sent: den 26 maj 2016 04:18 > To: mathi.naic...@oracle.com; Lennart Lund > Cc: opensaf-devel@lists.sourceforge.net > Subject: [PATCH 1 of 1] log: fix log file sizes grow rapidly and canno

[devel] [PATCH 1 of 1] log: fix log file sizes grow rapidly and cannot open [#1851]

2016-05-25 Thread Vu Minh Nguyen
osaf/services/saf/logsv/lgs/lgs_filehdl.cc | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Not convert `offset` data to `off_t` when passing to `lseek`, causing the `offset` value is an big big number. This patch does convert `offset` value to `off_t` type. diff --git a/osaf/servi