Re: Leap second coming up!

2015-04-23 Thread Ewen Cheslack-Postava
Not sure of the best solution, but a couple of ideas: * A lot of code is already setup to use the Time interface. You could use an modification of SystemTime that allows you to start at a specific timestamp. There aren't as many System.currentTimeMillis as I thought there would be so getting them

Re: Leap second coming up!

2015-04-23 Thread Gwen Shapira
Any ideas on how to simulate leap seconds on test environments? On Thu, Apr 23, 2015 at 7:51 PM, Ewen Cheslack-Postava wrote: > That sounds like a great candidate for a system test. > > > On Thu, Apr 23, 2015 at 7:48 PM, Gwen Shapira wrote: > >> Hi, >> >> Looks like we are getting a new leap sec

Re: Leap second coming up!

2015-04-23 Thread Ewen Cheslack-Postava
That sounds like a great candidate for a system test. On Thu, Apr 23, 2015 at 7:48 PM, Gwen Shapira wrote: > Hi, > > Looks like we are getting a new leap second on June 30. > > Is anyone planning on testing Kafka with leap seconds before it > happens in production? > > Gwen > -- Thanks, Ewe

Leap second coming up!

2015-04-23 Thread Gwen Shapira
Hi, Looks like we are getting a new leap second on June 30. Is anyone planning on testing Kafka with leap seconds before it happens in production? Gwen