RocksDB TTL not working

2016-03-10 Thread Rohit Bansal
Hi, My messages are not getting deleted even after I have mentioned 2000 ms as TTL in properties file. Do I need to add any other properties or make changes to any configuration for TTL to evict messages from db ? I can attach my task file and properties file if needed. -- Regards Rohit

Re: yarn UI not showing after succesfull installation

2016-03-10 Thread Rohit Bansal
hi, can I run samza project in local mode in IDE on Windows system? On Fri 11 Mar, 2016, 01:01 Jagadish Venkatraman, wrote: > Hi Manohar, > Thanks for getting back. For the benefit of others in the community, could > you please let us know what specific changes you did to the config in > Kafka,

Re: RocksDB TTL not working

2016-03-10 Thread Rohit Bansal
Thanks! > Navina > > On Thu, Mar 10, 2016 at 3:05 AM, Rohit Bansal > wrote: > > > Hi, > > > > My messages are not getting deleted even after I have mentioned 2000 ms > as > > TTL in properties file. Do I need to add any other properties or make > > cha

Need some clarifications - Newbie to samza

2016-03-10 Thread Rohit Bansal
( /metrics and others) ? may be these rest calls can be of some help. 2) Is it possible to look at rocksdb from outside the task or it can be accessed only from code of StreamTask implementation ? -- Regards Rohit Bansal +91-7838732062

Re: RocksDB TTL not working

2016-03-11 Thread Rohit Bansal
Time-to-Live. And the expired > records are removed during compaction. > > I wonder in your test case whether the compaction has ever happened. How > long did you wait to see whether records are gone or not? > > -Yi > > On Thu, Mar 10, 2016 at 9:50 PM, Rohit Bansal > wrot

Re: Need some clarifications - Newbie to samza

2016-03-11 Thread Rohit Bansal
context including task name and task ID. /am HashMap that represents information about containers and status. /config HashMap that represents the config. On Sat, Mar 12, 2016 at 1:11 AM, Yi Pan wrote: > Hi, Rohit, > > On Thu, Mar 10, 2016 at 9:53 PM, Rohit Bansal > wrote: > > >