Advertisement
Guest User

Untitled

a guest
Feb 12th, 2018
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.80 KB | None | 0 0
  1. Creating postgres ...
  2. Creating sidecar ...
  3. Creating sidecar
  4. Creating sidecar ... done
  5. Creating manager ...
  6. Creating manager ... done
  7. Attaching to postgres, sidecar, manager
  8. postgres    | The files belonging to this database system will be owned by user "postgres".
  9. postgres    | This user must also own the server process.
  10. postgres    |
  11. postgres    | The database cluster will be initialized with locale "en_US.utf8".
  12. postgres    | The default database encoding has accordingly been set to "UTF8".
  13. postgres    | The default text search configuration will be set to "english".
  14. postgres    |
  15. postgres    | Data page checksums are disabled.
  16. postgres    |
  17. manager     | Custom config does not exist
  18. manager     | Running Manager with:
  19. manager     | JAVA_OPTS=-Xmx256M -Xms256M
  20. postgres    | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  21. manager     | APP_OPTS=-Dapplication.grpcPort=9091 -Dapplication.port=9090 -Dsidecar.adminPort=8082 -Dsidecar.ingressPort=8080 -Dsidecar.egressPort=8081 -Dsidecar.host=sidecar -DopenTracing.zipkin.enabled=false -DopenTracing.zipkin.port=9411 -DopenTracing.zipkin.host=zipkin -Dmanager.advertisedHost=manager -Dmanager.advertisedPort=9091 -Ddatabase.jdbcUrl=jdbc:postgresql://postgres:5432/docker -Ddatabase.username=docker -Ddatabase.password=docker -DcloudDriver.docker.networkName=automation_hydronet -DdockerRepository.type=local -DmodelSources.local.name=local -DmodelSources.local.path=/models
  22. sidecar     | Configuration file generated
  23. postgres    | creating subdirectories ... ok
  24. sidecar     | {
  25. sidecar     |   "admin": {
  26. sidecar     |     "access_log_path": "/dev/stdout",
  27. postgres    | selecting default max_connections ... 100
  28. manager     | Archive:  /hydro-serving/app/lib/jffi-1.2.9-native.jar
  29. sidecar     |     "address": {
  30. postgres    | selecting default shared_buffers ... 128MB
  31. sidecar     |         "socket_address":{
  32. postgres    | selecting dynamic shared memory implementation ... posix
  33. sidecar     |             "address":"0.0.0.0",
  34. manager     |    creating: jni/x86_64-Linux/
  35. sidecar     |             "port_value":8082
  36. manager     |   inflating: jni/x86_64-Linux/libjffi-1.2.so
  37. sidecar     |         }
  38. sidecar     |     }
  39. sidecar     |   },
  40. postgres    | creating configuration files ... ok
  41. sidecar     |   "dynamic_resources": {
  42. sidecar     |     "lds_config": {
  43. sidecar     |         "ads": {}
  44. postgres    | running bootstrap script ... ok
  45. sidecar     |     },
  46. sidecar     |     "cds_config": {
  47. sidecar     |         "ads": {}
  48. sidecar     |     },
  49. sidecar     |     "ads_config": {
  50. sidecar     |         "api_type": "GRPC",
  51. sidecar     |         "cluster_name": [
  52. sidecar     |             "manager_xds_cluster"
  53. sidecar     |         ]
  54. sidecar     |     }
  55. postgres    | performing post-bootstrap initialization ... sh: locale: not found
  56. sidecar     |   },
  57. sidecar     |   "stats_config":{
  58. postgres    | No usable system locales were found.
  59. sidecar     |     "stats_tags":[
  60. postgres    | Use the option "--debug" to see details.
  61. sidecar     |     ],
  62. sidecar     |     "use_all_default_tags":true
  63. sidecar     |   },
  64. sidecar     |   "node":{
  65. sidecar     |     "id":"manager",
  66. postgres    | ok
  67. sidecar     |     "cluster":"_",
  68. sidecar     |     "metadata":{
  69. sidecar     |         "containerId":"f84cbf5646fd9f875ff579b5ce9518e75338c1c5b23fbef074ae8118fa8710e7",
  70. sidecar     |         "model":"_",
  71. postgres    | syncing data to disk ...
  72. sidecar     |         "modelVersion":"_",
  73. postgres    | WARNING: enabling "trust" authentication for local connections
  74. postgres    | You can change this by editing pg_hba.conf or using the option -A, or
  75. sidecar     |         "runtime":"_",
  76. postgres    | --auth-local and --auth-host, the next time you run initdb.
  77. sidecar     |         "runtimeVersion":"_",
  78. sidecar     |         "environment":"_",
  79. sidecar     |         "serviceId":"-20",
  80. sidecar     |         "serviceProviderId":"_"
  81. sidecar     |     },
  82. sidecar     |     "locality":{
  83. sidecar     |         "region":"_",
  84. sidecar     |         "zone":"_",
  85. sidecar     |         "sub_zone":"_"
  86. sidecar     |     }
  87. sidecar     |   },
  88. sidecar     |   "static_resources":{
  89. sidecar     |     "clusters":[
  90. sidecar     |     {
  91. sidecar     |         "name":"manager_xds_cluster",
  92. sidecar     |         "connect_timeout":"0.5s",
  93. sidecar     |         "type":"STRICT_DNS",
  94. sidecar     |         "http2_protocol_options": {},
  95. sidecar     |         "hosts": [{ "socket_address": {
  96. sidecar     |             "address": "manager",
  97. sidecar     |             "port_value": 9091
  98. sidecar     |         }}]
  99. sidecar     |     }
  100. sidecar     |     ]
  101. sidecar     |   }
  102. sidecar     | }
  103. postgres    | ok
  104. postgres    |
  105. postgres    | Success. You can now start the database server using:
  106. postgres    |
  107. postgres    |     pg_ctl -D /var/lib/postgresql/data -l logfile start
  108. postgres    |
  109. sidecar     | [2018-02-12 08:59:43.381][1][info][main] source/server/server.cc:158] initializing epoch 0 (hot restart version=9.200.16384.227)
  110. sidecar     | [2018-02-12 08:59:43.405][1][warning][upstream] source/common/config/grpc_mux_impl.cc:207] gRPC config stream closed: 14,
  111. postgres    | waiting for server to start....LOG:  could not bind IPv6 socket: Address not available
  112. postgres    | HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  113. sidecar     | [2018-02-12 08:59:43.405][1][warning][upstream] source/common/config/grpc_mux_impl.cc:51] Unable to establish new stream
  114. sidecar     | [2018-02-12 08:59:43.405][1][info][config] source/server/configuration_impl.cc:45] loading 0 listener(s)
  115. postgres    | LOG:  database system was shut down at 2018-02-12 08:59:44 UTC
  116. sidecar     | [2018-02-12 08:59:43.407][1][info][config] source/server/configuration_impl.cc:83] loading tracing configuration
  117. postgres    | LOG:  MultiXact member wraparound protections are now enabled
  118. sidecar     | [2018-02-12 08:59:43.407][1][info][config] source/server/configuration_impl.cc:109] loading stats sink configuration
  119. postgres    | LOG:  database system is ready to accept connections
  120. sidecar     | [2018-02-12 08:59:43.408][1][info][main] source/server/server.cc:351] starting main dispatch loop
  121. postgres    | LOG:  autovacuum launcher started
  122. sidecar     | [2018-02-12 08:59:43.469][1][info][upstream] source/common/upstream/cluster_manager_impl.cc:127] cm init: initializing cds
  123. postgres    |  done
  124. postgres    | server started
  125. postgres    | CREATE DATABASE
  126. postgres    |
  127. postgres    | CREATE ROLE
  128. postgres    |
  129. postgres    |
  130. postgres    | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  131. postgres    |
  132. postgres    | waiting for server to shut down....LOG:  received fast shutdown request
  133. postgres    | LOG:  aborting any active transactions
  134. postgres    | LOG:  autovacuum launcher shutting down
  135. postgres    | LOG:  shutting down
  136. postgres    | LOG:  database system is shut down
  137. manager     | [INFO ] a.e.s.Slf4jLogger a.e.s.Slf4jLogger$$anonfun$receive$1.applyOrElse.89 Slf4jLogger started
  138. postgres    |  done
  139. postgres    | server stopped
  140. postgres    |
  141. postgres    | PostgreSQL init process complete; ready for start up.
  142. postgres    |
  143. postgres    | LOG:  database system was shut down at 2018-02-12 08:59:45 UTC
  144. postgres    | LOG:  MultiXact member wraparound protections are now enabled
  145. postgres    | LOG:  database system is ready to accept connections
  146. postgres    | LOG:  autovacuum launcher started
  147. manager     | [INFO ] c.z.h.HikariDataSource c.z.h.HikariDataSource.<init>.71 HikariPool-1 - Starting...
  148. manager     | [INFO ] c.z.h.p.PoolBase c.z.h.p.PoolBase.getAndSetNetworkTimeout.505 HikariPool-1 - Driver does not support get/set network timeout for connections. (Method org.postgresql.jdbc.PgConnection.getNetworkTimeout() is not yet implemented.)
  149. manager     | [INFO ] c.z.h.HikariDataSource c.z.h.HikariDataSource.<init>.73 HikariPool-1 - Start completed.
  150. manager     | [INFO ] o.f.c.i.u.VersionPrinter o.f.c.i.u.l.s.Slf4jLog.info.44 Flyway 4.2.0 by Boxfuse
  151. manager     | [INFO ] o.f.c.i.d.DbSupportFactory o.f.c.i.u.l.s.Slf4jLog.info.44 Database: jdbc:postgresql://postgres:5432/docker (PostgreSQL 9.6)
  152. manager     | [INFO ] o.f.c.i.c.DbSchemas o.f.c.i.u.l.s.Slf4jLog.info.44 Creating schema "hydro_serving" ...
  153. manager     | [INFO ] o.f.c.i.m.MetaDataTableImpl o.f.c.i.u.l.s.Slf4jLog.info.44 Creating Metadata table: "hydro_serving"."schema_version"
  154. manager     | [INFO ] o.f.c.i.c.DbMigrate o.f.c.i.u.l.s.Slf4jLog.info.44 Current version of schema "hydro_serving": null
  155. manager     | [INFO ] o.f.c.i.c.DbMigrate o.f.c.i.u.l.s.Slf4jLog.info.44 Migrating schema "hydro_serving" to version 1 - initial
  156. manager     | [INFO ] o.f.c.i.c.DbMigrate o.f.c.i.u.l.s.Slf4jLog.info.44 Successfully applied 1 migration to schema "hydro_serving" (execution time 00:00.102s).
  157. sidecar     | [2018-02-12 08:59:48.408][1][warning][upstream] source/common/config/grpc_mux_impl.cc:207] gRPC config stream closed: 14,
  158. sidecar     | [2018-02-12 08:59:48.408][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Cluster failed
  159. sidecar     | [2018-02-12 08:59:48.408][1][info][upstream] source/common/upstream/cluster_manager_impl.cc:131] cm init: all clusters initialized
  160. sidecar     | [2018-02-12 08:59:48.408][1][info][main] source/server/server.cc:335] all clusters initialized. initializing init manager
  161. sidecar     | [2018-02-12 08:59:48.408][1][warning][upstream] source/common/config/grpc_mux_impl.cc:51] Unable to establish new stream
  162. sidecar     | [2018-02-12 08:59:48.408][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Listener failed
  163. sidecar     | [2018-02-12 08:59:48.409][1][info][config] source/server/listener_manager_impl.cc:482] all dependencies initialized. starting workers
  164. sidecar     | [2018-02-12 08:59:48.409][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Cluster failed
  165. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding uuid -> java.util.UUID
  166. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding text -> java.lang.String
  167. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding bool -> Boolean
  168. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _uuid -> scala.collection.Seq
  169. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _text -> scala.collection.Seq
  170. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _int8 -> scala.collection.Seq
  171. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _int4 -> scala.collection.Seq
  172. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _int2 -> scala.collection.Seq
  173. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _float4 -> scala.collection.Seq
  174. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _float8 -> scala.collection.Seq
  175. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _bool -> scala.collection.Seq
  176. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _date -> scala.collection.Seq
  177. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _time -> scala.collection.Seq
  178. manager     | [INFO ] i.h.s.HydrospherePostgresDriver s.u.SlickLogger.info.34  >>> binding _timestamp -> scala.collection.Seq
  179. manager     | [INFO ] i.h.s.m.s.m.WatcherRegistryActor a.e.s.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$3.apply$mcV$sp.80 Creating Watcher for local
  180. sidecar     | [2018-02-12 08:59:53.409][1][warning][upstream] source/common/config/grpc_mux_impl.cc:207] gRPC config stream closed: 14,
  181. sidecar     | [2018-02-12 08:59:53.410][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Listener failed
  182. sidecar     | [2018-02-12 08:59:53.410][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Cluster failed
  183. manager     | [INFO ] i.h.s.m.ManagerBoot$ i.h.s.m.ManagerBoot$.delayedEndpoint$io$hydrosphere$serving$manager$ManagerBoot$1.46 Started http service on port: 9090 and grpc service on 9091
  184. manager     | [ERROR] i.h.s.m.s.e.x.ListenerDSActor a.e.s.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$1.apply$mcV$sp.67 Can't send message to io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl@6f94e958, error java.lang.IllegalStateException: sendHeaders has already been called:
  185. manager     | [ERROR] i.h.s.m.s.e.x.ClusterDSActor a.e.s.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$1.apply$mcV$sp.67 Can't send message to io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl@6f94e958, error java.lang.IllegalStateException: call is closed:
  186. sidecar     | [2018-02-12 08:59:59.040][1][warning][upstream] source/common/config/grpc_mux_impl.cc:207] gRPC config stream closed: 2,
  187. sidecar     | [2018-02-12 08:59:59.041][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Listener failed
  188. sidecar     | [2018-02-12 08:59:59.041][1][warning][config] bazel-out/local-opt/bin/source/common/config/_virtual_includes/grpc_mux_subscription_lib/common/config/grpc_mux_subscription_impl.h:67] gRPC update for type.googleapis.com/envoy.api.v2.Cluster failed
  189. manager     | [ERROR] a.a.OneForOneStrategy a.e.s.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$1.apply$mcV$sp.69 call already closed
  190. manager     | java.lang.IllegalStateException: call already closed
  191. manager     |   at com.google.common.base.Preconditions.checkState(Preconditions.java:456) ~[guava-22.0.jar:?]
  192. manager     |   at io.grpc.internal.ServerCallImpl.close(ServerCallImpl.java:166) ~[grpc-core-1.8.0.jar:1.8.0]
  193. manager     |   at io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl.onError(ServerCalls.java:350) ~[grpc-stub-1.8.0.jar:1.8.0]
  194. manager     |   at io.hydrosphere.serving.manager.service.envoy.xds.AbstractDSActor.send(AbstractDSActor.scala:40) ~[manager.jar:0.0.18-SNAPSHOT]
  195. manager     |   at io.hydrosphere.serving.manager.service.envoy.xds.AbstractDSActor.io$hydrosphere$serving$manager$service$envoy$xds$AbstractDSActor$$sendToObserver(AbstractDSActor.scala:49) ~[manager.jar:0.0.18-SNAPSHOT]
  196. manager     |   at io.hydrosphere.serving.manager.service.envoy.xds.AbstractDSActor$$anonfun$receive$1.applyOrElse(AbstractDSActor.scala:80) ~[manager.jar:0.0.18-SNAPSHOT]
  197. manager     |   at akka.actor.Actor$class.aroundReceive(Actor.scala:517) ~[akka-actor_2.11-2.5.8.jar:?]
  198. manager     |   at io.hydrosphere.serving.manager.service.envoy.xds.AbstractDSActor.aroundReceive(AbstractDSActor.scala:22) ~[manager.jar:0.0.18-SNAPSHOT]
  199. manager     |   at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527) [akka-actor_2.11-2.5.8.jar:?]
  200. manager     |   at akka.actor.ActorCell.invoke(ActorCell.scala:496) [akka-actor_2.11-2.5.8.jar:?]
  201. manager     |   at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257) [akka-actor_2.11-2.5.8.jar:?]
  202. manager     |   at akka.dispatch.Mailbox.run(Mailbox.scala:224) [akka-actor_2.11-2.5.8.jar:?]
  203. manager     |   at akka.dispatch.Mailbox.exec(Mailbox.scala:234) [akka-actor_2.11-2.5.8.jar:?]
  204. manager     |   at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [akka-actor_2.11-2.5.8.jar:?]
  205. manager     |   at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [akka-actor_2.11-2.5.8.jar:?]
  206. manager     |   at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [akka-actor_2.11-2.5.8.jar:?]
  207. manager     |   at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [akka-actor_2.11-2.5.8.jar:?]
  208. manager     | [WARN ] i.n.u.ReferenceCountUtil i.n.u.i.l.Slf4JLogger.warn.146 Failed to release a message: UnpooledSlicedByteBuf(freed)
  209. manager     | io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
  210. manager     |   at io.netty.buffer.AbstractReferenceCountedByteBuf.release0(AbstractReferenceCountedByteBuf.java:102) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  211. manager     |   at io.netty.buffer.AbstractReferenceCountedByteBuf.release(AbstractReferenceCountedByteBuf.java:90) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  212. manager     |   at io.netty.buffer.AbstractDerivedByteBuf.release0(AbstractDerivedByteBuf.java:89) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  213. manager     |   at io.netty.buffer.AbstractDerivedByteBuf.release(AbstractDerivedByteBuf.java:85) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  214. manager     |   at io.netty.buffer.CompositeByteBuf$Component.freeIfNecessary(CompositeByteBuf.java:1672) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  215. manager     |   at io.netty.buffer.CompositeByteBuf.deallocate(CompositeByteBuf.java:1937) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  216. manager     |   at io.netty.buffer.AbstractReferenceCountedByteBuf.release0(AbstractReferenceCountedByteBuf.java:107) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  217. manager     |   at io.netty.buffer.AbstractReferenceCountedByteBuf.release(AbstractReferenceCountedByteBuf.java:90) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  218. manager     |   at io.netty.buffer.AbstractDerivedByteBuf.release0(AbstractDerivedByteBuf.java:89) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  219. manager     |   at io.netty.buffer.AbstractDerivedByteBuf.release(AbstractDerivedByteBuf.java:85) ~[netty-buffer-4.1.16.Final.jar:4.1.16.Final]
  220. manager     |   at io.netty.util.ReferenceCountUtil.release(ReferenceCountUtil.java:84) ~[netty-common-4.1.16.Final.jar:4.1.16.Final]
  221. manager     |   at io.netty.util.ReferenceCountUtil.safeRelease(ReferenceCountUtil.java:109) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  222. manager     |   at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  223. manager     |   at io.netty.channel.ChannelOutboundBuffer.removeBytes(ChannelOutboundBuffer.java:337) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  224. manager     |   at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:419) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  225. manager     |   at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:934) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  226. manager     |   at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  227. manager     |   at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:901) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  228. manager     |   at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1321) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  229. manager     |   at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  230. manager     |   at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  231. manager     |   at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  232. manager     |   at io.netty.handler.codec.http2.Http2ConnectionHandler.flush(Http2ConnectionHandler.java:201) [netty-codec-http2-4.1.16.Final.jar:4.1.16.Final]
  233. manager     |   at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  234. manager     |   at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  235. manager     |   at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  236. manager     |   at io.netty.channel.DefaultChannelPipeline.flush(DefaultChannelPipeline.java:983) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  237. manager     |   at io.netty.channel.AbstractChannel.flush(AbstractChannel.java:248) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  238. manager     |   at io.grpc.netty.WriteQueue.flush(WriteQueue.java:136) [grpc-netty-1.8.0.jar:1.8.0]
  239. manager     |   at io.grpc.netty.WriteQueue.access$000(WriteQueue.java:32) [grpc-netty-1.8.0.jar:1.8.0]
  240. manager     |   at io.grpc.netty.WriteQueue$1.run(WriteQueue.java:44) [grpc-netty-1.8.0.jar:1.8.0]
  241. manager     |   at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  242. manager     |   at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  243. manager     |   at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  244. manager     |   at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  245. manager     |   at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  246. manager     |   at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement