You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/12/02 15:34:25 UTC

[GitHub] [geode] jdeppe-pivotal opened a new pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

jdeppe-pivotal opened a new pull request #5804:
URL: https://github.com/apache/geode/pull/5804


   Thank you for submitting a contribution to Apache Geode.
   
   In order to streamline the review of the contribution we ask you
   to ensure the following steps have been taken:
   
   ### For all changes:
   - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
   
   - [ ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)?
   
   - [ ] Is your initial contribution a single, squashed commit?
   
   - [ ] Does `gradlew build` run cleanly?
   
   - [ ] Have you written or updated unit tests to verify your changes?
   
   - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
   
   ### Note:
   Please ensure that once the PR is submitted, check Concourse for build issues and
   submit an update to your PR as soon as possible. If you need help, please send an
   email to dev@geode.apache.org.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] raviagarwal7 edited a comment on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
raviagarwal7 edited a comment on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-746073651


   @jdeppe-pivotal 1.15.1 of test containers is out. Did it fix the issue for you?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jdeppe-pivotal commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
jdeppe-pivotal commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-746409663


   Thanks for letting me know - we'll try it out shortly and update you.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jdeppe-pivotal commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
jdeppe-pivotal commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-746446587


   @raviagarwal7 @bsideup Got to that a bit quicker than expected, but unfortunately it looks like the problem still exists. I think the relevant stuck thread is this (from the Gradle Worker):
   ```
   "Test worker" #21 prio=5 os_prio=0 cpu=754036.51ms elapsed=755.22s tid=0x00007fc604b9e800 nid=0x810 runnable  [0x00007fc5dd1c7000]
      java.lang.Thread.State: RUNNABLE
           at org.testcontainers.shaded.okio.Buffer.readHexadecimalUnsignedLong(Buffer.java:541)
           at org.testcontainers.shaded.okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:321)
           at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.java:492)
           at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.java:471)
           at org.testcontainers.shaded.okhttp3.internal.Util.skipAll(Util.java:204)
           at org.testcontainers.shaded.okhttp3.internal.Util.discard(Util.java:186)
           at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.close(Http1ExchangeCodec.java:511)
           at org.testcontainers.shaded.okio.ForwardingSource.close(ForwardingSource.java:43)
           at org.testcontainers.shaded.okhttp3.internal.connection.Exchange$ResponseBodySource.close(Exchange.java:313)
           at org.testcontainers.shaded.okio.RealBufferedSource.close(RealBufferedSource.java:476)
           at org.testcontainers.shaded.okhttp3.internal.Util.closeQuietly(Util.java:139)
           at org.testcontainers.shaded.okhttp3.ResponseBody.close(ResponseBody.java:192)
           at org.testcontainers.shaded.okhttp3.Response.close(Response.java:290)
           at org.testcontainers.shaded.com.github.dockerjava.okhttp.OkDockerHttpClient$OkResponse.close(OkDockerHttpClient.java:285)
           at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$null$0(DefaultInvocationBuilder.java:272)
           at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder$$Lambda$194/0x00000008408f8440.close(Unknown Source)
           at com.github.dockerjava.api.async.ResultCallbackTemplate.close(ResultCallbackTemplate.java:77)
           at org.testcontainers.utility.ResourceReaper.start(ResourceReaper.java:202)
           at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:205)
           - locked <0x00000000fd61ef50> (a [Ljava.lang.Object;)
           at org.testcontainers.LazyDockerClient.getDockerClient(LazyDockerClient.java:14)
           at org.testcontainers.LazyDockerClient.authConfig(LazyDockerClient.java:12)
           at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:310)
           at org.apache.geode.NativeRedisTestRule$1.evaluate(NativeRedisTestRule.java:63)
           at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
           at org.junit.rules.RunRules.evaluate(RunRules.java:20)
           at org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:38)
           at org.junit.rules.RunRules.evaluate(RunRules.java:20)
           at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
           at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
           at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
           at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
           at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
           at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
           at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@11.0.4/Native Method)
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@11.0.4/NativeMethodAccessorImpl.java:62)
           at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@11.0.4/DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(java.base@11.0.4/Method.java:566)
           at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
           at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
           at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
           at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
           at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
           at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@11.0.4/Native Method)
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@11.0.4/NativeMethodAccessorImpl.java:62)
           at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@11.0.4/DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(java.base@11.0.4/Method.java:566)
           at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
           at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
           at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:175)
           at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)
           at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
           at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
           at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@11.0.4/ThreadPoolExecutor.java:1128)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@11.0.4/ThreadPoolExecutor.java:628)
           at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
           at java.lang.Thread.run(java.base@11.0.4/Thread.java:834)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jdeppe-pivotal commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
jdeppe-pivotal commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-738121147


   @bsideup Will do - I'll watch out for it.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] bsideup commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
bsideup commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-737756772


   @jdeppe-pivotal could you please clarify why you had to downgrade? :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] raviagarwal7 commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
raviagarwal7 commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-746508654


   thanks, @jdeppe-pivotal. I am also seeing this issue after upgrading to 1.15.1 with the same stacktrace.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] raviagarwal7 commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
raviagarwal7 commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-746073651


   @bsideup 1.15.1 of test containers is out. Did it fix the issue for you?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jdeppe-pivotal commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
jdeppe-pivotal commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-738033235


   @bsideup Sure - I believe we started running into this issue: https://github.com/testcontainers/testcontainers-java/issues/3531 once we upgraded to `1.15.0`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] bsideup commented on pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
bsideup commented on pull request #5804:
URL: https://github.com/apache/geode/pull/5804#issuecomment-738050602


   @jdeppe-pivotal thanks! We will release 1.15.1 soon that updates docker-java with some changes to Socket read operations, I hope it will solve this issue, so please give it a try once released! :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jdeppe-pivotal merged pull request #5804: GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3

Posted by GitBox <gi...@apache.org>.
jdeppe-pivotal merged pull request #5804:
URL: https://github.com/apache/geode/pull/5804


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org