You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2011/09/08 23:00:09 UTC

[jira] [Created] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Coordinator purging does not delete TIMEDOUT & DISCARDED actions
----------------------------------------------------------------

                 Key: OOZIE-419
                 URL: https://issues.apache.org/jira/browse/OOZIE-419
             Project: Oozie
          Issue Type: Bug
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur


The where clause is missing those status.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by Roman Shaposhnik <rv...@apache.org>.
On Thu, Sep 8, 2011 at 5:20 PM, Alejandro Abdelnur <tu...@cloudera.com> wrote:
>> > For now comments in the JIRA?
>>
>> That seems to be the Apache way. It keeps a track record at least. That's
>> why
>> I don't like review board -- it keeps the review thread on the side.
>>
>
> Not comfortable with distributed systems?  :)

If they are of the eventually inconsistent kind -- I'm not just uncomfortable,
but downright terrified ;-)

Thanks,
Roman.

Re: [jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
> > For now comments in the JIRA?
>
> That seems to be the Apache way. It keeps a track record at least. That's
> why
> I don't like review board -- it keeps the review thread on the side.
>

Not comfortable with distributed systems?  :)

Re: [jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by Roman Shaposhnik <rv...@apache.org>.
On Thu, Sep 8, 2011 at 5:14 PM, Alejandro Abdelnur <tu...@cloudera.com> wrote:
> yes, we should, and also we have to modify the JIRA project workflow to have
> patch available status.

That is useful but not strictly speaking necessary for code review.

> For now comments in the JIRA?

That seems to be the Apache way. It keeps a track record at least. That's why
I don't like review board -- it keeps the review thread on the side.

Thanks,
Roman.

Re: [jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
yes, we should, and also we have to modify the JIRA project workflow to have
patch available status.

For now comments in the JIRA?


On Thu, Sep 8, 2011 at 4:56 PM, Angelo K. Huang <an...@gmail.com>wrote:

> Are we using code-review or not? I know code-review is not ready. But how
> do
> we comment on the patch?
>
> --angelo
>
> On Thu, Sep 8, 2011 at 2:28 PM, Alejandro Abdelnur (JIRA)
> <ji...@apache.org>wrote:
>
> >
> >    [
> >
> https://issues.apache.org/jira/browse/OOZIE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100711#comment-13100711
> ]
> >
> > Alejandro Abdelnur commented on OOZIE-419:
> > ------------------------------------------
> >
> > v1 patch, includes TIMEDOUT & DISCARDED in the where clause for purging
> > coord actions
> >
> > > Coordinator purging does not delete TIMEDOUT & DISCARDED actions
> > > ----------------------------------------------------------------
> > >
> > >                 Key: OOZIE-419
> > >                 URL: https://issues.apache.org/jira/browse/OOZIE-419
> > >             Project: Oozie
> > >          Issue Type: Bug
> > >            Reporter: Alejandro Abdelnur
> > >            Assignee: Alejandro Abdelnur
> > >         Attachments: OOZIE-419v1.patch
> > >
> > >
> > > The where clause is missing those status.
> >
> > --
> > This message is automatically generated by JIRA.
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >
> >
> >
>

Re: [jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by "Angelo K. Huang" <an...@gmail.com>.
Are we using code-review or not? I know code-review is not ready. But how do
we comment on the patch?

--angelo

On Thu, Sep 8, 2011 at 2:28 PM, Alejandro Abdelnur (JIRA)
<ji...@apache.org>wrote:

>
>    [
> https://issues.apache.org/jira/browse/OOZIE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100711#comment-13100711]
>
> Alejandro Abdelnur commented on OOZIE-419:
> ------------------------------------------
>
> v1 patch, includes TIMEDOUT & DISCARDED in the where clause for purging
> coord actions
>
> > Coordinator purging does not delete TIMEDOUT & DISCARDED actions
> > ----------------------------------------------------------------
> >
> >                 Key: OOZIE-419
> >                 URL: https://issues.apache.org/jira/browse/OOZIE-419
> >             Project: Oozie
> >          Issue Type: Bug
> >            Reporter: Alejandro Abdelnur
> >            Assignee: Alejandro Abdelnur
> >         Attachments: OOZIE-419v1.patch
> >
> >
> > The where clause is missing those status.
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>

[jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100688#comment-13100688 ] 

Alejandro Abdelnur commented on OOZIE-419:
------------------------------------------

this affects 2.3.2

> Coordinator purging does not delete TIMEDOUT & DISCARDED actions
> ----------------------------------------------------------------
>
>                 Key: OOZIE-419
>                 URL: https://issues.apache.org/jira/browse/OOZIE-419
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> The where clause is missing those status.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur updated OOZIE-419:
-------------------------------------

    Attachment: OOZIE-419v1.patch

> Coordinator purging does not delete TIMEDOUT & DISCARDED actions
> ----------------------------------------------------------------
>
>                 Key: OOZIE-419
>                 URL: https://issues.apache.org/jira/browse/OOZIE-419
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>         Attachments: OOZIE-419v1.patch
>
>
> The where clause is missing those status.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-419) Coordinator purging does not delete TIMEDOUT & DISCARDED actions

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100711#comment-13100711 ] 

Alejandro Abdelnur commented on OOZIE-419:
------------------------------------------

v1 patch, includes TIMEDOUT & DISCARDED in the where clause for purging coord actions

> Coordinator purging does not delete TIMEDOUT & DISCARDED actions
> ----------------------------------------------------------------
>
>                 Key: OOZIE-419
>                 URL: https://issues.apache.org/jira/browse/OOZIE-419
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>         Attachments: OOZIE-419v1.patch
>
>
> The where clause is missing those status.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira