Re: Intend to backport OAK-7837

2018-10-24 Thread Andrei Dulceanu
+1 On Wed, Oct 24, 2018 at 2:50 PM Francesco Mari wrote: > +1 > > On Wed, 24 Oct 2018 at 11:42, Michael Dürig wrote: > > > > > Hi, > > > > I intend to backport https://issues.apache.org/jira/browse/OAK-7837. > > This is a simple fix in tooling (oak-run check) preventing it from crash > > under

Re: Intend to backport OAK-7854

2018-10-24 Thread Andrei Dulceanu
+1 On Wed, Oct 24, 2018 at 2:50 PM Francesco Mari wrote: > +1 > > On Wed, 24 Oct 2018 at 11:46, Michael Dürig wrote: > > > > > Hi, > > > > I intend to backport https://issues.apache.org/jira/browse/OAK-7854. > > This issues adds and additional monitoring endpoint to detect the case > > where th

Re: Intend to backport OAK-7853

2018-10-24 Thread Andrei Dulceanu
+1 On Wed, Oct 24, 2018 at 2:50 PM Francesco Mari wrote: > +1 > > On Wed, 24 Oct 2018 at 11:41, Michael Dürig wrote: > > > > > Hi, > > > > I intend to backport https://issues.apache.org/jira/browse/OAK-7853. > > > > This fixes an issue that could cause data loss under rare circumstances. > > Th

Re: Intend to backport OAK-7837

2018-10-24 Thread Francesco Mari
+1 On Wed, 24 Oct 2018 at 11:42, Michael Dürig wrote: > > Hi, > > I intend to backport https://issues.apache.org/jira/browse/OAK-7837. > This is a simple fix in tooling (oak-run check) preventing it from crash > under certain circumstances. The fix is simple and the risk is low. > > Michael >

Re: Intend to backport OAK-7853

2018-10-24 Thread Francesco Mari
+1 On Wed, 24 Oct 2018 at 11:41, Michael Dürig wrote: > > Hi, > > I intend to backport https://issues.apache.org/jira/browse/OAK-7853. > > This fixes an issue that could cause data loss under rare circumstances. > The fix touches a critical core code of the segment store. However, > changes are

Re: Intend to backport OAK-7854

2018-10-24 Thread Francesco Mari
+1 On Wed, 24 Oct 2018 at 11:46, Michael Dürig wrote: > > Hi, > > I intend to backport https://issues.apache.org/jira/browse/OAK-7854. > This issues adds and additional monitoring endpoint to detect the case > where the flush thread fails. Although the fix affects the file store, > the changes a

Intend to backport OAK-7854

2018-10-24 Thread Michael Dürig
Hi, I intend to backport https://issues.apache.org/jira/browse/OAK-7854. This issues adds and additional monitoring endpoint to detect the case where the flush thread fails. Although the fix affects the file store, the changes are simple and low risk: addition of a timer update whenever the

Intend to backport OAK-7837

2018-10-24 Thread Michael Dürig
Hi, I intend to backport https://issues.apache.org/jira/browse/OAK-7837. This is a simple fix in tooling (oak-run check) preventing it from crash under certain circumstances. The fix is simple and the risk is low. Michael

Intend to backport OAK-7853

2018-10-24 Thread Michael Dürig
Hi, I intend to backport https://issues.apache.org/jira/browse/OAK-7853. This fixes an issue that could cause data loss under rare circumstances. The fix touches a critical core code of the segment store. However, changes are confined to code paths that are rarely executed and very limited.