Closed ghost closed 6 years ago
I can't get turbine aggregate result .
curl "http://localhost:8080/turbine.stream?cluster=springcloud-discovery" #result: : ping data: {"reportingHostsLast10Seconds":0,"name":"meta","type":"meta","timestamp":1522397577357} : ping : ping data: {"reportingHostsLast10Seconds":0,"name":"meta","type":"meta","timestamp":1522397581357}
springboot version is 1.5.9 . Ither configuration as follow:
# pom.xml <properties> <java.version>1.8</java.version> <spring-cloud.version>Edgware.SR3</spring-cloud.version> </properties> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-consul-discovery</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix-turbine</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId> </dependency> </dependencies>
#bootstrap.xml turbine: aggregator: clusterConfig: springcloud-discovery app-config: springcloud-discovery
curl "http://server-a:port/hystrix.stream" #result: data: {"type":"HystrixCommand","name":"IRedis#set(UserOut)","group":"springcloud-register","currentTime":1522397568119,"isCircuitBreakerOpen":false,"errorPercentage":0,"errorCount":0,"requestCount":139,"rollingCountBadRequests":0,"rollingCountCollapsedRequests":0,"rollingCountEmit":0,"rollingCountExceptionsThrown":0,"rollingCountFailure":0,"rollingCountFallbackEmit":0,"rollingCountFallbackFailure":0,"rollingCountFallbackMissing":0,"rollingCountFallbackRejection":0,"rollingCountFallbackSuccess":0,"rollingCountResponsesFromCache":0,"rollingCountSemaphoreRejected":0,"rollingCountShortCircuited":0,"rollingCountSuccess":139,"rollingCountThreadPoolRejected":0,"rollingCountTimeout":0,"currentConcurrentExecutionCount":0,"rollingMaxConcurrentExecutionCount":1,"latencyExecute_mean":2,"latencyExecute":{"0":1,"25":2,"50":2,"75":3,"90":3,"95":3,"99":4,"99.5":4,"100":33},"latencyTotal_mean":2,"latencyTotal":{"0":1,"25":2,"50":2,"75":3,"90":3,"95":3,"99":4,"99.5":4,"100":33},"propertyValue_circuitBreakerRequestVolumeThreshold":20,"propertyValue_circuitBreakerSleepWindowInMilliseconds":5000,"propertyValue_circuitBreakerErrorThresholdPercentage":50,"propertyValue_circuitBreakerForceOpen":false,"propertyValue_circuitBreakerForceClosed":false,"propertyValue_circuitBreakerEnabled":true,"propertyValue_executionIsolationStrategy":"THREAD","propertyValue_executionIsolationThreadTimeoutInMilliseconds":1000,"propertyValue_executionTimeoutInMilliseconds":1000,"propertyValue_executionIsolationThreadInterruptOnTimeout":true,"propertyValue_executionIsolationThreadPoolKeyOverride":null,"propertyValue_executionIsolationSemaphoreMaxConcurrentRequests":10,"propertyValue_fallbackIsolationSemaphoreMaxConcurrentRequests":10,"propertyValue_metricsRollingStatisticalWindowInMilliseconds":10000,"propertyValue_requestCacheEnabled":true,"propertyValue_requestLogEnabled":true,"reportingHosts":1,"threadPool":"springcloud-register"} data: {"type":"HystrixCommand","name":"IProperties#simple()","group":"springcloud-register","currentTime":1522397568119,"isCircuitBreakerOpen":false,"errorPercentage":0,"errorCount":0,"requestCount":139,"rollingCountBadRequests":0,"rollingCountCollapsedRequests":0,"rollingCountEmit":0,"rollingCountExceptionsThrown":0,"rollingCountFailure":0,"rollingCountFallbackEmit":0,"rollingCountFallbackFailure":0,"rollingCountFallbackMissing":0,"rollingCountFallbackRejection":0,"rollingCountFallbackSuccess":0,"rollingCountResponsesFromCache":0,"rollingCountSemaphoreRejected":0,"rollingCountShortCircuited":0,"rollingCountSuccess":138,"rollingCountThreadPoolRejected":0,"rollingCountTimeout":0,"currentConcurrentExecutionCount":0,"rollingMaxConcurrentExecutionCount":1,"latencyExecute_mean":1,"latencyExecute":{"0":0,"25":1,"50":1,"75":1,"90":2,"95":2,"99":3,"99.5":3,"100":55},"latencyTotal_mean":1,"latencyTotal":{"0":0,"25":1,"50":1,"75":1,"90":2,"95":2,"99":3,"99.5":3,"100":55},"propertyValue_circuitBreakerRequestVolumeThreshold":20,"propertyValue_circuitBreakerSleepWindowInMilliseconds":5000,"propertyValue_circuitBreakerErrorThresholdPercentage":50,"propertyValue_circuitBreakerForceOpen":false,"propertyValue_circuitBreakerForceClosed":false,"propertyValue_circuitBreakerEnabled":true,"propertyValue_executionIsolationStrategy":"THREAD","propertyValue_executionIsolationThreadTimeoutInMilliseconds":1000,"propertyValue_executionTimeoutInMilliseconds":1000,"propertyValue_executionIsolationThreadInterruptOnTimeout":true,"propertyValue_executionIsolationThreadPoolKeyOverride":null,"propertyValue_executionIsolationSemaphoreMaxConcurrentRequests":10,"propertyValue_fallbackIsolationSemaphoreMaxConcurrentRequests":10,"propertyValue_metricsRollingStatisticalWindowInMilliseconds":10000,"propertyValue_requestCacheEnabled":true,"propertyValue_requestLogEnabled":true,"reportingHosts":1,"threadPool":"springcloud-register"}
In turbine 's project ,I can get some debug messages when I run it .debug message as follow:
2018-03-30 16:19:41`dealer.arch`turbine-web`DEBUG`org.apache.http.impl.conn.Wire.wire(Wire.java:87)` << "data: {"type":"HystrixCommand","name":"IProperties#map()","group":"springcloud-register","currentTime":1522397659618,"isCircuitBreakerOpen":false,"errorPercentage":0,"errorCount":0,"requestCount":142,"rollingCountBadRequests":0,"rollingCountCollapsedRequests":0,"rollingCountEmit":0,"rollingCountExceptionsThrown":0,"rollingCountFailure":0,"rollingCountFallbackEmit":0,"rollingCountFallbackFailure":0,"rollingCountFallbackMissing":0,"rollingCountFallbackRejection":"` 2018-03-30 16:19:41`dealer.arch`turbine-web`DEBUG`org.apache.http.impl.conn.Wire.wire(Wire.java:73)` << "0,"rollingCountFallbackSuccess":0,"rollingCountResponsesFromCache":0,"rollingCountSemaphoreRejected":0,"rollingCountShortCircuited":0,"rollingCountSuccess":142,"rollingCountThreadPoolRejected":0,"rollingCountTimeout":0,"currentConcurrentExecutionCount":0,"rollingMaxConcurrentExecutionCount":1,"latencyExecute_mean":1,"latencyExecute":{"0":0,"25":1,"50":1,"75":1,"90":2,"95":2,"99":2,"99.5":2,"100":3},"latencyTotal_mean":1,"latencyTotal":{"0":0,"25":1,"50":1,"75":1,"90":2,"95":2,"99":2,"99.5":2,"100":3},"propertyValue_circuitBreakerRequestVolumeThreshold":20,"propertyValue_circuitBreakerSleepWindowInMilliseconds":5000,"propertyValue_circuitBreakerErrorThresholdPercentage":50,"propertyValue_circuitBreakerForceOpen":false,"propertyValue_circuitBreakerForceClosed":false,"propertyValue_circuitBreakerEnabled":true,"propertyValue_executionIsolationStrategy":"THREAD","propertyValue_executionIsolationThreadTimeoutInMilliseconds":1000,"propertyValue_executionTimeoutInMilliseconds":1000,"propertyValue_executionIsolationThreadInterruptOnTimeout":true,"propertyValue_executionIsolationThreadPoolKeyOverride":null,"propertyValue_executionIsolationSemaphoreMaxConcurrentRequests":10,"propertyValue_fallbackIsolationSemaphoreMaxConcurrentRequests":10,"propertyValue_metricsRollingStatisticalWindowInMilliseconds":10000,"propertyValue_requestCacheEnabled":true,"propertyValue_requestLogEnabled":true,"reportingHosts":1,"threadPool":"springcloud-register"}[\n]"`
I solved it. The reason is turbine server and hystrix.stream servers 's time are inconsistent
I can't get turbine aggregate result .
1.configuration
springboot version is 1.5.9 . Ither configuration as follow:
2.server-a&server-b 's hystix.stream
3. other appearances
In turbine 's project ,I can get some debug messages when I run it .debug message as follow: