> On July 14, 2015, 8:26 a.m., Srikanth Sundarrajan wrote:
> > core/src/main/java/org/apache/oozie/action/callback/CallBackActionExecutor.java,
> >  line 200
> > <https://reviews.apache.org/r/36123/diff/1-2/?file=997893#file997893line200>
> >
> >     There can be other params present here. Check for 2 elements may not be 
> > appropriate

I am spliting it with "?" and then checking the length, In what condition url 
can have more than one "?". I am also assuming this will have the queue/topic 
along with url only.


> On July 14, 2015, 8:26 a.m., Srikanth Sundarrajan wrote:
> > core/src/main/java/org/apache/oozie/action/callback/CallBackActionExecutor.java,
> >  line 62
> > <https://reviews.apache.org/r/36123/diff/1-2/?file=997893#file997893line62>
> >
> >     rename to CALLBACK_ACTION_TIMEOUT_MS and also rename the conf value to 
> > include ms

As it handle Seconds , I am changing it to CALLBACK_ACTION_TIMEOUT_SECONDS


- Jaydeep


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36123/#review91593
-----------------------------------------------------------


On July 9, 2015, 11:51 a.m., Jaydeep Vishwakarma wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/36123/
> -----------------------------------------------------------
> 
> (Updated July 9, 2015, 11:51 a.m.)
> 
> 
> Review request for oozie.
> 
> 
> Bugs: OOZIE-2259
>     https://issues.apache.org/jira/browse/OOZIE-2259
> 
> 
> Repository: oozie-git
> 
> 
> Description
> -------
> 
> Adding callback as an action, It have support for HTTP and JMS server. Not 
> covering Excecutor level queue, I will create a separate jira for it.
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/oozie/cli/OozieCLI.java c381432 
>   client/src/main/resources/callback-action-0.1.xsd PRE-CREATION 
>   
> core/src/main/java/org/apache/oozie/action/callback/CallBackActionExecutor.java
>  PRE-CREATION 
>   core/src/main/java/org/apache/oozie/action/callback/JMSNotification.java 
> PRE-CREATION 
>   core/src/main/java/org/apache/oozie/service/CallBackActionService.java 
> PRE-CREATION 
>   core/src/main/resources/oozie-default.xml 4dc127e 
>   
> core/src/test/java/org/apache/oozie/action/callback/TestCallBackActionExecutor.java
>  PRE-CREATION 
>   docs/src/site/twiki/DG_CallbackActionExtension.twiki PRE-CREATION 
>   docs/src/site/twiki/DG_CommandLineTool.twiki 9494b22 
>   docs/src/site/twiki/index.twiki 8591530 
> 
> Diff: https://reviews.apache.org/r/36123/diff/
> 
> 
> Testing
> -------
> 
> Done, 
> Will add more test cases.
> 
> 
> Thanks,
> 
> Jaydeep Vishwakarma
> 
>

Reply via email to