Re: Storm Windowing

2019-06-04 Thread P. Taylor Goetz
Hi Vibhatha,

What version of Storm are you using?

-Taylor

> On Jun 4, 2019, at 3:25 PM, Vibhatha Abeykoon  wrote:
> 
> Vibhatha


Storm Windowing

2019-06-04 Thread Vibhatha Abeykoon
Hi,

I am Vibhatha, a PhD student at Indiana University Bloomington.
I am a Storm user and I am also developing some features on top of Apache
windowing APIs
I have a question regarding the Time Eviction policy related to Watermarks.

I tried to run some examples and I came across a place where the
WatermarkTimeEvictionPolicy
evict method is not called.

The main reason is the event messages added to the queue variable in the
window manager checks whether the vent is a watermark event or not. In case
of a watermark event, it doesn't add this to the queue. And the place where
the eviction policy is called, it only called when the queue has elements
in it. I am not sure whether I am not understanding the code base right.
Could you please help me to understand, how the WatermarkEvictionPolicy is
called? Thanks a lot for your time.


With Regards,
Vibhatha Abeykoon,
Research Assistant,
Intelligent Systems Engineering,
Indiana University Bloomington,
Cell : +1-812-955-1394
Web: https://www.vibhatha.org



[GitHub] [storm] srdo merged pull request #3019: [STORM-3402] Use Maven checkstyle and PMD plugins during build

2019-06-04 Thread GitBox
srdo merged pull request #3019: [STORM-3402] Use Maven checkstyle and PMD 
plugins during build
URL: https://github.com/apache/storm/pull/3019
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [storm] Ethanlm edited a comment on issue #3012: Clarify error message when TGT has problems

2019-06-04 Thread GitBox
Ethanlm edited a comment on issue #3012: Clarify error message when TGT has 
problems
URL: https://github.com/apache/storm/pull/3012#issuecomment-498793980
 
 
   Could you please prepend "MINOR" to the commit message and summary? For 
example https://github.com/apache/storm/pull/2946/commits I will then merge it


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [storm] Ethanlm commented on issue #3012: Clarify error message when TGT has problems

2019-06-04 Thread GitBox
Ethanlm commented on issue #3012: Clarify error message when TGT has problems
URL: https://github.com/apache/storm/pull/3012#issuecomment-498793980
 
 
   Could you please prepend "MINOR" to the commit message and summary? For 
example https://github.com/apache/storm/pull/2946/commits


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [storm] Ethanlm merged pull request #3011: STORM-3395 Fix Placeholder Topology page components show task counts

2019-06-04 Thread GitBox
Ethanlm merged pull request #3011: STORM-3395 Fix Placeholder Topology page 
components show task counts
URL: https://github.com/apache/storm/pull/3011
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [storm] Ethanlm commented on issue #3011: STORM-3395 Fix Placeholder Topology page components show task counts

2019-06-04 Thread GitBox
Ethanlm commented on issue #3011: STORM-3395 Fix Placeholder Topology page 
components show task counts
URL: https://github.com/apache/storm/pull/3011#issuecomment-498791267
 
 
   All the build passed except
   ``` 
   9968.10
   JDK: openjdk11 Java
   MODULES=Integration-Test
32 min 1 sec
   ```
   Should be unrelated. Merging it


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: Storm 2.0 Maven Artifacts

2019-06-04 Thread P. Taylor Goetz
My bad. I missed a button click in repository.a.o. Just released now, should be 
available in at most 24 hrs.

-TAylor

> On Jun 3, 2019, at 8:59 PM, Roshan Naik  wrote:
> 
> Does this mean that the artifacts were not been pushed to the mvn repo ? Or 
> do we just need to wait for the artifacts to show up there .. and if so how 
> long ? 
> -roshan
> 
> 
> 
> 
> 
> On Monday, June 3, 2019, 9:33:44 AM PDT, Stig Rohde Døssing 
>  wrote: 
> 
> 
> 
> No, I think you are right. It doesn't look like the 2.0.0 artifacts are
> present in Maven yet.
> 
> CC'ing to the dev list.
> 
> Den man. 3. jun. 2019 kl. 17.30 skrev Re'em Bensimhon :
> 
>> Hey everybody
>> 
>> I'm trying to test out the new Storm release (very exciting :-) but I'm
>> not managing to find the v2.0 artifacts for storm-client or storm-core in
>> any public maven repository.
>> 
>> https://repo.maven.apache.org/maven2/org/apache/storm/storm/
>> https://mvnrepository.com/artifact/org.apache.storm/storm
>> 
>> Am I missing something?
>> 
>> Re'em
>> 



[GitHub] [storm] Ethanlm commented on issue #3011: STORM-3395 Fix Placeholder Topology page components show task counts

2019-06-04 Thread GitBox
Ethanlm commented on issue #3011: STORM-3395 Fix Placeholder Topology page 
components show task counts
URL: https://github.com/apache/storm/pull/3011#issuecomment-498693479
 
 
   Could you please squash the commits? I can then merge it


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [storm] HeartSaVioR commented on issue #3016: [STORM-3404]KafkaOffsetLagUtil cant pull the offset correctly

2019-06-04 Thread GitBox
HeartSaVioR commented on issue #3016: [STORM-3404]KafkaOffsetLagUtil cant pull 
the offset correctly
URL: https://github.com/apache/storm/pull/3016#issuecomment-498546714
 
 
   Please also change target branch to master, as we track all the changes on 
master branch and port back to lower versions if needed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services