Congratulations John,
Great work as always.
--
Mike Stolz
Principal Engineer, GemFire Product Lead
Mobile: +1-631-835-4771
On Mon, May 6, 2019 at 10:03 PM John Blum wrote:
> It is my pleasure to announce the first GA release of Spring Boot for
> Apache Geode (SBDG) 1.0.0.RELEASE.
>
> See the
I am pleased to announce the release of *Spring Boot for Apache Geode*
(SBDG) 1.1.0.M1.
See the official release announcement here:
https://spring.io/blog/2019/05/07/spring-boot-for-apache-geode-pivotal-gemfire-1-1-0-m1-released
The 1.1 Milestone 1 (M1) release primarily rebases SBDG on the lates
Hi,
Not sure if this is the right place to go, but the GemFire Extensions team
would like to be able to hijack into the Apache pipeline workers.
When attempting to access the workers, we get the following error:
fly -t apache hijack -u=
https://concourse.apachegeode-ci.info/teams/main/pipelines/
Why are you asking to hijack a worker? Workers do not perform any builds or
tests as all of this is offloaded to the heavy lifter VMs. These VMs are
transient and can’t be accessed after a job is complete.
-jake
> On May 7, 2019, at 3:28 PM, Scott Jewell wrote:
>
> Hi,
>
> Not sure if this
Hi Jacob,
The particular case I was interested in was to be able to
inspect member logs while tests were running.
We had a case where a long running test was occasionally hanging.
We wanted to be able peek at the logs in an attempt to determine
if the test was making progress or had hung.
It sou
I assume you’ve tied running the hanging test locally.
When the tests time out in the CI there should be a stackdump file that is
collected and uploaded into GCS. The link to download it is at the end of the
job. Have you checked this file?
-Jake
> On May 7, 2019, at 4:16 PM, Scott Jewell wr