Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CacheTest.testCache failed #2492

Closed
diecui1202 opened this issue Sep 12, 2018 · 1 comment
Closed

CacheTest.testCache failed #2492

diecui1202 opened this issue Sep 12, 2018 · 1 comment
Labels
help wanted Everything needs help from contributors
Milestone

Comments

@diecui1202
Copy link

diecui1202 commented Sep 12, 2018

JDK8

Tests in error: 
  CacheTest.testCache:101->testCache:81 » Rpc Invoke remote method timeout. meth...

Tests run: 263, Failures: 0, Errors: 1, Skipped: 2

Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.454 sec <<< FAILURE! - in org.apache.dubbo.config.cache.CacheTest
testCache(org.apache.dubbo.config.cache.CacheTest)  Time elapsed: 2.441 sec  <<< ERROR!
org.apache.dubbo.rpc.RpcException: Invoke remote method timeout. method: findCache, provider: dubbo://127.0.0.1:29582/org.apache.dubbo.config.cache.CacheService?application=cache-consumer&cache=true&dubbo=2.0.2&findCache.cache=lru&interface=org.apache.dubbo.config.cache.CacheService&methods=findCache&pid=4807&register.ip=172.17.0.9&scope=remote&side=consumer&timestamp=1536716680587, cause: Waiting server-side response timeout. start time: 2018-09-12 01:44:40.983, end time: 2018-09-12 01:44:42.961, client elapsed: 0 ms, server elapsed: 1978 ms, timeout: 1000 ms, request: Request [id=27, version=2.0.2, twoway=true, event=false, broken=false, data=RpcInvocation [methodName=findCache, parameterTypes=[class java.lang.String], arguments=[17], attachments={path=org.apache.dubbo.config.cache.CacheService, interface=org.apache.dubbo.config.cache.CacheService, version=0.0.0}]], channel: /172.17.0.9:38182 -> /172.17.0.9:29582
	at org.apache.dubbo.config.cache.CacheTest.testCache(CacheTest.java:81)
	at org.apache.dubbo.config.cache.CacheTest.testCache(CacheTest.java:101)
Caused by: org.apache.dubbo.remoting.TimeoutException: Waiting server-side response timeout. start time: 2018-09-12 01:44:40.983, end time: 2018-09-12 01:44:42.961, client elapsed: 0 ms, server elapsed: 1978 ms, timeout: 1000 ms, request: Request [id=27, version=2.0.2, twoway=true, event=false, broken=false, data=RpcInvocation [methodName=findCache, parameterTypes=[class java.lang.String], arguments=[17], attachments={path=org.apache.dubbo.config.cache.CacheService, interface=org.apache.dubbo.config.cache.CacheService, version=0.0.0}]], channel: /172.17.0.9:38182 -> /172.17.0.9:29582
	at org.apache.dubbo.config.cache.CacheTest.testCache(CacheTest.java:81)
	at org.apache.dubbo.config.cache.CacheTest.testCache(CacheTest.java:101)

The log is: https://api.travis-ci.org/v3/job/427482504/log.txt

@diecui1202 diecui1202 added help wanted Everything needs help from contributors type/suspicious labels Sep 12, 2018
@diecui1202
Copy link
Author

I've check the code, it uses dubbo protocol. Maybe injvm is more suitable ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Everything needs help from contributors
Projects
None yet
Development

No branches or pull requests

1 participant