Re: [Discussion] RFC to make Geode's working directory configurable

2020-10-06 Thread Jacob Barrett
Do we expect this to be used by production code or just test code? If this is going to be used by production code I am concerned with introducing another singleton class into the mix. We really want to be moving towards a non-singleton world where I can have more than one Cache in a JVM. For

Re: [Discussion] RFC to make Geode's working directory configurable

2020-10-06 Thread Jacob Barrett
I look for that myself a while back and couldn’t find anything either. On Oct 6, 2020, at 4:10 PM, Dale Emery mailto:dem...@vmware.com>> wrote: Hi Dan, I spent more than a week scouring Gradle docs and code for any way to give the parallel forks their own working directories. I couldn't find

Re: [Discussion] RFC to make Geode's working directory configurable

2020-10-06 Thread Anthony Baker
The plan around backwards compatibility makes sense to me. Anthony > On Oct 6, 2020, at 4:10 PM, Dale Emery wrote: > > Hi Dan, > > I spent more than a week scouring Gradle docs and code for any way to give > the parallel forks their own working directories. I couldn't find a way. At >

Re: [Discussion] RFC to make Geode's working directory configurable

2020-10-06 Thread Dale Emery
Hi Dan, I spent more than a week scouring Gradle docs and code for any way to give the parallel forks their own working directories. I couldn't find a way. At least, not through the public API. And I'm reluctant to rely on internal APIs, the way our docker and repeat tests do. If this

Re: [Discussion] RFC to make Geode's working directory configurable

2020-10-06 Thread Dan Smith
+1 Looks good to me. If this is just for tests, I suspect there is some gradle way to make parallel forks use different working directories. But having this option in the product doesn't seem like a bad idea. -Dan From: Dale Emery Sent: Tuesday, October 6,

[Discussion] RFC to make Geode's working directory configurable

2020-10-06 Thread Dale Emery
Hi all, I have submitted an RFC to make Geode’s working directory configurable: https://cwiki.apache.org/confluence/display/GEODE/Make+Geode%27s+Working+Directory+Configurable Please review it and comment by Oct 26. Cheers, Dale