LookupLocator - deprecation of Discovery V1

2014-06-24 Thread Peter Firmstone
Presently, LookupLocator's method getRegistrar, discovers a lookup service, using Discovery V1 only. ConstrainableLookupLocator overrides the getRegistrar method and can perform Discovery V1 or V2. As a first step, in ensuring maximum compatibility, I'd like to propose changing LookupLocator

Re: LookupLocator - deprecation of Discovery V1

2014-06-24 Thread Greg Trasuk
ConstrainableLookupLocator is already a compatible replacement for LookupLocator. Just mark LookupLocator as deprecated and don’t waste any time on it. We might want to think about changing Reggie so it defaults to DiscoveryV2. Right now v1 is the default. Greg Trasuk. On Jun 24, 2014, at

Re: [concurrency-interest] Deadlock

2014-06-24 Thread Peter Firmstone
Interesting coincidence, I'll go over the recent discussion to familiarise myself. Thanks, Peter. - Original message - > [+openjdk mailing lists] > > > Yeah, I'm trying to excise all the networking code from TLR and > SplittableRandom. > > There is also likely to be a missing wrappi